From 7d9441a7ecf399c913b19b4279ef5787514691d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20=C5=BBegle=C5=84?= Date: Thu, 5 May 2022 09:54:28 +0200 Subject: [PATCH] Use esbuild-loader (#1983) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Minor fixes for intl messages * Add esbuild-loader * switch from babel to esbuild-loader * use formatjs enforce-id linter * Generate ids for intl messages * id format defined by idInterpolationPattern * Modify intl messages extraction * remove react-intl-translations-manager * remove transpile-tx.js * use formatjs cli * Modify defaultMessages.json * modify ids in defaultMessages.json with defined idInterpolationPattern * Fix errors * Fix page crash * Use babel to transpile tests * Fix useStateFromProps * Improve render count * Add test to useStateFromProps * Fix reloading state buh * Do not check if form with channels is dirty * Stop blocking save if form has not changed * Remove debug code * Fix form disabling * Fix variant selection checkbox onClick * Update translations * Update messages * Use esbuild to build storybook Co-authored-by: Bartłomiej Wiaduch Co-authored-by: Jakub Majorek --- .eslintrc.json | 9 +- babel.config.js | 31 +- locale/ar.json | 8559 +------- locale/az.json | 8559 +------- locale/bg.json | 8559 +------- locale/bn.json | 8559 +------- locale/ca.json | 8559 +------- locale/cs.json | 8559 +------- locale/da.json | 8559 +------- locale/de.json | 8559 +------- locale/defaultMessages.json | 16386 ++++++++-------- locale/el.json | 8559 +------- locale/es.json | 8559 +------- locale/es_CO.json | 8559 +------- locale/et.json | 8559 +------- locale/fa.json | 8559 +------- locale/fr.json | 8559 +------- locale/hi.json | 8559 +------- locale/hu.json | 8559 +------- locale/hy.json | 8559 +------- locale/id.json | 8559 +------- locale/is.json | 8559 +------- locale/it.json | 8559 +------- locale/ja.json | 8559 +------- locale/ko.json | 8559 +------- locale/mn.json | 8559 +------- locale/nb.json | 8559 +------- locale/nl.json | 8559 +------- locale/pl.json | 8559 +------- locale/pt.json | 8559 +------- locale/pt_BR.json | 8559 +------- locale/ro.json | 8559 +------- locale/ru.json | 8559 +------- locale/sk.json | 8559 +------- locale/sl.json | 8559 +------- locale/sq.json | 8559 +------- locale/sr.json | 8559 +------- locale/sv.json | 8559 +------- locale/th.json | 8559 +------- locale/tr.json | 8559 +------- locale/uk.json | 8559 +------- locale/vi.json | 8559 +------- locale/zh-Hans.json | 8559 +------- locale/zh-Hant.json | 8559 +------- package-lock.json | 2490 ++- package.json | 18 +- scripts/formatter.js | 10 + scripts/transpile-tx.js | 43 - .../AppActivateDialog/AppActivateDialog.tsx | 4 + .../AppDeactivateDialog.tsx | 2 + .../AppDeactivateDialog/messages.ts | 4 + .../AppDeleteDialog/AppDeleteDialog.tsx | 4 + .../AppDetailsPage/AppDetailsPage.tsx | 15 +- src/apps/components/AppFrame/useAppActions.ts | 1 + .../AppInProgressDeleteDialog.tsx | 3 + .../AppInstallErrorPage.tsx | 3 + .../AppInstallPage/AppInstallPage.tsx | 6 + src/apps/components/AppPage/AppPage.tsx | 8 +- .../AppsInProgress/AppsInProgress.tsx | 4 + .../CustomAppCreatePage.tsx | 3 + .../CustomAppDefaultToken.tsx | 15 +- .../CustomAppDetailsPage.tsx | 4 + .../CustomAppInformation.tsx | 2 + .../CustomAppTokens/CustomAppTokens.tsx | 11 +- src/apps/components/CustomApps/CustomApps.tsx | 2 + .../DeactivatedText/DeactivatedText.tsx | 1 + .../InstalledApps/InstalledApps.tsx | 3 + .../components/Marketplace/Marketplace.tsx | 4 + .../TokenCreateDialog/TokenCreateDialog.tsx | 19 +- .../TokenDeleteDialog/TokenDeleteDialog.tsx | 2 + src/apps/messages.ts | 3 + src/apps/views/AppInstall/messages.ts | 1 + src/apps/views/AppsList/messages.ts | 4 + src/apps/views/CustomAppCreate/messages.ts | 1 + .../AttributeBulkDeleteDialog.tsx | 2 + .../AttributeDeleteDialog.tsx | 2 + .../AttributeDetails/AttributeDetails.tsx | 2 + .../components/AttributeDetails/messages.tsx | 40 +- .../AttributeList/AttributeList.tsx | 11 +- .../AttributeListPage/AttributeListPage.tsx | 3 + .../components/AttributeListPage/filters.ts | 4 + .../AttributeOrganization.tsx | 15 +- .../AttributePage/AttributePage.tsx | 1 + .../AttributeProperties.tsx | 10 + .../AttributeSwatchField/messages.ts | 2 + .../AttributeValueDeleteDialog.tsx | 3 + .../AttributeValueEditDialog.tsx | 3 + .../AttributeValues/AttributeValues.tsx | 6 + src/attributes/errors.ts | 2 + .../views/AttributeCreate/AttributeCreate.tsx | 3 +- .../AttributeDetails/AttributeDetails.tsx | 8 +- .../views/AttributeList/AttributeList.tsx | 1 + src/auth/components/LoginPage/LoginPage.tsx | 10 +- src/auth/components/LoginPage/form.tsx | 6 +- src/auth/components/LoginPage/messages.ts | 3 + .../NewPasswordPage/NewPasswordPage.tsx | 10 +- .../ResetPasswordPage/ResetPasswordPage.tsx | 8 +- .../ResetPasswordSuccessPage.tsx | 13 +- src/auth/views/ResetPassword.tsx | 1 + .../CategoryBackground/CategoryBackground.tsx | 2 + .../CategoryCreatePage/CategoryCreatePage.tsx | 2 + .../components/CategoryCreatePage/form.tsx | 11 +- .../CategoryDeleteDialog.tsx | 2 + .../CategoryDetailsForm.tsx | 2 + .../components/CategoryList/CategoryList.tsx | 14 +- .../CategoryListPage/CategoryListPage.tsx | 3 + .../CategoryProductList.tsx | 11 +- .../CategoryProducts/CategoryProducts.tsx | 3 + .../CategoryUpdatePage/CategoryUpdatePage.tsx | 5 + .../components/CategoryUpdatePage/form.tsx | 11 +- src/categories/views/CategoryCreate.tsx | 2 + src/categories/views/CategoryDetails.tsx | 17 +- .../views/CategoryList/CategoryList.tsx | 7 +- ...nnelWithVariantAvailabilityItemWrapper.tsx | 2 + .../CannotDefineChannelsAvailabilityCard.tsx | 2 + .../ChannelDeleteDialog.tsx | 5 + .../components/ChannelForm/ChannelForm.tsx | 8 + .../ChannelPickerDialog.tsx | 2 + .../ChannelStatus/ChannelStatus.tsx | 16 +- ...ChannelsWithVariantsAvailabilityDialog.tsx | 3 +- ...sWithVariantsAvailabilityDialogContent.tsx | 1 + .../ShippingZonesCard/ShippingZonesCard.tsx | 3 + .../ShippingZonesCardListFooter.tsx | 1 + .../ShippingZonesListHeader.tsx | 1 + .../ChannelDetailsPage/ChannelDetailsPage.tsx | 18 +- .../ChannelsListPage/ChannelsListPage.tsx | 15 +- .../views/ChannelCreate/ChannelCreate.tsx | 3 + .../views/ChannelDetails/ChannelDetails.tsx | 2 + .../views/ChannelsList/ChannelsList.tsx | 1 + .../CollectionCreatePage.tsx | 4 + .../components/CollectionCreatePage/form.tsx | 8 +- .../CollectionDetails/CollectionDetails.tsx | 1 + .../CollectionDetailsPage.tsx | 6 +- .../components/CollectionDetailsPage/form.tsx | 22 +- .../CollectionImage/CollectionImage.tsx | 2 + .../CollectionList/CollectionList.tsx | 10 +- .../components/CollectionList/messages.ts | 3 + .../CollectionListPage/CollectionListPage.tsx | 3 + .../components/CollectionListPage/filters.ts | 2 + .../CollectionProducts/CollectionProducts.tsx | 10 +- src/collections/views/CollectionCreate.tsx | 2 + src/collections/views/CollectionDetails.tsx | 18 +- .../views/CollectionList/CollectionList.tsx | 2 + .../AccountPermissionGroups.tsx | 1 + .../AccountPermissions/AccountPermissions.tsx | 4 + src/components/AddressEdit/AddressEdit.tsx | 8 + .../AssignAttributeDialog/messages.ts | 5 + .../AssignAttributeValueDialog.tsx | 4 + .../AssignCategoryDialog/messages.ts | 4 + .../AssignCollectionDialog/messages.ts | 4 + .../AssignContainerDialog/messages.ts | 1 + .../AssignProductDialog/messages.ts | 4 + .../AssignVariantDialog.tsx | 5 +- .../AssignVariantDialog/messages.ts | 5 + .../AttributeUnassignDialog/messages.ts | 2 + src/components/Attributes/Attributes.tsx | 2 + src/components/Attributes/messages.ts | 3 + .../AutocompleteSelectMenu.tsx | 5 +- .../BulkAttributeUnassignDialog/messages.ts | 2 + src/components/CardMenu/messages.ts | 1 + .../ChannelAvailabilityItemContent.tsx | 6 + .../ChannelsAvailabilityCardWrapper.tsx | 4 +- .../ChannelsAvailabilityCard/utils.ts | 36 +- .../ChannelsAvailabilityContent.tsx | 14 +- .../ChannelsAvailabilityDialogWrapper.tsx | 5 + .../ChannelsAvailabilityDropdown/messages.ts | 7 + src/components/ColumnPicker/messages.ts | 3 + .../CompanyAddressForm.tsx | 8 + src/components/CountryList/CountryList.tsx | 2 + .../DeleteFilterTabDialog.tsx | 2 + src/components/DemoBanner/DemoBanner.tsx | 6 +- .../ErrorMessageCard/ErrorMessageCard.tsx | 6 +- src/components/ErrorPage/messages.ts | 5 + src/components/Filter/Filter.tsx | 6 +- .../Filter/FilterAutocompleteField.tsx | 7 +- .../FilterContent/FilterContentHeader.tsx | 2 +- .../FilterContent/FilterDateTimeField.tsx | 1 + .../FilterContent/FilterNumericField.tsx | 1 + .../Filter/FilterContent/FilterRangeField.tsx | 1 + .../Filter/FilterContent/messages.ts | 2 + src/components/Filter/FilterContent/utils.ts | 8 +- src/components/Filter/messages.ts | 6 + src/components/FilterBar/FilterBar.tsx | 3 + src/components/FilterCard/FilterCard.tsx | 1 + src/components/Form/Form.tsx | 7 +- src/components/Form/messages.ts | 5 + src/components/ImageUpload/ImageUpload.tsx | 1 + .../LanguageSwitch/LanguageSwitch.tsx | 1 + src/components/Metadata/MetadataCard.tsx | 8 + src/components/Metadata/utils.ts | 4 +- src/components/MoneyRange/MoneyRange.tsx | 3 + .../MultiAutocompleteSelectFieldContent.tsx | 3 +- .../MultiSelectField/MultiSelectField.tsx | 2 +- src/components/Navigator/Navigator.tsx | 6 + src/components/Navigator/NavigatorInput.tsx | 5 + src/components/Navigator/modes/messages.ts | 21 + src/components/Navigator/modes/orders.ts | 2 +- .../NavigatorButton/NavigatorButton.tsx | 2 +- src/components/NotFoundPage/NotFoundPage.tsx | 13 +- src/components/PreviewPill/messages.ts | 2 + src/components/PriceField/PriceField.tsx | 5 +- .../RadioGroupField/RadioGroupField.tsx | 2 +- .../RowNumberSelect/RowNumberSelect.tsx | 2 +- .../SaveFilterTabDialog.tsx | 2 + src/components/SearchBar/SearchBar.tsx | 3 + src/components/SeoForm/SeoForm.tsx | 18 +- .../SingleAutocompleteSelectFieldContent.tsx | 5 +- .../SingleSelectField/SingleSelectField.tsx | 2 +- src/components/TableHead/TableHead.tsx | 1 + .../TablePagination/TablePagination.tsx | 1 + src/components/Timeline/Timeline.tsx | 2 + .../TooltipTableCellHeader/messages.ts | 1 + src/components/UserChip/UserChip.tsx | 8 +- .../VisibilityCard/VisibilityCard.tsx | 7 + src/components/Weight/Weight.tsx | 1 + src/components/WeightRange/WeightRange.tsx | 3 + src/components/messages/messages.ts | 2 + src/config.ts | 2 +- src/configuration/index.tsx | 55 +- src/containers/BackgroundTasks/messages.ts | 6 + src/containers/ServiceWorker/messages.ts | 3 + .../CustomerAddress/CustomerAddress.tsx | 7 + .../CustomerAddressDialog.tsx | 2 + .../CustomerAddressListPage.tsx | 6 + .../CustomerAddresses/CustomerAddresses.tsx | 9 +- .../CustomerCreateAddress.tsx | 6 +- .../CustomerCreateDetails.tsx | 1 + .../CustomerCreateNote/CustomerCreateNote.tsx | 7 +- .../CustomerCreatePage/CustomerCreatePage.tsx | 1 + .../CustomerDetails/CustomerDetails.tsx | 3 + .../components/CustomerInfo/CustomerInfo.tsx | 2 + .../components/CustomerList/CustomerList.tsx | 11 +- .../CustomerListPage/CustomerListPage.tsx | 3 + .../components/CustomerListPage/filters.ts | 2 + .../CustomerOrders/CustomerOrders.tsx | 11 +- .../CustomerStats/CustomerStats.tsx | 5 +- src/customers/views/CustomerAddresses.tsx | 6 +- src/customers/views/CustomerCreate.tsx | 2 + src/customers/views/CustomerDetails.tsx | 3 + .../views/CustomerList/CustomerList.tsx | 2 + src/customers/views/CustomerList/filters.ts | 4 +- .../components/DiscountCategories/messages.ts | 5 + .../DiscountCollections/messages.ts | 5 + .../DiscountCountrySelectDialog.tsx | 10 +- .../DiscountDates/DiscountDates.tsx | 2 + .../components/DiscountProducts/messages.ts | 6 + .../components/DiscountVariants/messages.ts | 6 + .../SaleCreatePage/SaleCreatePage.tsx | 8 +- .../SaleDetailsPage/SaleDetailsPage.tsx | 27 +- .../components/SaleInfo/SaleInfo.tsx | 1 + .../components/SaleList/SaleList.tsx | 21 +- .../components/SaleListPage/SaleListPage.tsx | 8 +- .../components/SaleListPage/filters.ts | 9 + .../components/SaleSummary/SaleSummary.tsx | 12 +- .../components/SaleType/SaleType.tsx | 3 + .../components/SaleValue/SaleValue.tsx | 9 +- .../SaleValue/SaleValueTextField.tsx | 1 + .../VoucherCreatePage/VoucherCreatePage.tsx | 10 +- .../components/VoucherDates/VoucherDates.tsx | 2 + .../VoucherDetailsPage/VoucherDetailsPage.tsx | 18 +- .../components/VoucherInfo/VoucherInfo.tsx | 2 + .../components/VoucherLimits/messages.ts | 6 + .../components/VoucherList/VoucherList.tsx | 21 +- .../VoucherListPage/VoucherListPage.tsx | 3 + .../components/VoucherListPage/filters.ts | 10 + .../VoucherRequirements.tsx | 16 +- .../VoucherSummary/VoucherSummary.tsx | 15 +- .../components/VoucherTypes/VoucherTypes.tsx | 4 + .../components/VoucherValue/VoucherValue.tsx | 21 +- src/discounts/translations.ts | 3 + src/discounts/views/SaleCreate/SaleCreate.tsx | 2 + .../views/SaleDetails/SaleDetails.tsx | 3 - src/discounts/views/SaleDetails/messages.ts | 17 + src/discounts/views/SaleList/SaleList.tsx | 2 + .../views/VoucherCreate/VoucherCreate.tsx | 3 +- .../views/VoucherDetails/VoucherDetails.tsx | 29 +- .../views/VoucherList/VoucherList.tsx | 2 + src/discounts/views/VoucherList/filters.ts | 4 +- .../GiftCardBulkCreateDialog/messages.ts | 3 + .../GiftCardCreateExpirySelect/messages.ts | 4 + .../GiftCardCreateDialog/messages.ts | 18 + .../GiftCardExportDialogContent.tsx | 2 + .../GiftCardExportDialogContent/messages.ts | 6 + .../GiftCardExpirySettingsCard/messages.ts | 2 + .../GiftCardSettings/GiftCardSettingsPage.tsx | 4 +- src/giftCards/GiftCardSettings/messages.ts | 1 + .../GiftCardHistory/messages.ts | 19 + .../GiftCardResendCodeDialog/messages.ts | 7 + .../GiftCardUpdateBalanceDialog.tsx | 4 +- .../GiftCardUpdateBalanceDialog/messages.ts | 4 + .../GiftCardUpdateDetailsCard/messages.ts | 4 + .../GiftCardUpdateExpirySelect/messages.ts | 3 + .../GiftCardUpdateInfoCard/messages.ts | 8 + .../GiftCardUpdate/GiftCardUpdatePage.tsx | 3 +- .../GiftCardUpdatePageHeader/messages.ts | 5 + src/giftCards/GiftCardUpdate/messages.ts | 2 + .../GiftCardUpdateFormProvider.tsx | 6 +- .../GiftCardListSearchAndFilters/filters.ts | 10 + .../GiftCardListSearchAndFilters/messages.ts | 4 + .../GiftCardsListOrderInfoCard/messages.ts | 1 + .../GiftCardsListTableHeader/messages.ts | 7 + src/giftCards/GiftCardsList/messages.ts | 20 + .../GiftCardCustomerCard/messages.ts | 5 + .../GiftCardDeleteDialog/messages.ts | 5 + .../GiftCardSendToCustomer/messages.ts | 4 + .../GiftCardSettingsExpirySelect/messages.ts | 2 + .../components/GiftCardTagInput/messages.ts | 1 + .../components/TimePeriodField/messages.ts | 4 + .../HomeActivityCard/HomeActivityCard.tsx | 6 +- .../HomeActivityCard/activityMessages.ts | 4 + .../HomeAnalyticsCard/HomeAnalyticsCard.tsx | 5 +- src/home/components/HomeHeader/HomeHeader.tsx | 4 +- .../HomeNotificationTable/messages.ts | 7 + .../HomeProductListCard.tsx | 8 +- src/home/components/HomeScreen.tsx | 12 +- src/hooks/useForm.ts | 43 +- src/hooks/useHandleFormSubmit.ts | 6 +- src/hooks/useOnSetDefaultVariant.ts | 1 + src/hooks/useStateFromProps.test.ts | 47 + src/hooks/useStateFromProps.ts | 32 +- src/intl.ts | 117 + .../MenuCreateDialog/MenuCreateDialog.tsx | 6 +- .../MenuDetailsPage/MenuDetailsPage.tsx | 6 +- .../MenuItemDialog/MenuItemDialog.tsx | 22 +- .../components/MenuItems/MenuItems.tsx | 8 +- .../components/MenuList/MenuList.tsx | 9 +- .../components/MenuListPage/MenuListPage.tsx | 2 +- .../MenuProperties/MenuProperties.tsx | 4 +- src/navigation/views/MenuDetails/index.tsx | 6 +- src/navigation/views/MenuList/MenuList.tsx | 20 +- .../DraftOrderChannelSectionCard.tsx | 1 + .../OrderBulkCancelDialog.tsx | 2 + .../OrderCancelDialog/OrderCancelDialog.tsx | 3 +- .../OrderCannotCancelOrderDialog.tsx | 6 +- .../OrderCardTitle/OrderCardTitle.tsx | 9 + .../OrderChangeWarehouseDialog/messages.ts | 7 + .../OrderChannelSectionCard.tsx | 1 + .../OrderCustomer/OrderCustomer.tsx | 18 +- .../components/OrderCustomer/messages.ts | 2 + .../OrderCustomerAddressesEditDialog/form.tsx | 14 +- .../messages.ts | 16 + .../OrderCustomerChangeDialog/form.tsx | 6 +- .../OrderCustomerChangeDialog/messages.ts | 4 + .../OrderCustomerNote/OrderCustomerNote.tsx | 6 +- .../OrderDetailsPage/OrderDetailsPage.tsx | 11 +- .../components/OrderDetailsPage/Title.tsx | 2 +- .../OrderDiscountCommonModal.tsx | 8 + .../OrderDraftCancelDialog.tsx | 2 + .../OrderDraftDetails/OrderDraftDetails.tsx | 2 + .../OrderDraftDetailsProducts.tsx | 10 +- .../TableLineForm.tsx | 4 +- .../OrderDraftDetailsSummary/messages.ts | 8 + .../OrderDraftList/OrderDraftList.tsx | 11 +- .../OrderDraftListPage/OrderDraftListPage.tsx | 4 + .../components/OrderDraftListPage/filters.ts | 2 + .../OrderDraftPage/OrderDraftPage.tsx | 2 + .../components/OrderFulfillLine/messages.ts | 2 + .../components/OrderFulfillPage/messages.ts | 16 + .../messages.ts | 9 + .../OrderFulfilledProductsCard/messages.ts | 6 + .../OrderFulfillmentApproveDialog/messages.ts | 3 + .../OrderFulfillmentCancelDialog.tsx | 7 +- .../OrderFulfillmentSettings.tsx | 5 + .../OrderFulfillmentTrackingDialog.tsx | 2 + .../ExtendedDiscountTimelineEvent.tsx | 1 + .../MoneySection.tsx | 20 +- .../OrderHistory/ExtendedTimelineEvent.tsx | 72 +- .../OrderHistory/LinkedTimelineEvent.tsx | 4 + .../components/OrderHistory/OrderHistory.tsx | 38 +- .../OrderInvoiceEmailSendDialog.tsx | 2 + .../OrderInvoiceList/OrderInvoiceList.tsx | 9 +- src/orders/components/OrderLimitReached.tsx | 6 +- src/orders/components/OrderList/OrderList.tsx | 13 +- .../OrderListPage/OrderListPage.tsx | 5 + .../components/OrderListPage/filters.ts | 11 +- .../OrderMarkAsPaidDialog.tsx | 12 +- .../components/OrderPayment/messages.ts | 26 +- .../OrderPaymentDialog/OrderPaymentDialog.tsx | 2 + .../OrderPaymentVoidDialog.tsx | 6 +- .../OrderProductAddDialog.tsx | 9 +- .../OrderProductsCardHeader.tsx | 5 + .../components/OrderRefund/OrderRefund.tsx | 3 + .../OrderRefundFulfilledProducts.tsx | 11 +- .../OrderRefundFulfilledProducts/messages.ts | 3 + .../OrderRefundPage/OrderRefundPage.tsx | 3 + .../components/OrderRefundPage/form.tsx | 6 +- .../OrderRefundReturnAmount.tsx | 11 + .../OrderRefundReturnAmountValues.tsx | 8 + .../RefundAmountInput.tsx | 3 + .../OrderRefundUnfulfilledProducts.tsx | 13 +- .../OrderReturnPage/OrderReturnPage.tsx | 2 + .../MaximalButton.tsx | 1 + .../ProductErrorCell.tsx | 2 + .../ReturnItemsCard.tsx | 7 + .../components/OrderReturnPage/form.tsx | 6 +- .../OrderSettings/OrderSettings.tsx | 5 + .../OrderSettingsPage/OrderSettingsPage.tsx | 6 +- .../components/OrderSettingsPage/form.tsx | 26 +- .../OrderShippingMethodEditDialog.tsx | 1 + .../OrderUnfulfilledProductsCard.tsx | 6 +- .../OrderDetails/OrderDetailsMessages.tsx | 19 + .../OrderDetails/OrderDraftDetails/index.tsx | 1 + .../OrderDetails/OrderNormalDetails/index.tsx | 1 + .../OrderUnconfirmedDetails/index.tsx | 1 + .../views/OrderDraftList/OrderDraftList.tsx | 4 + .../views/OrderFulfill/OrderFulfill.tsx | 3 + src/orders/views/OrderList/OrderList.tsx | 1 + src/orders/views/OrderRefund/OrderRefund.tsx | 2 + src/orders/views/OrderReturn/OrderReturn.tsx | 3 + .../PageTypeAttributes/PageTypeAttributes.tsx | 10 +- .../PageTypeBulkDeleteDialog.tsx | 3 + .../PageTypeCreatePage/PageTypeCreatePage.tsx | 7 +- .../PageTypeDetails/PageTypeDetails.tsx | 1 + .../PageTypeDetailsPage.tsx | 12 +- .../components/PageTypeList/PageTypeList.tsx | 6 +- .../PageTypeListPage/PageTypeListPage.tsx | 3 + .../hooks/usePageTypeDelete/messages.ts | 29 +- src/pageTypes/views/PageTypeCreate.tsx | 5 +- src/pageTypes/views/PageTypeDetails.tsx | 4 + .../PageDetailsPage/PageDetailsPage.tsx | 5 + src/pages/components/PageDetailsPage/form.tsx | 23 +- src/pages/components/PageInfo/PageInfo.tsx | 2 + src/pages/components/PageList/PageList.tsx | 10 +- .../components/PageListPage/PageListPage.tsx | 6 +- src/pages/components/PageListPage/filters.ts | 1 + src/pages/components/PageListPage/messages.ts | 1 + .../PageOrganizeContent.tsx | 7 +- src/pages/views/PageCreate.tsx | 2 + src/pages/views/PageDetails.tsx | 2 + src/pages/views/PageList/PageList.tsx | 10 + .../AssignMembersDialog/messages.ts | 6 + .../MembersErrorDialog/MembersErrorDialog.tsx | 2 + .../PermissionGroupCreatePage.tsx | 2 + .../PermissionGroupDeleteDialog.tsx | 3 + .../PermissionGroupDetailsPage.tsx | 6 +- .../PermissionGroupInfo.tsx | 1 + .../PermissionGroupList.tsx | 10 +- .../PermissionGroupListPage.tsx | 1 + .../PermissionGroupMemberList.tsx | 16 +- .../UnassignMembersDialog.tsx | 2 + .../PermissionGroupCreate.tsx | 2 + .../PermissionGroupDetails.tsx | 1 + .../PermissionGroupList.tsx | 1 + .../PluginAuthorization.tsx | 1 + .../PluginDetailsChannelsCard/messages.ts | 1 + .../components/PluginInfo/PluginInfo.tsx | 4 + .../PluginSecretFieldDialog.tsx | 2 + .../PluginSettings/PluginSettings.tsx | 1 + .../PluginsDetailsPage/PluginsDetailsPage.tsx | 1 + .../components/PluginsList/PluginsList.tsx | 1 + .../components/PluginsList/messages.ts | 17 +- .../PluginsListPage/PluginsListPage.tsx | 2 + .../components/PluginsListPage/filters.ts | 3 + .../components/PluginsListPage/messages.ts | 2 + src/plugins/views/PluginsDetails.tsx | 6 +- .../ProductTypeAttributes.tsx | 10 +- .../components/ProductTypeDetails/messages.ts | 4 + .../ProductTypeDetailsPage.tsx | 4 +- .../ProductTypeList/ProductTypeList.tsx | 12 +- .../ProductTypeListPage.tsx | 3 + .../components/ProductTypeListPage/filters.ts | 4 + .../ProductTypeShipping.tsx | 4 + .../ProductTypeTaxes/ProductTypeTaxes.tsx | 8 +- .../ProductTypeVariantAttributes.tsx | 27 +- .../hooks/useProductTypeDelete/messages.ts | 26 +- src/productTypes/views/ProductTypeCreate.tsx | 9 +- .../views/ProductTypeUpdate/index.tsx | 5 + .../ProductCategoryAndCollectionsForm.tsx | 3 + .../ProductCreatePage/ProductCreatePage.tsx | 3 + .../components/ProductCreatePage/form.tsx | 14 +- .../ProductDetailsForm/ProductDetailsForm.tsx | 2 + .../ExportDialogSettings.tsx | 5 + .../ProductExportDialog.tsx | 4 + .../ProductExportDialogInfo.tsx | 21 +- .../ProductExportDialog/messages.ts | 51 +- .../ProductExternalMediaDialog.tsx | 2 + .../components/ProductList/ProductList.tsx | 13 +- .../components/ProductList/messages.ts | 7 + .../ProductListPage/ProductListPage.tsx | 11 +- .../components/ProductListPage/filters.ts | 12 +- .../components/ProductMedia/ProductMedia.tsx | 2 + .../ProductMediaNavigation.tsx | 1 + .../ProductMediaPage/ProductMediaPage.tsx | 8 +- .../ProductMediaPopper/ProductMediaPopper.tsx | 2 + .../ProductOrganization.tsx | 9 +- .../ProductShipping/ProductShipping.tsx | 2 + .../ProductStocks/ProductStocks.tsx | 46 +- .../components/ProductTaxes/ProductTaxes.tsx | 3 + .../ProductUpdatePage.test.tsx | 1 - .../ProductUpdatePage/ProductUpdatePage.tsx | 14 +- .../components/ProductUpdatePage/form.tsx | 52 +- .../messages.ts | 3 + .../ProductVariantCreateDialog/messages.ts | 6 + .../ProductVariantCreatePage.tsx | 5 + .../ProductVariantCreatePage/form.tsx | 6 +- .../ProductVariantCreatorPage.tsx | 14 +- .../ProductVariantCreatorPrices.tsx | 29 +- .../ProductVariantCreatorStock.tsx | 32 +- .../ProductVariantCreatorSummary.tsx | 5 +- .../ProductVariantCreatorTabs.tsx | 3 + .../ProductVariantCreatorValues.tsx | 3 + .../ProductVariantDeleteDialog.tsx | 3 + .../messages.ts | 3 + .../ProductVariantMediaSelectDialog.tsx | 1 + .../ProductVariantMedia.tsx | 3 + .../ProductVariantNavigation.tsx | 4 + .../ProductVariantPage/ProductVariantPage.tsx | 2 + .../components/ProductVariantPage/form.tsx | 8 +- .../components/ProductVariantPage/messages.ts | 5 + .../ProductVariantPrice.tsx | 17 +- .../ProductVariantSetDefault.tsx | 1 + .../ProductVariants/ProductVariants.tsx | 29 +- .../views/ProductCreate/ProductCreate.tsx | 4 + src/products/views/ProductImage.tsx | 6 +- .../views/ProductList/ProductList.tsx | 4 + src/products/views/ProductList/messages.ts | 2 + .../views/ProductUpdate/ProductUpdate.tsx | 26 +- src/products/views/ProductUpdate/types.ts | 1 - .../useChannelVariantListings.ts | 9 +- .../useChannelsWithProductVariants.test.ts | 8 - .../useChannelsWithProductVariants.ts | 2 - src/products/views/ProductVariant.tsx | 1 + src/products/views/ProductVariantCreate.tsx | 4 +- .../ProductVariantCreator.tsx | 2 + src/products/views/messages.ts | 1 + .../DeleteShippingRateDialog.tsx | 3 +- .../components/OrderValue/OrderValue.tsx | 9 + .../components/OrderWeight/OrderWeight.tsx | 5 + .../components/PricingCard/PricingCard.tsx | 5 + .../ShippingMethodProducts.tsx | 8 +- .../ShippingMethodProductsAddDialog.tsx | 9 +- .../ShippingRateInfo/ShippingRateInfo.tsx | 4 + .../ShippingWeightUnitForm.tsx | 2 + .../ShippingZoneAddWarehouseDialog.tsx | 2 + .../messages.ts | 9 + .../ShippingZoneCreatePage.tsx | 3 + .../ShippingZoneDetailsPage.tsx | 3 + .../ShippingZoneInfo/ShippingZoneInfo.tsx | 3 + .../ShippingZonePostalCodeRangeDialog.tsx | 13 +- .../ShippingZonePostalCodes.tsx | 20 +- .../ShippingZoneRates/ShippingZoneRates.tsx | 12 +- .../ShippingZoneRatesCreatePage.tsx | 16 +- .../ShippingZoneRatesPage.tsx | 45 +- .../ChannelsSection.tsx | 6 +- .../ShippingZoneSettingsCard.tsx | 1 + .../WarehousesSection.tsx | 7 +- .../ShippingZonesList/ShippingZonesList.tsx | 10 +- .../ShippingZonesListPage.tsx | 1 + .../UnassignDialog/UnassignDialog.tsx | 3 + src/shipping/errors.ts | 3 + src/shipping/views/RateCreate.tsx | 1 + src/shipping/views/RateUpdate.tsx | 3 +- .../views/ShippingZoneDetails/index.tsx | 6 +- src/shipping/views/ShippingZonesList.tsx | 4 + .../SiteCheckoutSettingsCard/messages.ts | 8 + .../SiteSettingsPage/SiteSettingsPage.tsx | 1 + .../components/SiteSettingsPage/messages.ts | 4 + .../StaffAddMemberDialog.tsx | 5 +- .../StaffDetailsPage/StaffDetailsPage.tsx | 2 + .../components/StaffDetailsPage/messages.ts | 1 + src/staff/components/StaffList/StaffList.tsx | 10 +- .../StaffListPage/StaffListPage.tsx | 10 +- src/staff/components/StaffListPage/filters.ts | 3 + .../StaffPassword/StaffPassword.tsx | 7 +- .../StaffPasswordResetDialog.tsx | 4 + .../StaffPreferences/StaffPreferences.tsx | 8 +- .../StaffProperties/StaffProperties.tsx | 3 + src/staff/components/UserStatus/messages.ts | 2 + src/staff/views/StaffDetails.tsx | 4 + .../collections/CollectionDetailsPage.tsx | 1 - .../stories/discounts/SaleDetailsPage.tsx | 1 - .../stories/discounts/VoucherCreatePage.tsx | 1 - .../stories/discounts/VoucherDetailsPage.tsx | 1 - .../stories/products/ProductUpdatePage.tsx | 1 - src/storybook/webpack.config.js | 6 +- .../components/CountryList/CountryList.tsx | 14 +- .../CountryListPage/CountryListPage.tsx | 1 + .../CountryTaxesPage/CountryTaxesPage.tsx | 10 +- .../TaxConfiguration/TaxConfiguration.tsx | 9 +- src/taxes/views/CountryList.tsx | 1 + .../ProductContextSwitcher.tsx | 7 +- .../TranslationFields/TranslationFields.tsx | 4 +- .../TranslationFieldsLong.tsx | 3 +- .../TranslationFieldsRich.tsx | 3 +- .../TranslationFieldsSave.tsx | 6 +- .../TranslationFieldsShort.tsx | 3 +- .../TranslationsAttributesPage.tsx | 2 + .../TranslationsAttributesPage/messages.ts | 2 + .../TranslationsCategoriesPage.tsx | 5 + .../TranslationsCollectionsPage.tsx | 5 + .../TranslationsEntitiesList.tsx | 12 +- .../TranslationsEntitiesListPage.tsx | 10 + .../TranslationsLanguageList.tsx | 7 +- .../TranslationsLanguageListPage.tsx | 2 + .../TranslationsPagesPage.tsx | 7 + .../TranslationsProductVariantsPage.tsx | 3 + .../TranslationsProductsPage.tsx | 7 + .../TranslationsSalesPage.tsx | 2 + .../TranslationsShippingMethodPage.tsx | 3 + .../TranslationsVouchersPage.tsx | 2 + src/utils/errors/account.ts | 8 + src/utils/errors/app.ts | 8 + src/utils/errors/attribute.ts | 3 + src/utils/errors/channels.ts | 3 + src/utils/errors/common.ts | 3 + src/utils/errors/discounts.ts | 1 + src/utils/errors/invoice.ts | 6 + src/utils/errors/order.ts | 13 + src/utils/errors/page.ts | 4 + src/utils/errors/permissionGroups.ts | 5 + src/utils/errors/plugins.ts | 2 + src/utils/errors/product.ts | 14 + src/utils/errors/shipping.ts | 2 + src/utils/errors/shop.ts | 1 + src/utils/errors/stock.ts | 1 + src/utils/errors/warehouse.ts | 1 + src/utils/filters/filters.ts | 2 +- .../WarehouseCreatePage.tsx | 2 + .../WarehouseDeleteDialog.tsx | 2 + .../WarehouseDetailsPage.tsx | 1 + .../WarehouseInfo/WarehouseInfo.tsx | 1 + .../WarehouseList/WarehouseList.tsx | 15 +- .../WarehouseListPage/WarehouseListPage.tsx | 10 +- .../components/WarehouseSettings/messages.ts | 13 + .../views/WarehouseCreate/WarehouseCreate.tsx | 1 + .../WebhookDeleteDialog.tsx | 3 + .../WebhookDetailsPage/WebhookDetailsPage.tsx | 4 +- .../components/WebhookDetailsPage/messages.ts | 3 + .../components/WebhookEvents/messages.ts | 6 + .../components/WebhookInfo/messages.ts | 6 + .../components/WebhookStatus/messages.ts | 3 + .../WebhooksDetailsPage.tsx | 4 +- .../WebhooksDetailsPage/messages.ts | 3 + .../components/WebhooksList/WebhooksList.tsx | 10 +- src/webhooks/views/WebhooksCreate.tsx | 1 + testUtils/intl.ts | 4 +- webpack.config.js | 16 +- 637 files changed, 12828 insertions(+), 361147 deletions(-) create mode 100644 scripts/formatter.js delete mode 100644 scripts/transpile-tx.js create mode 100644 src/hooks/useStateFromProps.test.ts diff --git a/.eslintrc.json b/.eslintrc.json index 25fe733c2..da51dffa0 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -13,7 +13,8 @@ "local-rules", "simple-import-sort", "cypress", - "chai-friendly" + "chai-friendly", + "formatjs" ], "rules": { "@typescript-eslint/adjacent-overload-signatures": "error", @@ -82,6 +83,12 @@ "dot-notation": "error", "eol-last": "off", "eqeqeq": ["error", "smart"], + "formatjs/enforce-id": [ + "error", + { + "idInterpolationPattern": "[sha512:contenthash:base64:6]" + } + ], "guard-for-in": "error", "id-blacklist": "off", "import/no-duplicates": "error", diff --git a/babel.config.js b/babel.config.js index fd645ac3b..af331e3db 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,24 +1,12 @@ module.exports = api => { - const isExtract = api.env("extract"); - const isTest = api.env("test"); - const isStorybook = api.env("storybook"); - - const ignore = - isTest || isStorybook - ? [] - : [ - "**/*.test.ts", - "**/*.test.tsx", - "src/storybook", - "node_modules/core-js" - ]; + api.cache(true); const presets = [ [ "@babel/preset-env", { corejs: "3.2.1", - modules: isTest ? "auto" : false, + modules: "auto", useBuiltIns: "usage" } ], @@ -38,23 +26,10 @@ module.exports = api => { ], "@babel/plugin-proposal-object-rest-spread", "@babel/plugin-proposal-nullish-coalescing-operator", - "react-intl-auto" + "macros" ]; - if (isExtract) { - plugins.push([ - "react-intl", - { - extractFromFormatMessageCall: true, - messagesDir: "build/locale/" - } - ]); - } - - plugins.push("macros"); - return { - ignore, plugins, presets }; diff --git a/locale/ar.json b/locale/ar.json index 0d92af168..0dab63fe6 100644 --- a/locale/ar.json +++ b/locale/ar.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "إلغاء طلب الشراء" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "مخفي" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuChannels": { - "string": "تعريف وإدارة قنوات المبيعات الخاصة بك" - }, - "configurationMenuNavigation": { - "string": "تعريف كيف يمكن للمستخدمين التنقل عبر متجرك" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "إدارة وتحديث معلومات المستودع الخاص بك" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "النشاط" - }, - "homeActivityCardNoActivities": { - "string": "لا توجد أنشطة حاليا" - }, - "homeAnalyticsCardHeader": { - "string": "اليوم" - }, - "homeHeaderText": { - "context": "header", - "string": "مرحبا {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "إليك بعض المعلومات التي جمعناها عن متجرك" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Products" - }, - "homeProductsListCardNoProducts": { - "string": "لم يتم العثور على منتجات" - }, - "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": "مرحبا {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "ما بين" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "يساوي" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Create Menu" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Menu Title" - }, - "menuDetailsDeleteMenuContent": { - "string": "هل أنت متأكد من حذف القائمة ( {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": "إضافة عنصر" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Link to: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Edit Item" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "الرابط" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Start typing to begin search..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "الاسم" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menu Items" - }, - "menuItemsPlaceholder": { - "string": "أضف قائمة جديدة لتبدأ بإنشاء قائمة" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "هل انت متأكد من حذف ( {menuName} )؟" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "لم يتم العثور على قوائم" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Create Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "غير منشور" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "فئة" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "مجموعات" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "الوصف" - }, - "productExportFieldName": { - "context": "product field", - "string": "الاسم" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "صور المتغير" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "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": "الضرائب" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "السعر" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "لم يتم إعداد مستودع لمتجرك. يمكن إعداد المتغيرات مع عدم الحاجة إلى توفر كميات في المخزون؟" - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "المستودعات" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "لم يتم إعداد المستودعات للمتجر الخاص بك. لإضافة كمية المخزون إلى المنتج من فضلك قم بإعداد المستودع" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "لم يتم إعداد المستودعات للمتجر الخاص بك. لإضافة كمية المخزون إلى المنتج من فضلك قم بإعداد المستودع" - }, - "published channel": { - "context": "product label", - "string": "منشور" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "الفئات ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "المجموعات ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "المنتجات ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "هل انت متأكد من حذف ( {name} )؟" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "هل انت متأكد من حذف ( {name} )؟" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "مستودع" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "هل انت متأكد من تنشيط ( {name} )؟" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "هل انت متأكد من إلغاء تنشيط هذا التطبيق؟ سيتم الاحتفاظ ببياناتك. ستستمر محاسبتك على هذا التطبيق." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "هل انت متأكد من إلغاء تنشيط التطبيق ( {name} )؟ سيتم الاحتفاظ ببياناتك. ستستمر محاسبتك على هذا التطبيق." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "هل انت متأكد من حذف هذا التطبيق؟" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "هل انت متأكد من حذف هذا التطبيق؟" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "نسخ" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "نسخ التوكين" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_4189999598": { - "string": "لقد أنشأنا رمزك الافتراضي. تأكد من نسخ رمز وصولك الشخصي الجديد الآن. لن تتمكن من رؤيته مرة أخرى." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "مفتاح" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "إجراءات" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": " رمز الوصول يستخدام لمصادقة حسابات الخدمة" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "نسخ التوكين" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "إنشاء" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "هل انت متأكد من حذف الرمز ( {token} )؟" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "سمات" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "هل انت متأكد من حذف ( {attributeName} )؟" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "المنطقة" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "تاريخ" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "File" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "صفحات" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "المنتجات" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "الوزن" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "كل الصفات" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "Create attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "Search Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "Can be used as column" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Filterable in Dashboard" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { - "context": "use attribute in filtering", - "string": "Filterable in Storefront" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_isVariantOnly": { - "context": "attribute can be used only in variants", - "string": "Variant Only" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_valueRequired": { - "context": "attribute value is required", - "string": "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "أضف عامود للخيارات" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "صورة" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "هل انت متأكد من حذف قيمة ( {name} )؟" - }, - "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": "هل تريد بالتأكيد حذف قيمة \"{name}\"؟ إذا قمت بحذفها ، فلن تتمكن من تعيينها إلى أي من المنتجات التي تحتوي على السمة \"{attributeName}\"." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Edit Value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "إضافة قيمة" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "الاسم" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Default Store View" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "إدارة" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "لم يتم العثور على قيمة" - }, - "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_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "تم إضافة القيمة" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "تسجيل الدخول" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "كلمة المرور" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "هل نسيت كلمة السر ؟ " - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "كلمة مرور جديدة" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "Set new password" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "تأكيد كلمة السر" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "كلمة المرور غير متطابقة" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "إعادة تعيين كلمة المرور" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "إعادة تعيين كلمة المرور" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "Success! In a few minutes you’ll receive a message with instructions on how to reset your password." - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "Provided email address does not exist in our database." - }, - "src_dot_availability": { - "string": "توافر" - }, - "src_dot_back": { - "context": "button", - "string": "عودة" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "إلغاء" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Cancelled" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "الفئات" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Background Image (optional)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(إختياري)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "إنشاء فئة جديدة" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "أضف عنوان محرك البحث و وصفه لتسهيل العثور على هذه الفئة" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "حذف الفئة" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "هل انت متأكد من حذف ( {categoryName} )؟" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "إسم الفئة" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "وصف الفئة" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "إنشاء فئة" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "البحث عن فئة" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "جميع الفئات" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "إسم الفئة" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "لم يتم العثور على الفئة" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "لم يتم العثور على الفئة الفرعية" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "الفئات الفرعية" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "عدد المنتجات" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "لم يتم العثور على منتجات" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "الاسم" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "أضف منتج" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "منتجات في {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "التصنيفات الفرعية" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "أضف عنوان محرك البحث و وصفه لتسهيل العثور على هذه الفئة" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "المنتجات" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "جميع التصنيفات الفرعية" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "إنشاء تصنيف فرعي" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "إنشاء فئة" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "تم إنشاء الفئة" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,zero {هل أنت متأكد من حذف هذه الفئة؟} one {هل أنت متأكد من حذف هذه الفئة؟} two {هل أنت متأكد من حذف هذه الفئة؟} few {هل أنت متأكد من حذف هذه الفئة؟} many {هل أنت متأكد من حذف هذه الفئة؟} other {هل انت متأكد من حذف {displayQuantity} فئة؟}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "حذف الفئة" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "تم حذف الفئة" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Delete products" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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": "حذف الفئات" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "هل انت متأكد من حذف ( {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": "حذف الفئات" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "توافر" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "نسخ" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "غير فعال" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "الحالة" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "فعال" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "لم يتم العثور على القنوات" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "إجراءات" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "مسح" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "مجموعات" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "مخفي" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "أضف عنوان محرك البحث و وصفه لتسهيل العثور على هذه الفئة" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "إضافة مجموعة" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "مخفي" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "أضف عنوان محرك البحث و وصفه لتسهيل العثور على هذه الفئة" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "الاسم" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Background Image (optional)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(إختياري)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "كل المجموعات" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Create collection" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "مخفي" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "منشور" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "عدد المنتجات" - }, - "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": "توافر" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "لم يتم العثور على منتجات" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Type" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "توافر" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Products in {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Assign product" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "الاسم" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "المجموعه المحذوفه" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "تم إضافة المنتج إلى المجموعة" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "هل أنت متأكد أنك تريد حذف صورة المجموعة؟" - }, - "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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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_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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "الاذونات" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "دولة" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "السطر الأول من العنوان" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "مدينة" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "السطر الثاني من العنوان" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "لم يتم العثور على نتائج" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "تعيين الفئات" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "البحث عن فئة" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "البحث عن المنتجات" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} السمات" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "سمات" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "قيم " - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "قيمة" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "لا توجد نتائج" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "توافر" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "منذ {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "لم يتم العثور على قنوات" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "منشور" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "الحالة" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "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} عمود تم تحديده من {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "دولة" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "السطر الأول من العنوان" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "مدينة" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "السطر الثاني من العنوان" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_CountryList_dot_2460766407": { - "context": "number of countries", - "string": "{number} بلدان" - }, - "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_DemoBanner_dot_1647850230": { - "string": "الواجهة" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "لوحة التحكم" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Delete Search" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Custom Filter" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Save Search" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "فلاتر" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "لا توجد نتائج" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "فلاتر" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "فلاتر" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "حفظ التعديلات" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "قيمة" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "إجراءات" - }, - "src_dot_components_dot_MoneyRange_dot_12301532": { - "context": "money", - "string": "إلى {money}" - }, - "src_dot_components_dot_MoneyRange_dot_1316359951": { - "context": "money", - "string": "{fromMoney} - {toMoney}" - }, - "src_dot_components_dot_MoneyRange_dot_3729849657": { - "context": "money", - "string": "من {money}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "اضف قيمة جديدة: {value}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { - "string": "لم يتم العثور على نتائج" - }, - "src_dot_components_dot_MultiSelectField_dot_4205644805": { - "string": "لم يتم العثور على نتائج" - }, - "src_dot_components_dot_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "الطلب رقم" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Type Command" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "البحث عن عميل" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "البحث في العملاء" - }, - "src_dot_components_dot_Navigator_dot_2874620973": { - "context": "navigator placeholder", - "string": "Type {key} to see available actions" - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Navigate to" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Quick Actions" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Navigator is here to help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "فئة" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "مجموعات" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "منشور" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "غير منشور" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "إنشاء فئة" - }, - "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": "إنشاء عميل" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "إنشاء طلب" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "إنشاء منتج" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "الذهاب الى الطلب رقم #{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": "البحث عن العملاء" - }, - "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": "البحث في الطلبات" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "لا توجد نتائج" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "منتج" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Ooops!..." - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Something's missing" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "عذرا، لم يتم العثور على الصفحة" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "Go back to dashboard" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "لم يتم العثور على نتائج" - }, - "src_dot_components_dot_RowNumberSelect_dot_1154361791": { - "string": "رقم الصفوف" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} من {maxCharacters} حروف" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "اضف قيمة جديدة: {value}" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { - "string": "None" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_4205644805": { - "string": "لم يتم العثور على نتائج" - }, - "src_dot_components_dot_SingleSelectField_dot_4205644805": { - "string": "لم يتم العثور على نتائج" - }, - "src_dot_components_dot_TableHead_dot_868570480": { - "string": "Selected {number} items" - }, - "src_dot_components_dot_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "تسجيل خروج" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "إعدادات الحساب" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "وضوح" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "منذ {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_WeightRange_dot_264731940": { - "context": "weight", - "string": "إلى {unit} {value}" - }, - "src_dot_components_dot_WeightRange_dot_2892071052": { - "context": "weight", - "string": "{toValue} {toUnit} - {fromValue} {fromUnit}" - }, - "src_dot_components_dot_WeightRange_dot_4256193688": { - "context": "weight", - "string": "من {unit} {value}" - }, - "src_dot_components_dot_Weight_dot_2781622322": { - "context": "weight", - "string": "إلى {unit} {value}" - }, - "src_dot_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "الإعدادات" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "إعدادات الأعضاء المسئولين" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "تأكيد" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "تحديث" - }, - "src_dot_continue": { - "context": "button", - "string": "متابعة" - }, - "src_dot_create": { - "context": "button", - "string": "إنشاء" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "العملاء" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "إضافة عنوان" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "إضافة عنوان" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName} دفتر العناوين" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} تفاصيل" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "لا يوجد عنوان لإظهاره لهذا العميل" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "العنوان الافتراضي" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "عنوان الشحن الافتراضي" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "عنوان الشحن اللإفتراضي" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "تعيين كعنوان الفواتير الافتراضي" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "تعيين كعنوان شحن افتراضي" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "معلومات العنوان" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "عنوان الشحن" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "عنوان" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "هذا العميل ليس لديه عناوين بعد" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "عنوان الشحن" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "Primary Address" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "العنوان الأساسي لهذا العميل." - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "نظرة عامة حول العميل" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "ملاحظات " - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "ملاحظة" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "قم بإدخال معلومات إضافية لهذا العميل." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "إنشاء عميل" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { - "context": "check to mark this account as active", - "string": "حساب المستخدم فعال" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { - "context": "section subheader", - "string": "عضو فعال منذ {date}" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { - "context": "note about customer", - "string": "ملاحظة" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "معلومات الإتصال" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "البحث عن عميل" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "إنشاء عميل" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "كل الزبائن" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Join Date" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { - "string": "عدد الطلبات" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "عدد الطلبات" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "لم يتم العثور على عميل" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Customer Email" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "أسم العميل" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { - "context": "order status", - "string": "الحالة" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "الطلبات الحديثة" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "رقم الطلب" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "عرض جميع الطلبات" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "تاريخ" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "المجموع" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { - "string": "لم يتم العثور على طلبات" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Last login" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "اخر طلب" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "تاريخ العميل" - }, - "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": "حذف العميل" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "Delete Address" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "إنشاء عميل" - }, - "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": "تم حذف عميل" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "تم إنشاء عميل" - }, - "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": "حذف العملاء" - }, - "src_dot_dashboard": { - "string": "لوحة التحكم" - }, - "src_dot_date": { - "string": "تاريخ" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "الوصف" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "خصومات" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "تعيين الفئات" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "الفئات المؤهلة" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "لم يتم العثور على الفئة" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "إسم الفئة" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "المنتجات" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "المنتجات" - }, - "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": "التواريخ الفعالة" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsButton": { - "context": "button", - "string": "المنتجات المعيينة" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "لم يتم العثور على منتجات" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "توافر" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "أسم المنتج" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "No variants found" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "أسم المنتج" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "الاسم" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Search Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "كل التنزيلات" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "فعال" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "Expired" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { - "context": "discount type", - "string": "Fixed amount" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "Scheduled" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "الحالة" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "قيمة" - }, - "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": "لم يتم العثور على تخفيضات" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Starts" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "الاسم" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "قيمة" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "الاسم" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Fixed Amount" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "قيمة" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "لم يتم العثور على قنوات" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "التواريخ الفعالة" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "Voucher applies to all countries" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Voucher is limited to these countries" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "الدول" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "الفئات ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "المجموعات ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "المنتجات ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Discount Code" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Generate Code" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "كل القسائم الشرائية" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { - "string": "Search Voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { - "context": "button", - "string": "Create voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { - "context": "voucher status", - "string": "فعال" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "Expired" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { - "context": "discount type", - "string": "Fixed amount" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "Scheduled" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { - "context": "voucher status", - "string": "الحالة" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { - "context": "voucher", - "string": "Times used" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "قيمة" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "Min. Spent" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "Ends" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "Starts" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "كود" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "لم يتم العثور قسائم" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "قيمة" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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": "الحد الأدنى لكمية العناصر" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_4097816011": { - "string": "لم يتم العثور على قنوات" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Minimal order value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "قيمة" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Min. Order Value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "يطبق لـ" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_3751756157": { - "context": "voucher value requirement", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_78726751": { - "context": "voucher code", - "string": "كود" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3216816841": { - "context": "header", - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3289659291": { - "context": "voucher discount type", - "string": "Free Shipping" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3688224049": { - "context": "voucher discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { - "context": "voucher discount type", - "string": "Fixed Amount" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1134347598": { - "context": "column title", - "string": "السعر" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "قيمة" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "مرة فقط لكل طلب" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "لم يتم العثور على قنوات" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "تقديم الطلب" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "منتجات محددة" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "الشحن" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_2983742638": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this voucher?} other {Are you sure you want to delete {displayQuantity} vouchers?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_367317371": { - "context": "dialog header", - "string": "Delete Vouchers" - }, - "src_dot_done": { - "context": "button", - "string": "Done" - }, - "src_dot_draft": { - "context": "order status", - "string": "مسودة" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "الطلبات المسودة" - }, - "src_dot_drafts": { - "string": "المسودات" - }, - "src_dot_edit": { - "context": "button", - "string": "تعديل" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "استوفى" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "العميل" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "ملاحظة" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "تغيير" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "تفاصيل" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "تفاصيل" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "كمية" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "منتج" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "الحالة" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "منتج" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "الإعدادات" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "الصفحة الرئيسية" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "Order #{orderId} was placed from draft by {userEmail}" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "لا توجد طلبات جاهزه للإستيفاء" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "لا توجد مدفوعات في انتظار الالتقاط" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "تصفح الموقع" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "لا" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "طلبات الشراء" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "عنوان الفاتورة" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "لم يتم العثور على نتائج" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "عنوان الشحن" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "لا توجد ملاحظات من قبل العميل" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "ملاحظات " - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "معلومات الإتصال" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "البحث عن العملاء" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "View Profile" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "عنوان الشحن" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "زبون" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "مماثلة عنوان الشحن" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "مستخدم مجهول" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "عنوان الشحن" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "إلغاء الطلب" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "إضافة" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "قيمة الخصم" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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": "هل انت متأكد من حذف الطلب المسود رقم #{orderNumber}؟" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "السعر" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "منتج" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "عدد" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "لا توجد منتجات تمت إضافتها إلى الطلب" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { - "context": "total price of ordered products", - "string": "المجموع" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "أضف شركة شحن" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "خصم" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "المبلغ الإجمالي" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "المجموع" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Order Details" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "أضف منتجات" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "إنشاء أمر شراء" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "كل المسودات" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "البحث عن مسودة" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "زبون" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "لم يتم العثور على طلبات مسودة" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "رقم الطلب" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "زبون" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "تاريخ" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "المجموع" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "إلغاء الطلب" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "طلب" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "اسم المنتج" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "وحدة حفظ الأوراق المالية" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "إضافة تتبع" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edit tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "استرداد المال المدفوع" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "إختيار مستودع" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "رقم التتبع" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "أضف رقم تتبع" - }, - "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_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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": "تم تقديم الطلب." - }, - "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": "تم إنشاء الطلب من المسودات" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2020753264": { - "context": "order history message", - "string": "تم إرسال تأكيد الدفع إلى العميل" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2369495522": { - "context": "order history message", - "string": "تم إرسال تأكيد الطلب إلى العميل" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "تم دفع المبلغ بالكامل" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "تم تأكيد الطلب" - }, - "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": "تم إرسال تأكيد الاستيفاء إلى العميل" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3095247195": { - "context": "order history message", - "string": "تم بنجاح إنشاء طلب مسود" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "رقم الفاتورة {invoiceNumber} تم إنشائها من قبل {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "تم إرسال الفاتورة إلى العميل من قبل {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "هل انت متأكد من إرسال الفاتورة رقم : {invoiceNumber} إلى العميل؟" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "إنشاء" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "فاتورة" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "إنشاء أمر شراء" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { - "string": "Search Orders..." - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { - "context": "tab name", - "string": "كل الطلبات" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "العميل" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Fulfillment status" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "الدفع" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "عد الطلب" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "زبون" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "تاريخ" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "المجموع" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "لم يتم العثور على طلبات" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "كمية" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Are you sure you want to void this payment?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Void Payment" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "قبض" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "المبلغ المقبوض" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "خصم" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} عناصر" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Mark as paid" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "حالة الدفع" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Preauthorized amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "استرداد المال المدفوع" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "الشحن" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "المبلغ الإجمالي" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "الضرائب" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "المجموع" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "استرداد المال المدفوع" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "قسيمة" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "البحث عن المنتجات" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "السعر" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "منتج" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "عدد" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "وحدة حفظ الأوراق المالية" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "المجموع" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "السعر" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "لم يتم العثور على منتجات" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "منتج" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "المجموع" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "طلب" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "كمية" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "استرداد المال المدفوع" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "السعر" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "لم يتم العثور على منتجات" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "منتج" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "المجموع" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "السعر" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "منتج" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "لم يتم تنفيذها" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "الإعدادات" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "سيتم تأكيد جميع الطلبات تلقائيًا وسيتم تسجيل جميع المدفوعات." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "تأكيد جميع الطلبات تلقائيًا" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Fulfill" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "تم الإنتهاء من الطلب المسود بنجاح" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "طلب مسود رقم #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "تم إنشاء طلب مسود بنجاح" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "تم إنشاء طلب مسود بنجاح" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "صفحات" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Create Page" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1996767833": { - "string": "أضف عنوان محرك البحث و وصفه لتسهيل العثور على هذه الصفحة" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { - "context": "page", - "string": "ستكون ظاهر من {date}" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "مخفي" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "المحتوي" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "العنوان " - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "العنوان " - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "وضوح" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "No pages found" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3478065224": { - "context": "page internal name", - "string": "Slug" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3640454975": { - "context": "page status", - "string": "منشور" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "غير منشور" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "هل انت متأكد من حذف ( {title} )؟" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "نشر" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "عدم النشر" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "تم جزئياً" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Partially refunded" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "حالة الدفع" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "البحث عن الأعضاء المسئولين" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "فعال" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "غير فعال" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "تعيين عضو مسئول" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "هل انت متأكد من حذف {name}؟" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "إجراءات" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "غير فعال" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "فعال" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "إجراءات" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "الاسم" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "إنشاء فئة" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "الإضافات" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Authorization" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "أسم الإضافة" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { - "context": "plugin status", - "string": "الحالة" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { - "context": "section header", - "string": "معلومات و حالة الإضافة" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "string": "Set plugin as active" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_3032939398": { - "context": "header", - "string": "أضف قيمة لحقل الترخيص" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_4269236107": { - "context": "header", - "string": "Edit Authorization Field" - }, - "src_dot_plugins_dot_components_dot_PluginSettings_dot_1970881031": { - "context": "section header", - "string": "إعدادات الإضافة" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3352026836": { - "context": "header", - "string": "{pluginName} تفاصيل" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3233248823": { - "string": "البحث عن الإضافات" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3523826683": { - "context": "tab name", - "string": "جميع الإضافات" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { - "context": "plugin filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "لم يتم العثور عن الإصافات" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "فعال" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "الإعدادات" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "الاسم" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "string": "Product Type Name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { - "context": "tab name", - "string": "كل أنواع المنتج" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3420445375": { - "string": "Search Product Type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3479705616": { - "context": "button", - "string": "create product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_configurable": { - "context": "product type", - "string": "قابل للتعديل" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_digital": { - "context": "product", - "string": "Digital" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_shippable": { - "context": "product", - "string": "Shippable" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_type": { - "context": "product type is digital or physical", - "string": "Type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1126553969": { - "string": "No product types found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1211157042": { - "context": "product type", - "string": "Simple product" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1240292548": { - "context": "tax rate for a product type", - "string": "الضريبة" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { - "context": "product type is either simple or configurable", - "string": "Type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2253986440": { - "context": "product type name", - "string": "Type Name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2754779425": { - "context": "product type", - "string": "قابل للتعديل" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_881286562": { - "context": "product type", - "string": "Digital" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_966610541": { - "context": "product type", - "string": "Physical" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_1325966144": { - "context": "product type shipping settings, section header", - "string": "الشحن" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2143413921": { - "context": "switch button", - "string": "Is this product shippable?" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2927891783": { - "string": "Used to calculate rates for shipping for products of this product type, when specific weight is not given" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_746695941": { - "string": "الوزن" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Unassign" - }, - "src_dot_products": { - "context": "products section name", - "string": "المنتجات" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "فئة" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "مجموعات" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "غير منشور" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { - "string": "أضف عنوان محرك البحث و وصفه لتسهيل العثور على هذا المنتج" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "منشور" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "الاسم" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "تصدير المخزون لجميع المستودعات" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "إنشاء منتج" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "كل المنتجات" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "متوفر" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "مخفي" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Out Of Stock" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "السعر" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Stock quantity" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "وضوح" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visible" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "لم يتم العثور على منتجات" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "قابل للتعديل" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "الاسم" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "توافر" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "السعر" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "فئة" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "مجموعات" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "string": "قابل للتعديل" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "*إختياري، إضافة منتج هنا لمساعدة المستخدمين على إيجاده" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Product Type" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "الشحن" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "الوزن" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "أسم المستودع" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "عدد" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "تعيين مستودع" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Charge taxes on this product" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "غير منشور" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { - "string": "أضف عنوان محرك البحث و وصفه لتسهيل العثور على هذا المنتج" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "منشور" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "إنشاء متغيرات" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "حذف متغير" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "حفظ المتغير" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "السعر" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "سيتم استخدام القيم المحددة لإنشاء متغيرات للمنتجات القابلة للتعديل." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "ميزة" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "كشف حساب" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "طبق السعر على لكل الـ و ح م" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "تطبيق مخزون فريد حسب السمة لكل SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "تطبيق أسعارًا فريدة بحسب السمة لكل SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "طبق المخزون لكل الـ و ح م" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "إنشاء" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "المتغيرات التي تم إنشاؤها" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "وحدة حفظ الأوراق المالية" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "متغير" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "قيم " - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "حذف متغير" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_2297471173": { - "context": "delete product variant", - "string": "هل انت متأكد من حذف {name}؟" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "حذف متغير" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "المتغيرات" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "إضافة متغير" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "متغير جديد" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "مخفي" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "توافر" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "السعر" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "لم يتم العثور على قنوات" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "سعر التكلفه" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "السعر" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "إنشاء متغيرات" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "المتغيرات" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "استخدم المتغيرات للمنتجات التي تأتي في إصدارات متنوعة على سبيل المثال أحجام وألوان مختلفة" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "جميع المستودعات" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventory" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "إنشاء متغير" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "وحدة حفظ الأوراق المالية" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "متغير" - }, - "src_dot_products_dot_views_dot_1731766393": { - "context": "dialog header", - "string": "Delete Image" - }, - "src_dot_products_dot_views_dot_2279302139": { - "string": "تم حذف المتغير" - }, - "src_dot_products_dot_views_dot_2362587265": { - "context": "header", - "string": "إنشاء متغير" - }, - "src_dot_products_dot_views_dot_2880386427": { - "string": "Are you sure you want to delete this image?" - }, - "src_dot_products_dot_views_dot_3989383405": { - "context": "window title", - "string": "إنشاء متغير" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "إنشاء منتج" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "منتج جديد" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "تم إنشاء المنتج" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "حذف المنتجات" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "تم حذف المنتج" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "هل انت متأكد من حذف ( {name} )؟" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "حذف المنتج" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "حذف متغيرات المنتج" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "تم إنشاء المتغيرات" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "إنشاء متغيرات" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Fully refunded" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "إزالة" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "تنزيلات" - }, - "src_dot_save": { - "context": "button", - "string": "قم بالحفظ" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Pricing" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "السعر" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "البحث عن المنتجات" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "تعيين منتجات" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "لا يوجد منتجات" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "المنتجات المستبعدة" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "المنتجات المعيينة" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "أسم المنتج" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "إجراءات" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "أسم المستودع" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "إنشاء مستودع جديد" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "الدول" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "الدول" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} من {maxCharacters} حروف" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Shipping zone name" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "إضافة" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "الشحن" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "الشحن" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "السعر" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Create rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Value Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "No shipping rates found" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Price Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Weight Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Weight Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "الاسم" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "إضافة مستودع جديد" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "إختيار مستودع" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "الإعدادات" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "الشحن" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Shipping By Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Create shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "الدول" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "الاسم" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "إلغاء تعيين المنتجات من الشحن" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_3215481647": { - "context": "dialog content", - "string": "{counter,plural,zero {هل أنت متأكد من إلغاء تعين هذا المنتج؟} one {هل أنت متأكد من إلغاء تعين هذا المنتج؟} two {هل أنت متأكد من إلغاء تعين هذا المنتج؟} few {هل انت متأكد من إلغاء تعيين {displayQuantity} منتج؟} many {هل انت متأكد من إلغاء تعيين {displayQuantity} منتج؟} other {هل انت متأكد من إلغاء تعيين {displayQuantity} منتج؟}}" - }, - "src_dot_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "الأعضاء المسئولين" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "دعوة عضو مسئول" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "الاذونات" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "المستخدم فعال" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "جميع الأعضاء المسئولين" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_61043583": { - "string": "البحث عن عضو مسئول" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_797461521": { - "context": "button", - "string": "دعوة عضو مسئول" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "فعال" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Deactivated" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "الحالة" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { - "context": "staff member status", - "string": "غير فعال" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "فعال" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "لم يتم العثور على أعضاء مسئولين" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "الاسم" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "كلمة مرور جديدة" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "New password must be at least 8 characters long" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "تغيير كلمة السر" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Previous Password" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "You should change your password every month to avoid security issues." - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "Change your password" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "كلمة المرور" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "Selecting this will change the language of your dashboard" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion." - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { - "string": "Preferred Language" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { - "context": "section header", - "string": "Preferences" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_1473195966": { - "context": "avatar change button", - "string": "تغيير" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "معلومات العضو المسئول" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "حذف العضو المسئول" - }, - "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": "حذف صورة العضو المسئول" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "هل أنت متأكد من حذف ( {email} ) من قائمة الأعضاء المسئولين؟" - }, - "src_dot_startDate": { - "string": "Start Date" - }, - "src_dot_startHour": { - "string": "Start Hour" - }, - "src_dot_status": { - "string": "الحالة" - }, - "src_dot_summary": { - "string": "كشف حساب" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "الضرائب" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "الضرائب" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "No countries found" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Reduced Tax Rates" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Country Code" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "Country Name" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "فئة" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "تم إدخال جميع أسعار المنتجات مع الضريبة المدرجة" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "عرض الأسعار الإجمالية للعملاء في واجهة المتجر" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "فرض ضرائب على أسعار الشحن" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "سمات" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1308081812": { - "string": "{numberOfFields} ترجمات , {numberOfTranslatedFields} مكتملة" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "قيم " - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "إسم الفئة" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Translation Category \"{categoryName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { - "string": "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_222873645": { - "string": "مجموعات" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "المنتجات" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "صفحات" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "الفئات" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "سمات" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "تنزيلات" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "قسائم شرائية" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} of {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "No translatable entities found" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "Completed Translations" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "الاسم" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Languages" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "No languages found" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Language" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "المحتوي" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "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": "أسم المنتج" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Translation Product \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "الوصف" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "الوصف" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "الاسم" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "غير مؤكد" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "لم يتم تنفيذها" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "غير مدفوع" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "يمكن تعيين الأعضاء المسئولين فقط" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "يجب أن يكون لجميع السمات قيمة" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "تم تعطيل المتغيرات في نوع هذا المنتج" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manual payments can not be refunded" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Only pre-authorized payments can be voided" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Only pre-authorized payments can be captured" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "لا يمكن تفعيل الإضافة بسبب عدم إعدادها بشكل صحيح" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "يمكن تحرير الطلبات المسودة فقط" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "لم يتم العثور على الصفحة" - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "هذه الأذونات خارج نطاقك" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "لا يمكن أن يكون سعر المنتج أقل من 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "طريقة الشحن المختاره لهذا العنوان غير صحيحه " - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "لا يحتوي هذا المتغير على أي محتوى رقمي" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "هذا المتغير موجود بالفعل" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "قسائم شرائية" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "المستودعات" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "معلومات العنوان" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "إنشاء مستودع" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "هل أنت متأكد من حذف المستودع ( {warehouseName} )؟" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "حذف مستودع" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "معلومات العنوان" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "أسم المستودع" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "البحث عن المستودع" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "جميع المستودعات" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "إنشاء مستودع" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "لم يتم العثور على مستودعات" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "إجراءات" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "الاسم" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "الإعدادات" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "إنشاء مستودع" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "هل انت متأكد من حذف {name}؟" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} تفاصيل" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} تفاصيل" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "عمل" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "الاسم" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "نعم" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Allocated" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "الكمية" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"إلغاء طلب الشراء"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"مخفي"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Determine attributes used to create product types"},"8vJCJ4":{"string":"تعريف وإدارة قنوات المبيعات الخاصة بك"},"hpMcW8":{"string":"تعريف كيف يمكن للمستخدمين التنقل عبر متجرك"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Define types of products you sell"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"إدارة وتحديث معلومات المستودع الخاص بك"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"النشاط"},"wWTUrM":{"string":"لا توجد أنشطة حاليا"},"zWgbGg":{"string":"اليوم"},"By5ZBp":{"context":"header","string":"مرحبا {userName}"},"aCX8rl":{"context":"subheader","string":"إليك بعض المعلومات التي جمعناها عن متجرك"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Top Products"},"Q1Uzbb":{"string":"لم يتم العثور على منتجات"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"ما بين"},"I+UwqI":{"context":"is filter range or value","string":"يساوي"},"0OtaXa":{"context":"dialog header","string":"Create Menu"},"jhh/D6":{"string":"Menu Title"},"G/SYtU":{"string":"هل أنت متأكد من حذف القائمة ( {menuName} )؟"},"QzseV7":{"context":"dialog header","string":"Delete Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"إضافة عنصر"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edit Item"},"Urh2N3":{"context":"label","string":"الرابط"},"28GZnc":{"string":"Start typing to begin search..."},"0Vyr8h":{"context":"menu item name","string":"الاسم"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"Menu Items"},"WwZfNK":{"string":"أضف قائمة جديدة لتبدأ بإنشاء قائمة"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"هل انت متأكد من حذف ( {menuName} )؟"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"لم يتم العثور على قوائم"},"JXRYQg":{"context":"button","string":"Create Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"غير منشور"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"فئة"},"jxoMLL":{"context":"product field","string":"مجموعات"},"YVIajc":{"context":"product field","string":"الوصف"},"W8i2Ez":{"context":"product field","string":"الاسم"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"صور المتغير"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventory"},"SSWFo8":{"context":"window title","string":"Create Product Type"},"bq1eEx":{"context":"header","string":"Create Product Type"},"mUb8Gt":{"context":"section header","string":"الضرائب"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"السعر"},"vuKrlW":{"string":"Stock"},"ABgQcF":{"context":"variant stock, header","string":"Stock"},"oIMMcO":{"context":"no warehouses info","string":"لم يتم إعداد مستودع لمتجرك. يمكن إعداد المتغيرات مع عدم الحاجة إلى توفر كميات في المخزون؟"},"Gjo89T":{"context":"header","string":"المستودعات"},"D8nsBc":{"context":"no warehouses info","string":"لم يتم إعداد المستودعات للمتجر الخاص بك. لإضافة كمية المخزون إلى المنتج من فضلك قم بإعداد المستودع"},"RLBLPQ":{"context":"no warehouses info","string":"لم يتم إعداد المستودعات للمتجر الخاص بك. لإضافة كمية المخزون إلى المنتج من فضلك قم بإعداد المستودع"},"qJedl0":{"context":"product label","string":"منشور"},"ppLwx3":{"context":"number of categories","string":"الفئات ({quantity})"},"QdGzUf":{"context":"number of collections","string":"المجموعات ({quantity})"},"bNw8PM":{"context":"number of products","string":"المنتجات ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"هل انت متأكد من حذف ( {name} )؟"},"LsgHmZ":{"context":"delete shipping zone","string":"هل انت متأكد من حذف ( {name} )؟"},"PV0SQd":{"context":"WarehousesSection select field label","string":"مستودع"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"هل انت متأكد من تنشيط ( {name} )؟"},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"هل انت متأكد من إلغاء تنشيط هذا التطبيق؟ سيتم الاحتفاظ ببياناتك. ستستمر محاسبتك على هذا التطبيق."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"هل انت متأكد من إلغاء تنشيط التطبيق ( {name} )؟ سيتم الاحتفاظ ببياناتك. ستستمر محاسبتك على هذا التطبيق."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"هل انت متأكد من حذف هذا التطبيق؟"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"نسخ"},"HVFq//":{"context":"button","string":"نسخ التوكين"},"ixjvkM":{"string":"لقد أنشأنا رمزك الافتراضي. تأكد من نسخ رمز وصولك الشخصي الجديد الآن. لن تتمكن من رؤيته مرة أخرى."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"مفتاح"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"إجراءات"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":" رمز الوصول يستخدام لمصادقة حسابات الخدمة"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"إنشاء"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"هل انت متأكد من حذف الرمز ( {token} )؟"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"سمات"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Delete attribute"},"h1rPPg":{"context":"dialog content","string":"هل انت متأكد من حذف ( {attributeName} )؟"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"المنطقة"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"تاريخ"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"File"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"صفحات"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"المنتجات"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"الوزن"},"dKPMyh":{"context":"tab name","string":"كل الصفات"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"أضف عامود للخيارات"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"صورة"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"هل انت متأكد من حذف قيمة ( {name} )؟"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"string":"هل تريد بالتأكيد حذف قيمة \"{name}\"؟ إذا قمت بحذفها ، فلن تتمكن من تعيينها إلى أي من المنتجات التي تحتوي على السمة \"{attributeName}\"."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"إضافة قيمة"},"UhcALJ":{"context":"attribute name","string":"الاسم"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"إدارة"},"g5zIpS":{"context":"No attribute values found","string":"لم يتم العثور على قيمة"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"تم إضافة القيمة"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"تسجيل الدخول"},"5sg7KC":{"string":"كلمة المرور"},"3tbL7x":{"context":"description","string":"هل نسيت كلمة السر ؟ "},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"كلمة مرور جديدة"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"تأكيد كلمة السر"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"كلمة المرور غير متطابقة"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"إعادة تعيين كلمة المرور"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"توافر"},"0OfZJA":{"context":"button","string":"عودة"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"إلغاء"},"dOQB9o":{"context":"payment status","string":"Cancelled"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"الفئات"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(إختياري)"},"cgsY/X":{"context":"page header","string":"إنشاء فئة جديدة"},"wQdR8M":{"string":"أضف عنوان محرك البحث و وصفه لتسهيل العثور على هذه الفئة"},"xo5UIb":{"context":"dialog title","string":"حذف الفئة"},"dJQxHt":{"context":"delete category","string":"هل انت متأكد من حذف ( {categoryName} )؟"},"vEYtiq":{"string":"إسم الفئة"},"8HRy+U":{"string":"وصف الفئة"},"vof5TR":{"context":"button","string":"إنشاء فئة"},"JiXNEV":{"string":"البحث عن فئة"},"vy7fjd":{"context":"tab name","string":"جميع الفئات"},"dM86a2":{"string":"لم يتم العثور على الفئة"},"rrbzZt":{"string":"لم يتم العثور على الفئة الفرعية"},"BHQrgz":{"context":"number of subcategories","string":"الفئات الفرعية"},"k8ZJ5L":{"context":"number of products","string":"عدد المنتجات"},"VQLIXd":{"context":"product","string":"الاسم"},"x/pIZ9":{"context":"button","string":"أضف منتج"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"منتجات في {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"التصنيفات الفرعية"},"V+fkAO":{"context":"number of products in category","string":"المنتجات"},"NivJal":{"context":"section header","string":"جميع التصنيفات الفرعية"},"UycVMp":{"context":"button","string":"إنشاء تصنيف فرعي"},"Irflxf":{"context":"window title","string":"إنشاء فئة"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"تم إنشاء الفئة"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"تم حذف الفئة"},"KCjd1o":{"context":"dialog title","string":"Delete products"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"حذف الفئات"},"xRkj2h":{"string":"هل انت متأكد من حذف ( {categoryName} )؟"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"توافر"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"غير فعال"},"+tIkAe":{"context":"status","string":"الحالة"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"فعال"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"لم يتم العثور على قنوات"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"مسح"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"مجموعات"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"مخفي"},"Rj8LxK":{"string":"أضف عنوان محرك البحث و وصفه لتسهيل العثور على هذه الفئة"},"Fxa6xp":{"context":"page header","string":"إضافة مجموعة"},"/WXs6H":{"context":"collection name","string":"الاسم"},"G4g5Ii":{"context":"tab name","string":"كل المجموعات"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"مخفي"},"lL3YJO":{"context":"collection","string":"منشور"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"عدد المنتجات"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"توافر"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"توافر"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"الاسم"},"Q8wHwJ":{"string":"المجموعه المحذوفه"},"56vUeQ":{"string":"تم إضافة المنتج إلى المجموعة"},"MxhVZv":{"string":"هل أنت متأكد أنك تريد حذف صورة المجموعة؟"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"Delete image"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"الاذونات"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"دولة"},"O95R3Z":{"string":"Phone"},"B52Em/":{"string":"السطر الأول من العنوان"},"TE4fIS":{"string":"مدينة"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"السطر الثاني من العنوان"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"لم يتم العثور على نتائج"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"تعيين الفئات"},"8hrH/z":{"context":"dialog header","string":"البحث عن فئة"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"البحث عن المنتجات"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} السمات"},"3ukd9/":{"context":"attributes, section header","string":"سمات"},"j8PV7E":{"context":"attribute values","string":"قيم "},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"قيمة"},"jHJmjf":{"string":"لا توجد نتائج"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"توافر"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"منذ {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"لم يتم العثور على قنوات"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"منشور"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"الحالة"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} بلدان"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"الواجهة"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"لوحة التحكم"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"فلاتر"},"HnVtSS":{"context":"search","string":"لا توجد نتائج"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"فلاتر"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"حفظ التعديلات"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"قيمة"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"إجراءات"},"hptDxW":{"context":"money","string":"إلى {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"من {money}"},"U2WgwW":{"context":"add custom select input option","string":"اضف قيمة جديدة: {value}"},"hX5PAb":{"string":"لم يتم العثور على نتائج"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"الطلب رقم"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"البحث عن عميل"},"4gT3eD":{"context":"navigator section header","string":"البحث في العملاء"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"فئة"},"phAZoj":{"string":"مجموعات"},"M1uijW":{"context":"collection","string":"غير منشور"},"CjSRT1":{"context":"button","string":"إنشاء فئة"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"إنشاء عميل"},"cfQf0w":{"context":"button","string":"إنشاء طلب"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"إنشاء منتج"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"الذهاب الى الطلب رقم #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"البحث عن العملاء"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"البحث في الطلبات"},"k8bltk":{"string":"لا توجد نتائج"},"x/ZVlU":{"string":"منتج"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"عذرا، لم يتم العثور على الصفحة"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"رقم الصفوف"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} من {maxCharacters} حروف"},"s/sTT6":{"string":"If empty, the preview shows what will be autogenerated."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"تسجيل خروج"},"X8+Lpa":{"context":"button","string":"إعدادات الحساب"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"وضوح"},"qMB6d2":{"context":"weight","string":"إلى {unit} {value}"},"5x6yT9":{"context":"weight","string":"{toValue} {toUnit} - {fromValue} {fromUnit}"},"LICZeR":{"context":"weight","string":"من {unit} {value}"},"NtFVFS":{"context":"weight","string":"إلى {unit} {value}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"الإعدادات"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"إعدادات الأعضاء المسئولين"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"تأكيد"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"تحديث"},"Rjs1CD":{"context":"button","string":"متابعة"},"H5NKfr":{"context":"button","string":"إنشاء"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"العملاء"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"إضافة عنوان"},"rjy9/k":{"context":"button","string":"إضافة عنوان"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName} دفتر العناوين"},"MpR4zK":{"context":"customer details, header","string":"{fullName} تفاصيل"},"y/UWBR":{"string":"لا يوجد عنوان لإظهاره لهذا العميل"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"العنوان الافتراضي"},"VyzsWZ":{"string":"عنوان الشحن الافتراضي"},"nLML8Y":{"string":"عنوان الشحن اللإفتراضي"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"تعيين كعنوان الفواتير الافتراضي"},"+7OsyM":{"context":"button","string":"تعيين كعنوان شحن افتراضي"},"BfJGij":{"context":"header","string":"معلومات العنوان"},"Zd3Eew":{"context":"subsection header","string":"عنوان الشحن"},"bHdFph":{"context":"subsection header","string":"عنوان"},"3d1RXL":{"string":"هذا العميل ليس لديه عناوين بعد"},"biVFKU":{"context":"subsection header","string":"عنوان الشحن"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"العنوان الأساسي لهذا العميل."},"fjPWOA":{"context":"header","string":"نظرة عامة حول العميل"},"qNcoRY":{"context":"notes about customer header","string":"ملاحظات "},"uUQ+Al":{"context":"note about customer","string":"ملاحظة"},"w3sGrD":{"string":"قم بإدخال معلومات إضافية لهذا العميل."},"N76zUg":{"context":"page header","string":"إنشاء عميل"},"+NUzaQ":{"context":"check to mark this account as active","string":"حساب المستخدم فعال"},"MjUyhA":{"context":"section subheader","string":"عضو فعال منذ {date}"},"SMakqb":{"context":"customer contact section, header","string":"معلومات الإتصال"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"البحث عن عميل"},"QLVddq":{"context":"button","string":"إنشاء عميل"},"xQK2EC":{"context":"tab name","string":"كل الزبائن"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"عدد الطلبات"},"E8VDeH":{"string":"عدد الطلبات"},"FpIcp9":{"string":"لم يتم العثور على عميل"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"أسم العميل"},"pURrk1":{"context":"order status","string":"الحالة"},"1LiVhv":{"context":"section header","string":"الطلبات الحديثة"},"nTF6tG":{"context":"number of order","string":"رقم الطلب"},"3+990c":{"context":"button","string":"عرض جميع الطلبات"},"ri3kK9":{"context":"order placement date","string":"تاريخ"},"taX/V3":{"context":"order total amount","string":"المجموع"},"RlfqSV":{"string":"لم يتم العثور على طلبات"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"اخر طلب"},"e7Nyu7":{"context":"section header","string":"تاريخ العميل"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"حذف العميل"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"إنشاء عميل"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"تم حذف عميل"},"ftcHpD":{"string":"تم إنشاء عميل"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"حذف العملاء"},"hzSNj4":{"string":"لوحة التحكم"},"P7PLVj":{"string":"تاريخ"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"الوصف"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"خصومات"},"g3qjSf":{"context":"button","string":"تعيين الفئات"},"AbyDC7":{"context":"section header","string":"الفئات المؤهلة"},"Uu76vj":{"context":"no categories","string":"لم يتم العثور على الفئة"},"fV6yX5":{"context":"table head","string":"إسم الفئة"},"QGjJcT":{"context":"number of products","string":"المنتجات"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"التواريخ الفعالة"},"U8eeLW":{"context":"button","string":"المنتجات المعيينة"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"لم يتم العثور على منتجات"},"6cMkfT":{"context":"table head","string":"أسم المنتج"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"No variants found"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"الاسم"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"كل التنزيلات"},"AnqH4p":{"context":"sale status","string":"فعال"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"الحالة"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"قيمة"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"لم يتم العثور على تخفيضات"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"قيمة"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"التواريخ الفعالة"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"الدول"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"كل القسائم الشرائية"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"فعال"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"الحالة"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"قيمة"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"كود"},"U2mOqA":{"string":"لم يتم العثور قسائم"},"GVinbz":{"context":"column title","string":"قيمة"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"الحد الأدنى لكمية العناصر"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"يطبق لـ"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"السعر"},"/oaqFS":{"context":"section header","string":"قيمة"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"مرة فقط لكل طلب"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"تقديم الطلب"},"45zP+r":{"context":"voucher discount","string":"منتجات محددة"},"WasHjQ":{"context":"voucher discount","string":"الشحن"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"context":"dialog content","string":"{counter,plural,zero {هل أنت متأكد من إلغاء تعين هذا المنتج؟} one {هل أنت متأكد من إلغاء تعين هذا المنتج؟} two {هل أنت متأكد من إلغاء تعين هذا المنتج؟} few {هل انت متأكد من إلغاء تعيين {displayQuantity} منتج؟} many {هل انت متأكد من إلغاء تعيين {displayQuantity} منتج؟} other {هل انت متأكد من إلغاء تعيين {displayQuantity} منتج؟}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"مسودة"},"YMBn8d":{"context":"draft orders section name","string":"الطلبات المسودة"},"2atspc":{"string":"المسودات"},"Ja7gHc":{"context":"button","string":"تعديل"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"First Name"},"pkjXPD":{"context":"order status","string":"استوفى"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"العميل"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"ملاحظة"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"تغيير"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"تفاصيل"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"تفاصيل"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"كمية"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"منتج"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"الحالة"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"منتج"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"الإعدادات"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"الصفحة الرئيسية"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"لا توجد طلبات جاهزه للإستيفاء"},"5dyOs0":{"string":"لا توجد مدفوعات في انتظار الالتقاط"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Last Name"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"تصفح الموقع"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"لا"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Optional"},"Ta9j04":{"context":"orders section name","string":"طلبات الشراء"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"عنوان الفاتورة"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"لم يتم العثور على نتائج"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"عنوان الشحن"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"لا توجد ملاحظات من قبل العميل"},"puALFo":{"context":"notes about customer, header","string":"ملاحظات "},"4Jp83O":{"context":"subheader","string":"معلومات الإتصال"},"hkSkNx":{"string":"البحث عن العملاء"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"عنوان الشحن"},"Y7M1YQ":{"context":"section header","string":"زبون"},"GLX9II":{"context":"billing address","string":"مماثلة عنوان الشحن"},"Qovenh":{"string":"مستخدم مجهول"},"c7/79+":{"string":"عنوان الشحن"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"إلغاء الطلب"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"إضافة"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"قيمة الخصم"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"هل انت متأكد من حذف الطلب المسود رقم #{orderNumber}؟"},"32dfzI":{"context":"price or ordered products","string":"السعر"},"nEWp+k":{"context":"quantity of ordered products","string":"عدد"},"UD7/q8":{"string":"لا توجد منتجات تمت إضافتها إلى الطلب"},"lVwmf5":{"context":"total price of ordered products","string":"المجموع"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"أضف شركة شحن"},"+8v1ny":{"context":"discount button","string":"خصم"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"المبلغ الإجمالي"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"المجموع"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"أضف منتجات"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"إنشاء أمر شراء"},"7a1S4K":{"context":"tab name","string":"كل المسودات"},"NJEe12":{"string":"البحث عن مسودة"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"زبون"},"KIh25E":{"string":"لم يتم العثور على طلبات مسودة"},"ps0WUQ":{"string":"عد الطلب"},"hkENym":{"string":"زبون"},"mCP0UD":{"context":"order draft creation date","string":"تاريخ"},"1Uj0Wd":{"context":"order draft total price","string":"المجموع"},"PAqicb":{"context":"button","string":"إلغاء الطلب"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"طلب"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"اسم المنتج"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"وحدة حفظ الأوراق المالية"},"BLX9dz":{"context":"fulfill order, button","string":"Fulfill"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"إضافة تتبع"},"dTkmON":{"context":"edit tracking button","string":"Edit tracking"},"K//bUK":{"context":"refund button","string":"استرداد المال المدفوع"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"إختيار مستودع"},"bb4nSp":{"context":"dialog header","string":"Cancel Fulfillment"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"رقم التتبع"},"/BJQIq":{"context":"dialog header","string":"أضف رقم تتبع"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"تم تقديم الطلب."},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"تم إنشاء الطلب من المسودات"},"4Z6BtA":{"context":"order history message","string":"تم إرسال تأكيد الدفع إلى العميل"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"تم إرسال تأكيد الطلب إلى العميل"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"تم دفع المبلغ بالكامل"},"ubasgL":{"context":"order history message","string":"تم تأكيد الطلب"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"تم إرسال تأكيد الاستيفاء إلى العميل"},"hWO1SD":{"context":"order history message","string":"تم بنجاح إنشاء طلب مسود"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"رقم الفاتورة {invoiceNumber} تم إنشائها من قبل {generatedBy}"},"qddy2Z":{"context":"order history message","string":"تم إرسال الفاتورة إلى العميل من قبل {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"هل انت متأكد من إرسال الفاتورة رقم : {invoiceNumber} إلى العميل؟"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"إنشاء"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"فاتورة"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"كل الطلبات"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"العميل"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"الدفع"},"5blVMu":{"context":"e-mail or full name","string":"زبون"},"PHUcrU":{"context":"date when order was placed","string":"تاريخ"},"k9hf7F":{"context":"total order price","string":"المجموع"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"كمية"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"قبض"},"V+gwx7":{"context":"order payment","string":"المبلغ المقبوض"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"خصم"},"pr513b":{"context":"ordered products","string":"{quantity} عناصر"},"+5HkZN":{"context":"order, button","string":"Mark as paid"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"حالة الدفع"},"uUsZ7m":{"context":"order payment","string":"Preauthorized amount"},"HaQ8cg":{"context":"button","string":"استرداد المال المدفوع"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"الشحن"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"المبلغ الإجمالي"},"r+dgiv":{"string":"الضرائب"},"zb4eBO":{"context":"order total price","string":"المجموع"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"قسيمة"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"السعر"},"WE8IFE":{"context":"product name","string":"منتج"},"tvpAXl":{"context":"ordered product quantity","string":"عدد"},"8J81ri":{"context":"ordered product sku","string":"وحدة حفظ الأوراق المالية"},"qT6YYk":{"context":"order line total price","string":"المجموع"},"5aiFbL":{"context":"tabel column header","string":"السعر"},"FNT4b+":{"context":"tabel column header","string":"منتج"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"المجموع"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"كمية"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"استرداد المال المدفوع"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"السعر"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"منتج"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"لم يتم تنفيذها"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"الإعدادات"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"سيتم تأكيد جميع الطلبات تلقائيًا وسيتم تسجيل جميع المدفوعات."},"RLYfMF":{"context":"checkbox label","string":"تأكيد جميع الطلبات تلقائيًا"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Fulfill"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"تم الإنتهاء من الطلب المسود بنجاح"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"طلب مسود رقم #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"تم إنشاء طلب مسود بنجاح"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"صفحات"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"أضف عنوان محرك البحث و وصفه لتسهيل العثور على هذه الصفحة"},"GZgjK7":{"context":"page","string":"ستكون ظاهر من {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"مخفي"},"gMwpNC":{"context":"page content","string":"المحتوي"},"gr+oXW":{"context":"page title","string":"العنوان "},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"العنوان "},"5GSYCR":{"context":"page status","string":"وضوح"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"منشور"},"UN3qWD":{"context":"page status","string":"غير منشور"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"هل انت متأكد من حذف ( {title} )؟"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"نشر"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"عدم النشر"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"تم جزئياً"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Partially refunded"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"حالة الدفع"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"البحث عن الأعضاء المسئولين"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"فعال"},"7WzUxn":{"context":"staff member status","string":"غير فعال"},"DPz5y6":{"context":"dialog header","string":"تعيين عضو مسئول"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"هل انت متأكد من حذف {name}؟"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"إجراءات"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Email Address"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"الاسم"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"الإضافات"},"6aBkJm":{"context":"section header","string":"Authorization"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"أسم الإضافة"},"bL/Wrc":{"context":"plugin status","string":"الحالة"},"w424P4":{"context":"section header","string":"معلومات و حالة الإضافة"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"أضف قيمة لحقل الترخيص"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"إعدادات الإضافة"},"EtGDeK":{"context":"header","string":"{pluginName} تفاصيل"},"BtErCZ":{"string":"البحث عن الإضافات"},"aOelhW":{"context":"tab name","string":"جميع الإضافات"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"لم يتم العثور عن الإصافات"},"rQOS7K":{"context":"status label active","string":"فعال"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"الإعدادات"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"الاسم"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"كل أنواع المنتج"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"قابل للتعديل"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"الضريبة"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"الشحن"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"الوزن"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"المنتجات"},"ulh3kf":{"string":"مجموعات"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"أضف عنوان محرك البحث و وصفه لتسهيل العثور على هذا المنتج"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"تصدير المخزون لجميع المستودعات"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"كل المنتجات"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"متوفر"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"مخفي"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"السعر"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"وضوح"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"توافر"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"قابل للتعديل"},"v+Pkm+":{"context":"field is optional","string":"*إختياري، إضافة منتج هنا لمساعدة المستخدمين على إيجاده"},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"الشحن"},"SUbxSK":{"context":"product weight","string":"الوزن"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"أسم المستودع"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"عدد"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"تعيين مستودع"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Charge taxes on this product"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"إنشاء متغيرات"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"حذف متغير"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"حفظ المتغير"},"TPCRKr":{"context":"variant price, header","string":"السعر"},"ClFzoD":{"string":"سيتم استخدام القيم المحددة لإنشاء متغيرات للمنتجات القابلة للتعديل."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"ميزة"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"كشف حساب"},"lra7Ej":{"string":"طبق السعر على لكل الـ و ح م"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"تطبيق مخزون فريد حسب السمة لكل SKU"},"EGG8f+":{"string":"تطبيق أسعارًا فريدة بحسب السمة لكل SKU"},"STp3Hl":{"string":"طبق المخزون لكل الـ و ح م"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"إنشاء"},"S5PVx1":{"context":"variant creator summary card header","string":"المتغيرات التي تم إنشاؤها"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"وحدة حفظ الأوراق المالية"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"متغير"},"rbkmfG":{"context":"button","string":"حذف متغير"},"WwNtFn":{"context":"delete product variant","string":"هل انت متأكد من حذف {name}؟"},"GFJabu":{"context":"dialog header","string":"حذف متغير"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"المتغيرات"},"3C3Nj5":{"context":"button","string":"إضافة متغير"},"gF7hbK":{"context":"variant name","string":"متغير جديد"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"مخفي"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"توافر"},"Xm9qOu":{"context":"product pricing, section header","string":"Pricing"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"سعر التكلفه"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"السعر"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"إنشاء متغيرات"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"استخدم المتغيرات للمنتجات التي تأتي في إصدارات متنوعة على سبيل المثال أحجام وألوان مختلفة"},"JtZ71e":{"context":"filtering option","string":"جميع المستودعات"},"kL3C+K":{"context":"product variant inventory status","string":"Inventory"},"3VyHbJ":{"context":"button","string":"إنشاء متغير"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"متغير"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"تم حذف المتغير"},"T6dXGG":{"context":"header","string":"إنشاء متغير"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"إنشاء متغير"},"PXx4Jk":{"context":"window title","string":"إنشاء منتج"},"NBP8uu":{"context":"page header","string":"منتج جديد"},"DO8+uV":{"string":"تم إنشاء المنتج"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"حذف المنتجات"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"تم حذف المنتج"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"هل انت متأكد من حذف ( {name} )؟"},"TWVx7O":{"context":"delete product dialog title","string":"حذف المنتج"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"حذف متغيرات المنتج"},"oChkS4":{"context":"success message","string":"تم إنشاء المتغيرات"},"z+wMgQ":{"context":"window title","string":"إنشاء متغيرات"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Fully refunded"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"إزالة"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"تنزيلات"},"RaycYK":{"context":"button","string":"قم بالحفظ"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Pricing"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"تعيين منتجات"},"Gg4+K7":{"string":"لا يوجد منتجات"},"t3aiWF":{"context":"section header","string":"المنتجات المستبعدة"},"ZIc5lM":{"string":"أسم المنتج"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"أسم المستودع"},"yzYXW/":{"context":"header, dialog","string":"إنشاء مستودع جديد"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"الدول"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Shipping zone name"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"إضافة"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"الشحن"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"السعر"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"الاسم"},"n25d+d":{"context":"WarehousesSection select field add text","string":"إضافة مستودع جديد"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"إختيار مستودع"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"الإعدادات"},"uULcph":{"context":"header","string":"الشحن"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"الدول"},"gRa/TS":{"context":"shipping zone","string":"الاسم"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"إلغاء تعيين المنتجات من الشحن"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"الأعضاء المسئولين"},"23g7PY":{"context":"dialog header","string":"دعوة عضو مسئول"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"المستخدم فعال"},"YJ4TXc":{"context":"tab name","string":"جميع الأعضاء المسئولين"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"البحث عن عضو مسئول"},"4JcNaA":{"context":"button","string":"دعوة عضو مسئول"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"فعال"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"الحالة"},"xJQX5t":{"string":"لم يتم العثور على أعضاء مسئولين"},"cMFlOp":{"context":"input label","string":"كلمة مرور جديدة"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"تغيير كلمة السر"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"كلمة المرور"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"تغيير"},"VTITVe":{"context":"section header","string":"معلومات العضو المسئول"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"حذف العضو المسئول"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"حذف صورة العضو المسئول"},"gxPjIQ":{"string":"هل أنت متأكد من حذف ( {email} ) من قائمة الأعضاء المسئولين؟"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"الحالة"},"RrCui3":{"string":"كشف حساب"},"5elC9k":{"context":"taxes section name","string":"الضرائب"},"lnQAos":{"context":"header","string":"الضرائب"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"تم إدخال جميع أسعار المنتجات مع الضريبة المدرجة"},"98isC5":{"string":"عرض الأسعار الإجمالية للعملاء في واجهة المتجر"},"FNKhkx":{"string":"فرض ضرائب على أسعار الشحن"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"سمات"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} ترجمات , {numberOfTranslatedFields} مكتملة"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"قيم "},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"المنتجات"},"CxfKLC":{"string":"صفحات"},"VKb1MS":{"string":"الفئات"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"تنزيلات"},"etP0+D":{"string":"قسائم شرائية"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"الاسم"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"الوصف"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"غير مؤكد"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"لم يتم تنفيذها"},"FBtqtl":{"context":"payment status","string":"غير مدفوع"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"يمكن تعيين الأعضاء المسئولين فقط"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"يجب أن يكون لجميع السمات قيمة"},"lLwtgs":{"string":"تم تعطيل المتغيرات في نوع هذا المنتج"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Manual payments can not be refunded"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Only pre-authorized payments can be voided"},"gKdGxP":{"context":"error message","string":"Only pre-authorized payments can be captured"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"لا يمكن تفعيل الإضافة بسبب عدم إعدادها بشكل صحيح"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"يمكن تحرير الطلبات المسودة فقط"},"PCoO4D":{"context":"error message","string":"لم يتم العثور على الصفحة"},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"هذه الأذونات خارج نطاقك"},"mYs3tb":{"string":"لا يمكن أن يكون سعر المنتج أقل من 0."},"VEE4gD":{"context":"error message","string":"طريقة الشحن المختاره لهذا العنوان غير صحيحه "},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"لا يحتوي هذا المتغير على أي محتوى رقمي"},"i3Mvj8":{"context":"product attribute error","string":"هذا المتغير موجود بالفعل"},"iUy2dx":{"context":"vouchers section name","string":"قسائم شرائية"},"ycMLN9":{"context":"warehouses section name","string":"المستودعات"},"43Nlay":{"context":"warehouse","string":"معلومات العنوان"},"GhcypC":{"context":"header","string":"إنشاء مستودع"},"DTL7sE":{"context":"dialog content","string":"هل أنت متأكد من حذف المستودع ( {warehouseName} )؟"},"ny4zrH":{"context":"dialog title","string":"حذف مستودع"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"البحث عن المستودع"},"2yU+q9":{"context":"tab name","string":"جميع المستودعات"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"إنشاء مستودع"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"لم يتم العثور على مستودعات"},"aCJwVq":{"context":"warehouse","string":"الاسم"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"الإعدادات"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"هل انت متأكد من حذف {name}؟"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} تفاصيل"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"عمل"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"الاسم"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"نعم"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Allocated"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"الكمية"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/az.json b/locale/az.json index 03b94908d..281de5d7f 100644 --- a/locale/az.json +++ b/locale/az.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Cancel Order" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Hidden" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Məhsul növləri yaratmaq üçün istifadə olunan atributları müəyyənləşdirin" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Activity" - }, - "homeActivityCardNoActivities": { - "string": "No activities found" - }, - "homeAnalyticsCardHeader": { - "string": "Bu gün" - }, - "homeHeaderText": { - "context": "header", - "string": "Hello there, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Here is some information we gathered about your store" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Products" - }, - "homeProductsListCardNoProducts": { - "string": "No products found" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "The new dashboard and the GraphQL API are preview-quality software." - }, - "homeScreenDisclaimerText2": { - "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hello there, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "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": "Keçid" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Start typing to begin search..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Adı" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menu Items" - }, - "menuItemsPlaceholder": { - "string": "Add new menu item to begin creating menu" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Create Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Dərc olunmayıb" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Category" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Collections" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Ətraflı məlumat" - }, - "productExportFieldName": { - "context": "product field", - "string": "Adı" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variant Images" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "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": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Price" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Dərc olunub" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Key" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Create" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Attributes" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Are you sure you want to delete {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Area" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Date" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "File" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Pages" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Məhsullar" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Weight" - }, - "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Image" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "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": "Adı" - }, - "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_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Password" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Forgot password?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "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_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Passwords do not match" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "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_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Cancel" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Cancelled" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Kateqoriyalar" - }, - "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_1657559629": { - "string": "No products found" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Adı" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Add product" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "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": "Məhsullar" - }, - "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_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Aktiv" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Təmizlə" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Collections" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Hidden" - }, - "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_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Hidden" - }, - "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": "Adı" - }, - "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_2685595924": { - "string": "Search Collections" - }, - "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": "Dərc olunub" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "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_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "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_3326160357": { - "context": "product availability", - "string": "Availability" - }, - "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": "Adı" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Kolleksiya silindi" - }, - "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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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_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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_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_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Attributes" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Dəyəri" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Availability" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Dərc olunub" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Status" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Country" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "City" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_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_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Dashboard" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filters" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filters" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Save changes" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Dəyəri" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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": "Dərc olundu" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Not Published" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Create Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Create Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Create Customer" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "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_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Log out" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Account Settings" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibility" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Configuration" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "Continue" - }, - "src_dot_create": { - "context": "button", - "string": "Create" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "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_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Default Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Default Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Default Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Set as default billing address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Set as 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": "Qeydlər" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Qeyd" - }, - "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": "Qeyd" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_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_date": { - "string": "Date" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Ətraflı məlumat" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Discounts" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Məhsullar" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Məhsullar" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "No products found" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Availability" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "No variants found" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "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": "Adı" - }, - "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": "Aktiv" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "Dəyəri" - }, - "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": "Adı" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Dəyəri" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Adı" - }, - "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": "Dəyəri" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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": "Aktiv" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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": "Dəyəri" - }, - "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_1148029984": { - "context": "column title", - "string": "Dəyəri" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Dəyəri" - }, - "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_1134347598": { - "context": "column title", - "string": "Price" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Dəyəri" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Fulfilled" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Customer" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Qeyd" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Change" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Details" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Details" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Amount" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Status" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Settings" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "No orders ready to fulfill" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "No" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Orders" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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": "Qeydlər" - }, - "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_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Cancel order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Add" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Discount value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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": "Miqdarı" - }, - "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_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "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_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "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_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Order" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Product name" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Add tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edit tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "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_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Order address was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "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_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "created" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Customer" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_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_capture": { - "context": "capture payment, button", - "string": "Capture" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Captured amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Discount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Mark as paid" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Payment status" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Preauthorized amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Shipping" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Taxes" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Voucher" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Price" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Miqdarı" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Price" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Order" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Price" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Price" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Unfulfilled" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Fulfill" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "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_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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Hidden" - }, - "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_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "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": "Dərc olundu" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Not Published" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Publish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Unpublish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Partially fulfilled" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Partially refunded" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Payment status" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Aktiv" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Aktiv" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Adı" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Authorization" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Aktiv" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Configuration" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Adı" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "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": "Məhsullar" - }, - "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_2341910657": { - "context": "product label", - "string": "Dərc olunmayıb" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Dərc olunub" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Adı" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "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_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Adı" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Price" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "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": { - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Shipping" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Weight" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Miqdarı" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Charge taxes on this product" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Dərc olunmayıb" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Dərc olunub" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Summary" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Create" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "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_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "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_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Cost price" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Price" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventory" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Variant" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Fully refunded" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Remove" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Sales" - }, - "src_dot_save": { - "context": "button", - "string": "Save" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Pricing" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Price" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Shipping zone name" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Add" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Shipping" - }, - "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": "Adı" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Settings" - }, - "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": "Adı" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "İstifadəçi aktivdir" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "All Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Aktiv" - }, - "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": "Aktiv" - }, - "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": "Adı" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Change" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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_1755013298": { - "string": "Category" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Attributes" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Values" - }, - "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_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_2968663655": { - "string": "Məhsullar" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Pages" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Kateqoriyalar" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Attributes" - }, - "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_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": "Adı" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "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": "Ətraflı məlumat" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Ətraflı məlumat" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Adı" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Unfulfilled" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manual payments can not be refunded" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Only pre-authorized payments can be voided" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Only pre-authorized payments can be captured" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Shipping method is not valid for chosen shipping address" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Vouchers" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Adı" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Settings" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Adı" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Yes" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Allocated" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Miqdarı" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Cancel Order"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Hidden"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Məhsul növləri yaratmaq üçün istifadə olunan atributları müəyyənləşdirin"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Define how users can navigate through your store"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Define types of products you sell"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Activity"},"wWTUrM":{"string":"No activities found"},"zWgbGg":{"string":"Bu gün"},"By5ZBp":{"context":"header","string":"Hello there, {userName}"},"aCX8rl":{"context":"subheader","string":"Here is some information we gathered about your store"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Top Products"},"Q1Uzbb":{"string":"No products found"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Create Menu"},"jhh/D6":{"string":"Menu Title"},"G/SYtU":{"string":"Are you sure you want to delete menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Delete Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Add Item"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edit Item"},"Urh2N3":{"context":"label","string":"Keçid"},"28GZnc":{"string":"Start typing to begin search..."},"0Vyr8h":{"context":"menu item name","string":"Adı"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"Menu Items"},"WwZfNK":{"string":"Add new menu item to begin creating menu"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"Create Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Dərc olunmayıb"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Category"},"jxoMLL":{"context":"product field","string":"Collections"},"YVIajc":{"context":"product field","string":"Ətraflı məlumat"},"W8i2Ez":{"context":"product field","string":"Adı"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Variant Images"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventory"},"SSWFo8":{"context":"window title","string":"Create Product Type"},"bq1eEx":{"context":"header","string":"Create Product Type"},"mUb8Gt":{"context":"section header","string":"Taxes"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Price"},"vuKrlW":{"string":"Stock"},"ABgQcF":{"context":"variant stock, header","string":"Stock"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Dərc olunub"},"ppLwx3":{"context":"number of categories","string":"Categories ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Key"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"Create"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Attributes"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Delete attribute"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Area"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Date"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"File"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Pages"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Məhsullar"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Weight"},"dKPMyh":{"context":"tab name","string":"All Attributes"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Image"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Add Value"},"UhcALJ":{"context":"attribute name","string":"Adı"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Sign in"},"5sg7KC":{"string":"Password"},"3tbL7x":{"context":"description","string":"Forgot password?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"New Password"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Confirm Password"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Passwords do not match"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Reset password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Availability"},"0OfZJA":{"context":"button","string":"Back"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Cancel"},"dOQB9o":{"context":"payment status","string":"Cancelled"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"Kateqoriyalar"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Optional)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"Delete category"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Category Name"},"8HRy+U":{"string":"Category Description"},"vof5TR":{"context":"button","string":"Create category"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"All Categories"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Subcategories"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"Adı"},"x/pIZ9":{"context":"button","string":"Add product"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Subcategories"},"V+fkAO":{"context":"number of products in category","string":"Məhsullar"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Create category"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Category deleted"},"KCjd1o":{"context":"dialog title","string":"Delete products"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Availability"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"Status"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Aktiv"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Təmizlə"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Collections"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"Hidden"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Add Collection"},"/WXs6H":{"context":"collection name","string":"Adı"},"G4g5Ii":{"context":"tab name","string":"All Collections"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"Hidden"},"lL3YJO":{"context":"collection","string":"Dərc olundu"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"Availability"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Availability"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"Adı"},"Q8wHwJ":{"string":"Kolleksiya silindi"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"Delete image"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Permissions"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Country"},"O95R3Z":{"string":"Phone"},"B52Em/":{"string":"Address line 1"},"TE4fIS":{"string":"City"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"Address line 2"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Attributes"},"j8PV7E":{"context":"attribute values","string":"Values"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Dəyəri"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Availability"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Dərc olunub"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Status"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"Dashboard"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Filters"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Filters"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Save changes"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Dəyəri"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Category"},"phAZoj":{"string":"Collection"},"M1uijW":{"context":"collection","string":"Not Published"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Product"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"If empty, the preview shows what will be autogenerated."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Log out"},"X8+Lpa":{"context":"button","string":"Account Settings"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Visibility"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Configuration"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"Continue"},"H5NKfr":{"context":"button","string":"Create"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Customers"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Add Address"},"rjy9/k":{"context":"button","string":"Add address"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Default Address"},"VyzsWZ":{"string":"Default Billing Address"},"nLML8Y":{"string":"Default Shipping Address"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Set as default billing address"},"+7OsyM":{"context":"button","string":"Set as default shipping address"},"BfJGij":{"context":"header","string":"Address Information"},"Zd3Eew":{"context":"subsection header","string":"Shipping Address"},"bHdFph":{"context":"subsection header","string":"Address"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Billing Address"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Qeydlər"},"uUQ+Al":{"context":"note about customer","string":"Qeyd"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"Status"},"1LiVhv":{"context":"section header","string":"Recent Orders"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Date"},"taX/V3":{"context":"order total amount","string":"Total"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Last order"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"Dashboard"},"P7PLVj":{"string":"Date"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Ətraflı məlumat"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Discounts"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Category Name"},"QGjJcT":{"context":"number of products","string":"Məhsullar"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"No products found"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"No variants found"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"Adı"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"Aktiv"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Status"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Dəyəri"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"No sales found"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Dəyəri"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Countries"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Aktiv"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Status"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Dəyəri"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Code"},"U2mOqA":{"string":"No vouchers found"},"GVinbz":{"context":"column title","string":"Dəyəri"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Price"},"/oaqFS":{"context":"section header","string":"Dəyəri"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"Specific products"},"WasHjQ":{"context":"voucher discount","string":"Shipment"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Draft"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"Edit"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"First Name"},"pkjXPD":{"context":"order status","string":"Fulfilled"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Customer"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Qeyd"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Change"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Details"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Details"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Amount"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Product"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Status"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Product"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Settings"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Home"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"No orders ready to fulfill"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Last Name"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigation"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"No"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Optional"},"Ta9j04":{"context":"orders section name","string":"Orders"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Billing address"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Shipping address"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Qeydlər"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Shipping Address"},"Y7M1YQ":{"context":"section header","string":"Customer"},"GLX9II":{"context":"billing address","string":"Same as shipping address"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Billing Address"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Cancel order"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Add"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Discount value"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Price"},"nEWp+k":{"context":"quantity of ordered products","string":"Miqdarı"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Total"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"Discount"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Subtotal"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Total"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Create order"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Customer"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"Customer"},"mCP0UD":{"context":"order draft creation date","string":"Date"},"1Uj0Wd":{"context":"order draft total price","string":"Total"},"PAqicb":{"context":"button","string":"Cancel order"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Order"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Product name"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Fulfill"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Add tracking"},"dTkmON":{"context":"edit tracking button","string":"Edit tracking"},"K//bUK":{"context":"refund button","string":"Refund"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Cancel Fulfillment"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Tracking number"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Order was placed"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Order was fully paid"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"created"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Invoice"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Customer"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Payment"},"5blVMu":{"context":"e-mail or full name","string":"Customer"},"PHUcrU":{"context":"date when order was placed","string":"Date"},"k9hf7F":{"context":"total order price","string":"Total"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Amount"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Capture"},"V+gwx7":{"context":"order payment","string":"Captured amount"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Discount"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Mark as paid"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Payment status"},"uUsZ7m":{"context":"order payment","string":"Preauthorized amount"},"HaQ8cg":{"context":"button","string":"Refund"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Shipping"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Subtotal"},"r+dgiv":{"string":"Taxes"},"zb4eBO":{"context":"order total price","string":"Total"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Voucher"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Price"},"WE8IFE":{"context":"product name","string":"Product"},"tvpAXl":{"context":"ordered product quantity","string":"Miqdarı"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Total"},"5aiFbL":{"context":"tabel column header","string":"Price"},"FNT4b+":{"context":"tabel column header","string":"Product"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Total"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Amount"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Refund"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Price"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Product"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Unfulfilled"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Settings"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Fulfill"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Pages"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"Hidden"},"gMwpNC":{"context":"page content","string":"Content"},"gr+oXW":{"context":"page title","string":"Title"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Title"},"5GSYCR":{"context":"page status","string":"Visibility"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Dərc olundu"},"UN3qWD":{"context":"page status","string":"Not Published"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Publish"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Unpublish"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"Partially fulfilled"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Partially refunded"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Payment status"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Aktiv"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Email Address"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Adı"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Authorization"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Status"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"Aktiv"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Configuration"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Adı"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Tax"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Shipping"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Weight"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"Məhsullar"},"ulh3kf":{"string":"Collections"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Hidden"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Price"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Visibility"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Availability"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"Shipping"},"SUbxSK":{"context":"product weight","string":"Weight"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Miqdarı"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Charge taxes on this product"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Price"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Summary"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Create"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Variant"},"rbkmfG":{"context":"button","string":"Delete variant"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"Add variant"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Hidden"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Availability"},"Xm9qOu":{"context":"product pricing, section header","string":"Pricing"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Cost price"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Price"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Inventory"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Variant"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Fully refunded"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Remove"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Sales"},"RaycYK":{"context":"button","string":"Save"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Pricing"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Countries"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Shipping zone name"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Add"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Shipping"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Price"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"Adı"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Settings"},"uULcph":{"context":"header","string":"Shipping"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Countries"},"gRa/TS":{"context":"shipping zone","string":"Adı"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"İstifadəçi aktivdir"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Aktiv"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Status"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"New Password"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Change Password"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"Password"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Change"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Status"},"RrCui3":{"string":"Summary"},"5elC9k":{"context":"taxes section name","string":"Taxes"},"lnQAos":{"context":"header","string":"Taxes"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"All products prices are entered with tax included"},"98isC5":{"string":"Show gross prices to customers in the storefront"},"FNKhkx":{"string":"Charge taxes on shipping rates"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Attributes"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Values"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"Məhsullar"},"CxfKLC":{"string":"Pages"},"VKb1MS":{"string":"Kateqoriyalar"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"Sales"},"etP0+D":{"string":"Vouchers"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Adı"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"Ətraflı məlumat"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Unfulfilled"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Manual payments can not be refunded"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Only pre-authorized payments can be voided"},"gKdGxP":{"context":"error message","string":"Only pre-authorized payments can be captured"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Shipping method is not valid for chosen shipping address"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Vouchers"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Address Information"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Adı"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Settings"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Adı"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Yes"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Allocated"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Miqdarı"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/bg.json b/locale/bg.json index 19e507482..a00acd125 100644 --- a/locale/bg.json +++ b/locale/bg.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Отмяна на поръчката" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Скрито" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Дейност" - }, - "homeActivityCardNoActivities": { - "string": "No activities found" - }, - "homeAnalyticsCardHeader": { - "string": "Днес" - }, - "homeHeaderText": { - "context": "header", - "string": "Hello there, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Here is some information we gathered about your store" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Products" - }, - "homeProductsListCardNoProducts": { - "string": "No products found" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "The new dashboard and the GraphQL API are preview-quality software." - }, - "homeScreenDisclaimerText2": { - "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hello there, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Create Menu" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Menu Title" - }, - "menuDetailsDeleteMenuContent": { - "string": "Наистина ли искаш да изтриеш менюто {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": "Добави артикул" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Link to: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Edit Item" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Link" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Start typing to begin search..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Име" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menu Items" - }, - "menuItemsPlaceholder": { - "string": "Добави ново подменю за да започнеш изграждането на менюто" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Create Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Не е публикувано" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Category" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Collections" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Описание" - }, - "productExportFieldName": { - "context": "product field", - "string": "Име" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variant Images" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "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": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Цена" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Публикувано" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Ключ" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Действия" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Създава" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Наистина ли искаш да изтриеш токен {tokenName}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Атрибути" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Наистина ли искаш да изтриеш атрибута {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Област" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Дата" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Файл" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Pages" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Продукти" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Weight" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "Всички атрибути" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "Create attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "Search Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "Can be used as column" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Filterable in Dashboard" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { - "context": "use attribute in filtering", - "string": "Filterable in Storefront" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_isVariantOnly": { - "context": "attribute can be used only in variants", - "string": "Variant Only" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_valueRequired": { - "context": "attribute value is required", - "string": "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Добави като колона в таблицата" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Изображение" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Наистина ли искаш да изтриеш стойността \"{name}\"?" - }, - "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": "Наистина ли искаш да изтриеш стойността \"{name}\"? Ако го направиш, няма да можеш да я използваш за продукти, които имат атрибут \"{attributeName}\"" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Edit Value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Добави стойност" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "Име" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Default Store View" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "Администратор" - }, - "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_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Беше добавена нова стойност" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Вписване" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Password" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Забравена парола" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "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_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Passwords do not match" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Подмяна на паролата" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Подмяна на паролата" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "Success! In a few minutes you’ll receive a message with instructions on how to reset your password." - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "Provided email address does not exist in our database." - }, - "src_dot_availability": { - "string": "Availability" - }, - "src_dot_back": { - "context": "button", - "string": "Back" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Отмяна" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Cancelled" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Категории" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Background Image (optional)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(Незадължително)" - }, - "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": "Добави заглавие и описание, които да направят категорията по-откриваема в търсачката" - }, - "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": "Наистина ли искаш да изтриеш категорията {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": "Всички категории" - }, - "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": "Подкатегории" - }, - "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_1657559629": { - "string": "No products found" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Име" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Добави продукт" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "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": "Подкатегории" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Добави заглавие и описание, които да направят категорията по-откриваема в търсачката" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "Продукти" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "Всички подкатегории" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Create subcategory" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "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_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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": "Наистина ли искаш да изтриеш категорията {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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Статус" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Активно" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Действия" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Изчиства" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Collections" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Скрито" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "Добави заглавие и описание, които да направят колекцията по-откриваема в търсачката" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "Добави колекция" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Скрито" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Добави заглавие и описание, които да направят колекцията по-откриваема в търсачката" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "Име" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Background Image (optional)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(Незадължително)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "Всички колекции" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Create collection" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "Скрито" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Публикувано" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_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_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "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_3326160357": { - "context": "product availability", - "string": "Availability" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Products in {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Assign product" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "Име" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Изтрита е колекцията" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Продуктът беше добавен към колекцията" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Наистина ли искаш да изтриеш изображението на продукта?" - }, - "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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "src_dot_collections_dot_views_dot_3791354625": { - "context": "dialog title", - "string": "Unassign products from collection" - }, - "src_dot_collections_dot_views_dot_523939418": { - "string": "Наистина ли искаш да изтриеш колекцията {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_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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Разрешения" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Държава" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Информация за адреса" - }, - "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": "Допълнителна информация за адреса" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Атрибути" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Стойности" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Стойност" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Availability" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Публикувано" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Статус" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Държава" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Информация за адреса" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "City" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Допълнителна информация за адреса" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "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_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Табло" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Delete Search" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Custom Filter" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Save Search" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "Филтри" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No results" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Филтри" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Филтри" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Запази промените" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Стойност" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Действия" - }, - "src_dot_components_dot_MoneyRange_dot_12301532": { - "context": "money", - "string": "to {money}" - }, - "src_dot_components_dot_MoneyRange_dot_1316359951": { - "context": "money", - "string": "{fromMoney} - {toMoney}" - }, - "src_dot_components_dot_MoneyRange_dot_3729849657": { - "context": "money", - "string": "from {money}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Добави нова стойност: {value}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_MultiSelectField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "Order Number" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Type Command" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Search Customer" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Search in Customers" - }, - "src_dot_components_dot_Navigator_dot_2874620973": { - "context": "navigator placeholder", - "string": "Type {key} to see available actions" - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Navigate to" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Quick Actions" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Navigator is here to help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Публикувано" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Not Published" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Create Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Create Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Create Customer" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Продукт" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Ooops!..." - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Something's missing" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "Sorry, the page was not found" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "Go back to dashboard" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Добави нова стойност: {value}" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { - "string": "None" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_SingleSelectField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_TableHead_dot_868570480": { - "string": "Selected {number} items" - }, - "src_dot_components_dot_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Излизане" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Настройки на акаунт" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibility" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Конфигурация" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Презареди" - }, - "src_dot_continue": { - "context": "button", - "string": "Продължава" - }, - "src_dot_create": { - "context": "button", - "string": "Създава" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Клиенти" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "Добави адрес" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Добави адрес" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Основен адрес" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Основен адрес за плащане" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Основен адрес за доставка" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Set as default billing address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Set as default shipping address" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Информация за адреса" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Адрес" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "This customer has no addresses yet" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "Primary Address" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "The primary address of this customer." - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Customer Overview" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "Бележки" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Бележка" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Enter any extra infotmation regarding this customer." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "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": "Бележка" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Search Customer" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "Create customer" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "Всички потребители" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Join Date" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { - "string": "Number of Orders" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "No. of Orders" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "No customers found" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Customer Email" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Customer Name" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { - "context": "order status", - "string": "Статус" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "Последни поръчки" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "No. of Order" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "View all orders" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "Дата" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "Тотал" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { - "string": "No orders found" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Last login" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "Last order" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Customer History" - }, - "src_dot_customers_dot_views_dot_1927691511": { - "context": "delete customer, dialog content", - "string": "Are you sure you want to delete {email}?" - }, - "src_dot_customers_dot_views_dot_1998583641": { - "context": "dialog header", - "string": "Delete Customer" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "Delete Address" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Create customer" - }, - "src_dot_customers_dot_views_dot_3689332763": { - "string": "Наистина ли искаш да изтриеш адреса от списъка с адреси на потребителя?" - }, - "src_dot_customers_dot_views_dot_3901579344": { - "string": "Customer Removed" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Customer created" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_1932444813": { - "string": "{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_2136923553": { - "context": "dialog header", - "string": "Delete Customers" - }, - "src_dot_dashboard": { - "string": "Табло" - }, - "src_dot_date": { - "string": "Дата" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Описание" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Отстъпки" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Продукти" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Продукти" - }, - "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": "Активен период" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "No products found" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Availability" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "Няма намерени варианти " - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "Име" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Search Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "Всички продажби" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "Активно" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "Expired" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { - "context": "discount type", - "string": "Fixed amount" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "Scheduled" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "Статус" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "Стойност" - }, - "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": "Не бяха намерени продажби." - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Starts" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "Име" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Стойност" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Име" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Fixed Amount" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "Стойност" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Активен период" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "Voucher applies to all countries" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Voucher is limited to these countries" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "Страни" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Discount Code" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Generate Code" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "Всички ваучери" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { - "string": "Search Voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { - "context": "button", - "string": "Create voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { - "context": "voucher status", - "string": "Активно" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "Expired" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { - "context": "discount type", - "string": "Fixed amount" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "Scheduled" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { - "context": "voucher status", - "string": "Статус" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { - "context": "voucher", - "string": "Times used" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "Стойност" - }, - "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": "Няма намерени ваучери" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Стойност" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Minimal order value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "Стойност" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Min. Order Value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "Прилага се към" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_3751756157": { - "context": "voucher value requirement", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_78726751": { - "context": "voucher code", - "string": "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_1134347598": { - "context": "column title", - "string": "Цена" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Стойност" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Only once per order" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Пратка" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_2983742638": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this voucher?} other {Are you sure you want to delete {displayQuantity} vouchers?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_367317371": { - "context": "dialog header", - "string": "Delete Vouchers" - }, - "src_dot_done": { - "context": "button", - "string": "Done" - }, - "src_dot_draft": { - "context": "order status", - "string": "Чернова" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Draft Orders" - }, - "src_dot_drafts": { - "string": "Drafts" - }, - "src_dot_edit": { - "context": "button", - "string": "Редакция" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Fulfilled" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Клиент" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Бележка" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Промени" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Детайли" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Детайли" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Количество" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Продукт" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Статус" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Продукт" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Settings" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Начало" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "Order #{orderId} was placed from draft by {userEmail}" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "No orders ready to fulfill" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "No" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Поръчки" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Адрес на плащане" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Добави нов адрес" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Адрес за доставка" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "No notes from customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "Бележки" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "Contact Information" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Search Customers" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "View Profile" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "Shipping Address" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Клиент" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Same as shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Анонимен потребител" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Billing Address" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Анулиране на поръчката" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Добави" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Discount value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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": "Наистина ли искаш да изтриеш незапазена поръчка # {orderNumber}?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "Цена" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Продукт" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Количество" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "No Products added to Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { - "context": "total price of ordered products", - "string": "Тотал" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Добави куриер" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Отстъпка" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Междинна сума" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Общо" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Order Details" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "Добави продукти" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Create order" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "Всички чернови" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Search Draft" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "Клиент" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "No draft orders found" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "No. of Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "Клиент" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Дата" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Тотал" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Анулиране на поръчката" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Поръчка" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Име на продукта" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Добави проследяване " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edit tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Възстановяване" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "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": "Добави проследяващ код" - }, - "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_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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": "Поръчката е направена" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "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_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "създаден" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Фактура" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Create order" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { - "string": "Search Orders..." - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { - "context": "tab name", - "string": "Всички поръчки" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Клиент" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Fulfillment status" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "Плащане" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "No. of Order" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "Клиент" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Дата" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "Тотал" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "No orders found" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "Количество" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Are you sure you want to void this payment?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Void Payment" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "Улавяне" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Captured amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Отстъпка" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Mark as paid" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Статус на плащането" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Субсидирана сума" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Възстановяване" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Доставка" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Междинна сума" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Taxes" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Тотал" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Възстановяване" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Ваучър" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Цена" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Продукт" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Количество" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Тотал" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Цена" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Продукт" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Тотал" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Поръчка" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Количество" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Възстановяване" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Цена" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Продукт" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Тотал" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Цена" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Продукт" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Неизпълнен" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Fulfill" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "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_1996767833": { - "string": "Добави заглавие и описание, които да направят страницата по-откриваема в търсачката" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { - "context": "page", - "string": "will be visible from {date}" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Скрито" - }, - "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_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Title" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Visibility" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "No pages found" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3478065224": { - "context": "page internal name", - "string": "Slug" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3640454975": { - "context": "page status", - "string": "Публикувано" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Not Published" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Публикува" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Непубликува" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Partially fulfilled" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Partially refunded" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Статус на плащането" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Активно" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Действия" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Активно" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Действия" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Име" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Authorization" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Plugin Name" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { - "context": "plugin status", - "string": "Статус" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { - "context": "section header", - "string": "Plugin Information and Status" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Активно" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Конфигурация" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Име" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "string": "Product Type Name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { - "context": "tab name", - "string": "Всички видове продукти" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3420445375": { - "string": "Search Product Type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3479705616": { - "context": "button", - "string": "create product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_configurable": { - "context": "product type", - "string": "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": "Доставка" - }, - "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_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Unassign" - }, - "src_dot_products": { - "context": "products section name", - "string": "Продукти" - }, - "src_dot_products_dot_components_dot_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_2341910657": { - "context": "product label", - "string": "Не е публикувано" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { - "string": "Добави заглавие и описание, които да направят продукта по-откриваем в търсачката" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Публикувано" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Име" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "Всички продукти" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Скрито" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Out Of Stock" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "Цена" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Stock quantity" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "Visibility" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visible" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Име" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Цена" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "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": { - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "* По избор. Добавянето на продукта към колекция помага на потребителите да го открият." - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Product Type" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Доставка" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Weight" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Количество" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Charge taxes on this product" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Не е публикувано" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { - "string": "Добави заглавие и описание, които да направят продукта по-откриваем в търсачката" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Публикувано" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Цена" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Резюме" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Приложи една и съща цена на всички продуктови разновидности" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Приложи уникална наличност за всички различни продуктови разновидности" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Приложи уникална цена за всички различни продуктови разновидности" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Приложи една и съща наличност на всички продуктови разновидности" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Създава" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Вариант" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Стойности" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Delete variant" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_2297471173": { - "context": "delete product variant", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "Добавя вариант" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "New Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Скрито" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Цена" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Cost price" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Цена" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventory" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Вариант" - }, - "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": "Наистина ли искаш да изтриеш това изображение?" - }, - "src_dot_products_dot_views_dot_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Fully refunded" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Премахва" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Продажби" - }, - "src_dot_save": { - "context": "button", - "string": "Запазва" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Pricing" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Цена" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Действия" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Страни" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Страни" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Shipping zone name" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Добави" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Доставка" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Доставка" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Цена" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Create rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Value Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "No shipping rates found" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Price Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Weight Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Weight Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "Име" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Settings" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Доставка" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Shipping By Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Create shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "Страни" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Име" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Разрешения" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Потребителят е активен" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "Всички членове на екипа" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Активно" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Deactivated" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "Статус" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { - "context": "staff member status", - "string": "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": "Активно" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "No staff members found" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "Име" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "New Password" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "New password must be at least 8 characters long" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "Промяна на паролата" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Previous Password" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "You should change your password every month to avoid security issues." - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "Change your password" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "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_1473195966": { - "context": "avatar change button", - "string": "Промени" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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": "Наистина ли искаш да изтриеш {email} от членовете на екипа?" - }, - "src_dot_startDate": { - "string": "Start Date" - }, - "src_dot_startHour": { - "string": "Start Hour" - }, - "src_dot_status": { - "string": "Статус" - }, - "src_dot_summary": { - "string": "Резюме" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Taxes" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Taxes" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "No countries found" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Reduced Tax Rates" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Country Code" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "Country Name" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "Category" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Цената на всички продукти е с включено ДДС" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Show gross prices to customers in the storefront" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Charge taxes on shipping rates" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_3375540052": { - "context": "button", - "string": "Fetch taxes" - }, - "src_dot_taxes_dot_views_dot_2411670026": { - "string": "Successfully fetched tax rates" - }, - "src_dot_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Атрибути" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Стойности" - }, - "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_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_2968663655": { - "string": "Продукти" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Pages" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Категории" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Атрибути" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Продажби" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Ваучери" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} of {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "No translatable entities found" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "Completed Translations" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "Име" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Languages" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "No languages found" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Language" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Content" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Translation Page \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Translation Product \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "Описание" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Описание" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Име" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Unfulfilled" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "На всички атрибути трябва да е зададена стойност" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manual payments can not be refunded" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Only pre-authorized payments can be voided" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Могат да бъдат обработени само предварително разрешени плащания" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Shipping method is not valid for chosen shipping address" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Ваучери" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Информация за адреса" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Информация за адреса" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Действия" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Име" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Settings" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Действие" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Име" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Yes" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Разпределени" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Количество" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Отмяна на поръчката"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Скрито"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Determine attributes used to create product types"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Define how users can navigate through your store"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Define types of products you sell"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Дейност"},"wWTUrM":{"string":"No activities found"},"zWgbGg":{"string":"Днес"},"By5ZBp":{"context":"header","string":"Hello there, {userName}"},"aCX8rl":{"context":"subheader","string":"Here is some information we gathered about your store"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Top Products"},"Q1Uzbb":{"string":"No products found"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Create Menu"},"jhh/D6":{"string":"Menu Title"},"G/SYtU":{"string":"Наистина ли искаш да изтриеш менюто {menuName}?"},"QzseV7":{"context":"dialog header","string":"Delete Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Добави артикул"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edit Item"},"Urh2N3":{"context":"label","string":"Link"},"28GZnc":{"string":"Start typing to begin search..."},"0Vyr8h":{"context":"menu item name","string":"Име"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"Menu Items"},"WwZfNK":{"string":"Добави ново подменю за да започнеш изграждането на менюто"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"Create Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Не е публикувано"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Category"},"jxoMLL":{"context":"product field","string":"Collections"},"YVIajc":{"context":"product field","string":"Описание"},"W8i2Ez":{"context":"product field","string":"Име"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Variant Images"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventory"},"SSWFo8":{"context":"window title","string":"Create Product Type"},"bq1eEx":{"context":"header","string":"Create Product Type"},"mUb8Gt":{"context":"section header","string":"Taxes"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Цена"},"vuKrlW":{"string":"Stock"},"ABgQcF":{"context":"variant stock, header","string":"Stock"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Публикувано"},"ppLwx3":{"context":"number of categories","string":"Categories ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Ключ"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Действия"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"Създава"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Наистина ли искаш да изтриеш токен {tokenName}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Атрибути"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Delete attribute"},"h1rPPg":{"context":"dialog content","string":"Наистина ли искаш да изтриеш атрибута {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Област"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Дата"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Файл"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Pages"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Продукти"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Weight"},"dKPMyh":{"context":"tab name","string":"Всички атрибути"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Добави като колона в таблицата"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Изображение"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Наистина ли искаш да изтриеш стойността \"{name}\"?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"string":"Наистина ли искаш да изтриеш стойността \"{name}\"? Ако го направиш, няма да можеш да я използваш за продукти, които имат атрибут \"{attributeName}\""},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Добави стойност"},"UhcALJ":{"context":"attribute name","string":"Име"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Администратор"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Беше добавена нова стойност"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Вписване"},"5sg7KC":{"string":"Password"},"3tbL7x":{"context":"description","string":"Забравена парола"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"New Password"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Confirm Password"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Passwords do not match"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Подмяна на паролата"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Availability"},"0OfZJA":{"context":"button","string":"Back"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Отмяна"},"dOQB9o":{"context":"payment status","string":"Cancelled"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"Категории"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Незадължително)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Добави заглавие и описание, които да направят категорията по-откриваема в търсачката"},"xo5UIb":{"context":"dialog title","string":"Delete category"},"dJQxHt":{"context":"delete category","string":"Наистина ли искаш да изтриеш категорията {categoryName}?"},"vEYtiq":{"string":"Category Name"},"8HRy+U":{"string":"Category Description"},"vof5TR":{"context":"button","string":"Create category"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"Всички категории"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Подкатегории"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"Име"},"x/pIZ9":{"context":"button","string":"Добави продукт"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Подкатегории"},"V+fkAO":{"context":"number of products in category","string":"Продукти"},"NivJal":{"context":"section header","string":"Всички подкатегории"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Create category"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Category deleted"},"KCjd1o":{"context":"dialog title","string":"Delete products"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Наистина ли искаш да изтриеш категорията {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Availability"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"Статус"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Активно"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Изчиства"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Collections"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"Скрито"},"Rj8LxK":{"string":"Добави заглавие и описание, които да направят колекцията по-откриваема в търсачката"},"Fxa6xp":{"context":"page header","string":"Добави колекция"},"/WXs6H":{"context":"collection name","string":"Име"},"G4g5Ii":{"context":"tab name","string":"Всички колекции"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"Скрито"},"lL3YJO":{"context":"collection","string":"Публикувано"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"Availability"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Availability"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"Име"},"Q8wHwJ":{"string":"Изтрита е колекцията"},"56vUeQ":{"string":"Продуктът беше добавен към колекцията"},"MxhVZv":{"string":"Наистина ли искаш да изтриеш изображението на продукта?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Наистина ли искаш да изтриеш колекцията {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"Delete image"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Разрешения"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Държава"},"O95R3Z":{"string":"Phone"},"B52Em/":{"string":"Информация за адреса"},"TE4fIS":{"string":"City"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"Допълнителна информация за адреса"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Атрибути"},"j8PV7E":{"context":"attribute values","string":"Стойности"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Стойност"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Availability"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Публикувано"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Статус"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"Табло"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Филтри"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Филтри"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Запази промените"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Стойност"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Действия"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Добави нова стойност: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Category"},"phAZoj":{"string":"Collection"},"M1uijW":{"context":"collection","string":"Not Published"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Продукт"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"If empty, the preview shows what will be autogenerated."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Излизане"},"X8+Lpa":{"context":"button","string":"Настройки на акаунт"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Visibility"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Конфигурация"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Презареди"},"Rjs1CD":{"context":"button","string":"Продължава"},"H5NKfr":{"context":"button","string":"Създава"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Клиенти"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Добави адрес"},"rjy9/k":{"context":"button","string":"Добави адрес"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Основен адрес"},"VyzsWZ":{"string":"Основен адрес за плащане"},"nLML8Y":{"string":"Основен адрес за доставка"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Set as default billing address"},"+7OsyM":{"context":"button","string":"Set as default shipping address"},"BfJGij":{"context":"header","string":"Информация за адреса"},"Zd3Eew":{"context":"subsection header","string":"Shipping Address"},"bHdFph":{"context":"subsection header","string":"Адрес"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Billing Address"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Бележки"},"uUQ+Al":{"context":"note about customer","string":"Бележка"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"Всички потребители"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"Статус"},"1LiVhv":{"context":"section header","string":"Последни поръчки"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Дата"},"taX/V3":{"context":"order total amount","string":"Тотал"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Last order"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Наистина ли искаш да изтриеш адреса от списъка с адреси на потребителя?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"Табло"},"P7PLVj":{"string":"Дата"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Описание"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Отстъпки"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Category Name"},"QGjJcT":{"context":"number of products","string":"Продукти"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Активен период"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"No products found"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"Няма намерени варианти "},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"Име"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"Всички продажби"},"AnqH4p":{"context":"sale status","string":"Активно"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Статус"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Стойност"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"Не бяха намерени продажби."},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Стойност"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Активен период"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Страни"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"Всички ваучери"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Активно"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Статус"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Стойност"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Code"},"U2mOqA":{"string":"Няма намерени ваучери"},"GVinbz":{"context":"column title","string":"Стойност"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Прилага се към"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Цена"},"/oaqFS":{"context":"section header","string":"Стойност"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"Specific products"},"WasHjQ":{"context":"voucher discount","string":"Пратка"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Чернова"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"Редакция"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"First Name"},"pkjXPD":{"context":"order status","string":"Fulfilled"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Клиент"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Бележка"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Промени"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Детайли"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Детайли"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Количество"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Продукт"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Статус"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Продукт"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Settings"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Начало"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"No orders ready to fulfill"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Last Name"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigation"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"No"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Optional"},"Ta9j04":{"context":"orders section name","string":"Поръчки"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Адрес на плащане"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Добави нов адрес"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Адрес за доставка"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Бележки"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Shipping Address"},"Y7M1YQ":{"context":"section header","string":"Клиент"},"GLX9II":{"context":"billing address","string":"Same as shipping address"},"Qovenh":{"string":"Анонимен потребител"},"c7/79+":{"string":"Billing Address"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Анулиране на поръчката"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Добави"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Discount value"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Наистина ли искаш да изтриеш незапазена поръчка # {orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Цена"},"nEWp+k":{"context":"quantity of ordered products","string":"Количество"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Тотал"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Добави куриер"},"+8v1ny":{"context":"discount button","string":"Отстъпка"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Междинна сума"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Общо"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Добави продукти"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Create order"},"7a1S4K":{"context":"tab name","string":"Всички чернови"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Клиент"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"Клиент"},"mCP0UD":{"context":"order draft creation date","string":"Дата"},"1Uj0Wd":{"context":"order draft total price","string":"Тотал"},"PAqicb":{"context":"button","string":"Анулиране на поръчката"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Поръчка"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Име на продукта"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Fulfill"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Добави проследяване "},"dTkmON":{"context":"edit tracking button","string":"Edit tracking"},"K//bUK":{"context":"refund button","string":"Възстановяване"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Cancel Fulfillment"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Tracking number"},"/BJQIq":{"context":"dialog header","string":"Добави проследяващ код"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Поръчката е направена"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Order was fully paid"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"създаден"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Фактура"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"Всички поръчки"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Клиент"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Плащане"},"5blVMu":{"context":"e-mail or full name","string":"Клиент"},"PHUcrU":{"context":"date when order was placed","string":"Дата"},"k9hf7F":{"context":"total order price","string":"Тотал"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Количество"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Улавяне"},"V+gwx7":{"context":"order payment","string":"Captured amount"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Отстъпка"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Mark as paid"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Статус на плащането"},"uUsZ7m":{"context":"order payment","string":"Субсидирана сума"},"HaQ8cg":{"context":"button","string":"Възстановяване"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Доставка"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Междинна сума"},"r+dgiv":{"string":"Taxes"},"zb4eBO":{"context":"order total price","string":"Тотал"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Ваучър"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Цена"},"WE8IFE":{"context":"product name","string":"Продукт"},"tvpAXl":{"context":"ordered product quantity","string":"Количество"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Тотал"},"5aiFbL":{"context":"tabel column header","string":"Цена"},"FNT4b+":{"context":"tabel column header","string":"Продукт"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Тотал"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Количество"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Възстановяване"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Цена"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Продукт"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Неизпълнен"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Settings"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Fulfill"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Pages"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Добави заглавие и описание, които да направят страницата по-откриваема в търсачката"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"Скрито"},"gMwpNC":{"context":"page content","string":"Content"},"gr+oXW":{"context":"page title","string":"Title"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Title"},"5GSYCR":{"context":"page status","string":"Visibility"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Публикувано"},"UN3qWD":{"context":"page status","string":"Not Published"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Публикува"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Непубликува"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"Partially fulfilled"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Partially refunded"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Статус на плащането"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Активно"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Действия"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Email Address"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Име"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Authorization"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Статус"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"Активно"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Конфигурация"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Име"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"Всички видове продукти"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Tax"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Доставка"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Weight"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"Продукти"},"ulh3kf":{"string":"Collections"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Добави заглавие и описание, които да направят продукта по-откриваем в търсачката"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"Всички продукти"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Скрито"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Цена"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Visibility"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Availability"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"* По избор. Добавянето на продукта към колекция помага на потребителите да го открият."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"Доставка"},"SUbxSK":{"context":"product weight","string":"Weight"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Количество"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Charge taxes on this product"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Цена"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Резюме"},"lra7Ej":{"string":"Приложи една и съща цена на всички продуктови разновидности"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Приложи уникална наличност за всички различни продуктови разновидности"},"EGG8f+":{"string":"Приложи уникална цена за всички различни продуктови разновидности"},"STp3Hl":{"string":"Приложи една и съща наличност на всички продуктови разновидности"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Създава"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Вариант"},"rbkmfG":{"context":"button","string":"Delete variant"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"Добавя вариант"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Скрито"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Availability"},"Xm9qOu":{"context":"product pricing, section header","string":"Pricing"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Cost price"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Цена"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Inventory"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Вариант"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Наистина ли искаш да изтриеш това изображение?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Fully refunded"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Премахва"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Продажби"},"RaycYK":{"context":"button","string":"Запазва"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Pricing"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Страни"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Shipping zone name"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Добави"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Доставка"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Цена"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"Име"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Settings"},"uULcph":{"context":"header","string":"Доставка"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Страни"},"gRa/TS":{"context":"shipping zone","string":"Име"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"Потребителят е активен"},"YJ4TXc":{"context":"tab name","string":"Всички членове на екипа"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Активно"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Статус"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"New Password"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Промяна на паролата"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"Password"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Промени"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Наистина ли искаш да изтриеш {email} от членовете на екипа?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Статус"},"RrCui3":{"string":"Резюме"},"5elC9k":{"context":"taxes section name","string":"Taxes"},"lnQAos":{"context":"header","string":"Taxes"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"Цената на всички продукти е с включено ДДС"},"98isC5":{"string":"Show gross prices to customers in the storefront"},"FNKhkx":{"string":"Charge taxes on shipping rates"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Атрибути"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Стойности"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"Продукти"},"CxfKLC":{"string":"Pages"},"VKb1MS":{"string":"Категории"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"Продажби"},"etP0+D":{"string":"Ваучери"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Име"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"Описание"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Unfulfilled"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"На всички атрибути трябва да е зададена стойност"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Manual payments can not be refunded"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Only pre-authorized payments can be voided"},"gKdGxP":{"context":"error message","string":"Могат да бъдат обработени само предварително разрешени плащания"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Shipping method is not valid for chosen shipping address"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Ваучери"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Информация за адреса"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Име"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Settings"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Действие"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Име"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Yes"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Разпределени"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Количество"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/bn.json b/locale/bn.json index d8d0430a4..85a9f7ab8 100644 --- a/locale/bn.json +++ b/locale/bn.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Cancel Order" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Hidden" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Activity" - }, - "homeActivityCardNoActivities": { - "string": "No activities found" - }, - "homeAnalyticsCardHeader": { - "string": "আজ" - }, - "homeHeaderText": { - "context": "header", - "string": "Hello there, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Here is some information we gathered about your store" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Products" - }, - "homeProductsListCardNoProducts": { - "string": "No products found" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "The new dashboard and the GraphQL API are preview-quality software." - }, - "homeScreenDisclaimerText2": { - "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hello there, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "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": "লিংক" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Start typing to begin search..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "নাম" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menu Items" - }, - "menuItemsPlaceholder": { - "string": "Add new menu item to begin creating menu" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Create Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Not published" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Category" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Collections" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "বিবরণ" - }, - "productExportFieldName": { - "context": "product field", - "string": "নাম" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variant Images" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "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": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Price" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Published" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Key" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Create" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Attributes" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Are you sure you want to delete {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "এলাকা" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Date" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "File" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Pages" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "পণ্যগুলি" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Weight" - }, - "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Image" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Are you sure you want to delete \"{name}\" value?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Delete attribute value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Are you sure you want to delete \"{name}\" value? If you delete it you won’t be able to assign it to any of the products with \"{attributeName}\" attribute." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Edit Value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Add Value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "নাম" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Default Store View" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "Admin" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "No values found" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Attribute Values" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Assign value" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "পাসওয়ার্ড" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Forgot password?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "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_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Passwords do not match" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "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_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Cancel" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Cancelled" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "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_1657559629": { - "string": "No products found" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "নাম" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Add product" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "Products in {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Subcategories" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Add search engine title and description to make this category easier to find" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "পণ্যগুলি" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "All Subcategories" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Create subcategory" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "Category created" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "Delete category" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Category deleted" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Delete products" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "সক্রিয়" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "পরিষ্কার করুন" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Collections" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Hidden" - }, - "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_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Hidden" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Add search engine title and description to make this collection easier to find" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "নাম" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Background Image (optional)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(Optional)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "All Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "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_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_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "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_3326160357": { - "context": "product availability", - "string": "Availability" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Products in {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Assign product" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "নাম" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Deleted collection" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Added product to collection" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Are you sure you want to delete collection's image?" - }, - "src_dot_collections_dot_views_dot_3215481647": { - "string": "{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}" - }, - "src_dot_collections_dot_views_dot_3482612628": { - "string": "Deleted product from collection" - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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_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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "দেশ" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "শহর" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Attributes" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Value" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Availability" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Published" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Status" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "দেশ" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "শহর" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_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_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Dashboard" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filters" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filters" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Save changes" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Value" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "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_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Log out" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Account Settings" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibility" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Configuration" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "Continue" - }, - "src_dot_create": { - "context": "button", - "string": "Create" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "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_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Default Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Default Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Default Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Set as default billing address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Set as default shipping address" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Address Information" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "ঠিকানা" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "This customer has no addresses yet" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "Primary Address" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "The primary address of this customer." - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Customer Overview" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "Notes" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Note" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Enter any extra infotmation regarding this customer." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "Create Customer" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { - "context": "check to mark this account as active", - "string": "User account active" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { - "context": "section subheader", - "string": "Active member since {date}" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { - "context": "note about customer", - "string": "Note" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_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_date": { - "string": "Date" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "বিবরণ" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Discounts" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "পণ্যগুলি" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "পণ্যগুলি" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "No products found" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Availability" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "No variants found" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "নাম" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Search Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "All Sales" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "সক্রিয়" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "নাম" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Value" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "নাম" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Fixed Amount" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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": "সক্রিয়" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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_1148029984": { - "context": "column title", - "string": "Value" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_1134347598": { - "context": "column title", - "string": "Price" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Fulfilled" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Customer" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Note" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Change" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Details" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Details" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Amount" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Status" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Settings" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "No orders ready to fulfill" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "No" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Orders" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Cancel order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Add" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Discount value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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": "পরিমাণ" - }, - "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_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "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_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "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_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Order" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Product name" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Add tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edit tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "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_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Order address was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "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_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "created" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Customer" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_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_capture": { - "context": "capture payment, button", - "string": "Capture" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Captured amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Discount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Mark as paid" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Payment status" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Preauthorized amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "প্রেরণ" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Taxes" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Voucher" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Price" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "পরিমাণ" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Price" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Order" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Price" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Price" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Unfulfilled" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Fulfill" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "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_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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Hidden" - }, - "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_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "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_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Publish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Unpublish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Partially fulfilled" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Partially refunded" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Payment status" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "সক্রিয়" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "সক্রিয়" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "নাম" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Authorization" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "সক্রিয়" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Configuration" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "নাম" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "প্রেরণ" - }, - "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_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Unassign" - }, - "src_dot_products": { - "context": "products section name", - "string": "পণ্যগুলি" - }, - "src_dot_products_dot_components_dot_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_2341910657": { - "context": "product label", - "string": "Not published" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Published" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "নাম" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "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_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "নাম" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Price" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "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": { - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "প্রেরণ" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Weight" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "পরিমাণ" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Charge taxes on this product" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Not published" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Published" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Summary" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Create" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "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_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "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_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Cost price" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Price" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventory" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Variant" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Fully refunded" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Remove" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "বিক্রয়" - }, - "src_dot_save": { - "context": "button", - "string": "Save" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Pricing" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Price" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Shipping zone name" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Add" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "প্রেরণ" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "প্রেরণ" - }, - "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": "নাম" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Settings" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "প্রেরণ" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Shipping By Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Create shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "নাম" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "সক্রিয় ব্যবহারকারী" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "All Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "সক্রিয়" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Deactivated" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "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": "সক্রিয়" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "No staff members found" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "নাম" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "New Password" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "New password must be at least 8 characters long" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "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": "পাসওয়ার্ড" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Change" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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_1755013298": { - "string": "Category" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Attributes" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Values" - }, - "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_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_2968663655": { - "string": "পণ্যগুলি" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Pages" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Categories" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Attributes" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "বিক্রয়" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Vouchers" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} of {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "No translatable entities found" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "Completed Translations" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "নাম" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Languages" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "No languages found" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Language" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Content" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Translation Page \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Translation Product \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "বিবরণ" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "বিবরণ" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "নাম" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Unfulfilled" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manual payments can not be refunded" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Only pre-authorized payments can be voided" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Only pre-authorized payments can be captured" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Shipping method is not valid for chosen shipping address" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Vouchers" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "নাম" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Settings" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "নাম" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Yes" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Allocated" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "পরিমাণ" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Cancel Order"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Hidden"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Determine attributes used to create product types"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Define how users can navigate through your store"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Define types of products you sell"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Activity"},"wWTUrM":{"string":"No activities found"},"zWgbGg":{"string":"আজ"},"By5ZBp":{"context":"header","string":"Hello there, {userName}"},"aCX8rl":{"context":"subheader","string":"Here is some information we gathered about your store"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Top Products"},"Q1Uzbb":{"string":"No products found"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Create Menu"},"jhh/D6":{"string":"Menu Title"},"G/SYtU":{"string":"Are you sure you want to delete menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Delete Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Add Item"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edit Item"},"Urh2N3":{"context":"label","string":"লিংক"},"28GZnc":{"string":"Start typing to begin search..."},"0Vyr8h":{"context":"menu item name","string":"নাম"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"Menu Items"},"WwZfNK":{"string":"Add new menu item to begin creating menu"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"Create Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Not published"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Category"},"jxoMLL":{"context":"product field","string":"Collections"},"YVIajc":{"context":"product field","string":"বিবরণ"},"W8i2Ez":{"context":"product field","string":"নাম"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Variant Images"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventory"},"SSWFo8":{"context":"window title","string":"Create Product Type"},"bq1eEx":{"context":"header","string":"Create Product Type"},"mUb8Gt":{"context":"section header","string":"Taxes"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Price"},"vuKrlW":{"string":"Stock"},"ABgQcF":{"context":"variant stock, header","string":"Stock"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Published"},"ppLwx3":{"context":"number of categories","string":"Categories ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Key"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"Create"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Attributes"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Delete attribute"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"এলাকা"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Date"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"File"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Pages"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"পণ্যগুলি"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Weight"},"dKPMyh":{"context":"tab name","string":"All Attributes"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Image"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Add Value"},"UhcALJ":{"context":"attribute name","string":"নাম"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Sign in"},"5sg7KC":{"string":"পাসওয়ার্ড"},"3tbL7x":{"context":"description","string":"Forgot password?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"New Password"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Confirm Password"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Passwords do not match"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Reset password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Availability"},"0OfZJA":{"context":"button","string":"Back"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Cancel"},"dOQB9o":{"context":"payment status","string":"Cancelled"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"Categories"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Optional)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"Delete category"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Category Name"},"8HRy+U":{"string":"Category Description"},"vof5TR":{"context":"button","string":"Create category"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"All Categories"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Subcategories"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"নাম"},"x/pIZ9":{"context":"button","string":"Add product"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Subcategories"},"V+fkAO":{"context":"number of products in category","string":"পণ্যগুলি"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Create category"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Category deleted"},"KCjd1o":{"context":"dialog title","string":"Delete products"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Availability"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"Status"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"সক্রিয়"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"পরিষ্কার করুন"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Collections"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"Hidden"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Add Collection"},"/WXs6H":{"context":"collection name","string":"নাম"},"G4g5Ii":{"context":"tab name","string":"All Collections"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"Hidden"},"lL3YJO":{"context":"collection","string":"Published"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"Availability"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Availability"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"নাম"},"Q8wHwJ":{"string":"Deleted collection"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"Delete image"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Permissions"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"দেশ"},"O95R3Z":{"string":"Phone"},"B52Em/":{"string":"Address line 1"},"TE4fIS":{"string":"শহর"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"Address line 2"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Attributes"},"j8PV7E":{"context":"attribute values","string":"Values"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Value"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Availability"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Published"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Status"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"Dashboard"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Filters"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Filters"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Save changes"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Value"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Category"},"phAZoj":{"string":"Collection"},"M1uijW":{"context":"collection","string":"Not Published"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Product"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"If empty, the preview shows what will be autogenerated."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Log out"},"X8+Lpa":{"context":"button","string":"Account Settings"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Visibility"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Configuration"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"Continue"},"H5NKfr":{"context":"button","string":"Create"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Customers"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Add Address"},"rjy9/k":{"context":"button","string":"Add address"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Default Address"},"VyzsWZ":{"string":"Default Billing Address"},"nLML8Y":{"string":"Default Shipping Address"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Set as default billing address"},"+7OsyM":{"context":"button","string":"Set as default shipping address"},"BfJGij":{"context":"header","string":"Address Information"},"Zd3Eew":{"context":"subsection header","string":"Shipping Address"},"bHdFph":{"context":"subsection header","string":"ঠিকানা"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Billing Address"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Notes"},"uUQ+Al":{"context":"note about customer","string":"Note"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"Status"},"1LiVhv":{"context":"section header","string":"Recent Orders"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Date"},"taX/V3":{"context":"order total amount","string":"Total"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Last order"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"Dashboard"},"P7PLVj":{"string":"Date"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"বিবরণ"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Discounts"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Category Name"},"QGjJcT":{"context":"number of products","string":"পণ্যগুলি"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"No products found"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"No variants found"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"নাম"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"সক্রিয়"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Status"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Value"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"No sales found"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Value"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Countries"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"সক্রিয়"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Status"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Value"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Code"},"U2mOqA":{"string":"No vouchers found"},"GVinbz":{"context":"column title","string":"Value"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Price"},"/oaqFS":{"context":"section header","string":"Value"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"Specific products"},"WasHjQ":{"context":"voucher discount","string":"Shipment"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Draft"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"Edit"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"First Name"},"pkjXPD":{"context":"order status","string":"Fulfilled"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Customer"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Note"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Change"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Details"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Details"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Amount"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Product"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Status"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Product"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Settings"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Home"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"No orders ready to fulfill"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Last Name"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigation"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"No"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Optional"},"Ta9j04":{"context":"orders section name","string":"Orders"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Billing address"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Shipping address"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Notes"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Shipping Address"},"Y7M1YQ":{"context":"section header","string":"Customer"},"GLX9II":{"context":"billing address","string":"Same as shipping address"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Billing Address"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Cancel order"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Add"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Discount value"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Price"},"nEWp+k":{"context":"quantity of ordered products","string":"পরিমাণ"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Total"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"Discount"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Subtotal"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Total"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Create order"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Customer"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"Customer"},"mCP0UD":{"context":"order draft creation date","string":"Date"},"1Uj0Wd":{"context":"order draft total price","string":"Total"},"PAqicb":{"context":"button","string":"Cancel order"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Order"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Product name"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Fulfill"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Add tracking"},"dTkmON":{"context":"edit tracking button","string":"Edit tracking"},"K//bUK":{"context":"refund button","string":"Refund"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Cancel Fulfillment"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Tracking number"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Order was placed"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Order was fully paid"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"created"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Invoice"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Customer"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Payment"},"5blVMu":{"context":"e-mail or full name","string":"Customer"},"PHUcrU":{"context":"date when order was placed","string":"Date"},"k9hf7F":{"context":"total order price","string":"Total"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Amount"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Capture"},"V+gwx7":{"context":"order payment","string":"Captured amount"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Discount"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Mark as paid"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Payment status"},"uUsZ7m":{"context":"order payment","string":"Preauthorized amount"},"HaQ8cg":{"context":"button","string":"Refund"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"প্রেরণ"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Subtotal"},"r+dgiv":{"string":"Taxes"},"zb4eBO":{"context":"order total price","string":"Total"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Voucher"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Price"},"WE8IFE":{"context":"product name","string":"Product"},"tvpAXl":{"context":"ordered product quantity","string":"পরিমাণ"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Total"},"5aiFbL":{"context":"tabel column header","string":"Price"},"FNT4b+":{"context":"tabel column header","string":"Product"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Total"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Amount"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Refund"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Price"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Product"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Unfulfilled"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Settings"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Fulfill"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Pages"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"Hidden"},"gMwpNC":{"context":"page content","string":"Content"},"gr+oXW":{"context":"page title","string":"Title"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Title"},"5GSYCR":{"context":"page status","string":"Visibility"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Published"},"UN3qWD":{"context":"page status","string":"Not Published"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Publish"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Unpublish"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"Partially fulfilled"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Partially refunded"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Payment status"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"সক্রিয়"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Email Address"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"নাম"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Authorization"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Status"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"সক্রিয়"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Configuration"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"নাম"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Tax"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"প্রেরণ"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Weight"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"পণ্যগুলি"},"ulh3kf":{"string":"Collections"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Hidden"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Price"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Visibility"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Availability"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"প্রেরণ"},"SUbxSK":{"context":"product weight","string":"Weight"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"পরিমাণ"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Charge taxes on this product"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Price"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Summary"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Create"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Variant"},"rbkmfG":{"context":"button","string":"Delete variant"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"Add variant"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Hidden"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Availability"},"Xm9qOu":{"context":"product pricing, section header","string":"Pricing"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Cost price"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Price"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Inventory"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Variant"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Fully refunded"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Remove"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"বিক্রয়"},"RaycYK":{"context":"button","string":"Save"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Pricing"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Countries"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Shipping zone name"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Add"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"প্রেরণ"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Price"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"নাম"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Settings"},"uULcph":{"context":"header","string":"প্রেরণ"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Countries"},"gRa/TS":{"context":"shipping zone","string":"নাম"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"সক্রিয় ব্যবহারকারী"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"সক্রিয়"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Status"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"New Password"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Change Password"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"পাসওয়ার্ড"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Change"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Status"},"RrCui3":{"string":"Summary"},"5elC9k":{"context":"taxes section name","string":"Taxes"},"lnQAos":{"context":"header","string":"Taxes"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"All products prices are entered with tax included"},"98isC5":{"string":"Show gross prices to customers in the storefront"},"FNKhkx":{"string":"Charge taxes on shipping rates"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Attributes"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Values"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"পণ্যগুলি"},"CxfKLC":{"string":"Pages"},"VKb1MS":{"string":"Categories"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"বিক্রয়"},"etP0+D":{"string":"Vouchers"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"নাম"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"বিবরণ"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Unfulfilled"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Manual payments can not be refunded"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Only pre-authorized payments can be voided"},"gKdGxP":{"context":"error message","string":"Only pre-authorized payments can be captured"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Shipping method is not valid for chosen shipping address"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Vouchers"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Address Information"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"নাম"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Settings"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"নাম"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Yes"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Allocated"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"পরিমাণ"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/ca.json b/locale/ca.json index 22183c345..9c8cb0515 100644 --- a/locale/ca.json +++ b/locale/ca.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Cancel·la comanda" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Ocult" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "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" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Products" - }, - "homeProductsListCardNoProducts": { - "string": "No products found" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "The new dashboard and the GraphQL API are preview-quality software." - }, - "homeScreenDisclaimerText2": { - "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hello there, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "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": "Nom" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menu Items" - }, - "menuItemsPlaceholder": { - "string": "Add new menu item to begin creating menu" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Create Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "No publicat" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Category" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Col·leccions" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Descripció" - }, - "productExportFieldName": { - "context": "product field", - "string": "Nom" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Imatges de variants" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Inventari" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Create Product Type" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Create Product Type" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Impostos" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Preu" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Publicat" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Clau" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Crea" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Atributs" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Are you sure you want to delete {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Àrea" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Data" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Fitxer" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Pàgines" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Productes" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Weight" - }, - "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Imatge" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "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": "Nom" - }, - "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_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Contrasenya" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Has oblidat la contrasenya?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "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_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Passwords do not match" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "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": "Disponibilitat" - }, - "src_dot_back": { - "context": "button", - "string": "Back" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Cancel·la" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Cancelled" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "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_1657559629": { - "string": "No products found" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Nom" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Afegeix producte" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "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": "Productes" - }, - "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_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Disponibilitat" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Estat" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Active" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Netejar" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Col·leccions" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Ocult" - }, - "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_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Ocult" - }, - "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": "Nom" - }, - "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_2685595924": { - "string": "Search Collections" - }, - "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": "Ocult" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Publicat" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "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": "Disponibilitat" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "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_3326160357": { - "context": "product availability", - "string": "Disponibilitat" - }, - "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": "Nom" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Deleted collection" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Added product to collection" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Are you sure you want to delete collection's image?" - }, - "src_dot_collections_dot_views_dot_3215481647": { - "string": "{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}" - }, - "src_dot_collections_dot_views_dot_3482612628": { - "string": "Deleted product from collection" - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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_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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "País" - }, - "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": "Ciutat" - }, - "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_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Atributs" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Valors" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Valor" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Disponibilitat" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Publicat" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Estat" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "País" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Ciutat" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_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_DemoBanner_dot_1647850230": { - "string": "Aparador" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Panell" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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": "Filtres" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No results" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filtres" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filtres" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Desa canvis" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Valor" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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": "Publicat" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "No publicat" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Create Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Create Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Create Customer" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Producte" - }, - "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_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Tanca sessió" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Account Settings" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibilitat" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Configuraicó" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "Continua" - }, - "src_dot_create": { - "context": "button", - "string": "Crea" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Clients" - }, - "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_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Default Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Default Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Default Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Set as default billing address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Set as 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": "Adreça" - }, - "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": "Nota" - }, - "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": "Nota" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_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": "Estat" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "Comandes recents" - }, - "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": "Data" - }, - "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": "Panell" - }, - "src_dot_date": { - "string": "Data" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Descripció" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Descomptes" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Productes" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Productes" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "No products found" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Disponibilitat" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "No s'han trobat variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "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": "Nom" - }, - "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_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "Estat" - }, - "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": "Valor" - }, - "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 s'han trobat descomptes" - }, - "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": "Nom" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Valor" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Nom" - }, - "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": "Valor" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Països" - }, - "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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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": "Estat" - }, - "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": "Valor" - }, - "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 s'han trobat vals de descompte" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Valor" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Valor" - }, - "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_1134347598": { - "context": "column title", - "string": "Preu" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Valor" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Entire order" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Productes específics" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Enviament" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Esborrany" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Draft Orders" - }, - "src_dot_drafts": { - "string": "Drafts" - }, - "src_dot_edit": { - "context": "button", - "string": "Edita" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Completat" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Client" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Nota" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Canvia" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Detalls" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Detalls" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Quantitat" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Producte" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Estat" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Producte" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Configuracions" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Inici" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "No orders ready to fulfill" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navegació" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "No" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Comandes" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Adreça de facturació" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Adreça d'enviament" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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": "Client" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "La mateixa que l'adreça d'enviament" - }, - "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_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Cancel·la comanda" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Afegeix" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Discount value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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": "Preu" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Producte" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Quantitat" - }, - "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_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Descompte" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "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_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Crea comanda" - }, - "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": "Client" - }, - "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": "Client" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Data" - }, - "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·la comanda" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Comanda" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Nom de producte" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Afegeix seguiment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edita seguiment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Retornar diners" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Codi de seguiment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Add Tracking Code" - }, - "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_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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": "Comanda va ser realitzada" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Comanda va ser pagada completament" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "created" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Factura" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Crea comanda" - }, - "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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Client" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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": "Pagament" - }, - "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": "Client" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Data" - }, - "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_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "Quantitat" - }, - "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_capture": { - "context": "capture payment, button", - "string": "Captura" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Quantitat capturada" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Descompte" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Marcar com a pagat" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Estat de pagament" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Quantitat pre-autoritzada" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Retornar diners" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Enviament" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Impostos" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Retornar diners" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Voucher" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Preu" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Producte" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Quantitat" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Preu" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Producte" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Comanda" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Quantitat" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Retornar diners" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Preu" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Producte" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Preu" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Producte" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "No s'ha completat" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Configuracions" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Fulfill" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Pàgines" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Create Page" - }, - "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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Ocult" - }, - "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": "Títol" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Títol" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Visibilitat" - }, - "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": "Publicat" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "No publicat" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Publish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Unpublish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Completat parcialment" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Partially refunded" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Estat de pagament" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Active" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Active" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Nom" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Autorització" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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": "Estat" - }, - "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_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Active" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Configuraicó" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Nom" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "Enviament" - }, - "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_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "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": "Productes" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Category" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Col·leccions" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "No publicat" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Publicat" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Nom" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Ocult" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "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": "Preu" - }, - "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": "Visibilitat" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visible" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Nom" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Disponibilitat" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Preu" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Category" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Col·leccions" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Enviament" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Weight" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Quantitat" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Charge taxes on this product" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "No publicat" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Publicat" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Preu" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Resum" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Crea" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Valors" - }, - "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_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "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": "Afegeix variant" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "New Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Ocult" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Disponibilitat" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Preus" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Preu" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Cost price" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Preu" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventari" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Variant" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Diners retornats" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Elimina" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Descomptes" - }, - "src_dot_save": { - "context": "button", - "string": "Desa" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Preus" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Preu" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Països" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Països" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Shipping zone name" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Afegeix" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Enviament" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Enviament" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Preu" - }, - "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": "Nom" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Configuracions" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Enviament" - }, - "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": "Països" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Nom" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "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_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "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": "Estat" - }, - "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": "Nom" - }, - "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": "Canvia contrasenya" - }, - "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": "Contrasenya" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Canvia" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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": "Estat" - }, - "src_dot_summary": { - "string": "Resum" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Impostos" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Impostos" - }, - "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_1755013298": { - "string": "Category" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Tots els preus dels productes entrats inclouen taxes." - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Mostra els preus bruts als clients de la botiga" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Carregar impostos a les despeses d'enviament" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Atributs" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Valors" - }, - "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_222873645": { - "string": "Col·leccions" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Productes" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Pàgines" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Categories" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Atributs" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Descomptes" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Vals de descompte" - }, - "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": "Nom" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "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": "Descripció" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Descripció" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Nom" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "No s'ha completat" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manual payments can not be refunded" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Only pre-authorized payments can be voided" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Only pre-authorized payments can be captured" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Shipping method is not valid for chosen shipping address" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Vals de descompte" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Nom" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Configuracions" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Nom" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Sí" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Assignat" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Quantitat" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Cancel·la comanda"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Ocult"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Determine attributes used to create product types"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Define how users can navigate through your store"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Define types of products you sell"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Activity"},"wWTUrM":{"string":"No activities found"},"zWgbGg":{"string":"Today"},"By5ZBp":{"context":"header","string":"Hello there, {userName}"},"aCX8rl":{"context":"subheader","string":"Here is some information we gathered about your store"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Top Products"},"Q1Uzbb":{"string":"No products found"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Create Menu"},"jhh/D6":{"string":"Menu Title"},"G/SYtU":{"string":"Are you sure you want to delete menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Delete Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Add Item"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edit Item"},"Urh2N3":{"context":"label","string":"Link"},"28GZnc":{"string":"Start typing to begin search..."},"0Vyr8h":{"context":"menu item name","string":"Nom"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"Menu Items"},"WwZfNK":{"string":"Add new menu item to begin creating menu"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"Create Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"No publicat"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Category"},"jxoMLL":{"context":"product field","string":"Col·leccions"},"YVIajc":{"context":"product field","string":"Descripció"},"W8i2Ez":{"context":"product field","string":"Nom"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Imatges de variants"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventari"},"SSWFo8":{"context":"window title","string":"Create Product Type"},"bq1eEx":{"context":"header","string":"Create Product Type"},"mUb8Gt":{"context":"section header","string":"Impostos"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Preu"},"vuKrlW":{"string":"Stock"},"ABgQcF":{"context":"variant stock, header","string":"Stock"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Publicat"},"ppLwx3":{"context":"number of categories","string":"Categories ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Clau"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"Crea"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Atributs"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Delete attribute"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Àrea"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Data"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Fitxer"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Pàgines"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Productes"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Weight"},"dKPMyh":{"context":"tab name","string":"All Attributes"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Imatge"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Add Value"},"UhcALJ":{"context":"attribute name","string":"Nom"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Sign in"},"5sg7KC":{"string":"Contrasenya"},"3tbL7x":{"context":"description","string":"Has oblidat la contrasenya?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"New Password"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Confirm Password"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Passwords do not match"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Reset password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Disponibilitat"},"0OfZJA":{"context":"button","string":"Back"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Cancel·la"},"dOQB9o":{"context":"payment status","string":"Cancelled"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"Categories"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Optional)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"Delete category"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Category Name"},"8HRy+U":{"string":"Category Description"},"vof5TR":{"context":"button","string":"Create category"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"All Categories"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Subcategories"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"Nom"},"x/pIZ9":{"context":"button","string":"Afegeix producte"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Subcategories"},"V+fkAO":{"context":"number of products in category","string":"Productes"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Create category"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Category deleted"},"KCjd1o":{"context":"dialog title","string":"Delete products"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Disponibilitat"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"Estat"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Active"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Netejar"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Col·leccions"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"Ocult"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Add Collection"},"/WXs6H":{"context":"collection name","string":"Nom"},"G4g5Ii":{"context":"tab name","string":"All Collections"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"Ocult"},"lL3YJO":{"context":"collection","string":"Publicat"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"Disponibilitat"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Disponibilitat"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"Nom"},"Q8wHwJ":{"string":"Deleted collection"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"Delete image"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Permissions"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"País"},"O95R3Z":{"string":"Phone"},"B52Em/":{"string":"Address line 1"},"TE4fIS":{"string":"Ciutat"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"Address line 2"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Atributs"},"j8PV7E":{"context":"attribute values","string":"Valors"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Valor"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Disponibilitat"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Publicat"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Estat"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Aparador"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"Panell"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Filtres"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Filtres"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Desa canvis"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Valor"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Category"},"phAZoj":{"string":"Collection"},"M1uijW":{"context":"collection","string":"No publicat"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Producte"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"If empty, the preview shows what will be autogenerated."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Tanca sessió"},"X8+Lpa":{"context":"button","string":"Account Settings"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Visibilitat"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Configuraicó"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"Continua"},"H5NKfr":{"context":"button","string":"Crea"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Clients"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Add Address"},"rjy9/k":{"context":"button","string":"Add address"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Default Address"},"VyzsWZ":{"string":"Default Billing Address"},"nLML8Y":{"string":"Default Shipping Address"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Set as default billing address"},"+7OsyM":{"context":"button","string":"Set as default shipping address"},"BfJGij":{"context":"header","string":"Address Information"},"Zd3Eew":{"context":"subsection header","string":"Shipping Address"},"bHdFph":{"context":"subsection header","string":"Adreça"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Billing Address"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Notes"},"uUQ+Al":{"context":"note about customer","string":"Nota"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"Estat"},"1LiVhv":{"context":"section header","string":"Comandes recents"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Data"},"taX/V3":{"context":"order total amount","string":"Total"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Last order"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"Panell"},"P7PLVj":{"string":"Data"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Descripció"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Descomptes"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Category Name"},"QGjJcT":{"context":"number of products","string":"Productes"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"No products found"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"No s'han trobat variants"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"Nom"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"Active"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Estat"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Valor"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"No s'han trobat descomptes"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Valor"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Països"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Active"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Estat"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Valor"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Code"},"U2mOqA":{"string":"No s'han trobat vals de descompte"},"GVinbz":{"context":"column title","string":"Valor"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Preu"},"/oaqFS":{"context":"section header","string":"Valor"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"Productes específics"},"WasHjQ":{"context":"voucher discount","string":"Enviament"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Esborrany"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"Edita"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"First Name"},"pkjXPD":{"context":"order status","string":"Completat"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Client"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Nota"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Canvia"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Detalls"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Detalls"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Quantitat"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Producte"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Estat"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Producte"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Configuracions"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Inici"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"No orders ready to fulfill"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Last Name"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navegació"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"No"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Optional"},"Ta9j04":{"context":"orders section name","string":"Comandes"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Adreça de facturació"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Adreça d'enviament"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Notes"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Shipping Address"},"Y7M1YQ":{"context":"section header","string":"Client"},"GLX9II":{"context":"billing address","string":"La mateixa que l'adreça d'enviament"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Billing Address"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Cancel·la comanda"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Afegeix"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Discount value"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Preu"},"nEWp+k":{"context":"quantity of ordered products","string":"Quantitat"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Total"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"Descompte"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Subtotal"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Total"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Crea comanda"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Client"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"Client"},"mCP0UD":{"context":"order draft creation date","string":"Data"},"1Uj0Wd":{"context":"order draft total price","string":"Total"},"PAqicb":{"context":"button","string":"Cancel·la comanda"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Comanda"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Nom de producte"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Fulfill"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Afegeix seguiment"},"dTkmON":{"context":"edit tracking button","string":"Edita seguiment"},"K//bUK":{"context":"refund button","string":"Retornar diners"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Cancel Fulfillment"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Codi de seguiment"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Comanda va ser realitzada"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Comanda va ser pagada completament"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"created"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Factura"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Client"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Pagament"},"5blVMu":{"context":"e-mail or full name","string":"Client"},"PHUcrU":{"context":"date when order was placed","string":"Data"},"k9hf7F":{"context":"total order price","string":"Total"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Quantitat"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Captura"},"V+gwx7":{"context":"order payment","string":"Quantitat capturada"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Descompte"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Marcar com a pagat"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Estat de pagament"},"uUsZ7m":{"context":"order payment","string":"Quantitat pre-autoritzada"},"HaQ8cg":{"context":"button","string":"Retornar diners"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Enviament"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Subtotal"},"r+dgiv":{"string":"Impostos"},"zb4eBO":{"context":"order total price","string":"Total"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Voucher"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Preu"},"WE8IFE":{"context":"product name","string":"Producte"},"tvpAXl":{"context":"ordered product quantity","string":"Quantitat"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Total"},"5aiFbL":{"context":"tabel column header","string":"Preu"},"FNT4b+":{"context":"tabel column header","string":"Producte"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Total"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Quantitat"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Retornar diners"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Preu"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Producte"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"No s'ha completat"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Configuracions"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Fulfill"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Pàgines"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"Ocult"},"gMwpNC":{"context":"page content","string":"Content"},"gr+oXW":{"context":"page title","string":"Títol"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Títol"},"5GSYCR":{"context":"page status","string":"Visibilitat"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Publicat"},"UN3qWD":{"context":"page status","string":"No publicat"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Publish"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Unpublish"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"Completat parcialment"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Partially refunded"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Estat de pagament"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Active"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Email Address"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Nom"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Autorització"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Estat"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"Active"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Configuraicó"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Nom"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Tax"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Enviament"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Weight"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"Productes"},"ulh3kf":{"string":"Col·leccions"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Ocult"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Preu"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Visibilitat"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Disponibilitat"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"Enviament"},"SUbxSK":{"context":"product weight","string":"Weight"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Quantitat"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Charge taxes on this product"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Preu"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Resum"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Crea"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Variant"},"rbkmfG":{"context":"button","string":"Delete variant"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"Afegeix variant"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Ocult"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Disponibilitat"},"Xm9qOu":{"context":"product pricing, section header","string":"Preus"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Cost price"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Preu"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Inventari"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Variant"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Diners retornats"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Elimina"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Descomptes"},"RaycYK":{"context":"button","string":"Desa"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Preus"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Països"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Shipping zone name"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Afegeix"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Enviament"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Preu"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"Nom"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Configuracions"},"uULcph":{"context":"header","string":"Enviament"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Països"},"gRa/TS":{"context":"shipping zone","string":"Nom"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"User is active"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Active"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Estat"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"New Password"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Canvia contrasenya"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"Contrasenya"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Canvia"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Estat"},"RrCui3":{"string":"Resum"},"5elC9k":{"context":"taxes section name","string":"Impostos"},"lnQAos":{"context":"header","string":"Impostos"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"Tots els preus dels productes entrats inclouen taxes."},"98isC5":{"string":"Mostra els preus bruts als clients de la botiga"},"FNKhkx":{"string":"Carregar impostos a les despeses d'enviament"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Atributs"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Valors"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"Productes"},"CxfKLC":{"string":"Pàgines"},"VKb1MS":{"string":"Categories"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"Descomptes"},"etP0+D":{"string":"Vals de descompte"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Nom"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"Descripció"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"No s'ha completat"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Manual payments can not be refunded"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Only pre-authorized payments can be voided"},"gKdGxP":{"context":"error message","string":"Only pre-authorized payments can be captured"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Shipping method is not valid for chosen shipping address"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Vals de descompte"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Address Information"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Nom"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Configuracions"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Nom"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Sí"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Assignat"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Quantitat"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/cs.json b/locale/cs.json index 23d3bc8af..7ca6fb550 100644 --- a/locale/cs.json +++ b/locale/cs.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Zrušit objednávku" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Skrytý" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Definujte, jak mohou uživatelé procházet váš obchod" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Spravovat skupiny a jejich práva" - }, - "configurationMenuProductTypes": { - "string": "Definujte typy produktů, které prodáváte" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "Zobrazit a aktualizovat vaše pluginy a jejich nastavení." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Aktivita" - }, - "homeActivityCardNoActivities": { - "string": "Nebyly nalezeny žádné aktivity" - }, - "homeAnalyticsCardHeader": { - "string": "Dnes" - }, - "homeHeaderText": { - "context": "header", - "string": "Ahoj, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Zde jsou některé informace o Vašem obchodě, které jsme získali" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {Jeden objednán} few {{amount} Objednány} many {{amount} Objednáno} other {{amount} Objednáno}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Nejlepší produkty" - }, - "homeProductsListCardNoProducts": { - "string": "Nebyly nalezeny žádné produkty" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Zřeknutí se odpovědnosti" - }, - "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": "Ahoj, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Vytvořit menu" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Titulek menu" - }, - "menuDetailsDeleteMenuContent": { - "string": "Opravdu chcete odstranit menu {menuName}" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Smazat menu" - }, - "menuDetailsPageHelperText": { - "string": "Vytvoření navigační struktury se provádí přetažením. Jednoduše vytvořte novou položku menu a přetáhněte ji na určené místo. Můžete přesouvat položky uvnitř sebe a vytvářet stromovou strukturu a přetahovat položky nahoru a dolů a vytvářet hierarchii" - }, - "menuItemDialogAddItem": { - "context": "create new menu item, header", - "string": "Přidat položku" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Link to: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Upravit položku" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Odkaz" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Pro vyhledávání začněte psát..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Jméno" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Vytvořit novou položku" - }, - "menuItemsHeader": { - "context": "header", - "string": "Položky menu" - }, - "menuItemsPlaceholder": { - "string": "Přidejte novou položku menu, pro vytvoření nového menu" - }, - "menuListCreatedMenu": { - "string": "Vytvořené menu" - }, - "menuListDeleteMenuContent": { - "string": "Opravdu chcete odstranit {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Smazat menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Smazat menu" - }, - "menuListDeletedMenu": { - "string": "Smazané menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Položky" - }, - "menuListMenutitle": { - "string": "Titulek menu" - }, - "menuListNoMenus": { - "string": "Nebyly nalezeny žádné menu." - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Vytvořit menu" - }, - "menuPropertiesMenuTitle": { - "string": "Titulek menu" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Nezveřejněno" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "Není nastaveno" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "Není nastaveno" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "Není nastaveno" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Kategorie" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Kolekce" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Popis" - }, - "productExportFieldName": { - "context": "product field", - "string": "Jméno" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Produktové foto" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Typ" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Obrázky variant" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Inventář" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Vytvořit typ produktu" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Vytvořit typ produktu" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "DPH" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Cena" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Zásoby" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Zásoby" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Sklady" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Zveřejněno" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Produkty ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Opravdu chcete odstranit {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Opravdu chcete odstranit {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Sklad" - }, - "src_dot_accept": { - "context": "button", - "string": "Přijmout" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Aplikace" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Aplikace" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Aktivovat aplikaci" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Aktivovat" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deaktivovat" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Deaktivovat aplikaci" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Smazat aplikaci" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Opravdu chcete odstranit tuto aplikaci?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deaktivovat" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "Zobrazit zásady ochrany osobních údajů této aplikace" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Upravit nastavení" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Ochrana osobních údajů" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Podpora" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Otevřít aplikaci" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Aktivovat" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "Oprávnění aplikace" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "O aplikaci" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Smazat aplikaci" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Opravdu chcete odstranit tuto aplikaci?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "Vyskytl se problém s aplikací." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Zpět na úvod" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Instalovat aplikaci" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "Oprávnění aplikace" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "O aplikaci" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Podpora/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Zkusit znovu" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Instalování aplikace" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generovat Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deaktivovat" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Aktivovat" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "Název aplikace" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Klíč" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "Nenalezeny tokeny" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Vytvořit token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Poznámka tokenu" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Akce" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "O aplikaci" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generovat Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Vytvořit token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Poznámka tokenu" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Vytvořit" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Instalovat aplikaci" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Atributy" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Are you sure you want to delete {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Oblast" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Datum" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Rozbalovací nabídka" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Soubor" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Stránky" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Produkty" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "hmotnost" - }, - "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Obrázek" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "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": "Přidat hodnotu" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "Jméno" - }, - "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_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Přihlásit" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Heslo" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Zapomenuté heslo?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Nové heslo" - }, - "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": "Heslo podruhé" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Hesla se neshodují" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Resetovat heslo" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Resetovat heslo" - }, - "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": "Dostupnost" - }, - "src_dot_back": { - "context": "button", - "string": "Zpět" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Zrušit" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Cancelled" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Kategorie" - }, - "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": "(Volitelný)" - }, - "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": "Všechny kategorie" - }, - "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": "Podkategorie" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "Číslo produktů" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "Nebyly nalezeny žádné produkty" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Jméno" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Přidat produkt" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "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": "Podkategorie" - }, - "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": "Produkty" - }, - "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_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Dostupnost" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Stav" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deaktivovat" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Aktivní" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Aktivovat" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Akce" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Vymazat" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Kolekce" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Skrytý" - }, - "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": "Přidat kolekci" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Skrytý" - }, - "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": "Jméno" - }, - "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": "(Volitelný)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "Všechny kolekce" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "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": "Skrytý" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Zveřejněno" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "Číslo produktů" - }, - "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": "Dostupnost" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "Nebyly nalezeny žádné produkty" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Typ" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "Dostupnost" - }, - "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": "Jméno" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Odstraněna kolekce" - }, - "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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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": "Zrušit přiřazení" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "Delete image" - }, - "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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Oprávnění" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Země" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Telefon" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Ulice a číslo popisné" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "Město" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Adresa řádek 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Atributy" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Hodnoty" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Hodnota" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Dostupnost" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Spravovat" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Zveřejněno" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Stav" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Země" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Telefon" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Ulice a číslo popisné" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Město" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Adresa řádek 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "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_DemoBanner_dot_1647850230": { - "string": "Obchod" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Vyzkoušejte si GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Kontrolní panel" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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": "Filtry" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No results" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filtry" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filtry" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Uložit změny" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Hodnota" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Akce" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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": "Kategorie" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Kolekce" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Zveřejněno" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Nezveřejněno" - }, - "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": "Vytvořit zákazníka" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Produkt" - }, - "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_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Pokud je prázdný, v náhledu se zobrazí, co bude automaticky generováno." - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Odhlásit se" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Nastavení účtu" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Viditelnost" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Nastavení" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Aktualizovat" - }, - "src_dot_continue": { - "context": "button", - "string": "Pokračovat" - }, - "src_dot_create": { - "context": "button", - "string": "Vytvořit" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Zákazníci" - }, - "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": "Přidat adresu" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Přidat adresu" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Výchozí adresa" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Výchozí fakturační adresa" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Výchozí doručovací adresa" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Nastavit jako výchozí fakturační adresu" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Nastavit jako výchozí fakturační adresu" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Informace o adrese" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Doručovací adresa" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Adresa" - }, - "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": "Fakturační adresa" - }, - "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": "Poznámky" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Poznámka" - }, - "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": "Vytvořit zákazníka" - }, - "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": "Poznámka" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Search Customer" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "Vytvořit zákazníka" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "Všichni zákazníci" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Join Date" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { - "string": "Number of Orders" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "Číslo objednávek" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "No customers found" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "E-mail zákazníka" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Jméno zákazníka" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { - "context": "order status", - "string": "Stav" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "Nedávné objednávky" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "Číslo objednávky" - }, - "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": "Datum" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "Celkem" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { - "string": "No orders found" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Poslední přihlášení" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "Poslední objednávka" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Historie zákazníka" - }, - "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": "Smazat zákazníka" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "Delete Address" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Vytvořit zákazníka" - }, - "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": "Zákazník odstraněn" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Zákazník vytvořen" - }, - "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": "Smazat zákazníky" - }, - "src_dot_dashboard": { - "string": "Kontrolní panel" - }, - "src_dot_date": { - "string": "Datum" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Popis" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Slevy" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Produkty" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Produkty" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "Nebyly nalezeny žádné produkty" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Dostupnost" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "Nebyly nalezeny žádné varianty" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "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": "Jméno" - }, - "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": "Aktivní" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "Stav" - }, - "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": "Hodnota" - }, - "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": "Nenalezeny žádné slevy" - }, - "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": "Jméno" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Hodnota" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Jméno" - }, - "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": "Hodnota" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Země" - }, - "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": "Produkty ({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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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": "Aktivní" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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": "Stav" - }, - "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": "Hodnota" - }, - "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": "Kód" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Nebyly nalezeny žádné vouchery" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Hodnota" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Hodnota" - }, - "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": "Kód" - }, - "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_1134347598": { - "context": "column title", - "string": "Cena" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Hodnota" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Celou objednávku" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Konkrétní produkty" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Poštovné" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Hotovo" - }, - "src_dot_draft": { - "context": "order status", - "string": "Rozepsáno" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Draft Orders" - }, - "src_dot_drafts": { - "string": "Koncepty" - }, - "src_dot_edit": { - "context": "button", - "string": "Upravit" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "Jméno" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Zpracováno" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Zákazník" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Poznámka" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Změnit" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Detaily" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Detaily" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Množství" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Produkt" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Stav" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deaktivovat" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Aktivovat" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Produkt" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Nastavení" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Domů" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "K vyřízení nejsou připraveny žádné objednávky" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Příjmení" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Spravovat" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigace" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "Ne" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Volitelné" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Objednávky" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Fakturační adresa" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Přidat novou adresu" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Dodací adresa" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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": "Poznámky" - }, - "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": "Doručovací adresa" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Zákazník" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Stejné jako dodací adresa" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Anonymous user" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Fakturační adresa" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Zrušit objednávku" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Přidat" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Hodnota slevy" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Množství" - }, - "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": "Celkem" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Sleva" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Mezisoučet" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Daň (včetně DPH)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Celkem" - }, - "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": "Přidat produkty" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Vytvořit objednávku" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "Všechny koncepty" - }, - "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": "Zákazník" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "No draft orders found" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "Číslo objednávky" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "Zákazník" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Datum" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Celkem" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Zrušit objednávku" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Objednávka" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Jméno produktu" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Zpracovat" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Přidat sledování" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Upravit sledování" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Vrácení platby" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Zrušit zpracování" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Sledovací číslo" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Přidat sledovací kód" - }, - "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_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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": "Objednávka byla odeslána" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "objednávka byla plně uhrazena" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "vytvořeno" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Faktura" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Vytvořit objednávku" - }, - "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": "Všechny objednávky" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Zákazník" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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": "Platba" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "Číslo objednávky" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "Zákazník" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Datum" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "Celkem" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "No orders found" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "Množství" - }, - "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_capture": { - "context": "capture payment, button", - "string": "Získat" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Získaná částka" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Sleva" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Označit jako zaplacené" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Stav platby" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Paušální částka" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Vrácení platby" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Dopravné" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Mezisoučet" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "DPH" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Celkem" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "včetně DPH" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Vrácení platby" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Voucher" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Množství" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Celkem" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "Nebyly nalezeny žádné produkty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Celkem" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Objednávka" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Množství" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Vrácení platby" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "Nebyly nalezeny žádné produkty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Celkem" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Nevyřízená" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Nastavení" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Zpracovat" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Zrušit přiřazení" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Stránky" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Create Page" - }, - "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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Skrytý" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Obsah" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Titulek" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Titulek" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Viditelnost" - }, - "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": "Zveřejněno" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Nezveřejněno" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Zveřejnit" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Nezveřejňovat" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Částečně zpracováno" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Částečně vráceno" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Stav platby" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Aktivní" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Opravdu chcete odstranit {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Akce" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "E-mailová adresa" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Aktivní" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Akce" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Jméno" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Zrušit přiřazení" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Pluginy" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Autorizace" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Název pluginu" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { - "context": "plugin status", - "string": "Stav" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { - "context": "section header", - "string": "Informace a stav pluginu" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "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": "Nastavení pluginu" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3233248823": { - "string": "Vyhledat pluginy..." - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3523826683": { - "context": "tab name", - "string": "Všechny pluginy" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { - "context": "plugin filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "Nebyly nalezeny žádné pluginy" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Aktivní" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Nastavení" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Jméno" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "src_dot_plugins_dot_views_dot_1096544448": { - "context": "header", - "string": "Authorization Field Delete" - }, - "src_dot_plugins_dot_views_dot_955370043": { - "string": "Plugin může přestat fungovat po vymazání tohoto pole. Chcete pokračovat?" - }, - "src_dot_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "Typ" - }, - "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": "Typ" - }, - "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": "Dopravné" - }, - "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": "hmotnost" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Zrušit přiřazení" - }, - "src_dot_products": { - "context": "products section name", - "string": "Produkty" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Kategorie" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Kolekce" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Nezveřejněno" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Zveřejněno" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Jméno" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Skrytý" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Není skladem" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "Cena" - }, - "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": "Viditelnost" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visible" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "Nebyly nalezeny žádné produkty" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Jméno" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Dostupnost" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Typ" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Volitelné" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Kategorie" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Kolekce" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Dopravné" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "hmotnost" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Množství" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Poplatky za tento produkt" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Nezveřejněno" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Zveřejněno" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Shrnutí" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Vytvořit" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Varianta" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Hodnoty" - }, - "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": "Opravdu chcete odstranit {name}?" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "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": "Přidat variantu" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "New Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Skrytý" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Dostupnost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Ceny" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Cena výrobních nákladů " - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventář" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Varianta" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Opravdu chcete odstranit {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Plně vráceno" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Odstranit" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Slevy" - }, - "src_dot_save": { - "context": "button", - "string": "Uložit" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Ceny" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Cena" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Akce" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Země" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Země" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Název přepravní zóny" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Přidat" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Dopravné" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Dopravné" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Cena" - }, - "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": "Jméno" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Nastavení" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Dopravné" - }, - "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": "Země" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Jméno" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Zrušit přiřazení" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Oprávnění" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Uživatel je aktivní" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "All Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Aktivní" - }, - "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": "Stav" - }, - "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": "E-mailová adresa" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Aktivní" - }, - "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": "Jméno" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "Nové heslo" - }, - "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": "Změnit heslo" - }, - "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": "Heslo" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Změnit" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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": "Stav" - }, - "src_dot_summary": { - "string": "Shrnutí" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "DPH" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "DPH" - }, - "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_1755013298": { - "string": "Kategorie" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Ceny všech produktů jsou uvedeny včetně daně" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Ukázat hrubé ceny zákazníkům v obchodě" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Poplatky za přepravu" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Atributy" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Hodnoty" - }, - "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_222873645": { - "string": "Kolekce" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Produkty" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Stránky" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Kategorie" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Způsoby dopravy" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Atributy" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Slevy" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Vouchery" - }, - "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": "Jméno" - }, - "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": "Obsah" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "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": "Popis" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Popis" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Jméno" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Nezpracováno" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Ruční platby nemohou být vráceny" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Zrušit lze pouze předem schválené platby" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Pouze předschválené platby mohou být vybrány" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Způsob odeslání není platný pro vybranou dodací adresu" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Vouchery" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Sklady" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Informace o adrese" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Informace o adrese" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Akce" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Jméno" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Nastavení" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Opravdu chcete odstranit {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Jméno" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Ano" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Přidělen" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Množství" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Zrušit přiřazení" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Zrušit přiřazení" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Zrušit přiřazení" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Zrušit objednávku"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Skrytý"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Determine attributes used to create product types"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Definujte, jak mohou uživatelé procházet váš obchod"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Spravovat skupiny a jejich práva"},"n0RwMK":{"string":"Definujte typy produktů, které prodáváte"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"Zobrazit a aktualizovat vaše pluginy a jejich nastavení."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Aktivita"},"wWTUrM":{"string":"Nebyly nalezeny žádné aktivity"},"zWgbGg":{"string":"Dnes"},"By5ZBp":{"context":"header","string":"Ahoj, {userName}"},"aCX8rl":{"context":"subheader","string":"Zde jsou některé informace o Vašem obchodě, které jsme získali"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {Jeden objednán} few {{amount} Objednány} many {{amount} Objednáno} other {{amount} Objednáno}}"},"rr8fyf":{"context":"header","string":"Nejlepší produkty"},"Q1Uzbb":{"string":"Nebyly nalezeny žádné produkty"},"6L6Fy2":{"context":"header","string":"Zřeknutí se odpovědnosti"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Vytvořit menu"},"jhh/D6":{"string":"Titulek menu"},"G/SYtU":{"string":"Opravdu chcete odstranit menu {menuName}"},"QzseV7":{"context":"dialog header","string":"Smazat menu"},"E54eoT":{"string":"Vytvoření navigační struktury se provádí přetažením. Jednoduše vytvořte novou položku menu a přetáhněte ji na určené místo. Můžete přesouvat položky uvnitř sebe a vytvářet stromovou strukturu a přetahovat položky nahoru a dolů a vytvářet hierarchii"},"H3Uirw":{"context":"create new menu item, header","string":"Přidat položku"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Upravit položku"},"Urh2N3":{"context":"label","string":"Odkaz"},"28GZnc":{"string":"Pro vyhledávání začněte psát..."},"0Vyr8h":{"context":"menu item name","string":"Jméno"},"Uf3oHA":{"context":"add new menu item","string":"Vytvořit novou položku"},"dEUZg2":{"context":"header","string":"Položky menu"},"WwZfNK":{"string":"Přidejte novou položku menu, pro vytvoření nového menu"},"ugnggZ":{"string":"Vytvořené menu"},"bj1U23":{"string":"Opravdu chcete odstranit {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Smazat menu"},"OwG/0z":{"string":"Smazané menu"},"0nL1D6":{"context":"number of menu items","string":"Položky"},"DWs4ba":{"string":"Nebyly nalezeny žádné menu."},"JXRYQg":{"context":"button","string":"Vytvořit menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Nezveřejněno"},"YI6Fhj":{"context":"no address is set in draft order","string":"Není nastaveno"},"PX2zWy":{"context":"customer is not set in draft order","string":"Není nastaveno"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Není nastaveno"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Kategorie"},"jxoMLL":{"context":"product field","string":"Kolekce"},"YVIajc":{"context":"product field","string":"Popis"},"W8i2Ez":{"context":"product field","string":"Jméno"},"6y+k8V":{"context":"product field","string":"Produktové foto"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Typ"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Obrázky variant"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventář"},"SSWFo8":{"context":"window title","string":"Vytvořit typ produktu"},"bq1eEx":{"context":"header","string":"Vytvořit typ produktu"},"mUb8Gt":{"context":"section header","string":"DPH"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Cena"},"vuKrlW":{"string":"Zásoby"},"ABgQcF":{"context":"variant stock, header","string":"Zásoby"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Sklady"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Zveřejněno"},"ppLwx3":{"context":"number of categories","string":"Categories ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Produkty ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Opravdu chcete odstranit {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Opravdu chcete odstranit {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Sklad"},"skPoVe":{"context":"button","string":"Přijmout"},"Y7UlMR":{"context":"app extensions subsection","string":"Aplikace"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Aplikace"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Aktivovat aplikaci"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Aktivovat"},"W+AFZY":{"context":"button label","string":"Deaktivovat"},"yMi8I8":{"context":"dialog header","string":"Deaktivovat aplikaci"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Smazat aplikaci"},"6hLZNA":{"context":"delete app","string":"Opravdu chcete odstranit tuto aplikaci?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deaktivovat"},"Go50v2":{"context":"app privacy policy link","string":"Zobrazit zásady ochrany osobních údajů této aplikace"},"89PSdB":{"context":"link","string":"Upravit nastavení"},"a55zOn":{"context":"section header","string":"Ochrana osobních údajů"},"Gjb6eq":{"context":"link","string":"Podpora"},"HtfL5/":{"context":"button","string":"Otevřít aplikaci"},"P5twxk":{"context":"link","string":"Aktivovat"},"VsGcdP":{"context":"section header","string":"Oprávnění aplikace"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"O aplikaci"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"Vyskytl se problém s aplikací."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Zpět na úvod"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Instalovat aplikaci"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"O aplikaci"},"hdcGSJ":{"context":"button","string":"Podpora/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Zkusit znovu"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Instalování aplikace"},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generovat Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"Název aplikace"},"MAsLIT":{"context":"custom app token key","string":"Klíč"},"bsP4f3":{"string":"Nenalezeny tokeny"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Vytvořit token"},"0DRBjg":{"string":"Poznámka tokenu"},"VHuzgq":{"context":"table actions","string":"Akce"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"O aplikaci"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Vytvořit token"},"isM94c":{"context":"create service token, button","string":"Vytvořit"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Instalovat aplikaci"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Atributy"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Delete attribute"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Oblast"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Datum"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Rozbalovací nabídka"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Soubor"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Stránky"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Produkty"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"hmotnost"},"dKPMyh":{"context":"tab name","string":"All Attributes"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Obrázek"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Přidat hodnotu"},"UhcALJ":{"context":"attribute name","string":"Jméno"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Přihlásit"},"5sg7KC":{"string":"Heslo"},"3tbL7x":{"context":"description","string":"Zapomenuté heslo?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Nové heslo"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Heslo podruhé"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Hesla se neshodují"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Resetovat heslo"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Dostupnost"},"0OfZJA":{"context":"button","string":"Zpět"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Zrušit"},"dOQB9o":{"context":"payment status","string":"Cancelled"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"Kategorie"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Volitelný)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"Delete category"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Category Name"},"8HRy+U":{"string":"Category Description"},"vof5TR":{"context":"button","string":"Create category"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"Všechny kategorie"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Podkategorie"},"k8ZJ5L":{"context":"number of products","string":"Číslo produktů"},"VQLIXd":{"context":"product","string":"Jméno"},"x/pIZ9":{"context":"button","string":"Přidat produkt"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Podkategorie"},"V+fkAO":{"context":"number of products in category","string":"Produkty"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Create category"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Category deleted"},"KCjd1o":{"context":"dialog title","string":"Delete products"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Dostupnost"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"Stav"},"MHVglr":{"context":"deactivate","string":"Deaktivovat"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Aktivní"},"MQwT1W":{"context":"activate","string":"Aktivovat"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Vymazat"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Kolekce"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"Skrytý"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Přidat kolekci"},"/WXs6H":{"context":"collection name","string":"Jméno"},"G4g5Ii":{"context":"tab name","string":"Všechny kolekce"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"Skrytý"},"lL3YJO":{"context":"collection","string":"Zveřejněno"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"Číslo produktů"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"Dostupnost"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Typ"},"Oe62bR":{"context":"product availability","string":"Dostupnost"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"Jméno"},"Q8wHwJ":{"string":"Odstraněna kolekce"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Zrušit přiřazení"},"fzk04H":{"context":"dialog title","string":"Delete image"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Oprávnění"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Země"},"O95R3Z":{"string":"Telefon"},"B52Em/":{"string":"Ulice a číslo popisné"},"TE4fIS":{"string":"Město"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"Adresa řádek 2"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Atributy"},"j8PV7E":{"context":"attribute values","string":"Hodnoty"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Hodnota"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Dostupnost"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Spravovat"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Zveřejněno"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Stav"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Obchod"},"/X8Mjx":{"string":"Vyzkoušejte si GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"Kontrolní panel"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Filtry"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Filtry"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Uložit změny"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Hodnota"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Akce"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Kategorie"},"phAZoj":{"string":"Kolekce"},"M1uijW":{"context":"collection","string":"Nezveřejněno"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Vytvořit zákazníka"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Produkt"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"Pokud je prázdný, v náhledu se zobrazí, co bude automaticky generováno."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Odhlásit se"},"X8+Lpa":{"context":"button","string":"Nastavení účtu"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Viditelnost"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Nastavení"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Aktualizovat"},"Rjs1CD":{"context":"button","string":"Pokračovat"},"H5NKfr":{"context":"button","string":"Vytvořit"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Zákazníci"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Přidat adresu"},"rjy9/k":{"context":"button","string":"Přidat adresu"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Výchozí adresa"},"VyzsWZ":{"string":"Výchozí fakturační adresa"},"nLML8Y":{"string":"Výchozí doručovací adresa"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Nastavit jako výchozí fakturační adresu"},"+7OsyM":{"context":"button","string":"Nastavit jako výchozí fakturační adresu"},"BfJGij":{"context":"header","string":"Informace o adrese"},"Zd3Eew":{"context":"subsection header","string":"Doručovací adresa"},"bHdFph":{"context":"subsection header","string":"Adresa"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Fakturační adresa"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Poznámky"},"uUQ+Al":{"context":"note about customer","string":"Poznámka"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Vytvořit zákazníka"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Vytvořit zákazníka"},"xQK2EC":{"context":"tab name","string":"Všichni zákazníci"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"Číslo objednávek"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"E-mail zákazníka"},"Gr1SAu":{"string":"Jméno zákazníka"},"pURrk1":{"context":"order status","string":"Stav"},"1LiVhv":{"context":"section header","string":"Nedávné objednávky"},"nTF6tG":{"context":"number of order","string":"Číslo objednávky"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Datum"},"taX/V3":{"context":"order total amount","string":"Celkem"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Poslední přihlášení"},"HMD+ib":{"string":"Poslední objednávka"},"e7Nyu7":{"context":"section header","string":"Historie zákazníka"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Smazat zákazníka"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Vytvořit zákazníka"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Zákazník odstraněn"},"ftcHpD":{"string":"Zákazník vytvořen"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Smazat zákazníky"},"hzSNj4":{"string":"Kontrolní panel"},"P7PLVj":{"string":"Datum"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Popis"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Slevy"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Category Name"},"QGjJcT":{"context":"number of products","string":"Produkty"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"Nebyly nalezeny žádné produkty"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"Nebyly nalezeny žádné varianty"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"Jméno"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"Aktivní"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Stav"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Hodnota"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"Nenalezeny žádné slevy"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Hodnota"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Země"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Aktivní"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Stav"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Hodnota"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Kód"},"U2mOqA":{"string":"Nebyly nalezeny žádné vouchery"},"GVinbz":{"context":"column title","string":"Hodnota"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Cena"},"/oaqFS":{"context":"section header","string":"Hodnota"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Celou objednávku"},"45zP+r":{"context":"voucher discount","string":"Konkrétní produkty"},"WasHjQ":{"context":"voucher discount","string":"Poštovné"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Hotovo"},"toDL5R":{"context":"order status","string":"Rozepsáno"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Koncepty"},"Ja7gHc":{"context":"button","string":"Upravit"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"Jméno"},"pkjXPD":{"context":"order status","string":"Zpracováno"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Zákazník"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Poznámka"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Změnit"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Detaily"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Detaily"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Množství"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Produkt"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Stav"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deaktivovat"},"hz+9ES":{"context":"bulk activate label","string":"Aktivovat"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Produkt"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Nastavení"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Domů"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"K vyřízení nejsou připraveny žádné objednávky"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Příjmení"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Spravovat"},"9C7PZE":{"context":"navigation section name","string":"Navigace"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"Ne"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Volitelné"},"Ta9j04":{"context":"orders section name","string":"Objednávky"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Fakturační adresa"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Přidat novou adresu"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Dodací adresa"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Poznámky"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Doručovací adresa"},"Y7M1YQ":{"context":"section header","string":"Zákazník"},"GLX9II":{"context":"billing address","string":"Stejné jako dodací adresa"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Fakturační adresa"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Zrušit objednávku"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Přidat"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Hodnota slevy"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Cena"},"nEWp+k":{"context":"quantity of ordered products","string":"Množství"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Celkem"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"Sleva"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Mezisoučet"},"mQtoRO":{"context":"taxes title","string":"Daň (včetně DPH)"},"S/yAtJ":{"context":"total price","string":"Celkem"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Přidat produkty"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Vytvořit objednávku"},"7a1S4K":{"context":"tab name","string":"Všechny koncepty"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Zákazník"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"Číslo objednávky"},"hkENym":{"string":"Zákazník"},"mCP0UD":{"context":"order draft creation date","string":"Datum"},"1Uj0Wd":{"context":"order draft total price","string":"Celkem"},"PAqicb":{"context":"button","string":"Zrušit objednávku"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Objednávka"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Jméno produktu"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Zpracovat"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Přidat sledování"},"dTkmON":{"context":"edit tracking button","string":"Upravit sledování"},"K//bUK":{"context":"refund button","string":"Vrácení platby"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Zrušit zpracování"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Sledovací číslo"},"/BJQIq":{"context":"dialog header","string":"Přidat sledovací kód"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Objednávka byla odeslána"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"objednávka byla plně uhrazena"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"vytvořeno"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Faktura"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"Všechny objednávky"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Zákazník"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Platba"},"5blVMu":{"context":"e-mail or full name","string":"Zákazník"},"PHUcrU":{"context":"date when order was placed","string":"Datum"},"k9hf7F":{"context":"total order price","string":"Celkem"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Množství"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Získat"},"V+gwx7":{"context":"order payment","string":"Získaná částka"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Sleva"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Označit jako zaplacené"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Stav platby"},"uUsZ7m":{"context":"order payment","string":"Paušální částka"},"HaQ8cg":{"context":"button","string":"Vrácení platby"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Dopravné"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Mezisoučet"},"r+dgiv":{"string":"DPH"},"zb4eBO":{"context":"order total price","string":"Celkem"},"dJVXIb":{"context":"vat included in order price","string":"včetně DPH"},"sEjRyz":{"context":"voucher type order discount","string":"Voucher"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Cena"},"WE8IFE":{"context":"product name","string":"Produkt"},"tvpAXl":{"context":"ordered product quantity","string":"Množství"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Celkem"},"5aiFbL":{"context":"tabel column header","string":"Cena"},"FNT4b+":{"context":"tabel column header","string":"Produkt"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Celkem"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Množství"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Vrácení platby"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Cena"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Produkt"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Nevyřízená"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Nastavení"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Zpracovat"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Zrušit přiřazení"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Stránky"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"Skrytý"},"gMwpNC":{"context":"page content","string":"Obsah"},"gr+oXW":{"context":"page title","string":"Titulek"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Titulek"},"5GSYCR":{"context":"page status","string":"Viditelnost"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"slug"},"G1KzEx":{"context":"page status","string":"Zveřejněno"},"UN3qWD":{"context":"page status","string":"Nezveřejněno"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Zveřejnit"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Nezveřejňovat"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"Částečně zpracováno"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Částečně vráceno"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Stav platby"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Aktivní"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Opravdu chcete odstranit {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Akce"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"E-mailová adresa"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Jméno"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Zrušit přiřazení"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Pluginy"},"6aBkJm":{"context":"section header","string":"Autorizace"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Název pluginu"},"bL/Wrc":{"context":"plugin status","string":"Stav"},"w424P4":{"context":"section header","string":"Informace a stav pluginu"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Nastavení pluginu"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Vyhledat pluginy..."},"aOelhW":{"context":"tab name","string":"Všechny pluginy"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"Nebyly nalezeny žádné pluginy"},"rQOS7K":{"context":"status label active","string":"Aktivní"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Nastavení"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Jméno"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"Plugin může přestat fungovat po vymazání tohoto pole. Chcete pokračovat?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Typ"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Tax"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Typ"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Dopravné"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"hmotnost"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Zrušit přiřazení"},"K8xNLe":{"context":"products section name","string":"Produkty"},"ulh3kf":{"string":"Kolekce"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Skrytý"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Není skladem"},"b1zuN9":{"string":"Cena"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Viditelnost"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Dostupnost"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"Dopravné"},"SUbxSK":{"context":"product weight","string":"hmotnost"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Množství"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Poplatky za tento produkt"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Cena"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Shrnutí"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Vytvořit"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Varianta"},"rbkmfG":{"context":"button","string":"Delete variant"},"WwNtFn":{"context":"delete product variant","string":"Opravdu chcete odstranit {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"Přidat variantu"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Skrytý"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Dostupnost"},"Xm9qOu":{"context":"product pricing, section header","string":"Ceny"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Cena výrobních nákladů "},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Cena"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Inventář"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Varianta"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Opravdu chcete odstranit {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Plně vráceno"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Odstranit"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Slevy"},"RaycYK":{"context":"button","string":"Uložit"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Ceny"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Země"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Název přepravní zóny"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Přidat"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Dopravné"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Cena"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"Jméno"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Nastavení"},"uULcph":{"context":"header","string":"Dopravné"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Země"},"gRa/TS":{"context":"shipping zone","string":"Jméno"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Zrušit přiřazení"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"Uživatel je aktivní"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Aktivní"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Stav"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"Nové heslo"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Změnit heslo"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"Heslo"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Změnit"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Stav"},"RrCui3":{"string":"Shrnutí"},"5elC9k":{"context":"taxes section name","string":"DPH"},"lnQAos":{"context":"header","string":"DPH"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"Ceny všech produktů jsou uvedeny včetně daně"},"98isC5":{"string":"Ukázat hrubé ceny zákazníkům v obchodě"},"FNKhkx":{"string":"Poplatky za přepravu"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Atributy"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Hodnoty"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"Produkty"},"CxfKLC":{"string":"Stránky"},"VKb1MS":{"string":"Kategorie"},"RzsKm8":{"string":"Způsoby dopravy"},"c8nvms":{"string":"Slevy"},"etP0+D":{"string":"Vouchery"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Jméno"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"Popis"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Nezpracováno"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Ruční platby nemohou být vráceny"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Zrušit lze pouze předem schválené platby"},"gKdGxP":{"context":"error message","string":"Pouze předschválené platby mohou být vybrány"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Způsob odeslání není platný pro vybranou dodací adresu"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Vouchery"},"ycMLN9":{"context":"warehouses section name","string":"Sklady"},"43Nlay":{"context":"warehouse","string":"Informace o adrese"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Jméno"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Nastavení"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Opravdu chcete odstranit {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Jméno"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Ano"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Přidělen"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Množství"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Zrušit přiřazení"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/da.json b/locale/da.json index 4fcd882aa..ed1385890 100644 --- a/locale/da.json +++ b/locale/da.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Annuller ordre" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Gemt" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Activity" - }, - "homeActivityCardNoActivities": { - "string": "No activities found" - }, - "homeAnalyticsCardHeader": { - "string": "I dag" - }, - "homeHeaderText": { - "context": "header", - "string": "Hello there, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Here is some information we gathered about your store" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Products" - }, - "homeProductsListCardNoProducts": { - "string": "No products found" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "The new dashboard and the GraphQL API are preview-quality software." - }, - "homeScreenDisclaimerText2": { - "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hello there, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "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": "Navn" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menu Items" - }, - "menuItemsPlaceholder": { - "string": "Add new menu item to begin creating menu" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Create Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Ikke offentliggjort" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Kategori" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Kollektioner" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Beskrivelse" - }, - "productExportFieldName": { - "context": "product field", - "string": "Navn" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variant billeder" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Inventar" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Create Product Type" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Create Product Type" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Skatter" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Pris" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Offentliggjort" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Key" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Opret" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Attributter" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Are you sure you want to delete {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Område" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Dato" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Fil" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Sider" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Produkter" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Vægt" - }, - "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Billede" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "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": "Navn" - }, - "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_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Kodeord" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Glemt kodeord?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Ny adgangskode" - }, - "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": "Bekræft Adgangskode" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Adgangskoder er ikke ens" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "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": "Tilgængelig" - }, - "src_dot_back": { - "context": "button", - "string": "Back" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Annuller" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Cancelled" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Kategorier" - }, - "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": "Subkategorier" - }, - "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_1657559629": { - "string": "No products found" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Navn" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Tilføj produkt" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "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": "Subkategorier" - }, - "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": "Produkter" - }, - "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_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Tilgængelig" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Aktiv" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Ryd" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Kollektioner" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Gemt" - }, - "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_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Gemt" - }, - "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": "Navn" - }, - "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_2685595924": { - "string": "Search Collections" - }, - "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": "Gemt" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Offentliggjort" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "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": "Tilgængelig" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "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_3326160357": { - "context": "product availability", - "string": "Tilgængelig" - }, - "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": "Navn" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Slettede kollektion" - }, - "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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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_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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Tilladelser" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Land" - }, - "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": "By" - }, - "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_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Attributter" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Værdier" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Værdi" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Tilgængelig" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Offentliggjort" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Status" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Land" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "By" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_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_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Dashboard" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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": "Filtre" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No results" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filtre" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filtre" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Gem ændringer" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Værdi" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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": "Kategori" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Kollektion" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Offentliggjort" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Ikke udgivet" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Create Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Create Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Create Customer" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Produkt" - }, - "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_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Hvis den er tom, vil forhåndsvisningen vise hvad der bliver autogenereret" - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Log ud" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Account Settings" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Synlighed" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Konfiguration" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "Fortsæt" - }, - "src_dot_create": { - "context": "button", - "string": "Opret" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Kunder" - }, - "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_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Hoved Adresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Default Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Default Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Set as default billing address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Set as 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": "Adresse" - }, - "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": "Noter" - }, - "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_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_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": "Seneste ordrer" - }, - "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": "Dato" - }, - "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_date": { - "string": "Dato" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Beskrivelse" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Rabat" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Produkter" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Produkter" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "No products found" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Tilgængelig" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "Ingen varianter blev fundet" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "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": "Navn" - }, - "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": "Aktiv" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "Værdi" - }, - "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": "Ingen udsalg fundet" - }, - "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": "Navn" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Værdi" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Navn" - }, - "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": "Værdi" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Lande" - }, - "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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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": "Aktiv" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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": "Værdi" - }, - "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": "Kode" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Ingen rabatkode fundet" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Værdi" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Værdi" - }, - "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": "Kode" - }, - "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_1134347598": { - "context": "column title", - "string": "Pris" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Værdi" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Entire order" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Specifikke produkter" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Forsendelse" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Udkast" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Draft Orders" - }, - "src_dot_drafts": { - "string": "Drafts" - }, - "src_dot_edit": { - "context": "button", - "string": "Rediger" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Pakket" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Kunde" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Note" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Skift" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Detaljer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Detaljer" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Beløb" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Produkt" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Status" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Produkt" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Indstillinger" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Hjem" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "No orders ready to fulfill" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigering" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "Nej" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Ordre" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Betalingsadresse" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Forsendelsesadresse" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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": "Noter" - }, - "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": "Kunde" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Samme som forsendelsesadresse" - }, - "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_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Annuller ordre" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Tilføj" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Rabat værdi" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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": "Pris" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Kvantitet" - }, - "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_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Rabat" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "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_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Opret ordre" - }, - "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": "Kunde" - }, - "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": "Kunde" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Dato" - }, - "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": "Annuller ordre" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Ordrer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Produktnavn" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Pakket" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Tilføj sporing" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Rediger tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Refunderet" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Annuller pakning" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Tracking nummer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Add Tracking Code" - }, - "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_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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": "Ordren var placeret" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Ordre var betalt" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "oprettet" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Faktura" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Opret ordre" - }, - "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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Kunde" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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": "Betaling" - }, - "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": "Kunde" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Dato" - }, - "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_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "Beløb" - }, - "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_capture": { - "context": "capture payment, button", - "string": "Trukket" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Trukket beløb" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Rabat" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Markér som betalt" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Betalingsstatus" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Preautoriseret beløb" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Refunderet" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Forsendelse" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Skatter" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Refunderet" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Rabatkode" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Pris" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Kvantitet" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Pris" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Ordrer" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Beløb" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Refunderet" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Pris" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Pris" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Uopfyldte" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Indstillinger" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Pakket" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Sider" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Create Page" - }, - "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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Gemt" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Indhold" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Titel" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Titel" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Synlighed" - }, - "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": "Offentliggjort" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Ikke udgivet" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Publicerede" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Upublicerede" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Delvist opfyldt" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Delvist refunderet" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Betalingsstatus" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Aktiv" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Aktiv" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Navn" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Autorisation" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Aktiv" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Konfiguration" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Navn" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "Moms" - }, - "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": "Forsendelse" - }, - "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": "Vægt" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "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": "Produkter" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Kategori" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Kollektioner" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Ikke offentliggjort" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Offentliggjort" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Navn" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Gemt" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "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": "Pris" - }, - "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": "Synlighed" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visible" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Navn" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Tilgængelig" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Pris" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Kategori" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Kollektioner" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Forsendelse" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Vægt" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Kvantitet" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Opkræv skat på dette produkt" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Ikke offentliggjort" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Offentliggjort" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Pris" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Opsummering" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Opret" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Værdier" - }, - "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_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "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": "Tilføj variant" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "New Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Gemt" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Tilgængelig" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Prissætning" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Pris" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Kostpris" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Pris" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventar" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Variant" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Fuldt refunderet" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Fjern" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Udsalg" - }, - "src_dot_save": { - "context": "button", - "string": "Gem" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Prissætning" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Pris" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Lande" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Lande" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Forsendelseszone navn" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Tilføj" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Forsendelse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Forsendelse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Pris" - }, - "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": "Navn" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Indstillinger" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Forsendelse" - }, - "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": "Lande" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Navn" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Tilladelser" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Brugeren er aktiv" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "All Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Aktiv" - }, - "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": "Aktiv" - }, - "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": "Navn" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "Ny adgangskode" - }, - "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": "Skift kodeord" - }, - "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": "Kodeord" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Skift" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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": "Opsummering" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Skatter" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Skatter" - }, - "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_1755013298": { - "string": "Kategori" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Alle produkters priser er opført med skat inkluderet" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Vis bruttopriser til kunder i butiksfronten" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Opkræv skatter på fragtpriser" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Attributter" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Værdier" - }, - "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_222873645": { - "string": "Kollektioner" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Produkter" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Sider" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Kategorier" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Attributter" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Udsalg" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Rabatkode" - }, - "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": "Navn" - }, - "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": "Indhold" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "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": "Beskrivelse" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Beskrivelse" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Navn" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Uopfyldte" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Ikke betalt" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Faktureringsadresse er ikke angivet" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manuelle betalinger kan ikke refunderes" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Kun forudautoriserede betalinger kan annulleres" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Kun forhåndsgodkendte betalinger kan trækkes" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Forsendelsesmetode er ikke gyldig for den valgte adresse" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Rabatkode" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Navn" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Indstillinger" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Navn" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Ja" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Allokeret" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Kvantitet" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Annuller ordre"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Gemt"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Determine attributes used to create product types"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Define how users can navigate through your store"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Define types of products you sell"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Activity"},"wWTUrM":{"string":"No activities found"},"zWgbGg":{"string":"I dag"},"By5ZBp":{"context":"header","string":"Hello there, {userName}"},"aCX8rl":{"context":"subheader","string":"Here is some information we gathered about your store"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Top Products"},"Q1Uzbb":{"string":"No products found"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Create Menu"},"jhh/D6":{"string":"Menu Title"},"G/SYtU":{"string":"Are you sure you want to delete menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Delete Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Add Item"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edit Item"},"Urh2N3":{"context":"label","string":"Link"},"28GZnc":{"string":"Start typing to begin search..."},"0Vyr8h":{"context":"menu item name","string":"Navn"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"Menu Items"},"WwZfNK":{"string":"Add new menu item to begin creating menu"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"Create Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Ikke offentliggjort"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Kategori"},"jxoMLL":{"context":"product field","string":"Kollektioner"},"YVIajc":{"context":"product field","string":"Beskrivelse"},"W8i2Ez":{"context":"product field","string":"Navn"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Variant billeder"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventar"},"SSWFo8":{"context":"window title","string":"Create Product Type"},"bq1eEx":{"context":"header","string":"Create Product Type"},"mUb8Gt":{"context":"section header","string":"Skatter"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Pris"},"vuKrlW":{"string":"Stock"},"ABgQcF":{"context":"variant stock, header","string":"Stock"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Offentliggjort"},"ppLwx3":{"context":"number of categories","string":"Categories ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Key"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"Opret"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Attributter"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Delete attribute"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Område"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Dato"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Fil"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Sider"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Produkter"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Vægt"},"dKPMyh":{"context":"tab name","string":"All Attributes"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Billede"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Add Value"},"UhcALJ":{"context":"attribute name","string":"Navn"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Sign in"},"5sg7KC":{"string":"Kodeord"},"3tbL7x":{"context":"description","string":"Glemt kodeord?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Ny adgangskode"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Bekræft Adgangskode"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Adgangskoder er ikke ens"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Reset password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Tilgængelig"},"0OfZJA":{"context":"button","string":"Back"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Annuller"},"dOQB9o":{"context":"payment status","string":"Cancelled"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"Kategorier"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Optional)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"Delete category"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Category Name"},"8HRy+U":{"string":"Category Description"},"vof5TR":{"context":"button","string":"Create category"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"All Categories"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Subkategorier"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"Navn"},"x/pIZ9":{"context":"button","string":"Tilføj produkt"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Subkategorier"},"V+fkAO":{"context":"number of products in category","string":"Produkter"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Create category"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Category deleted"},"KCjd1o":{"context":"dialog title","string":"Delete products"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Tilgængelig"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"Status"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Aktiv"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Ryd"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Kollektioner"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"Gemt"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Add Collection"},"/WXs6H":{"context":"collection name","string":"Navn"},"G4g5Ii":{"context":"tab name","string":"All Collections"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"Gemt"},"lL3YJO":{"context":"collection","string":"Offentliggjort"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"Tilgængelig"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Tilgængelig"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"Navn"},"Q8wHwJ":{"string":"Slettede kollektion"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"Delete image"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Tilladelser"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Land"},"O95R3Z":{"string":"Phone"},"B52Em/":{"string":"Address line 1"},"TE4fIS":{"string":"By"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"Address line 2"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Attributter"},"j8PV7E":{"context":"attribute values","string":"Værdier"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Værdi"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Tilgængelig"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Offentliggjort"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Status"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"Dashboard"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Filtre"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Filtre"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Gem ændringer"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Værdi"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Kategori"},"phAZoj":{"string":"Kollektion"},"M1uijW":{"context":"collection","string":"Ikke udgivet"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Produkt"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"Hvis den er tom, vil forhåndsvisningen vise hvad der bliver autogenereret"},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Log ud"},"X8+Lpa":{"context":"button","string":"Account Settings"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Synlighed"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Konfiguration"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"Fortsæt"},"H5NKfr":{"context":"button","string":"Opret"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Kunder"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Add Address"},"rjy9/k":{"context":"button","string":"Add address"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Hoved Adresse"},"VyzsWZ":{"string":"Default Billing Address"},"nLML8Y":{"string":"Default Shipping Address"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Set as default billing address"},"+7OsyM":{"context":"button","string":"Set as default shipping address"},"BfJGij":{"context":"header","string":"Address Information"},"Zd3Eew":{"context":"subsection header","string":"Shipping Address"},"bHdFph":{"context":"subsection header","string":"Adresse"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Billing Address"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Noter"},"uUQ+Al":{"context":"note about customer","string":"Note"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"Status"},"1LiVhv":{"context":"section header","string":"Seneste ordrer"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Dato"},"taX/V3":{"context":"order total amount","string":"Total"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Last order"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"Dashboard"},"P7PLVj":{"string":"Dato"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Beskrivelse"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Rabat"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Category Name"},"QGjJcT":{"context":"number of products","string":"Produkter"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"No products found"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"Ingen varianter blev fundet"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"Navn"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"Aktiv"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Status"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Værdi"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"Ingen udsalg fundet"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Værdi"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Lande"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Aktiv"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Status"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Værdi"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Kode"},"U2mOqA":{"string":"Ingen rabatkode fundet"},"GVinbz":{"context":"column title","string":"Værdi"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Pris"},"/oaqFS":{"context":"section header","string":"Værdi"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"Specifikke produkter"},"WasHjQ":{"context":"voucher discount","string":"Forsendelse"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Udkast"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"Rediger"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"First Name"},"pkjXPD":{"context":"order status","string":"Pakket"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Kunde"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Note"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Skift"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Detaljer"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Detaljer"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Beløb"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Produkt"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Status"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Produkt"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Indstillinger"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Hjem"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"No orders ready to fulfill"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Last Name"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigering"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"Nej"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Optional"},"Ta9j04":{"context":"orders section name","string":"Ordre"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Betalingsadresse"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Forsendelsesadresse"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Noter"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Shipping Address"},"Y7M1YQ":{"context":"section header","string":"Kunde"},"GLX9II":{"context":"billing address","string":"Samme som forsendelsesadresse"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Billing Address"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Annuller ordre"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Tilføj"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Rabat værdi"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Pris"},"nEWp+k":{"context":"quantity of ordered products","string":"Kvantitet"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Total"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"Rabat"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Subtotal"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Total"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Opret ordre"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Kunde"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"Kunde"},"mCP0UD":{"context":"order draft creation date","string":"Dato"},"1Uj0Wd":{"context":"order draft total price","string":"Total"},"PAqicb":{"context":"button","string":"Annuller ordre"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Ordrer"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Produktnavn"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Pakket"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Tilføj sporing"},"dTkmON":{"context":"edit tracking button","string":"Rediger tracking"},"K//bUK":{"context":"refund button","string":"Refunderet"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Annuller pakning"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Tracking nummer"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Ordren var placeret"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Ordre var betalt"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"oprettet"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Faktura"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Kunde"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Betaling"},"5blVMu":{"context":"e-mail or full name","string":"Kunde"},"PHUcrU":{"context":"date when order was placed","string":"Dato"},"k9hf7F":{"context":"total order price","string":"Total"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Beløb"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Trukket"},"V+gwx7":{"context":"order payment","string":"Trukket beløb"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Rabat"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Markér som betalt"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Betalingsstatus"},"uUsZ7m":{"context":"order payment","string":"Preautoriseret beløb"},"HaQ8cg":{"context":"button","string":"Refunderet"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Forsendelse"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Subtotal"},"r+dgiv":{"string":"Skatter"},"zb4eBO":{"context":"order total price","string":"Total"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Rabatkode"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Pris"},"WE8IFE":{"context":"product name","string":"Produkt"},"tvpAXl":{"context":"ordered product quantity","string":"Kvantitet"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Total"},"5aiFbL":{"context":"tabel column header","string":"Pris"},"FNT4b+":{"context":"tabel column header","string":"Produkt"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Total"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Beløb"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Refunderet"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Pris"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Produkt"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Uopfyldte"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Indstillinger"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Pakket"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Sider"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"Gemt"},"gMwpNC":{"context":"page content","string":"Indhold"},"gr+oXW":{"context":"page title","string":"Titel"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Titel"},"5GSYCR":{"context":"page status","string":"Synlighed"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Offentliggjort"},"UN3qWD":{"context":"page status","string":"Ikke udgivet"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Publicerede"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Upublicerede"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"Delvist opfyldt"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Delvist refunderet"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Betalingsstatus"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Aktiv"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Email Address"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Navn"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Autorisation"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Status"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"Aktiv"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Konfiguration"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Navn"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Moms"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Forsendelse"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Vægt"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"Produkter"},"ulh3kf":{"string":"Kollektioner"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Gemt"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Pris"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Synlighed"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Tilgængelig"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"Forsendelse"},"SUbxSK":{"context":"product weight","string":"Vægt"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Kvantitet"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Opkræv skat på dette produkt"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Pris"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Opsummering"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Opret"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Variant"},"rbkmfG":{"context":"button","string":"Delete variant"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"Tilføj variant"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Gemt"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Tilgængelig"},"Xm9qOu":{"context":"product pricing, section header","string":"Prissætning"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Kostpris"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Pris"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Inventar"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Variant"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Fuldt refunderet"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Fjern"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Udsalg"},"RaycYK":{"context":"button","string":"Gem"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Prissætning"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Lande"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Forsendelseszone navn"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Tilføj"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Forsendelse"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Pris"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"Navn"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Indstillinger"},"uULcph":{"context":"header","string":"Forsendelse"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Lande"},"gRa/TS":{"context":"shipping zone","string":"Navn"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"Brugeren er aktiv"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Aktiv"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Status"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"Ny adgangskode"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Skift kodeord"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"Kodeord"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Skift"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Status"},"RrCui3":{"string":"Opsummering"},"5elC9k":{"context":"taxes section name","string":"Skatter"},"lnQAos":{"context":"header","string":"Skatter"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"Alle produkters priser er opført med skat inkluderet"},"98isC5":{"string":"Vis bruttopriser til kunder i butiksfronten"},"FNKhkx":{"string":"Opkræv skatter på fragtpriser"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Attributter"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Værdier"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"Produkter"},"CxfKLC":{"string":"Sider"},"VKb1MS":{"string":"Kategorier"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"Udsalg"},"etP0+D":{"string":"Rabatkode"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Navn"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"Beskrivelse"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Uopfyldte"},"FBtqtl":{"context":"payment status","string":"Ikke betalt"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Faktureringsadresse er ikke angivet"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Manuelle betalinger kan ikke refunderes"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Kun forudautoriserede betalinger kan annulleres"},"gKdGxP":{"context":"error message","string":"Kun forhåndsgodkendte betalinger kan trækkes"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Forsendelsesmetode er ikke gyldig for den valgte adresse"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Rabatkode"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Address Information"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Navn"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Indstillinger"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Navn"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Ja"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Allokeret"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Kvantitet"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/de.json b/locale/de.json index c7147445b..f65d0b9f9 100644 --- a/locale/de.json +++ b/locale/de.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Bestellung abbrechen" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Versteckt" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Sichtbar" - }, - "configurationMenuAttributes": { - "string": "Verwaltung von Attributen zur Erstellung von Produkttypen" - }, - "configurationMenuChannels": { - "string": "Verwaltung von Vertriebskanälen" - }, - "configurationMenuNavigation": { - "string": "Legen Sie fest, wie Benutzer durch den Shop navigieren" - }, - "configurationMenuPageTypes": { - "string": "Arten von Inhaltsseiten im Shop verwalten" - }, - "configurationMenuPermissionGroups": { - "string": "Verwaltung von Berechtigungsgruppen und deren Berechtigungen" - }, - "configurationMenuProductTypes": { - "string": "Produkttypen im Shop verwalten" - }, - "configurationMenuShipping": { - "string": "Verwaltung von Versandoptionen" - }, - "configurationMenuSiteSettings": { - "string": "Verwaltung von Webseiteneinstellungen" - }, - "configurationMenuStaff": { - "string": "Verwaltung von Mitarbeitern und Berechtigungen" - }, - "configurationMenuTaxes": { - "string": "Einstellungen zur Berechnung von Steuern" - }, - "configurationMenuWarehouses": { - "string": "Verwaltung von Lagerinformationen" - }, - "configurationPluginsPages": { - "string": "Plugins anzeigen und verwalten." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "Rabatt" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Produkte zurückerstattet" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Aktivität" - }, - "homeActivityCardNoActivities": { - "string": "Keine Aktivitäten gefunden" - }, - "homeAnalyticsCardHeader": { - "string": "Heute" - }, - "homeHeaderText": { - "context": "header", - "string": "Hallo, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Hier finden Sie einige Informationen zu Ihrem Shop" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {Eins bestellet} other {{amount} bestellt}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Produkte" - }, - "homeProductsListCardNoProducts": { - "string": "Keine Produkte gefunden" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Haftungsausschluss" - }, - "homeScreenDisclaimerText1": { - "string": "The new dashboard and the GraphQL API are preview-quality software." - }, - "homeScreenDisclaimerText2": { - "string": "Die GraphQL API hat Beta-Qualität. Sie ist noch nicht vollständig optimiert und es könnten Mutations und Queries fehlen." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hallo, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "zwischen" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "gleich" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Menü erstellen" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Menü Titel" - }, - "menuDetailsDeleteMenuContent": { - "string": "Möchten Sie wirklich das Menu {menuName} löschen?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Menü löschen" - }, - "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": "Artikel hinzufügen" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Verlinkung zu: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Artikel bearbeiten" - }, - "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": "Neuen Menüpunkt erstellen" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menüpunkte" - }, - "menuItemsPlaceholder": { - "string": "Füge ein neues Produkt hinzu um ein Menu zu erstellen" - }, - "menuListCreatedMenu": { - "string": "Erstelltes Menü" - }, - "menuListDeleteMenuContent": { - "string": "Möchten Sie wirklich das Menu {menuName} löschen?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Menü löschen" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Menüs löschen" - }, - "menuListDeletedMenu": { - "string": "Gelöschtes Menü" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menü Titel" - }, - "menuListNoMenus": { - "string": "Keine Menüs gefunden" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Menü erstellen" - }, - "menuPropertiesMenuTitle": { - "string": "Menü Titel" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Nicht veröffentlicht" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "Nicht gesetzt" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "Nicht gesetzt" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "Nicht gesetzt" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "wird nicht angewandt" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Kategorie" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Sammlungen" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Beschreibung" - }, - "productExportFieldName": { - "context": "product field", - "string": "Name" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Produktbilder" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Produktgewicht exportieren" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Versteuern" - }, - "productExportFieldType": { - "context": "product field", - "string": "Typ" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Bilder der Variante" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Varianten-Artikelnummer exportieren" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Varianten-Gewicht exportieren" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Lager" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Produkttyp erstellen" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Produkttyp erstellen" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Steuern" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Preis" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Lager" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Lager" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Lagerhäuser" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "Es wurden für diesen Shop noch keine Lager angelegt. Bitte legen Sie ein Lager an, um die verfügbare Menge des Produktes einzutragen." - }, - "published channel": { - "context": "product label", - "string": "Veröffentlicht" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Kategorien ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Kollektionen ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Produkte ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Sind Sie sicher, dass Sie {name} löschen wollen?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Sind Sie sicher, dass Sie {name} löschen wollen?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Lagerhaus" - }, - "src_dot_accept": { - "context": "button", - "string": "Akzeptieren" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Apps aktivieren" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Aktivieren" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deaktivieren" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "App deaktivieren" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "App löschen" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deaktivieren" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Einstellungen bearbeiten" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "App öffnen" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Aktivieren" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App Berechtigungen" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "App löschen" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App Berechtigungen" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Kopiert" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Token kopieren" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_4189999598": { - "string": "Ihr Standard-Token wurde erfolgreich erstellt. Kopieren Sie ihren persönlichen Token jetzt. Eine Einsicht zu einem späteren Zeitpunkt ist leider nicht mehr möglich." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deaktivieren" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Aktivieren" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Schlüssel" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Token erstellen" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Aktionen" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Zugriffstoken wird zur Authentifizierung von Servicekonten verwendet." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3009959880": { - "string": "Ihr Token wurde erfolgreich erstellt. Kopieren Sie ihren persönlichen Token jetzt. Eine Einsicht zu einem späteren Zeitpunkt ist leider nicht mehr möglich." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Token kopieren" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Token erstellen" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Erstellen" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Attribute" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Attribut löschen" - }, - "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_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Gegend" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Standard Kennzeichnung" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Datum" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Datei" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Seiten" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Produkte" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Gewicht" - }, - "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": "Sichtbar auf der Produktseite" - }, - "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": "Sichtbar" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "Standard Kennzeichnung" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "Wenn aktiviert, kann dieses Attribut als Spalte in der Produkttabelle verwendet werden." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Eigenschaften" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "Wenn aktiviert, können Sie dieses Attribut zum Filtern von Produkten in der Produktliste verwenden." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Bild" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "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": "Wert hinzufügen" - }, - "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": "Standard Shopansicht" - }, - "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_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Attribut erfolgreich angelegt" - }, - "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_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Anmelden" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Passwort" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Passwort vergessen?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Neues Passwort" - }, - "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": "Passwort bestätigen" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Passwörter stimmen nicht überein" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Passwort zurücksetzen" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Zurück zur Anmeldung" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Passwort zurücksetzen" - }, - "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": "Verfügbarkeit" - }, - "src_dot_back": { - "context": "button", - "string": "Zurück" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Abbrechen" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Abgebrochen" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Katalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Kategorien" - }, - "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": "Kategorie anlegen" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Fügen Sie Titel und -Beschreibung hinzu, um diese Kategorie leichter zu finden (Für Suchmaschinen)." - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Kategorie löschen" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "Wollen Sie Kategorie {categoryName} wirklich löschen?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Kategorie Name" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Kategorie Beschreibung" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Kategorie anlegen" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Kategorie suchen" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "Alle Kategorien" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Kategorie 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": "Subkategorien" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "Anzahl Produkte" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "Keine Produkte gefunden" - }, - "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": "Produkt hinzufügen" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "Produkte in {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Subkategorien" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Fügen Sie Titel und -Beschreibung hinzu, um diese Kategorie leichter zu finden (Für Suchmaschinen)." - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "Produkte" - }, - "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": "Unterkategorie anlegen" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Kategorie anlegen" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Wollen Sie dieses Produkt wirklich löschen?} other {Wollen Sie wirklich {displayQuantity} Produkte löschen?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "Kategorie erstellt am" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Wollen Sie diese Kategorie wirklich löschen?} other {Wollen Sie wirklich {displayQuantity} Kategorien löschen?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "Kategorie löschen" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Kategorie gelöscht am" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Produkte löschen" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "src_dot_categories_dot_views_dot_3488150607": { - "string": "Dies wird auch alle Produkte in dieser Kategorie löschen." - }, - "src_dot_categories_dot_views_dot_712767046": { - "context": "dialog title", - "string": "Delete categories" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "Wollen Sie Kategorie {categoryName} wirklich löschen?" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_1823337870": { - "string": "{counter,plural,one {Wollen Sie diese Kategorie wirklich löschen?} other {Wollen Sie wirklich {displayQuantity} Kategorien löschen?}}" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_3488150607": { - "string": "Dies wird auch alle Produkte in dieser Kategorie löschen." - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_712767046": { - "context": "dialog title", - "string": "Delete categories" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Verfügbarkeit" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Kopiert" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inaktiv" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deaktivieren" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Aktiv" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Aktivieren" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Aktionen" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Zurücksetzen" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Sammlungen" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Sichtbar" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Versteckt" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "Fügen Sie Titel und -Beschreibung hinzu, um diese Kollektion leichter zu finden (Für Suchmaschinen)." - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "Kollektion hinzufügen" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "Sichtbar" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Versteckt" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Fügen Sie Titel und -Beschreibung hinzu, um diese Kollektion leichter zu finden (Für Suchmaschinen)." - }, - "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": "Alle Kollektionen" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Kollektion anlegen" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "Versteckt" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Veröffentlicht" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "Keine Kollektion gefunden." - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "Anzahl Produkte" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "Kollektion Name" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "Verfügbarkeit" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "Keine Produkte gefunden" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Typ" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "Verfügbarkeit" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Produkte 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": "Sammlung gelöscht" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Produkt zu Kollektion hinzugefügt" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Wollen Sie wirklich das Bild der Kollektion löschen?" - }, - "src_dot_collections_dot_views_dot_3215481647": { - "string": "{counter,plural,one {Wollen Sie wirklich die Zuordnung von {displayQuantity} Produkten aufheben?} other {Wollen Sie wirklich die Zuordnung von {displayQuantity} Produkten aufheben?}}" - }, - "src_dot_collections_dot_views_dot_3482612628": { - "string": "Produkt von Kollektion entfernt." - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "Verfügbarkeit in Vertriebskanälen verwalten" - }, - "src_dot_collections_dot_views_dot_3791354625": { - "context": "dialog title", - "string": "Zuordnung der Produkte zur Kollektion aufheben" - }, - "src_dot_collections_dot_views_dot_523939418": { - "string": "Wollen Sie Kollektion {collectionName} wirklich löschen?" - }, - "src_dot_collections_dot_views_dot_686910896": { - "context": "window title", - "string": "Kollektion anlegen" - }, - "src_dot_collections_dot_views_dot_699514132": { - "context": "dialog title", - "string": "Kollektion löschen" - }, - "src_dot_collections_dot_views_dot_870815507": { - "context": "unassign product from collection, button", - "string": "Zuordnung aufheben" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "Bils löschen" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2491832187": { - "string": "{counter,plural,one {Wollen Sie diese Kollektion wirklich löschen?} other {Wollen Sie wirklich {displayQuantity} Kollektionen löschen?}}" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_3817188998": { - "context": "dialog title", - "string": "Kollektionen löschen" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Berechtigungsgruppen" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Rechte" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "Die Berechtigungen dieser Gruppe überschreiten Ihre Berechtigungen. Sie können nur Berechtigungen verwalten, die Sie selbst besitzen." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Land" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Telefon" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Adresszeile 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "Stadt" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "ZIP / Postleitzahl" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Adresszeile 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Unternehmen" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Kategorie zuordnen" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Kategorie suchen" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Suchen nach Kategorie, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Kollektion zuweisen" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Kollektion suchen" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Suchen nach Kollektion, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Suche Produkte" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Eigenschaften" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Attribute" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Werte" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Wert" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Verfügbarkeit" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "seit {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Entfernen Sie diese Markierung, um das Produkt von der Suche und Kategorieseiten zu entfernen. Es wird weiterhin auf Kollektionsseiten verfügbar sein." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Veröffentlicht" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Status" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Spalten" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} Spalten ausgewählt aus {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Land" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Telefon" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Adresszeile 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Stadt" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postleitzahl" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Adresszeile 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Unternehmen" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_CountryList_dot_2460766407": { - "context": "number of countries", - "string": "{number} Länder" - }, - "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_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "GraphQL API ausprobieren" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Fehler" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Dashboard" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Delete Search" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Benutzerdefinierter Filter" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Save Search" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "Filter" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No results" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filter" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filter" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Änderungen speichern" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Wert" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Aktionen" - }, - "src_dot_components_dot_MoneyRange_dot_12301532": { - "context": "money", - "string": "nach {money}" - }, - "src_dot_components_dot_MoneyRange_dot_1316359951": { - "context": "money", - "string": "{fromMoney} - {toMoney}" - }, - "src_dot_components_dot_MoneyRange_dot_3729849657": { - "context": "money", - "string": "von {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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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": "Kategorie" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Sammlung" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Veröffentlicht" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Nicht veröffentlicht" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Kategorie anlegen" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Kollektion anlegen" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Kunden anlegen" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Produkt erstellen" - }, - "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": "Produkt" - }, - "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": "Zurück zum Dashboard" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_RowNumberSelect_dot_1154361791": { - "string": "Zeilen:" - }, - "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": "Benutzerdefinierter 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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} von {maxCharacters} Zeichen" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Wenn diese Feld nicht ausgefüllt wird, zeigt die Vorschau was automatisch generiert wird." - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Abmelden" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Einstellungen" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Sichtbarkeit" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "seit {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Entfernen Sie diese Markierung, um das Produkt von der Suche und Kategorieseiten zu entfernen. Es wird weiterhin auf Kollektionsseiten verfügbar sein." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_WeightRange_dot_264731940": { - "context": "weight", - "string": "nach {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": "von {value} {unit}" - }, - "src_dot_components_dot_Weight_dot_2781622322": { - "context": "weight", - "string": "{value} {unit}" - }, - "src_dot_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Konfiguration" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Bestätigen" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Neu laden" - }, - "src_dot_continue": { - "context": "button", - "string": "Weiter" - }, - "src_dot_create": { - "context": "button", - "string": "Erstellen" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Kunden" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "Adresse bearbeiten" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "Adresse hinzufügen" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Adresse hinzufügen" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Adressbuch" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Standardadresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Standard-Rechnungsadresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Standard-Lieferadresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Adresse löschen" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Adresse bearbeiten" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Als standard Rechnungsadresse setzen" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Als standard Versandadresse setzen" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Adressinformationen" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Versandadresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Anschrift" - }, - "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": "Rechnungsadresse" - }, - "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": "Übersicht Kunden" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "Notizen" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Notiz" - }, - "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": "Kunden anlegen" - }, - "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": "Notiz" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Kontaktinformationen" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Search Customer" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "Kunden anlegen" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "Alle Kunden" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Join Date" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { - "string": "Number of Orders" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "Anzahl Bestellungen" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "No customers found" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Kundenemail" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Kundenname" - }, - "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": "Letzte Bestellungen" - }, - "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": "Alle Bestellungen anzeigen" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "Datum" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "Gesamtsumme" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { - "string": "Keine Bestellungen gefunden" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Last login" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "Letzte Bestellung" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Kundenhistorie" - }, - "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": "Kundenkonto löschen" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "Adresse löschen" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Kunden anlegen" - }, - "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": "Kundenprofil entfernt" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Kundenprofil erstellt" - }, - "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": "Kundenkontos löschen" - }, - "src_dot_dashboard": { - "string": "Dashboard" - }, - "src_dot_date": { - "string": "Datum" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Löschen" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Beschreibung" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Rabatte" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Kategorie Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Produkte" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Kollektion zuweisen" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Geeignete Kollektionen" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "Keine Kollektion gefunden." - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Kollektion Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Produkte" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Produkte zuweisen" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "Keine Produkte gefunden" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Verfügbarkeit" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Produktname" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "Keine Varianten gefunden." - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Produktname" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Angebot erstellen" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "Name" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Angebot suchen" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Angebot erstellen" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "Alle Angebote" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "Aktiv" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "Wert" - }, - "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": "Keine Angebote gefunden" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Started" - }, - "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": "Wert" - }, - "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": "Wert" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Gutschein gilt für alle Länder" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Der Gutschein ist auf diese Länder beschränkt" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "Länder" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "Kategorien ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "Kollektion ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "Produkte ({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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Nutzungsbeschränkung" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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": "Aktiv" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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": "Wert" - }, - "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": "Verwendet" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "Code" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Keine Gutscheine gefunden" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Wert" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Wert" - }, - "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": "Nutzungsbeschränkung" - }, - "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": "Kostenlose Lieferung" - }, - "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_1134347598": { - "context": "column title", - "string": "Preis" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Wert" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Gutschein Spezifische Informationen" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4189095909": { - "string": "Wenn diese Option deaktiviert ist, wird der Rabatt für jedes in Frage kommende Produkt gezählt" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Gesamte Bestellung" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Bestimmte Produkte" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Versand" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Angebot erfolgreich angelegt" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Angebot entfernt" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Angebot entfernt" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Angebot löschen" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Kategorien vom Angebot ausschließen" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Wollen Sie {saleName} wirklich löschen?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_2809303671": { - "context": "dialog header", - "string": "Angebote löschen" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_372098008": { - "context": "dialog content", - "string": "{counter,plural,one {Wollen Sie dieses Angebot wirklich löschen?} other {Wollen Sie wirklich {displayQuantity} Angebote löschen?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_3423943948": { - "string": "Verfügbarkeit von Produkten im Channel verwalten" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Gutschein erfolgreich angelegt" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Kollektionen vom Gutschein ausschließen" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Zuordnung der Produkte vom Gutschein aufheben" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2353723060": { - "context": "dialog content", - "string": "{counter,plural,one {Wollen Sie die Zuordnung dieser Kategorie wirklich aufheben?} other {Wollen Sie die Zuordnung von {displayQuantity} Kategorien wirklich aufheben?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3215481647": { - "context": "dialog content", - "string": "{counter,plural,one {Wollen Sie wirklich die Zuordnung dieses Produkts aufheben?} other {Wollen Sie wirklich die Zuordnung von {displayQuantity} Produkten aufheben?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_767268203": { - "context": "dialog content", - "string": "{counter,plural,one {Wollen Sie die Zuordnung dieser Kollektion wirklich aufheben?} other {Wollen Sie die Zuordnung von {displayQuantity} Kollektionen wirklich aufheben?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Fertig" - }, - "src_dot_draft": { - "context": "order status", - "string": "Entwurf" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Bestellentwürfe" - }, - "src_dot_drafts": { - "string": "Entwürfe" - }, - "src_dot_edit": { - "context": "button", - "string": "Bearbeiten" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Fehler" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "Vorname" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Abgeschlossen" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Kunde" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Notiz" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Ändern" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Details" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Details" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Betrag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Produkt" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Status" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Löschen" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deaktivieren" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Aktivieren" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Produkt" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Einstellungen" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Start" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "Bestellung #{orderId} wurde aus Entwurf aufgegeben von {userEmail}" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "Bestellung #{orderId} wurde aus Entwurf aufgegeben" - }, - "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": "Bestellung #{orderId} wurde aufgegeben" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "Keine Bestellungen versandfertig" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "Keine ausstehenden Zahlungen" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Nachname" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "Nein" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Bestellungen" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Vertriebskanal" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Bestellung abbrechen" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Vertriebskanal" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Rechnungsadresse" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Neue Adresse hinzufügen" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Versandadresse" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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": "Notizen" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "Kontaktinformationen" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Search Customers" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "Profil anzeigen" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "Versandadresse" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Kunde" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "An Versandadresse" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Anonymous user" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Rechnungsadresse" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Bestellung abbrechen" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Hinzufügen" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Rabatt-Wert" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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": "Wollen Sie wirklich Entwurf #{orderNumber} löschen?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "Preis" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Menge" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "Keine Produkte zur Bestellung hinzugefügt" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { - "context": "total price of ordered products", - "string": "Gesamtsumme" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Versanddienstleister hinzufügen" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Rabatt" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Zwischensumme" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Steuern (inkl. MwSt.)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Gesamtsumme" - }, - "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": "Produkte hinzufügen" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Bestellung erstellen" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "Alle Entwürfe" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Entwurf suchen" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Erstellt" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "Kunde" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "Keine Entwürfe gefunden" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "No. of Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "Kunde" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Datum" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Gesamtsumme" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Bestellung abbrechen" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Bestellung" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Produktname" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "Artikelnummer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Abschluss" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Sendungsverfolgung hinzufügen" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Sendungsverfolgung bearbeiten" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Erstatten" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Auftragsabwicklung abbrechen" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Sendungsnummer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Add Tracking Code" - }, - "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_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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": "Bestellung wurde aufgegeben" - }, - "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": "Bestellung aus Entwurf angelegt" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2020753264": { - "context": "order history message", - "string": "Zahlungsbestätigung wurde an den Kunden versendet." - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2566971846": { - "context": "order history message", - "string": "Zahlung wurde entwertet." - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Bestellung wurde vollständig bezahlt" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2770854455": { - "context": "order history message", - "string": "Zahlung wurde erfasst." - }, - "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": "Bestellentwurf angelegt" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3237374063": { - "context": "order history message", - "string": "Zahlung wurde autorisiert." - }, - "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": "Zahlung wurde zurückerstattet." - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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": "Zahlung fehlgeschlagen." - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "erstellt" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Rechnung" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Bestellung erstellen" - }, - "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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Kunde" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Erstellt" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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": "Zahlungen" - }, - "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": "Kunde" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Datum" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "Gesamtsumme" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "Keine Bestellungen gefunden" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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": "Zahlung annehmen" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_75546233": { - "context": "amount of refunded money", - "string": "Betrag" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Wollen Sie diese Zahlung wirklich entwerten?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Ungültige Zahlung" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "Einlösen" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Eingelöste Summe" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Rabatt" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} Artikel" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Als bezahlt markieren" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Zahlungsstatus" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Autorisierter Betrag" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Erstatten" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Versand" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "wird nicht angewandt" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "wird nicht angewandt" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Zwischensumme" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Steuern" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Gesamtsumme" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Erstatten" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Gutschein" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Suche Produkte" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Preis" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Menge" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "Artikelnummer" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Gesamtsumme" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Preis" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "Keine Produkte gefunden" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Gesamtsumme" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Bestellung" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Betrag" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Erstatten" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Preis" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "Keine Produkte gefunden" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Gesamtsumme" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Produkte zurückerstatten" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Preis" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Noch nicht abgeschlossen" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Einstellungen" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "Alle Bestellungen werden automatisch bestätigt und Zahlungen werden erfasst." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Abschluss" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Zahlung erfolgreich erfasst." - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Bestellentwurf erfolgreich fertiggestellt" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Zahlung erfolgreich entwertet." - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Bestellentwurf #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Auftragsentwürfe löschen" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Entwurf erfolgreich angelegt" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Wollen Sie diesen Entwurf wirklich löschen?} other {Wollen Sie wirklich {displayQuantity} Entwürfe löschen?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Entwurf erfolgreich angelegt" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Zuordnung aufheben" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Seiten" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Seite erstellen" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1996767833": { - "string": "Fügen Sie Titel und -Beschreibung hinzu, um diese Seite leichter zu finden (Für Suchmaschinen)." - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { - "context": "page", - "string": "Wird sichtbar ab dem {date}" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Sichtbar" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Versteckt" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Inhalt" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Titel" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Titel" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Sichtbarkeit" - }, - "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": "Veröffentlicht" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Nicht veröffentlicht" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Seite erstellen" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Seite löschen" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Veröffentlichen" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Veröffentlichung entfernen" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Seiten löschen" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Bezahlt" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Zum Teil abgeschlossen" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Teilweise zurückerstattet" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Zahlungsstatus" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Berechtigungsgruppen" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Aktiv" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inaktiv" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Sind Sie sicher, dass Sie {name} löschen wollen?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Aktionen" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "Keine Berechtigungsgruppen gefunden" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inaktiv" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "E-Mail Adresse" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Aktiv" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Aktionen" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Name" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Kategorie anlegen" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Zuordnung aufheben" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Autorisierung" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3233248823": { - "string": "Plugins suchen..." - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3523826683": { - "context": "tab name", - "string": "Alle Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { - "context": "plugin filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "Keine Plugins gefunden" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Aktiv" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Konfiguration" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Name" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "Produkttyp erstellen" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_configurable": { - "context": "product type", - "string": "Konfigurierbar" - }, - "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": "Typ" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1126553969": { - "string": "Keine Produkttypen gefunden." - }, - "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": "Steuer" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { - "context": "product type is either simple or configurable", - "string": "Typ" - }, - "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": "Konfigurierbar" - }, - "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": "Versand" - }, - "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": "Wird zur Berechnung von Versandkosten für Produkte dieses Produkttyps verwendet, wenn kein spezifisches Gewicht gegeben ist" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_746695941": { - "string": "Gewicht" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Zuordnung aufheben" - }, - "src_dot_products": { - "context": "products section name", - "string": "Produkte" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Kategorie" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Sammlungen" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Nicht veröffentlicht" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { - "string": "Fügen Sie Titel und -Beschreibung hinzu, um dieses Produkt leichter zu finden (Für Suchmaschinen)." - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Veröffentlicht" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Ausgewählte Produkte ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "Alle Produkte ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "Produkte exportieren" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "Produkt" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Produkt erstellen" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Produkte exportieren" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Produkte suchen..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "Alle Produkte" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Verfügbar" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Versteckt" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "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": "Preis" - }, - "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": "Sichtbarkeit" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Sichtbar" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "Keine Produkte gefunden" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Konfigurierbar" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Name" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Verfügbarkeit" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Preis" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Typ" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Hochladen" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Kategorie" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Sammlungen" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "string": "Konfigurierbar" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "*Optional. Hinzufügen von Produkten zur Sammlung hilft den Benutzern, sie zu finden." - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Product Type" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Versand" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Gewicht" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Menge" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Dieses Produkt versteuern" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Nicht veröffentlicht" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { - "string": "Fügen Sie Titel und -Beschreibung hinzu, um dieses Produkt leichter zu finden (Für Suchmaschinen)." - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Veröffentlicht" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Preis" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Eigenschaft auswählen" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Zusammenfassung" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Erstellen" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Basierend auf Ihrer Auswahl werden wir {numberOfProducts} Produkte erstellen. Passen Sie jetzt Preise und verfügbare Mengen am Lager an." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "Artikelnummer" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Variante" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Werte" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Variante löschen" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_2297471173": { - "context": "delete product variant", - "string": "Sind Sie sicher, dass Sie {name} löschen wollen?" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Varianten" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "Variante hinzufügen" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "New Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Versteckt" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Verfügbarkeit" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Preis" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Preis" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Kosten" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Einkaufspreis" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Preis" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Varianten" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Verwenden Sie Varianten für Produkte, die in verschiedenen Ausführungen vorhanden sind, wie z. B. verschiedene Größen oder Farben" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "Alle Lagerhäuser" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Lager" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "Artikelnummer" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Variante" - }, - "src_dot_products_dot_views_dot_1731766393": { - "context": "dialog header", - "string": "Image entfernen" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Produkt erstellen" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Produkt angelegt" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Verfügbarkeit von Produkten im Channel verwalten" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Wollen Sie wirklich dieses Produkt löschen?} other {Wollen Sie wirklich {displayQuantity} Produkte löschen?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Produkte löschen" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Verfügbarkeit von Produkten im Channel verwalten" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Sind Sie sicher, dass Sie {name} löschen wollen?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Produkt löschen" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Varianten erfolgreich angelegt" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Eigenschaften" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Voll zurückerstattet" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Entfernen" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Angebote" - }, - "src_dot_save": { - "context": "button", - "string": "Sichern" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Preis" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Preis" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Suche Produkte" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "Kein passendes Produkt gefunden" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Produkte zuweisen" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "Anzahl Produkte" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Ausgeschlossene Produkte" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Produkte zuweisen" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Produktname" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Aktionen" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "Bei Auswahl dieser Option werden alle nicht ausgewählten Länder zu anderen Versandzonen hinzugefügt" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Länder" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Länder" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} von {maxCharacters} Zeichen" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Name der Versandzone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Hinzufügen" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Versand" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Versand" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Preis" - }, - "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": "Gewichtsspanne" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Gewichtsabhängige Preise" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Bitte wählen Sie das Lager, von dem aus Produkte für diese Versandzone verschickt werden. Die Lageradresse wird auch für die Berechnung von Steuern verwendet." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Einstellungen" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Versand" - }, - "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": "Länder" - }, - "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_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Produkte vom Versand entfernen" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_3215481647": { - "context": "dialog content", - "string": "{counter,plural,one {Wollen Sie wirklich die Zuordnung des Produktes aufheben?} other {Wollen Sie wirklich die Zuordnung von {displayQuantity} Produkten aufheben?}}" - }, - "src_dot_shipping_dot_invalid": { - "context": "error message", - "string": "Wert ist ungültig" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Zuordnung aufheben" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Webseiteneinstellungen" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Unternehmensinformationen" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Ein unerwartetes Problem ist aufgetreten" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Rechte" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Benutzer aktiv" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "All Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Aktiv" - }, - "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": "Inaktiv" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": "E-Mail Adresse" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Aktiv" - }, - "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": "Neues Passwort" - }, - "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": "Passwort ändern" - }, - "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": "Passwort" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Ändern" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Löschen" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "Mitarbeiter Account löschen" - }, - "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": "Zusammenfassung" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Steuern" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Steuern" - }, - "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_1755013298": { - "string": "Kategorie" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Alle Produktpreise sind inkl. Steuer" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Bruttopreise in der Storefront anzeigen" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Versandkosten versteuern" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_3375540052": { - "context": "button", - "string": "Steuersätze abrufen" - }, - "src_dot_taxes_dot_views_dot_2411670026": { - "string": "Successfully fetched tax rates" - }, - "src_dot_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Attribute" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Übersetzungen" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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": "Übersetzung" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Werte" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Kategorie Name" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Übersetzung Kategorie \"{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": "Kollektion 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": "Sprachen" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { - "string": "Sammlungen" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Übersetzungen nach {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Produkte" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Seiten" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Kategorien" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Versandarten" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Attribute" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Angebote" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Gutscheine" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} von {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": "Abgeschlossene Übersetzungen" - }, - "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": "Sprachen" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "No languages found" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Sprache" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Inhalt" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "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": "Produktname" - }, - "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": "Beschreibung" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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": "Angebotsbezeichnung" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Beschreibung" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "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": "Gutschein Name" - }, - "src_dot_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Noch nicht abgeschlossen" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unbezahlt" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Bild hochladen" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "Dieses Attribut kann nicht zu diesem Produkttypen hinzugefügt werden" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Rechnungsadresse ist nicht gesetzt" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manuelle Zahlungen können nicht erstattet werden" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Nur vor-authorisierte Zahlungen können freigegeben werden" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Nur vorauthorisierte Zahlungen können abgerufen werden" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API Fehler" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Ungültiges Passwort" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status ist ungültig" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Nur Bestellentwürfe können bearbeitet werden" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Seite nicht gefunden" - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "Für diese Bestellung gibt es noch keine Zahlung." - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Der Produktpreis darf nicht unter 0 liegen." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Die Versandart ist für die gewählte Versandadresse nicht verfügbar" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unbekannter Fehler" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "Diese Variante existiert bereits" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Gutscheine" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Lagerhäuser" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Adressinformationen" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Lösche Lagerhaus" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Adressinformationen" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Suche Lagerhaus" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "Alle Lagerhäuser" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Aktionen" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Einstellungen" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Sind Sie sicher, dass Sie {name} löschen wollen?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input help text", - "string": "Der geheime Schlüssel wird verwendet um bei jeder Anfrage eine Hash-Signatur zu erzeugen. * optionales Feld" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Informationen" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook ist aktiv" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "Wenn Sie diesen Webhook deaktivieren möchten, deaktivieren Sie das folgende Kontrollkästchen." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Aktion" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Name" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Ja" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Zugewiesen" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Menge" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Zuordnung aufheben" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Zuordnung aufheben" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Zuordnung aufheben" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Bestellung abbrechen"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Versteckt"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Sichtbar"},"19/lwV":{"string":"Verwaltung von Attributen zur Erstellung von Produkttypen"},"8vJCJ4":{"string":"Verwaltung von Vertriebskanälen"},"hpMcW8":{"string":"Legen Sie fest, wie Benutzer durch den Shop navigieren"},"JPH/uP":{"string":"Arten von Inhaltsseiten im Shop verwalten"},"ivJ1qt":{"string":"Verwaltung von Berechtigungsgruppen und deren Berechtigungen"},"n0RwMK":{"string":"Produkttypen im Shop verwalten"},"zxs6G3":{"string":"Verwaltung von Versandoptionen"},"5BajZK":{"string":"Verwaltung von Webseiteneinstellungen"},"RQUkVW":{"string":"Verwaltung von Mitarbeitern und Berechtigungen"},"EIULpW":{"string":"Einstellungen zur Berechnung von Steuern"},"5RmuD+":{"string":"Verwaltung von Lagerinformationen"},"m19JfL":{"string":"Plugins anzeigen und verwalten."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"Rabatt"},"sHON47":{"context":"refunded products list title","string":"Produkte zurückerstattet"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status ist ungültig"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Aktivität"},"wWTUrM":{"string":"Keine Aktivitäten gefunden"},"zWgbGg":{"string":"Heute"},"By5ZBp":{"context":"header","string":"Hallo, {userName}"},"aCX8rl":{"context":"subheader","string":"Hier finden Sie einige Informationen zu Ihrem Shop"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {Eins bestellet} other {{amount} bestellt}}"},"rr8fyf":{"context":"header","string":"Top Produkte"},"Q1Uzbb":{"string":"Keine Produkte gefunden"},"6L6Fy2":{"context":"header","string":"Haftungsausschluss"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"Die GraphQL API hat Beta-Qualität. Sie ist noch nicht vollständig optimiert und es könnten Mutations und Queries fehlen."},"QBxN6z":{"context":"is filter range or value","string":"zwischen"},"I+UwqI":{"context":"is filter range or value","string":"gleich"},"0OtaXa":{"context":"dialog header","string":"Menü erstellen"},"jhh/D6":{"string":"Menü Titel"},"G/SYtU":{"string":"Möchten Sie wirklich das Menu {menuName} löschen?"},"QzseV7":{"context":"dialog header","string":"Menü löschen"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Artikel hinzufügen"},"fzDI3A":{"context":"add link to navigation","string":"Verlinkung zu: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Artikel bearbeiten"},"Urh2N3":{"context":"label","string":"Link"},"28GZnc":{"string":"Start typing to begin search..."},"0Vyr8h":{"context":"menu item name","string":"Name"},"Uf3oHA":{"context":"add new menu item","string":"Neuen Menüpunkt erstellen"},"dEUZg2":{"context":"header","string":"Menüpunkte"},"WwZfNK":{"string":"Füge ein neues Produkt hinzu um ein Menu zu erstellen"},"ugnggZ":{"string":"Erstelltes Menü"},"bj1U23":{"string":"Möchten Sie wirklich das Menu {menuName} löschen?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Menüs löschen"},"OwG/0z":{"string":"Gelöschtes Menü"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"Keine Menüs gefunden"},"JXRYQg":{"context":"button","string":"Menü erstellen"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Nicht veröffentlicht"},"YI6Fhj":{"context":"no address is set in draft order","string":"Nicht gesetzt"},"PX2zWy":{"context":"customer is not set in draft order","string":"Nicht gesetzt"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Nicht gesetzt"},"5Jo3C5":{"context":"vat not included in order price","string":"wird nicht angewandt"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Kategorie"},"jxoMLL":{"context":"product field","string":"Sammlungen"},"YVIajc":{"context":"product field","string":"Beschreibung"},"W8i2Ez":{"context":"product field","string":"Name"},"6y+k8V":{"context":"product field","string":"Produktbilder"},"7JAAul":{"context":"product field","string":"Produktgewicht exportieren"},"QVNg8A":{"context":"product field","string":"Versteuern"},"Q/Nbku":{"context":"product field","string":"Typ"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Bilder der Variante"},"5kvaFR":{"context":"product field","string":"Varianten-Artikelnummer exportieren"},"XBwpUv":{"context":"product field","string":"Varianten-Gewicht exportieren"},"4qe6hO":{"context":"product stock, section header","string":"Lager"},"SSWFo8":{"context":"window title","string":"Produkttyp erstellen"},"bq1eEx":{"context":"header","string":"Produkttyp erstellen"},"mUb8Gt":{"context":"section header","string":"Steuern"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Preis"},"vuKrlW":{"string":"Lager"},"ABgQcF":{"context":"variant stock, header","string":"Lager"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Lagerhäuser"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"Es wurden für diesen Shop noch keine Lager angelegt. Bitte legen Sie ein Lager an, um die verfügbare Menge des Produktes einzutragen."},"qJedl0":{"context":"product label","string":"Veröffentlicht"},"ppLwx3":{"context":"number of categories","string":"Kategorien ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Kollektion ({quantity})"},"bNw8PM":{"context":"number of products","string":"Produkte ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Sind Sie sicher, dass Sie {name} löschen wollen?"},"LsgHmZ":{"context":"delete shipping zone","string":"Sind Sie sicher, dass Sie {name} löschen wollen?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Lagerhaus"},"skPoVe":{"context":"button","string":"Akzeptieren"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Apps aktivieren"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Aktivieren"},"W+AFZY":{"context":"button label","string":"Deaktivieren"},"yMi8I8":{"context":"dialog header","string":"App deaktivieren"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"App löschen"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deaktivieren"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Einstellungen bearbeiten"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"App öffnen"},"P5twxk":{"context":"link","string":"Aktivieren"},"VsGcdP":{"context":"section header","string":"App Berechtigungen"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Kopiert"},"HVFq//":{"context":"button","string":"Token kopieren"},"ixjvkM":{"string":"Ihr Standard-Token wurde erfolgreich erstellt. Kopieren Sie ihren persönlichen Token jetzt. Eine Einsicht zu einem späteren Zeitpunkt ist leider nicht mehr möglich."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Schlüssel"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Token erstellen"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Aktionen"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Zugriffstoken wird zur Authentifizierung von Servicekonten verwendet."},"t9a9GQ":{"string":"Ihr Token wurde erfolgreich erstellt. Kopieren Sie ihren persönlichen Token jetzt. Eine Einsicht zu einem späteren Zeitpunkt ist leider nicht mehr möglich."},"T5nU7u":{"context":"header","string":"Token erstellen"},"isM94c":{"context":"create service token, button","string":"Erstellen"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Attribute"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Attribut löschen"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Gegend"},"xOEZjV":{"context":"attribute's label","string":"Standard Kennzeichnung"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Datum"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Datei"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Seiten"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Produkte"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Gewicht"},"dKPMyh":{"context":"tab name","string":"All Attributes"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Sichtbar auf der Produktseite"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Sichtbar"},"HjUoHK":{"context":"attribute's label'","string":"Standard Kennzeichnung"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"Wenn aktiviert, kann dieses Attribut als Spalte in der Produkttabelle verwendet werden."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Eigenschaften"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"Wenn aktiviert, können Sie dieses Attribut zum Filtern von Produkten in der Produktliste verwenden."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Bild"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Wert hinzufügen"},"UhcALJ":{"context":"attribute name","string":"Name"},"H60H6L":{"context":"attribute values list: name column header","string":"Standard Shopansicht"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Attribut erfolgreich angelegt"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Anmelden"},"5sg7KC":{"string":"Passwort"},"3tbL7x":{"context":"description","string":"Passwort vergessen?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Neues Passwort"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Passwort bestätigen"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Passwörter stimmen nicht überein"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Passwort zurücksetzen"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Zurück zur Anmeldung"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Verfügbarkeit"},"0OfZJA":{"context":"button","string":"Zurück"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Abbrechen"},"dOQB9o":{"context":"payment status","string":"Abgebrochen"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Katalog"},"sK1FPw":{"context":"categories section name","string":"Kategorien"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Optional)"},"cgsY/X":{"context":"page header","string":"Kategorie anlegen"},"wQdR8M":{"string":"Fügen Sie Titel und -Beschreibung hinzu, um diese Kategorie leichter zu finden (Für Suchmaschinen)."},"xo5UIb":{"context":"dialog title","string":"Kategorie löschen"},"dJQxHt":{"context":"delete category","string":"Wollen Sie Kategorie {categoryName} wirklich löschen?"},"vEYtiq":{"string":"Kategorie Name"},"8HRy+U":{"string":"Kategorie Beschreibung"},"vof5TR":{"context":"button","string":"Kategorie anlegen"},"JiXNEV":{"string":"Kategorie suchen"},"vy7fjd":{"context":"tab name","string":"Alle Kategorien"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Subkategorien"},"k8ZJ5L":{"context":"number of products","string":"Anzahl Produkte"},"VQLIXd":{"context":"product","string":"Name"},"x/pIZ9":{"context":"button","string":"Produkt hinzufügen"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Produkte in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Subkategorien"},"V+fkAO":{"context":"number of products in category","string":"Produkte"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Unterkategorie anlegen"},"Irflxf":{"context":"window title","string":"Kategorie anlegen"},"7l5Bh9":{"string":"{counter,plural,one {Wollen Sie dieses Produkt wirklich löschen?} other {Wollen Sie wirklich {displayQuantity} Produkte löschen?}}"},"xl7Fag":{"string":"Kategorie erstellt am"},"Pp/7T7":{"string":"{counter,plural,one {Wollen Sie diese Kategorie wirklich löschen?} other {Wollen Sie wirklich {displayQuantity} Kategorien löschen?}}"},"HvJPcU":{"string":"Kategorie gelöscht am"},"KCjd1o":{"context":"dialog title","string":"Produkte löschen"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Dies wird auch alle Produkte in dieser Kategorie löschen."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Wollen Sie Kategorie {categoryName} wirklich löschen?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Verfügbarkeit"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inaktiv"},"+tIkAe":{"context":"status","string":"Status"},"MHVglr":{"context":"deactivate","string":"Deaktivieren"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Aktiv"},"MQwT1W":{"context":"activate","string":"Aktivieren"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Zurücksetzen"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Sammlungen"},"9vQR6c":{"context":"collection label","string":"Sichtbar"},"V8FhTt":{"context":"collection label","string":"Versteckt"},"Rj8LxK":{"string":"Fügen Sie Titel und -Beschreibung hinzu, um diese Kollektion leichter zu finden (Für Suchmaschinen)."},"Fxa6xp":{"context":"page header","string":"Kollektion hinzufügen"},"/WXs6H":{"context":"collection name","string":"Name"},"G4g5Ii":{"context":"tab name","string":"Alle Kollektionen"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Kollektion anlegen"},"9eC0MZ":{"context":"collection","string":"Versteckt"},"lL3YJO":{"context":"collection","string":"Veröffentlicht"},"Yw+9F7":{"string":"Keine Kollektion gefunden."},"mWQt3s":{"string":"Anzahl Produkte"},"VZsE96":{"string":"Kollektion Name"},"UxdBmI":{"context":"collection availability","string":"Verfügbarkeit"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Typ"},"Oe62bR":{"context":"product availability","string":"Verfügbarkeit"},"/dnWE8":{"context":"products in collection","string":"Produkte in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"Name"},"Q8wHwJ":{"string":"Sammlung gelöscht"},"56vUeQ":{"string":"Produkt zu Kollektion hinzugefügt"},"MxhVZv":{"string":"Wollen Sie wirklich das Bild der Kollektion löschen?"},"AulH/n":{"string":"{counter,plural,one {Wollen Sie wirklich die Zuordnung von {displayQuantity} Produkten aufheben?} other {Wollen Sie wirklich die Zuordnung von {displayQuantity} Produkten aufheben?}}"},"WW+Ruy":{"string":"Produkt von Kollektion entfernt."},"I1Mz7h":{"string":"Verfügbarkeit in Vertriebskanälen verwalten"},"5OtU+V":{"context":"dialog title","string":"Zuordnung der Produkte zur Kollektion aufheben"},"pVFoOk":{"string":"Wollen Sie Kollektion {collectionName} wirklich löschen?"},"ttMauu":{"context":"window title","string":"Kollektion anlegen"},"+wpvnk":{"context":"dialog title","string":"Kollektion löschen"},"67V0c0":{"context":"unassign product from collection, button","string":"Zuordnung aufheben"},"fzk04H":{"context":"dialog title","string":"Bils löschen"},"yT5zvU":{"string":"{counter,plural,one {Wollen Sie diese Kollektion wirklich löschen?} other {Wollen Sie wirklich {displayQuantity} Kollektionen löschen?}}"},"Ykw8k5":{"context":"dialog title","string":"Kollektionen löschen"},"C7eDb9":{"string":"Berechtigungsgruppen"},"Fbr4Vp":{"context":"dialog header","string":"Rechte"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"Die Berechtigungen dieser Gruppe überschreiten Ihre Berechtigungen. Sie können nur Berechtigungen verwalten, die Sie selbst besitzen."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Land"},"O95R3Z":{"string":"Telefon"},"B52Em/":{"string":"Adresszeile 1"},"TE4fIS":{"string":"Stadt"},"oYGfnY":{"string":"ZIP / Postleitzahl"},"oQY0a2":{"string":"Adresszeile 2"},"9YazHG":{"string":"Unternehmen"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Kategorie zuordnen"},"8hrH/z":{"context":"dialog header","string":"Kategorie suchen"},"sf6FMK":{"context":"dialog search placeholder","string":"Suchen nach Kategorie, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Kollektion zuweisen"},"f0hXz4":{"context":"dialog header","string":"Kollektion suchen"},"JiRKgJ":{"context":"dialog search placeholder","string":"Suchen nach Kollektion, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Suche Produkte"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Eigenschaften"},"3ukd9/":{"context":"attributes, section header","string":"Attribute"},"j8PV7E":{"context":"attribute values","string":"Werte"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Wert"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Verfügbarkeit"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"seit {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Entfernen Sie diese Markierung, um das Produkt von der Suche und Kategorieseiten zu entfernen. Es wird weiterhin auf Kollektionsseiten verfügbar sein."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Veröffentlicht"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Status"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Länder"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"GraphQL API ausprobieren"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Fehler"},"9mGA/Q":{"context":"button linking to dashboard","string":"Dashboard"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Benutzerdefinierter Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Filter"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Filter"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Änderungen speichern"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Wert"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Aktionen"},"hptDxW":{"context":"money","string":"nach {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"von {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Kategorie"},"phAZoj":{"string":"Sammlung"},"M1uijW":{"context":"collection","string":"Nicht veröffentlicht"},"CjSRT1":{"context":"button","string":"Kategorie anlegen"},"VdDcxc":{"context":"button","string":"Kollektion anlegen"},"QooeI/":{"context":"button","string":"Kunden anlegen"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Produkt erstellen"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Produkt"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Zurück zum Dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"Zeilen:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} von {maxCharacters} Zeichen"},"s/sTT6":{"string":"Wenn diese Feld nicht ausgefüllt wird, zeigt die Vorschau was automatisch generiert wird."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Abmelden"},"X8+Lpa":{"context":"button","string":"Einstellungen"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Sichtbarkeit"},"qMB6d2":{"context":"weight","string":"nach {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"von {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Konfiguration"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Bestätigen"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Neu laden"},"Rjs1CD":{"context":"button","string":"Weiter"},"H5NKfr":{"context":"button","string":"Erstellen"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Kunden"},"gQGUsN":{"context":"dialog title","string":"Adresse bearbeiten"},"W0kQd+":{"context":"dialog title","string":"Adresse hinzufügen"},"rjy9/k":{"context":"button","string":"Adresse hinzufügen"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Adressbuch"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Standardadresse"},"VyzsWZ":{"string":"Standard-Rechnungsadresse"},"nLML8Y":{"string":"Standard-Lieferadresse"},"puikeb":{"context":"button","string":"Adresse löschen"},"w+8BfK":{"context":"button","string":"Adresse bearbeiten"},"hLOEeb":{"context":"button","string":"Als standard Rechnungsadresse setzen"},"+7OsyM":{"context":"button","string":"Als standard Versandadresse setzen"},"BfJGij":{"context":"header","string":"Adressinformationen"},"Zd3Eew":{"context":"subsection header","string":"Versandadresse"},"bHdFph":{"context":"subsection header","string":"Anschrift"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Rechnungsadresse"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Übersicht Kunden"},"qNcoRY":{"context":"notes about customer header","string":"Notizen"},"uUQ+Al":{"context":"note about customer","string":"Notiz"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Kunden anlegen"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Kontaktinformationen"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Kunden anlegen"},"xQK2EC":{"context":"tab name","string":"Alle Kunden"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"Anzahl Bestellungen"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Kundenemail"},"Gr1SAu":{"string":"Kundenname"},"pURrk1":{"context":"order status","string":"Status"},"1LiVhv":{"context":"section header","string":"Letzte Bestellungen"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"Alle Bestellungen anzeigen"},"ri3kK9":{"context":"order placement date","string":"Datum"},"taX/V3":{"context":"order total amount","string":"Gesamtsumme"},"RlfqSV":{"string":"Keine Bestellungen gefunden"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Letzte Bestellung"},"e7Nyu7":{"context":"section header","string":"Kundenhistorie"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Kundenkonto löschen"},"qLOBff":{"context":"dialog header","string":"Adresse löschen"},"nX2pCU":{"context":"window title","string":"Kunden anlegen"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Kundenprofil entfernt"},"ftcHpD":{"string":"Kundenprofil erstellt"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Kundenkontos löschen"},"hzSNj4":{"string":"Dashboard"},"P7PLVj":{"string":"Datum"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Löschen"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Beschreibung"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Rabatte"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Kategorie Name"},"QGjJcT":{"context":"number of products","string":"Produkte"},"/6uK4C":{"context":"button","string":"Kollektion zuweisen"},"XNeJay":{"context":"section header","string":"Geeignete Kollektionen"},"IoCMjg":{"context":"no collections","string":"Keine Kollektion gefunden."},"ht9yOD":{"context":"table head","string":"Kollektion Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Produkte zuweisen"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"Keine Produkte gefunden"},"6cMkfT":{"context":"table head","string":"Produktname"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"Keine Varianten gefunden."},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Angebot erstellen"},"F56hOz":{"context":"sale name","string":"Name"},"MSD3A/":{"string":"Angebot suchen"},"JHfbXR":{"context":"button","string":"Angebot erstellen"},"Yjhgle":{"context":"tab name","string":"Alle Angebote"},"AnqH4p":{"context":"sale status","string":"Aktiv"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Status"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Wert"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"Keine Angebote gefunden"},"iBSq6l":{"context":"sale start date","string":"Started"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Wert"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Gutschein gilt für alle Länder"},"glT6fm":{"string":"Der Gutschein ist auf diese Länder beschränkt"},"ibnmEd":{"context":"voucher country range","string":"Länder"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Nutzungsbeschränkung"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Aktiv"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Status"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Wert"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Verwendet"},"5u7b3V":{"context":"voucher is active from date","string":"Started"},"JsPIOX":{"context":"voucher code","string":"Code"},"U2mOqA":{"string":"Keine Gutscheine gefunden"},"GVinbz":{"context":"column title","string":"Wert"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Nutzungsbeschränkung"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Kostenlose Lieferung"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Preis"},"/oaqFS":{"context":"section header","string":"Wert"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Gutschein Spezifische Informationen"},"ObRk1O":{"string":"Wenn diese Option deaktiviert ist, wird der Rabatt für jedes in Frage kommende Produkt gezählt"},"bP7ZLP":{"context":"voucher discount","string":"Gesamte Bestellung"},"45zP+r":{"context":"voucher discount","string":"Bestimmte Produkte"},"WasHjQ":{"context":"voucher discount","string":"Versand"},"n7Fg8i":{"string":"Angebot erfolgreich angelegt"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Angebot entfernt"},"V3fvcD":{"context":"dialog content","string":"Angebot entfernt"},"1/oG76":{"context":"dialog header","string":"Angebot löschen"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"context":"dialog content","string":"{counter,plural,one {Wollen Sie die Zuordnung dieser Kategorie wirklich aufheben?} other {Wollen Sie die Zuordnung von {displayQuantity} Kategorien wirklich aufheben?}}"},"B5yE8S":{"context":"dialog header","string":"Kategorien vom Angebot ausschließen"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"context":"dialog content","string":"{counter,plural,one {Wollen Sie die Zuordnung dieser Kollektion wirklich aufheben?} other {Wollen Sie die Zuordnung von {displayQuantity} Kollektionen wirklich aufheben?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Wollen Sie {saleName} wirklich löschen?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"context":"dialog content","string":"{counter,plural,one {Wollen Sie wirklich die Zuordnung des Produktes aufheben?} other {Wollen Sie wirklich die Zuordnung von {displayQuantity} Produkten aufheben?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Angebote löschen"},"FPzzh7":{"context":"dialog content","string":"{counter,plural,one {Wollen Sie dieses Angebot wirklich löschen?} other {Wollen Sie wirklich {displayQuantity} Angebote löschen?}}"},"Eau5AV":{"string":"Verfügbarkeit von Produkten im Channel verwalten"},"Q8mpW3":{"string":"Gutschein erfolgreich angelegt"},"MmGlkp":{"context":"dialog header","string":"Kollektionen vom Gutschein ausschließen"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Zuordnung der Produkte vom Gutschein aufheben"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Fertig"},"toDL5R":{"context":"order status","string":"Entwurf"},"YMBn8d":{"context":"draft orders section name","string":"Bestellentwürfe"},"2atspc":{"string":"Entwürfe"},"Ja7gHc":{"context":"button","string":"Bearbeiten"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Fehler"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"Vorname"},"pkjXPD":{"context":"order status","string":"Abgeschlossen"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Kunde"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Notiz"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Ändern"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Details"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Details"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Betrag"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Produkt"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Status"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Löschen"},"IzEVek":{"context":"bulk disable label","string":"Deaktivieren"},"hz+9ES":{"context":"bulk activate label","string":"Aktivieren"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Produkt"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Einstellungen"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Start"},"sjRXXz":{"string":"Bestellung #{orderId} wurde aus Entwurf aufgegeben von {userEmail}"},"BNTZLv":{"string":"Bestellung #{orderId} wurde aus Entwurf aufgegeben"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Bestellung #{orderId} wurde aufgegeben"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"Keine Bestellungen versandfertig"},"5dyOs0":{"string":"Keine ausstehenden Zahlungen"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Nachname"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigation"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"Nein"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Optional"},"Ta9j04":{"context":"orders section name","string":"Bestellungen"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Vertriebskanal"},"NJbzcP":{"context":"dialog header","string":"Bestellung abbrechen"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Rechnungsadresse"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Neue Adresse hinzufügen"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Versandadresse"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Notizen"},"4Jp83O":{"context":"subheader","string":"Kontaktinformationen"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"Profil anzeigen"},"DP5VOH":{"string":"Versandadresse"},"Y7M1YQ":{"context":"section header","string":"Kunde"},"GLX9II":{"context":"billing address","string":"An Versandadresse"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Rechnungsadresse"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Bestellung abbrechen"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Hinzufügen"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Rabatt-Wert"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Wollen Sie wirklich Entwurf #{orderNumber} löschen?"},"32dfzI":{"context":"price or ordered products","string":"Preis"},"nEWp+k":{"context":"quantity of ordered products","string":"Menge"},"UD7/q8":{"string":"Keine Produkte zur Bestellung hinzugefügt"},"lVwmf5":{"context":"total price of ordered products","string":"Gesamtsumme"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Versanddienstleister hinzufügen"},"+8v1ny":{"context":"discount button","string":"Rabatt"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Zwischensumme"},"mQtoRO":{"context":"taxes title","string":"Steuern (inkl. MwSt.)"},"S/yAtJ":{"context":"total price","string":"Gesamtsumme"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Produkte hinzufügen"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Bestellung erstellen"},"7a1S4K":{"context":"tab name","string":"Alle Entwürfe"},"NJEe12":{"string":"Entwurf suchen"},"vwMO04":{"context":"draft order","string":"Erstellt"},"iEeIhY":{"context":"draft order","string":"Kunde"},"KIh25E":{"string":"Keine Entwürfe gefunden"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"Kunde"},"mCP0UD":{"context":"order draft creation date","string":"Datum"},"1Uj0Wd":{"context":"order draft total price","string":"Gesamtsumme"},"PAqicb":{"context":"button","string":"Bestellung abbrechen"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Bestellung"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Produktname"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"Artikelnummer"},"BLX9dz":{"context":"fulfill order, button","string":"Abschluss"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Sendungsverfolgung hinzufügen"},"dTkmON":{"context":"edit tracking button","string":"Sendungsverfolgung bearbeiten"},"K//bUK":{"context":"refund button","string":"Erstatten"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Auftragsabwicklung abbrechen"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Sendungsnummer"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Bestellung wurde aufgegeben"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Bestellung aus Entwurf angelegt"},"4Z6BtA":{"context":"order history message","string":"Zahlungsbestätigung wurde an den Kunden versendet."},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Zahlung wurde entwertet."},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Bestellung wurde vollständig bezahlt"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Zahlung wurde erfasst."},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Bestellentwurf angelegt"},"GVM/fi":{"context":"order history message","string":"Zahlung wurde autorisiert."},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Zahlung wurde zurückerstattet."},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Zahlung fehlgeschlagen."},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"erstellt"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Rechnung"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Kunde"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Erstellt"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Zahlungen"},"5blVMu":{"context":"e-mail or full name","string":"Kunde"},"PHUcrU":{"context":"date when order was placed","string":"Datum"},"k9hf7F":{"context":"total order price","string":"Gesamtsumme"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Zahlung annehmen"},"OhdPS1":{"context":"amount of refunded money","string":"Betrag"},"euRfu+":{"string":"Wollen Sie diese Zahlung wirklich entwerten?"},"KszPFx":{"context":"dialog header","string":"Ungültige Zahlung"},"BZ7BkQ":{"context":"capture payment, button","string":"Einlösen"},"V+gwx7":{"context":"order payment","string":"Eingelöste Summe"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Rabatt"},"pr513b":{"context":"ordered products","string":"{quantity} Artikel"},"+5HkZN":{"context":"order, button","string":"Als bezahlt markieren"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Zahlungsstatus"},"uUsZ7m":{"context":"order payment","string":"Autorisierter Betrag"},"HaQ8cg":{"context":"button","string":"Erstatten"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Versand"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"wird nicht angewandt"},"Rsknyh":{"context":"order does not require shipping","string":"wird nicht angewandt"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Zwischensumme"},"r+dgiv":{"string":"Steuern"},"zb4eBO":{"context":"order total price","string":"Gesamtsumme"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Gutschein"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Preis"},"WE8IFE":{"context":"product name","string":"Produkt"},"tvpAXl":{"context":"ordered product quantity","string":"Menge"},"8J81ri":{"context":"ordered product sku","string":"Artikelnummer"},"qT6YYk":{"context":"order line total price","string":"Gesamtsumme"},"5aiFbL":{"context":"tabel column header","string":"Preis"},"FNT4b+":{"context":"tabel column header","string":"Produkt"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Gesamtsumme"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Betrag"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Erstatten"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Produkte zurückerstatten"},"Y299ST":{"context":"table column header","string":"Preis"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Produkt"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Noch nicht abgeschlossen"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Einstellungen"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"Alle Bestellungen werden automatisch bestätigt und Zahlungen werden erfasst."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Abschluss"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Zahlung erfolgreich erfasst."},"c4gbXr":{"string":"Bestellentwurf erfolgreich fertiggestellt"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Zahlung erfolgreich entwertet."},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Bestellentwurf #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Auftragsentwürfe löschen"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Entwurf erfolgreich angelegt"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Wollen Sie diesen Entwurf wirklich löschen?} other {Wollen Sie wirklich {displayQuantity} Entwürfe löschen?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Zuordnung aufheben"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Seiten"},"gr53VQ":{"context":"page header","string":"Seite erstellen"},"jZbT0O":{"string":"Fügen Sie Titel und -Beschreibung hinzu, um diese Seite leichter zu finden (Für Suchmaschinen)."},"GZgjK7":{"context":"page","string":"Wird sichtbar ab dem {date}"},"X26jCC":{"context":"page label","string":"Sichtbar"},"/TK7QD":{"context":"page label","string":"Versteckt"},"gMwpNC":{"context":"page content","string":"Inhalt"},"gr+oXW":{"context":"page title","string":"Titel"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Titel"},"5GSYCR":{"context":"page status","string":"Sichtbarkeit"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Veröffentlicht"},"UN3qWD":{"context":"page status","string":"Nicht veröffentlicht"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Seite erstellen"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Seite löschen"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Veröffentlichen"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Veröffentlichung entfernen"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Seiten löschen"},"2pw5dQ":{"context":"payment status","string":"Bezahlt"},"PbqNhi":{"context":"order status","string":"Zum Teil abgeschlossen"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Teilweise zurückerstattet"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Zahlungsstatus"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Berechtigungsgruppen"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Aktiv"},"7WzUxn":{"context":"staff member status","string":"Inaktiv"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Sind Sie sicher, dass Sie {name} löschen wollen?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Aktionen"},"CXn88q":{"string":"Keine Berechtigungsgruppen gefunden"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"E-Mail Adresse"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Name"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Zuordnung aufheben"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Autorisierung"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Status"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Plugins suchen..."},"aOelhW":{"context":"tab name","string":"Alle Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"Keine Plugins gefunden"},"rQOS7K":{"context":"status label active","string":"Aktiv"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Konfiguration"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Name"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"Produkttyp erstellen"},"X90t9n":{"context":"product type","string":"Konfigurierbar"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Typ"},"0nLsyM":{"string":"Keine Produkttypen gefunden."},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Steuer"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Typ"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Versand"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Wird zur Berechnung von Versandkosten für Produkte dieses Produkttyps verwendet, wenn kein spezifisches Gewicht gegeben ist"},"zCb8fX":{"string":"Gewicht"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Zuordnung aufheben"},"K8xNLe":{"context":"products section name","string":"Produkte"},"ulh3kf":{"string":"Sammlungen"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Fügen Sie Titel und -Beschreibung hinzu, um dieses Produkt leichter zu finden (Für Suchmaschinen)."},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Ausgewählte Produkte ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"Alle Produkte ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"Produkte exportieren"},"dc5KWn":{"context":"products export type label","string":"Produkt"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Produkte exportieren"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Produkte suchen..."},"aFLtLk":{"context":"tab name","string":"Alle Produkte"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Verfügbar"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Versteckt"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Preis"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Sichtbarkeit"},"6Y1nQd":{"context":"product is visible","string":"Sichtbar"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Verfügbarkeit"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Hochladen"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Konfigurierbar"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Hinzufügen von Produkten zur Sammlung hilft den Benutzern, sie zu finden."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"Versand"},"SUbxSK":{"context":"product weight","string":"Gewicht"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Menge"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Dieses Produkt versteuern"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Preis"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Eigenschaft auswählen"},"slKV5G":{"context":"variant creation step","string":"Zusammenfassung"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Erstellen"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Basierend auf Ihrer Auswahl werden wir {numberOfProducts} Produkte erstellen. Passen Sie jetzt Preise und verfügbare Mengen am Lager an."},"k4brJy":{"string":"Artikelnummer"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Variante"},"rbkmfG":{"context":"button","string":"Variante löschen"},"WwNtFn":{"context":"delete product variant","string":"Sind Sie sicher, dass Sie {name} löschen wollen?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Varianten"},"3C3Nj5":{"context":"button","string":"Variante hinzufügen"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Versteckt"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Verfügbarkeit"},"Xm9qOu":{"context":"product pricing, section header","string":"Preis"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Kosten"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Einkaufspreis"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Preis"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Verwenden Sie Varianten für Produkte, die in verschiedenen Ausführungen vorhanden sind, wie z. B. verschiedene Größen oder Farben"},"JtZ71e":{"context":"filtering option","string":"Alle Lagerhäuser"},"kL3C+K":{"context":"product variant inventory status","string":"Lager"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Variante"},"uCn/rd":{"context":"dialog header","string":"Image entfernen"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Produkt erstellen"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Produkt angelegt"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Wollen Sie wirklich dieses Produkt löschen?} other {Wollen Sie wirklich {displayQuantity} Produkte löschen?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Produkte löschen"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Sind Sie sicher, dass Sie {name} löschen wollen?"},"TWVx7O":{"context":"delete product dialog title","string":"Produkt löschen"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Varianten erfolgreich angelegt"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Eigenschaften"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Voll zurückerstattet"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Entfernen"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Angebote"},"RaycYK":{"context":"button","string":"Sichern"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Preis"},"5ZvuVw":{"string":"Kein passendes Produkt gefunden"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Produkte zuweisen"},"Gg4+K7":{"string":"Anzahl Produkte"},"t3aiWF":{"context":"section header","string":"Ausgeschlossene Produkte"},"ZIc5lM":{"string":"Produktname"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"Bei Auswahl dieser Option werden alle nicht ausgewählten Länder zu anderen Versandzonen hinzugefügt"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Länder"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Name der Versandzone"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Hinzufügen"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Versand"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Preis"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Gewichtsspanne"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Gewichtsabhängige Preise"},"aPCrsp":{"context":"shipping method name","string":"Name"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Bitte wählen Sie das Lager, von dem aus Produkte für diese Versandzone verschickt werden. Die Lageradresse wird auch für die Berechnung von Steuern verwendet."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Einstellungen"},"uULcph":{"context":"header","string":"Versand"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Länder"},"gRa/TS":{"context":"shipping zone","string":"Name"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Produkte vom Versand entfernen"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Wert ist ungültig"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Zuordnung aufheben"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Webseiteneinstellungen"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Unternehmensinformationen"},"LVa5ew":{"string":"Ein unerwartetes Problem ist aufgetreten"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"Benutzer aktiv"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Aktiv"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Status"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"Neues Passwort"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Passwort ändern"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"Passwort"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Ändern"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Löschen"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"Mitarbeiter Account löschen"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Status"},"RrCui3":{"string":"Zusammenfassung"},"5elC9k":{"context":"taxes section name","string":"Steuern"},"lnQAos":{"context":"header","string":"Steuern"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"Alle Produktpreise sind inkl. Steuer"},"98isC5":{"string":"Bruttopreise in der Storefront anzeigen"},"FNKhkx":{"string":"Versandkosten versteuern"},"+OV+Gj":{"context":"button","string":"Steuersätze abrufen"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Attribute"},"5fCMUI":{"context":"translations section name","string":"Übersetzungen"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Übersetzung"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Werte"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Übersetzung Kategorie \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Sprachen"},"FemBUF":{"context":"header","string":"Übersetzungen nach {language}"},"7NFfmz":{"string":"Produkte"},"CxfKLC":{"string":"Seiten"},"VKb1MS":{"string":"Kategorien"},"RzsKm8":{"string":"Versandarten"},"c8nvms":{"string":"Angebote"},"etP0+D":{"string":"Gutscheine"},"ikRuLs":{"context":"translation progress","string":"{current} von {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Abgeschlossene Übersetzungen"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Name"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Sprache"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Angebotsbezeichnung"},"GpqEl5":{"context":"shipping method description","string":"Beschreibung"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Gutschein Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Noch nicht abgeschlossen"},"FBtqtl":{"context":"payment status","string":"Unbezahlt"},"Lx1ima":{"context":"button","string":"Bild hochladen"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"Dieses Attribut kann nicht zu diesem Produkttypen hinzugefügt werden"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Rechnungsadresse ist nicht gesetzt"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Manuelle Zahlungen können nicht erstattet werden"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Nur vor-authorisierte Zahlungen können freigegeben werden"},"gKdGxP":{"context":"error message","string":"Nur vorauthorisierte Zahlungen können abgerufen werden"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API Fehler"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Ungültiges Passwort"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Nur Bestellentwürfe können bearbeitet werden"},"PCoO4D":{"context":"error message","string":"Seite nicht gefunden"},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"Für diese Bestellung gibt es noch keine Zahlung."},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Der Produktpreis darf nicht unter 0 liegen."},"VEE4gD":{"context":"error message","string":"Die Versandart ist für die gewählte Versandadresse nicht verfügbar"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unbekannter Fehler"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"Diese Variante existiert bereits"},"iUy2dx":{"context":"vouchers section name","string":"Gutscheine"},"ycMLN9":{"context":"warehouses section name","string":"Lagerhäuser"},"43Nlay":{"context":"warehouse","string":"Adressinformationen"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Lösche Lagerhaus"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Suche Lagerhaus"},"2yU+q9":{"context":"tab name","string":"Alle Lagerhäuser"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Name"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Einstellungen"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Sind Sie sicher, dass Sie {name} löschen wollen?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"Der geheime Schlüssel wird verwendet um bei jeder Anfrage eine Hash-Signatur zu erzeugen. * optionales Feld"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Informationen"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook ist aktiv"},"IBCBi1":{"context":"webhook active description","string":"Wenn Sie diesen Webhook deaktivieren möchten, deaktivieren Sie das folgende Kontrollkästchen."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Aktion"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Name"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Ja"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Zugewiesen"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Menge"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Zuordnung aufheben"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/defaultMessages.json b/locale/defaultMessages.json index d19ec8087..c0a74ba25 100644 --- a/locale/defaultMessages.json +++ b/locale/defaultMessages.json @@ -1,8653 +1,7941 @@ { - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Cancel Order" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Hidden" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "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" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered}other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Products" - }, - "homeProductsListCardNoProducts": { - "string": "No products found" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "The new dashboard and the GraphQL API are preview-quality software." - }, - "homeScreenDisclaimerText2": { - "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hello there, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "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": "{counter,plural,one{Are you sure you want to delete this menu?} other{Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Create Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Not published" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Category" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Collections" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Description" - }, - "productExportFieldName": { - "context": "product field", - "string": "Name" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variant Images" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "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": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Price" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Published" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Key" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Create" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Attributes" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one{Are you sure you want to delete this attribute?} other{Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Are you sure you want to delete {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Area" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Date" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "File" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Pages" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Products" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Weight" - }, - "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_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_1708933569": { - "context": "attribute can be searched in storefront", - "string": "Use as filter" - }, - "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use as filter" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Image" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "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_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Password" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Forgot password?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "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_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Passwords do not match" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "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_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Cancel" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Cancelled" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "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_1657559629": { - "string": "No products found" - }, - "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_4078580795": { - "context": "button", - "string": "View products" - }, - "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_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Active" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Clear" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Collections" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Hidden" - }, - "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_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Hidden" - }, - "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_2685595924": { - "string": "Search Collections" - }, - "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_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_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "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_3326160357": { - "context": "product availability", - "string": "Availability" - }, - "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_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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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_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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_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_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Attributes" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Value" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one{Are you sure you want to unassign this attribute from {itemTypeName}?} other{Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Availability" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Published" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Status" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_columnLabel": { - "context": "input label", - "string": "Selected columns" - }, - "src_dot_components_dot_ColumnPicker_dot_columnSubheader": { - "context": "header", - "string": "Column settings" - }, - "src_dot_components_dot_ColumnPicker_dot_title": { - "context": "header", - "string": "Customize list" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Country" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "City" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_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_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Dashboard" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filters" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filters" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_key": { - "context": "key-value field input", - "string": "Key" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_value": { - "context": "key-value field input", - "string": "Value" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Filter_dot_add": { - "context": "key-value field button add more key-value pairs", - "string": "Add more" - }, - "src_dot_components_dot_Filter_dot_key": { - "context": "key-value field input", - "string": "Key" - }, - "src_dot_components_dot_Filter_dot_value": { - "context": "key-value field input", - "string": "Value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Save changes" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Value" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one{{number} string} other{{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "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_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Log out" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Account Settings" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibility" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Configuration" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "Continue" - }, - "src_dot_create": { - "context": "button", - "string": "Create" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "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_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Default Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Default Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Default Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Set as default billing address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Set as 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_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_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_date": { - "string": "Date" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Description" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Discounts" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Products" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Products" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "No products found" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Availability" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "No variants found" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "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_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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_1148029984": { - "context": "column title", - "string": "Value" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_1134347598": { - "context": "column title", - "string": "Price" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one{Are you sure you want to unassign this variant?} other{Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Fulfilled" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Customer" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Note" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Change" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Details" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Details" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Amount" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Status" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Settings" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one{I am aware that I am removing a gift card with balance} other{I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one{Are you sure you want to delete this gift card?} other{Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one{Successfully deleted gift card} other{Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one{Delete Gift Card} other{Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one{The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other{You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "No orders ready to fulfill" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture}other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock}other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "No" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Orders" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one{Are you sure you want to cancel this order?} other{Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderCardTitle_dot_canceled": { - "context": "canceled fulfillment, section header", - "string": "Canceled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderCardTitle_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderCardTitle_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderCardTitle_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderCardTitle_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderCardTitle_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderCardTitle_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderCardTitle_dot_unfulfilled": { - "context": "section header", - "string": "Unfulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderCardTitle_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderChangeWarehouseDialog_dot_currentSelection": { - "context": "label for currently selected warehouse", - "string": "currently selected" - }, - "src_dot_orders_dot_components_dot_OrderChangeWarehouseDialog_dot_dialogDescription": { - "context": "change warehouse dialog description", - "string": "Choose warehouse you want to fulfill this order from" - }, - "src_dot_orders_dot_components_dot_OrderChangeWarehouseDialog_dot_dialogTitle": { - "context": "change warehouse dialog title", - "string": "Change warehouse" - }, - "src_dot_orders_dot_components_dot_OrderChangeWarehouseDialog_dot_multipleProductsUnavailable": { - "context": "warehouse label when multiple products are unavailable", - "string": "{productCount} products are unavailable at this location" - }, - "src_dot_orders_dot_components_dot_OrderChangeWarehouseDialog_dot_productUnavailable": { - "context": "warehouse label when one product is unavailable", - "string": "{productName} is unavailable at this location" - }, - "src_dot_orders_dot_components_dot_OrderChangeWarehouseDialog_dot_searchFieldPlaceholder": { - "context": "change warehouse dialog search placeholder", - "string": "Search warehouses" - }, - "src_dot_orders_dot_components_dot_OrderChangeWarehouseDialog_dot_warehouseListLabel": { - "context": "change warehouse dialog warehouse list label", - "string": "Warehouses A to Z" - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Cancel order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Add" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Discount value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "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_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "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_OrderFulfillLine_dot_deletedVariantWarning": { - "context": "tooltip content when line's variant has been deleted", - "string": "This variant no longer exists. You can still fulfill it." - }, - "src_dot_orders_dot_components_dot_OrderFulfillLine_dot_preorderWarning": { - "context": "tooltip content when product is in preorder", - "string": "This product is still in preorder. You will be able to fulfill it after it reaches it’s release date" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_fulfillingFrom": { - "context": "Support text under page header", - "string": "Fulfilling from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Order" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Product name" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantity": { - "context": "Header row quantity label", - "string": "Quantity" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_shipmentInformation": { - "context": "Shipment information card header", - "string": "Shipment information" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_stock": { - "context": "Header row stock label", - "string": "Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_trackingNumber": { - "context": "Tracking number input label", - "string": "Tracking number" - }, - "src_dot_orders_dot_components_dot_OrderFulfillStockExceededDialog_dot_availableStockLabel": { - "context": "table header available stock label", - "string": "Available" - }, - "src_dot_orders_dot_components_dot_OrderFulfillStockExceededDialog_dot_cancelButton": { - "context": "cancel button label", - "string": "Cancel" - }, - "src_dot_orders_dot_components_dot_OrderFulfillStockExceededDialog_dot_fulfillButton": { - "context": "fulfill button label", - "string": "Fulfill anyway" - }, - "src_dot_orders_dot_components_dot_OrderFulfillStockExceededDialog_dot_infoLabel": { - "context": "stock exceeded dialog description", - "string": "Stock for items shown below are not enough to prepare fulfillment:" - }, - "src_dot_orders_dot_components_dot_OrderFulfillStockExceededDialog_dot_productLabel": { - "context": "table header product label", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderFulfillStockExceededDialog_dot_questionLabel": { - "context": "stock exceeded action question label", - "string": "Are you sure you want to fulfill those products anyway?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillStockExceededDialog_dot_requiredStockLabel": { - "context": "table header required stock label", - "string": "Required" - }, - "src_dot_orders_dot_components_dot_OrderFulfillStockExceededDialog_dot_title": { - "context": "stock exceeded dialog title", - "string": "Not enough stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillStockExceededDialog_dot_warehouseStockLabel": { - "context": "table header warehouse stock label", - "string": "Warehouse stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Add tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edit tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "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_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Order address was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "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_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "created" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Customer" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_metadata": { - "string": "Metadata" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_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_capture": { - "context": "capture payment, button", - "string": "Capture" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Captured amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Discount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Mark as paid" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Payment status" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Preauthorized amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Shipping" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Taxes" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Voucher" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Price" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Quantity" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Price" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Order" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Price" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Price" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Fulfill" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one{Are you sure you want to delete this order draft?} other{Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one{Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other{Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one{Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other{Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "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_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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Hidden" - }, - "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_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "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_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Publish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one{Are you sure you want to unpublish this page?} other{Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Unpublish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one{Are you sure you want to publish this page?} other{Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one{Are you sure you want to delete this page?} other{Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Partially fulfilled" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Partially refunded" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Payment status" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Active" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Active" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Name" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Authorization" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Active" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Configuration" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Name" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "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_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_2341910657": { - "context": "product label", - "string": "Not published" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Published" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_metadata": { - "string": "Metadata" - }, - "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_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Name" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Price" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "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": { - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Shipping" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Weight" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Quantity" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Charge taxes on this product" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Not published" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Published" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Summary" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Create" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "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_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "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_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Cost price" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Price" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one{{stockQuantity} available} other{{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one{{numAvailable} available at {numLocations} location} other{{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventory" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Variant" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one{Are you sure you want to delete this product?} other{Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one{Are you sure you want to delete this variant?} other{Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Fully refunded" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Remove" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_reset": { - "context": "button", - "string": "Reset" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Sales" - }, - "src_dot_save": { - "context": "button", - "string": "Save" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Pricing" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Price" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Shipping zone name" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Add" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Shipping" - }, - "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_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Settings" - }, - "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_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one{Are you sure you want to delete this shipping zone?} other{Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "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_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "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_1473195966": { + "+2VzH4": { "context": "avatar change button", "string": "Change" }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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": { + "+43JV5": { "context": "header", - "string": "Taxes" + "string": "Products in {categoryName}" }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "No countries found" + "+5HkZN": { + "context": "order, button", + "string": "Mark as paid" }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Reduced Tax Rates" + "+7OsyM": { + "context": "button", + "string": "Set as default shipping address" }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Country Code" + "+8v1ny": { + "context": "discount button", + "string": "Discount" }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "Country Name" + "+B25o/": { + "context": "dialog header", + "string": "Mark Order as Paid" }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "Category" + "+CeEe3": { + "context": "order shipping method name", + "string": "Shipping" }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" + "+G9l7u": { + "context": "all selected zones card message", + "string": "All available shipping zones have been selected" }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" + "+HuipK": { + "context": "variant sku", + "string": "SKU {sku}" }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" + "+NUzaQ": { + "context": "check to mark this account as active", + "string": "User account active" }, - "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": { + "+OV+Gj": { "context": "button", "string": "Fetch taxes" }, - "src_dot_taxes_dot_views_dot_2411670026": { - "string": "Successfully fetched tax rates" + "+PbHKD": { + "context": "dialog header", + "string": "Capture Payment" }, - "src_dot_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" + "+PclgM": { + "context": "tabel column header", + "string": "Total" }, - "src_dot_translationAttributes": { - "string": "Attributes" + "+RjQjs": { + "context": "return button", + "string": "Return / Replace order" }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" + "+T0oJ7": { + "context": "input label", + "string": "Stock reservation for anonymous user (in minutes)" }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" + "+VEhV8": { + "context": "product channels", + "string": "Availability" }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" + "+WTmpr": { + "context": "disabled status option label", + "string": "Disabled" }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1308081812": { - "string": "{numberOfFields} Translations, {numberOfTranslatedFields} Completed" + "+a+2ug": { + "string": "Members" }, - "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": { + "+bFHzi": { "context": "button", - "string": "Discard" + "string": "Next" }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_3793796047": { - "string": "No translation yet" + "+c/f61": { + "context": "retry installation", + "string": "Retry" }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" + "+do3gl": { + "context": "input helper text", + "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" + "+hib+V": { + "context": "error message", + "string": "This attribute is already assigned." }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" + "+iVKR1": { + "context": "assign attribute value button", + "string": "Assign value" }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Values" + "+jCDvp": { + "context": "section header", + "string": "Store Information" }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Category Name" + "+jHXT3": { + "context": "limit voucher", + "string": "Limit to staff only" }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "Search Engine Description" + "+kb2lM": { + "context": "dialog header", + "string": "Change Password" }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Translation Category \"{categoryName}\" - {languageCode}" + "+pLi+M": { + "context": "issued by app label", + "string": "Issued by app" }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { - "string": "Search Engine Title" + "+sX7yS": { + "string": "Fulfillment successfully approved" }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { - "string": "Search Engine Preview" + "+svQBN": { + "context": "alert", + "string": "Order limit reached" }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { - "string": "Search Engine Description" + "+tIkAe": { + "context": "status", + "string": "Status" }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { - "string": "Search Engine Title" + "+wpvnk": { + "context": "dialog title", + "string": "Delete Collection" }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { - "string": "Collection Name" + "+x4cZH": { + "string": "Only staff members can be assigned" }, - "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_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_2968663655": { - "string": "Products" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Pages" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Categories" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Attributes" - }, - "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_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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "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_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Description" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { + "+x84Ji": { "context": "order status", "string": "Unconfirmed" }, - "src_dot_undo": { - "context": "button", - "string": "Undo" + "+xTpT1": { + "string": "Attributes" }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Unfulfilled" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manual payments can not be refunded" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Only pre-authorized payments can be voided" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Only pre-authorized payments can be captured" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Shipping method is not valid for chosen shipping address" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Vouchers" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { + "//iaFx": { "context": "WarehouseSettings title", "string": "Settings" }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" + "//k1GX": { + "context": "expired on label", + "string": "Expired on {date}" }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" + "/0JckE": { + "context": "order marked as paid event title", + "string": "Order was marked as paid by" }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" + "/2OOMe": { + "context": "product type shipping settings, section header", + "string": "Shipping" }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" + "/68iG8": { + "context": "product export to csv file, header", + "string": "Information exported" }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { + "/6uK4C": { + "context": "button", + "string": "Assign collections" + }, + "/8/Ffn": { + "context": "button", + "string": "Show" + }, + "/AbHy4": { + "context": "creation label", + "string": "Creation" + }, + "/BJQIq": { "context": "dialog header", - "string": "Delete Webhook" + "string": "Add Tracking Code" }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" + "/JENWS": { + "string": "Reduced Tax Rates" }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" + "/KWNJW": { + "context": "order discount was updated event title", + "string": "Order discount was updated by" }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" + "/L8wzi": { + "context": "dialog header", + "string": "Unassign Attribute From Page Type" }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { + "/Mcvt4": { "context": "section header", - "string": "Events" + "string": "Media" }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" + "/Qb92c": { + "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" + "/TF6BZ": { + "string": "Search Products" }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" + "/TK7QD": { + "context": "page label", + "string": "Hidden" }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input help text", - "string": "secret key is used to create a hash signature with each payload. *optional field" + "/V7UOC": { + "context": "unassign category from sale and save, button", + "string": "Unassign and save" }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrl": { - "context": "webhook input label", - "string": "Target URL" + "/WXs6H": { + "context": "collection name", + "string": "Name" }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { + "/X8Mjx": { + "string": "Play with GraphQL API" + }, + "/Xwjww": { + "context": "button", + "string": "Fulfill" + }, + "/Zee1r": { + "string": "Only added postal codes will be able to use this shipping rate" + }, + "/cow4T": { + "context": "WarehousesSection select field placeholder", + "string": "Select Warehouse" + }, + "/dnWE8": { + "context": "products in collection", + "string": "Products in {name}" + }, + "/glQgs": { + "string": "No channels found" + }, + "/kWzY1": { + "string": "Are you sure you want to delete this address from users address book?" + }, + "/lBLBI": { + "context": "channels alphabetically title", + "string": "Channels from A to Z" + }, + "/oaqFS": { + "context": "section header", + "string": "Value" + }, + "/oyr6M": { + "context": "no variants", + "string": "No variants found" + }, + "/vCXIP": { + "string": "Translation" + }, + "/w919H": { + "context": "OrderCustomer Fulfillment from Local Warehouse", + "string": "Fulfill from Local Stock" + }, + "/z9uo1": { + "context": "order returned success message", + "string": "Successfully returned products!" + }, + "05hqq6": { + "context": "checkbox label", + "string": "Automatically approve all fulfillments" + }, + "06bR4Z": { + "context": "order history message", + "string": "Order cancel information was sent to customer" + }, + "07KB2d": { + "string": "Country Code" + }, + "0AQH0Q": { + "string": "Plugin is misconfigured and cannot be activated" + }, + "0DRBjg": { + "string": "Token Note" + }, + "0DgA8v": { + "context": "swatch attribute color picker label", + "string": "Picker" + }, + "0FexL7": { + "context": "min price in channel", + "string": "Min. value" + }, + "0GJfWd": { + "string": "Country Name" + }, + "0MetrR": { "context": "webhook input help text", "string": "This URL will receive webhook POST requests" }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { + "0Mg8o5": { + "context": "header", + "string": "Tokens" + }, + "0OfZJA": { + "context": "button", + "string": "Back" + }, + "0OtaXa": { + "context": "dialog header", + "string": "Create Menu" + }, + "0TQuo4": { + "context": "dialog header", + "string": "Unassign Collection From Sale" + }, + "0VDwAP": { + "context": "checkbox label", + "string": "Send shipment details to customer" + }, + "0Vyr8h": { + "context": "menu item name", + "string": "Name" + }, + "0cVk9I": { + "string": "Show in product listings" + }, + "0dPP8O": { + "string": "Order #{orderId} was placed" + }, + "0em8tI": { + "context": "ProductTypeDeleteWarningDialog multiple consent label", + "string": "Yes, I want to delete those products types and assigned products" + }, + "0fM/pV": { + "context": "message title", + "string": "App installed" + }, + "0iMYc+": { + "context": "field is optional", + "string": "(Optional)" + }, + "0krqBj": { + "context": "page header", + "string": "Order no. {orderNumber} - Refund" + }, + "0mhR+F": { + "context": "Header row quantity label", + "string": "Quantity" + }, + "0nL1D6": { + "context": "number of menu items", + "string": "Items" + }, + "0nLsyM": { + "string": "No product types found" + }, + "0oo+BT": { "context": "section header", - "string": "Webhook Information" + "string": "Refunded Amount" }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" + "0opVvi": { + "context": "number of ordered products", + "string": "{amount, plural,one {One ordered}other {{amount} Ordered}}" }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" + "0qg33z": { + "context": "table column header", + "string": "Return" }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." + "0sd4ez": { + "context": "selected customer channel subtitle", + "string": "Customer will be sent the gift card code via this channels email address" }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { + "1+M/52": { "context": "section header", "string": "Webhook Status" }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { + "1/oG76": { + "context": "dialog header", + "string": "Delete Sale" + }, + "11lR5V": { + "context": "avatar delete button", + "string": "Delete" + }, + "129wyQ": { + "context": "dialog header", + "string": "Change customer shipping address" + }, + "15PiOX": { + "context": "button title", + "string": "Unassign" + }, + "15fg+o": { + "context": "weeks after label", + "string": "weeks after issue" + }, + "16PGt9": { + "context": "WarehouseSettings all warehouses label", + "string": "All warehouses" + }, + "18wvf7": { + "context": "section header", + "string": "Order Details" + }, + "19/lwV": { + "string": "Determine attributes used to create product types" + }, + "1BNKCZ": { + "context": "sale channel", + "string": "Channel" + }, + "1GTU/3": { + "context": "replaced event title", + "string": "Products were replaced by" + }, + "1H+V6k": { + "context": "error message", + "string": "Page with these attributes already exists." + }, + "1J/bhZ": { + "context": "expiry date section header", + "string": "Expiry date" + }, + "1KSqnn": { + "context": "tab name", + "string": "All Product Types" + }, + "1LBYpE": { + "context": "dialog header", + "string": "Delete Menus" + }, + "1LiVhv": { + "context": "section header", + "string": "Recent Orders" + }, + "1T1fP8": { + "context": "range input label", + "string": "Postal codes (start)" + }, + "1UKx20": { "context": "header", - "string": "Unnamed Webhook Details" + "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" + "1Uj0Wd": { + "context": "order draft total price", + "string": "Total" }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" + "1div9r": { + "string": "Search Attribute" }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { + "1eCau/": { "string": "Unnamed webhook" }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", + "1eEyJv": { + "context": "ExitFormPrompt continue editing button", + "string": "Continue editing" + }, + "1gzck6": { + "string": "{firstName} {lastName}" + }, + "1kdQdO": { + "context": "section header", + "string": "Variants" + }, + "1lk/oS": { + "context": "button", + "string": "Add postal code range" + }, + "1n1tOR": { + "string": "Group is out of your permission scope" + }, + "1qRwgQ": { + "context": "app installation", + "string": "Installing app..." + }, + "1rpzrM": { + "context": "search placeholder", + "string": "Search by country name" + }, + "1shOIS": { + "context": "column title", + "string": "Price" + }, + "1tXSSK": { + "context": "header", + "string": "Translation Voucher \"{voucherName}\" - {languageCode}" + }, + "1w06LC": { + "context": "variants count label", + "string": "{variantsCount} variants" + }, + "1wyZpQ": { + "string": "These passwords are too similar" + }, + "1zuQ2P": { + "context": "unassign country", + "string": "Are you sure you want to remove {countryName} from this shipping zone?" + }, + "2+v1wX": { + "context": "number of metadata fields in model", + "string": "{number,plural,one{{number} string} other{{number} strings}}" + }, + "2/L4zZ": { + "string": "Select all channels" + }, + "22x9tu": { + "context": "header", + "string": "Translation Product \"{productName}\" - {languageCode}" + }, + "23g7PY": { + "context": "dialog header", + "string": "Invite Staff Member" + }, + "26+K4N": { + "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." + }, + "26BKkX": { + "context": "order status", + "string": "Partially returned" + }, + "28GZnc": { + "string": "Start typing to begin search..." + }, + "29L5Yq": { + "context": "gift card not found message", + "string": "Couldn't find gift card" + }, + "2E1xZ0": { + "context": "page header", + "string": "Create Sale" + }, + "2FQsYj": { + "context": "button", + "string": "Clear" + }, + "2HfSiT": { + "context": "pagination", + "string": "No. of rows" + }, + "2J6EFz": { + "context": "button", + "string": "Choose media" + }, + "2MKBk2": { + "context": "window title", + "string": "Fulfill Order #{orderNumber}" + }, + "2MKkgX": { + "context": "checkbox label", + "string": "Allow fulfillment without payment" + }, + "2NgTCJ": { + "string": "A product with this SKU already exists" + }, + "2OH46U": { + "context": "search modal shipping title", + "string": "Shipping address" + }, + "2Sx05f": { + "context": "Previous discount label", + "string": "Previous discount value" + }, + "2VSP8C": { + "context": "delete token", + "string": "Are you sure you want to delete token {token}?" + }, + "2W4EBM": { + "context": "button", + "string": "Set maximal quantities" + }, + "2Xt+sw": { + "context": "dialog header", + "string": "Add postal codes" + }, + "2Zyit2": { + "context": "delete page types with its pages", + "string": "{counter,plural,one{Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other{Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" + }, + "2atspc": { + "string": "Drafts" + }, + "2cjt25": { + "context": "window title", + "string": "Install App" + }, + "2gsiR1": { + "string": "No warehouses found" + }, + "2i81/P": { + "context": "section header button", + "string": "Manage" + }, + "2mRLis": { + "string": "Search Customer" + }, + "2ob30/": { + "string": "Success! In a few minutes you’ll receive a message with instructions on how to reset your password." + }, + "2oyWT9": { + "context": "button", + "string": "Back to login" + }, + "2p0tZx": { + "context": "delete customer, dialog content", + "string": "Are you sure you want to delete {email}?" + }, + "2pw5dQ": { + "context": "payment status", + "string": "Fully paid" + }, + "2qJc9y": { + "string": "CANCEL END DATE" + }, + "2r4cTE": { + "context": "button", + "string": "Enable Dark Mode" + }, + "2yU+q9": { + "context": "tab name", + "string": "All Warehouses" + }, + "2yV+s8": { + "context": "order history message", + "string": "Payment was captured" + }, + "2zCmiR": { + "context": "tabel column header", + "string": "Cost price" + }, + "3+990c": { + "context": "button", + "string": "View all orders" + }, + "3+KwtP": { + "context": "VariantDetailsChannelsAvailabilityCard subtitle", + "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" + }, + "30X9S8": { + "context": "gift card history message", + "string": "Gift card was issued by {issuedBy}" + }, + "31hYP2": { + "context": "alert card message", + "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" + }, + "32dfzI": { + "context": "price or ordered products", + "string": "Price" + }, + "34F7Jk": { + "context": "filter range separator", + "string": "and" + }, + "37U5su": { + "context": "all variants label", + "string": "All variants" + }, + "38dS1A": { + "context": "code ending with label", + "string": "Code ending with {last4CodeChars}" + }, + "39yi8w": { + "context": "selected currency", + "string": "Selected currency" + }, + "3AqOxp": { + "context": "no category set error", + "string": "Product category not set" + }, + "3BTtL2": { + "string": "No countries found" + }, + "3C3Nj5": { + "context": "button", + "string": "Add variant" + }, + "3DGvA/": { + "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." + }, + "3Sz1/t": { + "context": "dialog header", + "string": "Delete Pages" + }, + "3TlhJS": { + "context": "navigator command mode description", + "string": "Search Command" + }, + "3VyHbJ": { + "context": "button", + "string": "Create variant" + }, + "3Z8972": { + "context": "product", + "string": "Stock quantity" + }, + "3bQz2o": { + "context": "bulk issue gift cards success alert title", + "string": "Gift Cards Issued" + }, + "3d1RXL": { + "string": "This customer has no addresses yet" + }, + "3dVKNR": { + "context": "ProductTypeDeleteWarningDialog with items multiple description", + "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" + }, + "3evXPj": { + "string": "Leave your note here..." + }, + "3fgyFh": { + "context": "order history message", + "string": "Payment was refunded" + }, + "3kwdxJ": { + "context": "gift card export type label", + "string": "gift cards" + }, + "3psvRS": { + "context": "attribute values list: slug column header", + "string": "Admin" + }, + "3rIMq/": { + "context": "product shipping", + "string": "Shipping" + }, + "3stu21": { + "context": "refunded fulfillment, section header", + "string": "Replaced ({quantity})" + }, + "3tbL7x": { + "context": "description", + "string": "Forgot password?" + }, + "3u+4NZ": { + "string": "Invoice email sent" + }, + "3ukd9/": { + "context": "attributes, section header", + "string": "Attributes" + }, + "3y4r+z": { + "context": "channel settings", + "string": "Channel Settings" + }, + "408KSO": { + "context": "gift card history message", + "string": "Gift card was used as a payment method on order {orderLink}" + }, + "41z2Qi": { + "context": "notification", + "string": "Removed pages" + }, + "43Nlay": { + "context": "warehouse", + "string": "Address Information" + }, + "450Fty": { + "string": "None" + }, + "45aV8u": { + "context": "gift card bulk create modal bottom explanation", + "string": "After creation Saleor will create a list of gift card codes that you will be able to download." + }, + "45zP+r": { + "context": "voucher discount", + "string": "Specific products" + }, + "4B32Ba": { + "context": "delete page", + "string": "Are you sure you want to delete {title}?" + }, + "4C7I61": { + "context": "sale Details delete button", + "string": "Removed sale" + }, + "4Dc2j0": { + "context": "order status", + "string": "Returned" + }, + "4EuJKs": { + "string": "All products prices are entered with tax included" + }, + "4JW9iJ": { + "context": "home section name", + "string": "Home" + }, + "4JcNaA": { + "context": "button", + "string": "Invite staff member" + }, + "4Jp83O": { + "context": "subheader", + "string": "Contact Information" + }, + "4Kq3O6": { + "string": "This unit will be used as default shipping weight" + }, + "4PlW0w": { + "context": "tracking number", + "string": "Tracking Number: {trackingNumber}" + }, + "4W/CKn": { + "context": "modal button", + "string": "Upload URL" + }, + "4Z0O2B": { + "context": "section header title", + "string": "Gift Card Timeline" + }, + "4Z14xW": { + "context": "button", + "string": "Finalize" + }, + "4Z6BtA": { + "context": "order history message", + "string": "Payment confirmation was sent to customer" + }, + "4gT3eD": { + "context": "navigator section header", + "string": "Search in Customers" + }, + "4gZl/n": { + "string": "See DEMO STOREFRONT" + }, + "4k9rMQ": { + "context": "variant attribute checkbox", + "string": "Variant Selection" + }, + "4prRLv": { + "string": "Permission is out of your scope" + }, + "4qe6hO": { + "context": "product stock, section header", + "string": "Inventory" + }, + "4v5gfh": { + "context": "account information, header", + "string": "Account Information" + }, + "4yRwN+": { + "context": "content", + "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." + }, + "5+Xcrz": { + "context": "app deactivated", + "string": "Deactivated" + }, + "51HE+Q": { + "string": "No sales found" + }, + "54KYgS": { + "context": "months after label", + "string": "months after issue" + }, + "54M0Gu": { + "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." + }, + "55LMJv": { + "context": "country list header", + "string": "Countries" + }, + "56vUeQ": { + "string": "Added product to collection" + }, + "577R2r": { + "string": "Invalid value" + }, + "57IYpr": { + "context": "error message", + "string": "Value is invalid" + }, + "59XppT": { + "context": "button", + "string": "Approve" + }, + "5A6/2C": { + "context": "section header", + "string": "Availability" + }, + "5BajZK": { + "string": "View and update your site settings" + }, + "5GSYCR": { + "context": "page status", + "string": "Visibility" + }, + "5HwLx9": { + "context": "alert", + "string": "Warehouse limit reached" + }, + "5JT4v2": { + "context": "dialog header", + "string": "Send Invoice" + }, + "5Jo3C5": { + "context": "vat not included in order price", + "string": "does not apply" + }, + "5LRkEs": { + "string": "The new dashboard and the GraphQL API are preview-quality software." + }, + "5OtU+V": { + "context": "dialog title", + "string": "Unassign products from collection" + }, + "5QKsu+": { + "context": "waiting for export to end, header", + "string": "Exporting CSV" + }, + "5R4VMl": { + "context": "draft created from replace event title", + "string": "Draft was reissued from order" + }, + "5RmuD+": { + "string": "Manage and update your warehouse information" + }, + "5SPHkk": { + "string": "Order #{orderId} was fully paid" + }, + "5TUpjG": { + "context": "product attribute entity type", + "string": "Products" + }, + "5Vwnu+": { + "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." + }, + "5XG1CO": { + "context": "acre-ft unit", + "string": "acre-ft" + }, + "5ZvuVw": { + "string": "No products matching given query" + }, + "5aiFbL": { + "context": "tabel column header", + "string": "Price" + }, + "5bJ26s": { + "string": "Successfully created page type" + }, + "5blVMu": { + "context": "e-mail or full name", + "string": "Customer" + }, + "5c2JVF": { + "context": "voucher application, switch button", + "string": "Only once per order" + }, + "5dLpx0": { + "context": "references attribute type", + "string": "References" + }, + "5dyOs0": { + "string": "No payments waiting for capture" + }, + "5elC9k": { + "context": "taxes section name", + "string": "Taxes" + }, + "5fCMUI": { + "context": "translations section name", + "string": "Translations" + }, + "5ftg/B": { + "context": "button", + "string": "create permission group" + }, + "5kvaFR": { + "context": "product field", + "string": "Export Variant SKU" + }, + "5pHBSU": { + "context": "switch button", + "string": "Product type uses Variant Attributes" + }, + "5sg7KC": { + "string": "Password" + }, + "5t/4um": { + "context": "message title", + "string": "Couldn’t Install {name}" + }, + "5tMkmJ": { + "context": "dialog header", + "string": "Assign Collection" + }, + "5te3Tp": { + "context": "order payment", + "string": "Outstanding Balance" + }, + "5u7b3V": { + "context": "voucher is active from date", + "string": "Starts" + }, + "5ukAFZ": { + "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." + }, + "5x6yT9": { + "context": "weight", + "string": "{fromValue} {fromUnit} - {toValue} {toUnit}" + }, + "6+sMz4": { + "context": "product variant inventory", + "string": "Unavailable in all locations" + }, + "62T585": { + "context": "button", + "string": "{languageName} - {languageCode}" + }, + "62Ywh2": { + "context": "number of countries", + "string": "{number} Countries" + }, + "64aYF0": { + "context": "informations about product organization, header", + "string": "Product Organization" + }, + "67V0c0": { + "context": "unassign product from collection, button", + "string": "Unassign" + }, + "6AMFki": { + "context": "product name", "string": "Name" }, - "src_dot_webhooks_dot_views_dot_3493926696": { + "6D+yYX": { + "string": "Payment status" + }, + "6G41zU": { + "context": "WarehouseSettings local warehouse description", + "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" + }, + "6JlXeD": { + "context": "button", + "string": "Create page type" + }, + "6L6Fy2": { + "context": "header", + "string": "Disclaimer" + }, + "6QjMei": { + "string": "Preorder end time needs to be set in the future" + }, + "6RQKxH": { + "context": "order history message", + "string": "Invoice no. {invoiceNumber} was updated" + }, + "6RtE2D": { + "context": "unassign collection from sale and save, button", + "string": "Unassign and save" + }, + "6WRFp2": { + "context": "order history message", + "string": "Note was added to the order" + }, + "6Y1nQd": { + "context": "product is visible", + "string": "Visible" + }, + "6aBkJm": { + "context": "section header", + "string": "Authorization" + }, + "6cMkfT": { + "context": "table head", + "string": "Product Name" + }, + "6cS4Rd": { + "context": "card section description", + "string": "Available permissions" + }, + "6cq+c+": { + "context": "header", + "string": "Discount Type" + }, + "6fORLY": { + "string": "No page types found" + }, + "6fxdUO": { + "context": "section header", + "string": "Create New Shipping Zone" + }, + "6hLZNA": { + "context": "delete app", + "string": "Are you sure you want to delete this app?" + }, + "6iw4VR": { + "context": "delete variant dialog title", + "string": "Delete Product Variants" + }, + "6nSTuC": { + "context": "webhooks section name", + "string": "Webhooks" + }, + "6sjBvJ": { + "context": "input placeholder", + "string": "Search by name, email, etc..." + }, + "6u4K7e": { + "context": "page header", + "string": "Order" + }, + "6udlH+": { + "string": "Order draft successfully created" + }, + "6xC/Ls": { + "context": "informations about product seo, header", + "string": "SEO Information" + }, + "6y+k8V": { + "context": "product field", + "string": "Product Images" + }, + "7+GBlj": { + "string": "Error code {errorCode} {fieldError}" + }, + "73RU3R": { + "context": "deactivate app", + "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." + }, + "74Cxe8": { + "context": "table header product label", + "string": "Product" + }, + "74Zo/H": { + "context": "channel slug", + "string": "Slug" + }, + "7Chrsf": { + "string": "Passwords do not match" + }, + "7FL+WZ": { + "context": "export products to csv file, button", + "string": "Export Products" + }, + "7H2D5m": { + "context": "attribute value deleted", + "string": "Value deleted" + }, + "7Ii5ZQ": { + "string": "SETUP END DATE" + }, + "7JAAul": { + "context": "product field", + "string": "Export Product Weight" + }, + "7NFfmz": { + "string": "Products" + }, + "7NfoiJ": { + "context": "custom search delete, dialog header", + "string": "Delete Search" + }, + "7O2EsY": { + "context": "deactivate local app", + "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." + }, + "7Oorx5": { + "context": "navigator section header", + "string": "Search in Catalog" + }, + "7U8GRy": { + "string": "Shipping method successfully updated" + }, + "7UG1Lx": { + "context": "checkbox gift cards label", + "string": "Automatically fulfill non shippable gift cards" + }, + "7WEC+G": { + "context": "page title", + "string": "Price and SKUs" + }, + "7WzUxn": { + "context": "staff member status", + "string": "Inactive" + }, + "7a1S4K": { + "context": "tab name", + "string": "All Drafts" + }, + "7dhhzL": { + "context": "bulk issue gift cards dialog title", + "string": "Bulk Issue Gift Cards" + }, + "7hNjaI": { + "context": "button", + "string": "Delete Variant" + }, + "7l5Bh9": { + "string": "{counter,plural,one{Are you sure you want to delete this product?} other{Are you sure you want to delete {displayQuantity} products?}}" + }, + "7mK2vs": { + "context": "product variant inventory", + "string": "Unavailable" + }, + "7nKXni": { + "context": "option description", + "string": "This product will act as a payment method" + }, + "7oQUMG": { + "context": "apps about permissions", + "string": "This app has permissions to:" + }, + "7qsOwa": { + "context": "action", + "string": "Include postal codes" + }, + "7scATx": { + "context": "select title", + "string": "Select channels you want for {contentType} to be available on" + }, + "7v2oBd": { + "context": "header", + "string": "Error" + }, + "7v8suW": { + "context": "info text", + "string": "This rate will apply to all orders" + }, + "7wkGxW": { + "context": "app has been installed", + "string": "{unitsLeft} units left" + }, + "7yKZvp": { + "context": "section header", + "string": "User Status" + }, + "80FeaT": { + "context": "product variant preorder threshold", + "string": "{globalThreshold} Global threshold" + }, + "86pLaG": { + "context": "WarehouseSettings public stock label", + "string": "Public Stock" + }, + "89PSdB": { + "context": "link", + "string": "Edit settings" + }, + "8B8E+3": { + "context": "navigator placeholder", + "string": "Order Number" + }, + "8CbACQ": { + "context": "add shipping zone title", + "string": "Add Shipping Zones" + }, + "8EGagh": { + "context": "search box label", + "string": "Filter Countries" + }, + "8F2D1H": { + "context": "order refund amount, input button", + "string": "Refund {currency} {amount}" + }, + "8HRy+U": { + "string": "Category Description" + }, + "8Hq18g": { + "context": "create gift card product type alert message", + "string": "Create a gift card product type" + }, + "8InCjD": { + "string": "Please provide range of postal codes you want to add to the include/exclude list." + }, + "8J81ri": { + "context": "ordered product sku", + "string": "SKU" + }, + "8Q504V": { + "string": "Metadata" + }, + "8RnPGF": { + "context": "order history message", + "string": "Payment was voided" + }, + "8aV98y": { + "context": "new version notification content", + "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." + }, + "8cUEPV": { + "context": "page title", + "string": "Create New Attribute" + }, + "8hrH/z": { + "context": "dialog header", + "string": "Search Category" + }, + "8oIbMI": { + "string": "Reached limit for this plan" + }, + "8qL/tV": { + "context": "CannotDefineChannelsAvailabilityCard subtitle", + "string": "You will be able to define availability of product after creating variants." + }, + "8u7els": { + "context": "channel config plugin status popup title", + "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" + }, + "8uLHBY": { + "context": "unassign attribute from object", + "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" + }, + "8uo4v1": { + "context": "title", + "string": "Checkout limits" + }, + "8vJCJ4": { + "string": "Define and manage your sales channels" + }, + "8vQGO0": { + "context": "tooltip content when line's variant has been deleted", + "string": "This variant no longer exists. You can still fulfill it." + }, + "8xsKUv": { + "context": "service accounts section name", + "string": "Service Accounts" + }, + "906uUr": { + "context": "button", + "string": "Back to homepage" + }, + "95oJ5d": { + "context": "button", + "string": "Go back to dashboard" + }, + "97l2MO": { + "string": "Customer Email" + }, + "98WMlR": { + "context": "header", + "string": "Translation Product Variant \"{productName}\" - {languageCode}" + }, + "98isC5": { + "string": "Show gross prices to customers in the storefront" + }, + "9C7PZE": { + "context": "navigation section name", + "string": "Navigation" + }, + "9CEu8k": { + "context": "modal button images upload", + "string": "Upload Images" + }, + "9EMudJ": { + "context": "option", + "string": "Create single variant" + }, + "9OtpHt": { + "string": "Order line deleted" + }, + "9PmyrU": { + "context": "product variant inventory", + "string": "Not stocked" + }, + "9RCuN3": { + "string": "Payment successfully captured" + }, + "9RvXNg": { + "context": "section header", + "string": "Media Information" + }, + "9Sz0By": { + "context": "channel currency", + "string": "Currency" + }, + "9TAzb5": { + "context": "order line discount added title", + "string": "{productName} discount was added by" + }, + "9TbDQD": { + "context": "order number label", + "string": "Order number" + }, + "9Tl/bT": { + "context": "export items as spreadsheet", + "string": "Spreadsheet for Excel, Numbers etc." + }, + "9UHfux": { + "string": "Voucher Specific Information" + }, + "9YazHG": { + "string": "Company" + }, + "9Yhddc": { + "context": "input label", + "string": "Registered events" + }, + "9Zlogd": { + "context": "staff member status", + "string": "Active" + }, + "9ZtJhn": { + "context": "cancel button", + "string": "Cancel order" + }, + "9eC0MZ": { + "context": "collection", + "string": "Hidden" + }, + "9gb9b4": { + "context": "address type", + "string": "Add new address" + }, + "9hab/1": { + "context": "bulk issue menu item", + "string": "Bulk Issue" + }, + "9mGA/Q": { + "context": "button linking to dashboard", + "string": "Dashboard" + }, + "9piUVz": { + "context": "order history message", + "string": "Order refund information was sent to customer" + }, + "9q562c": { + "context": "apps section name", + "string": "Apps" + }, + "9scTQ0": { + "context": "section header", + "string": "Product Attributes" + }, + "9ssWj+": { + "context": "unapproved fulfillment, section header", + "string": "Waiting for approval ({quantity})" + }, + "9tgY4G": { + "context": "apps content", + "string": "You don’t have any installed apps in your dashboard" + }, + "9uNz+T": { + "context": "button", + "string": "Cancel" + }, + "9vQR6c": { + "context": "collection label", + "string": "Visible" + }, + "9xUIAh": { + "string": "Tax group" + }, + "9xlPgt": { + "context": "used staff users counter", + "string": "{count}/{max} members" + }, + "A0Wlg7": { + "context": "product discount removed title", + "string": "{productName} discount was removed by" + }, + "A9QSur": { + "context": "area units type", + "string": "Area" + }, + "ABgQcF": { + "context": "variant stock, header", + "string": "Stock" + }, + "ADTNND": { + "context": "product type", + "string": "Physical" + }, + "AHK0K9": { + "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?}}" + }, + "AHRDWt": { + "context": "button", + "string": "Create page" + }, + "AJgl5u": { + "context": "gift card product message", + "string": "gift card product" + }, + "AKv2BI": { + "context": "order refund subtitle", + "string": "Refunded items can't be fulfilled" + }, + "ANRRpG": { + "context": "card title", + "string": "Shipping Zones" + }, + "AOI4LW": { + "context": "navigator placeholder", + "string": "Search in Catalog" + }, + "APcoSA": { + "context": "dialog header", + "string": "Delete Daft Order" + }, + "AQ+9Ez": { + "string": "We’ve encountered an unexpected error" + }, + "AQFMYU": { + "context": "staff section name", + "string": "Staff Members" + }, + "AQSmqG": { + "context": "order discount was updated automatically event title", + "string": "Order discount was updated automatically updated" + }, + "AVF5T5": { + "context": "voucher end date, switch button", + "string": "Set end date" + }, + "AY7Tuz": { + "string": "The same object cannot be in both lists" + }, + "AbyDC7": { + "context": "section header", + "string": "Eligible Categories" + }, + "AdmPca": { + "context": "error message", + "string": "Max value cannot be less than min value" + }, + "Aeq79M": { + "context": "PluginDetailsChannelsCard no channels subtitle", + "string": "Plugin’s settings are set common across all channels" + }, + "AgY5Mv": { + "context": "attribute properties regarding storefront", + "string": "Storefront Properties" + }, + "AijtXU": { + "context": "table header configuration col label", + "string": "Configuration" + }, + "AjInNW": { + "context": "dialog description", + "string": "Choose countries you want to add to shipping zone from list below" + }, + "AkyGP2": { + "string": "Channel deleted" + }, + "AnqH4p": { + "context": "sale status", + "string": "Active" + }, + "AqHafs": { + "context": "provided email input placeholder", + "string": "Provided email address" + }, + "AqXzM2": { + "string": "Order #{orderNumber}" + }, + "ArctEg": { + "context": "requires activation checkbox caption", + "string": "All issued cards require activation by staff before use." + }, + "AubJ/S": { + "context": "button", + "string": "Sign in" + }, + "AulH/n": { + "string": "{counter,plural,one{Are you sure you want to unassign this product?} other{Are you sure you want to unassign {displayQuantity} products?}}" + }, + "AuwpCm": { + "string": "Country area" + }, + "Av74Fa": { + "context": "section description", + "string": "You can set basic checkout rules that will be applied globally to all your channels" + }, + "AzMSmb": { + "context": "caption", + "string": "If enabled this attribute can be used as a column in product table." + }, + "AzshS2": { + "context": "notification", + "string": "Published pages" + }, + "B/y6LC": { + "context": "section header", + "string": "Unfulfilled Products" + }, + "B0PaVS": { + "context": "pint unit", + "string": "pint" + }, + "B2LE7A": { + "context": "menu item loading", + "string": "working..." + }, + "B52Em/": { + "string": "Address line 1" + }, + "B5yE8S": { + "context": "dialog header", + "string": "Unassign Categories From Sale" + }, + "B9yrkK": { + "string": "No Channels found" + }, + "BBIQxQ": { + "context": "page header", + "string": "Order no. {orderNumber} - Replace/Return" + }, + "BCPrmK": { + "context": "order history message", + "string": "Shipping details was sent to customer" + }, + "BHQrgz": { + "context": "number of subcategories", + "string": "Subcategories" + }, + "BIqhVQ": { + "string": "Skip stock for now" + }, + "BL/Lbk": { + "context": "install app permissions", + "string": "Installing this app will give it following permissions:" + }, + "BLX9dz": { + "context": "fulfill order, button", + "string": "Fulfill" + }, + "BM1JiJ": { + "context": "error message", + "string": "This order cannot be cancelled" + }, + "BNTZLv": { + "string": "Order #{orderId} was placed from draft" + }, + "BQ2NVl": { + "context": "page type name", + "string": "Content Type Name" + }, + "BUKMzM": { + "string": "Variant removed" + }, + "BXMSl4": { + "context": "currency channel", + "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." + }, + "BXkF8Z": { + "context": "header", + "string": "Activity" + }, + "BZ7BkQ": { + "context": "capture payment, button", + "string": "Capture" + }, + "BanAhF": { + "context": "sale status", + "string": "Scheduled" + }, + "Be+J13": { + "string": "Configurable" + }, + "BfJGij": { + "context": "header", + "string": "Address Information" + }, + "BftZHy": { "context": "window title", - "string": "Create Webhook" + "string": "Create Page Type" }, - "src_dot_yes": { - "string": "Yes" + "BjxQ3u": { + "context": "add shipping address first label", + "string": "add shipping address first" }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Allocated" + "BkFke9": { + "context": "section header", + "string": "Unfulfilled Items" }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" + "BooQvo": { + "context": "navigator placeholder", + "string": "Type {key} to see available actions" }, - "tableColQuantity": { - "context": "table column header", - "string": "Quantity" + "Bphmwe": { + "context": "header", + "string": "Translation Collection \"{collectionName}\" - {languageCode}" }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" + "BtErCZ": { + "string": "Search Plugins..." }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" + "Bx367s": { + "context": "product is hidden", + "string": "Hidden" }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" + "By5ZBp": { + "context": "header", + "string": "Hello there, {userName}" }, - "unlimitedUnitsLeft": { + "C0JLNW": { + "string": "Provided email address does not exist in our database." + }, + "C1luwg": { + "context": "dialog header", + "string": "Delete Page" + }, + "C4aDMy": { + "context": "description", + "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." + }, + "C4hCsD": { + "string": "App is out of your permissions scope" + }, + "C50ahv": { + "context": "button", + "string": "Add products" + }, + "C6bb6x": { + "context": "order refund amount", + "string": "Refund total amount" + }, + "C7I2lg": { + "context": "input label", + "string": "Limit quantity per checkout (optional)" + }, + "C7eDb9": { + "string": "Permission groups" + }, + "C90nKP": { + "context": "error with deactivatation alert message", + "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" + }, + "C9pcQx": { + "context": "dialog content", + "string": "{counter,plural,one{Are you sure you want to delete this shipping zone?} other{Are you sure you want to delete {displayQuantity} shipping zones?}}" + }, + "CEavJt": { "context": "section header", "string": "Unlimited" }, - "voucherDetailsUnassignCategory": { + "CG+awx": { + "context": "dialog content", + "string": "Which address would you like to use as shipping address for selected customer:" + }, + "CJEIRC": { + "string": "Product export has finished and was sent to your email address." + }, + "CJpx4E": { + "context": "page header", + "string": "Order no. {orderNumber} - Add Fulfillment" + }, + "CLB1k9": { + "context": "refund type", + "string": "Refund Products" + }, + "CLYlsu": { + "context": "section header", + "string": "Settings" + }, + "CLeDae": { + "context": "section header", + "string": "Preferences" + }, + "CRAfpd": { + "context": "gift card export dialog confirm button label", + "string": "Export codes" + }, + "CT5PAn": { + "context": "CannotDefineChannelsAvailabilityCard title", + "string": "Availability" + }, + "CWqmRU": { + "context": "customer's address book when no customer name is available, header", + "string": "Address Book" + }, + "CXTIq8": { + "string": "Search engine description" + }, + "CXn88q": { + "string": "No permission groups found" + }, + "CYEnGq": { + "context": "order fulfilled success message", + "string": "Fulfilled Items" + }, + "CYZse9": { + "context": "card description", + "string": "Expand or restrict group's permissions to access certain part of saleor system." + }, + "CZmloB": { + "string": "Fulfillment successfully updated" + }, + "CcEwXH": { + "context": "dialog header", + "string": "Delete Page Types" + }, + "CdIHMu": { + "context": "select tax ratte", + "string": "Tax Rate" + }, + "ChAjJu": { + "context": "character limit", + "string": "{numberOfCharacters} of {maxCharacters} characters" + }, + "ChGI4V": { + "context": "error message", + "string": "Saleor is unavailable, please check your network connection and try again." + }, + "CjSRT1": { + "context": "button", + "string": "Create Category" + }, + "ClFzoD": { + "string": "Selected values will be used to create variants for the configurable product." + }, + "Co2U4u": { + "string": "No plugins found" + }, + "CrbI/c": { + "context": "variant channel price", + "string": "{channel} Price" + }, + "CxfKLC": { + "string": "Pages" + }, + "D/+84n": { + "context": "snackbar text", + "string": "App activated" + }, + "D0KaT6": { + "context": "webhook input label", + "string": "Webhook Name" + }, + "D2qihU": { + "string": "Permission is invalid" + }, + "D3E2b5": { + "context": "button label", + "string": "Activate" + }, + "D3WUc/": { + "context": "order history message", + "string": "Order was refunded by {refundedBy}" + }, + "D4CsYK": { + "context": "status filter label", + "string": "Status" + }, + "D4W/LE": { + "context": "dialog header", + "string": "Change customer billing address" + }, + "D4nzdD": { + "context": "checkbox label", + "string": "Grant this app full access to the store" + }, + "D8nsBc": { + "context": "no warehouses info", + "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" + }, + "D9Rg+F": { + "context": "window title", + "string": "Channel details" + }, + "D9ie4n": { + "context": "shipping section name", + "string": "Shipping Methods" + }, + "DASYUF": { + "context": "section title", + "string": "Checkout Configuration" + }, + "DEa1T1": { + "context": "button", + "string": "Save Search" + }, + "DGCzal": { + "string": "This token gives you access to your shop's API, which you'll find here: {url}" + }, + "DHBlFi": { + "context": "navigator customer mode description", + "string": "Search Customers" + }, + "DILs4b": { + "string": "Unsupported media provider or incorrect URL" + }, + "DIrxt7": { + "context": "channel publication date", + "string": "Visible since {date}" + }, + "DJFPzq": { + "context": "button", + "string": "Confirm" + }, + "DK+8PB": { + "string": "This channel has already been created" + }, + "DM/Ha1": { + "context": "add postal code range, button", + "string": "Add" + }, + "DNTxWr": { + "context": "permission groups section name", + "string": "Permission Groups" + }, + "DO8+uV": { + "string": "Product created" + }, + "DOkfyZ": { + "string": "Insufficient permissions" + }, + "DP5VOH": { + "string": "Shipping Address" + }, + "DP6b8U": { + "context": "section header", + "string": "Background Image (optional)" + }, + "DPz5y6": { + "context": "dialog header", + "string": "Assign Staff Members" + }, + "DQJnB4": { + "context": "gift card export dialog title", + "string": "Export Gift Card Codes" + }, + "DRMMDs": { + "string": "Attribute Name" + }, + "DTL7sE": { + "context": "dialog content", + "string": "Are you sure you want to delete {warehouseName}?" + }, + "DWs4ba": { + "string": "No menus found" + }, + "Dgp38J": { + "context": "checkbox label", + "string": "Restrict order value" + }, + "Dhherd": { + "context": "dialog header, title", + "string": "Invoice Generation" + }, + "DnghuS": { + "context": "channel create", + "string": "New Channel" + }, + "DovGIa": { + "string": "Permission Group Deleted" + }, + "DzPVnj": { + "context": "date time attribute type", + "string": "Date Time" + }, + "E22x4H": { + "context": "no card defuned alert message", + "string": "You haven’t defined a gift card product!" + }, + "E54eoT": { + "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" + }, + "E8T3e+": { + "string": "Cannot add and remove group the same time" + }, + "E8VDeH": { + "string": "No. of Orders" + }, + "E9Jssl": { + "string": "No orders ready to fulfill" + }, + "EA7rjI": { + "context": "disabled status label", + "string": "Disabled" + }, + "EEW+ND": { + "string": "Navigator" + }, + "EGG8f+": { + "string": "Apply unique prices by attribute to each SKU" + }, + "EHsnZX": { + "context": "dialog description", + "string": "Are you sure you want to approve this fullfillment?" + }, + "EIULpW": { + "string": "Manage how your store charges tax" + }, + "EKoPNg": { + "context": "shipping method price", + "string": "Price" + }, + "EM+30g": { + "context": "navigator notification", + "string": "Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut." + }, + "EM730i": { + "string": "Manage Channel Availability" + }, + "ENBELI": { + "context": "description", + "string": "or login using" + }, + "EP+jcU": { + "context": "checkbox", + "string": "Refund shipment costs" + }, + "ER/yBq": { + "context": "max price in channel", + "string": "Max. value" + }, + "ESDTC/": { + "string": "Manage Sales Channel Availability" + }, + "ETHnjq": { + "context": "header", + "string": "Private Metadata" + }, + "EWCUdP": { + "string": "Channels A to Z" + }, + "EWD/wU": { + "context": "delete app", + "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" + }, + "Eau5AV": { + "string": "Manage Products Channel Availability" + }, + "EbVf0Z": { + "context": "transaction reference", + "string": "Transaction reference" + }, + "Ediw6/": { + "context": "button label", + "string": "Assign references" + }, + "Egyh2T": { + "context": "section header", + "string": "Plugin Settings" + }, + "Eh6KYS": { + "context": "info card title", + "string": "Card information" + }, + "Epm41J": { + "context": "change warehouse dialog warehouse list label", + "string": "Warehouses A to Z" + }, + "ErNH3D": { + "string": "Define where this attribute should be used in Saleor system" + }, + "EsZH44": { + "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", + "string": "Hidden" + }, + "EtGDeK": { + "context": "header", + "string": "{pluginName} Details" + }, + "Ev6SEF": { + "string": "New Password" + }, + "EzU7KV": { + "context": "option description", + "string": "Create new variant using variant details view" + }, + "F0AXNs": { + "context": "invoice create date prefix", + "string": "created" + }, + "F3Upht": { + "string": "Product type deleted" + }, + "F4WdSO": { + "context": "dialog header", + "string": "Delete Products" + }, + "F56hOz": { + "context": "sale name", + "string": "Name" + }, + "F69lwk": { + "context": "settings menu item", + "string": "Settings" + }, + "F8gsds": { + "context": "unpublish page, button", + "string": "Unpublish" + }, + "FA+MRz": { + "string": "Set plugin as active" + }, + "FBtqtl": { + "context": "payment status", + "string": "Unpaid" + }, + "FEWgh/": { + "context": "column title tag", + "string": "Tag" + }, + "FIZvTx": { + "context": "dialog content", + "string": "Select method you want to use to change address" + }, + "FNAZoh": { + "string": "Last login" + }, + "FNKhkx": { + "string": "Charge taxes on shipping rates" + }, + "FNT4b+": { + "context": "tabel column header", + "string": "Product" + }, + "FNpv6K": { + "context": "button", + "string": "Filters" + }, + "FOa+Xd": { + "context": "voucher value requirement", + "string": "Min. Order Value" + }, + "FOehC/": { + "context": "label", + "string": "Manual Amount" + }, + "FPzzh7": { + "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?}}" + }, + "FQc5z6": { + "context": "customer gift cards card view all button", + "string": "View All" + }, + "FRJRmi": { + "context": "selected customer gift card is sent to subtitle", + "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." + }, + "FSinkL": { + "context": "variant stock status", + "string": "Available inventory at:" + }, + "FWWliu": { + "context": "ExitFormPrompt title", + "string": "You have unsaved changes" + }, + "Fbr4Vp": { + "context": "dialog header", + "string": "Permissions" + }, + "Fc3O3r": { + "context": "staff member's account", + "string": "Deactivated" + }, + "FcTTvh": { + "context": "postal codes, header", + "string": "Postal codes" + }, + "FcVEpe": { + "context": "collection publication date", + "string": "Unpublished" + }, + "FemBUF": { + "context": "header", + "string": "Translations to {language}" + }, + "Ff+Gsm": { + "context": "WarehouseSettings public stock description", + "string": "If enabled stock in this warehouse will be shown" + }, + "FjrExY": { + "context": "price based shipping methods, section header", + "string": "Price Based Rates" + }, + "FkDObY": { + "context": "label", + "string": "Shipping rate name" + }, + "FkRNk+": { + "context": "field placeholder", + "string": "Description of a shipping zone." + }, + "Fl3ORD": { + "context": "order history message", + "string": "Oversold {quantity} items" + }, + "Fn3bE0": { + "string": "Order line updated" + }, + "FpIcp9": { + "string": "No customers found" + }, + "FuAV5G": { + "string": "This name is already taken. Please provide another." + }, + "Fvvgoi": { + "string": "Your session has expired. Please log in again to continue." + }, + "FwHWUm": { + "context": "alert", + "string": "SKU limit reached" + }, + "Fxa6xp": { + "context": "page header", + "string": "Add Collection" + }, + "Fz3kic": { + "context": "error message", + "string": "Billing address is not set or invoice is not ready to be send" + }, + "FzEew9": { + "context": "assign products to shipping rate and save, button", + "string": "Assign and save" + }, + "G+9nOZ": { + "context": "checkbox description", + "string": "If selected, this will add all of the countries not selected to other shipping zones" + }, + "G/SYtU": { + "string": "Are you sure you want to delete menu {menuName}?" + }, + "G/pgG3": { + "context": "dialog header", + "string": "Select a channel" + }, + "G0+gAp": { + "context": "shipping section header", + "string": "Shipping" + }, + "G1KzEx": { + "context": "page status", + "string": "Published" + }, + "G3ay2p": { + "context": "section header", + "string": "Fulfillment settings" + }, + "G4g5Ii": { + "context": "tab name", + "string": "All Collections" + }, + "G7mu0y": { + "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." + }, + "GAmGog": { + "context": "value input label", + "string": "Discount value" + }, + "GCPzKf": { + "context": "ProductTypeDeleteWarningDialog single assigned items button label", + "string": "View products" + }, + "GD/bom": { + "context": "label", + "string": "Min Delivery Time" + }, + "GFJabu": { + "context": "dialog header", + "string": "Delete Variant" + }, + "GJAX0z": { + "context": "order history message", + "string": "Order was placed" + }, + "GLX9II": { + "context": "billing address", + "string": "Same as shipping address" + }, + "GLewww": { + "context": "section header", + "string": "Events" + }, + "GLy2UR": { + "context": "order history message", + "string": "Fulfillment was cancelled" + }, + "GOdq5V": { + "string": "Catalog" + }, + "GQcp83": { + "context": "variant stock, header", + "string": "Stock and Warehousing" + }, + "GUlwXU": { + "context": "dialog header", + "string": "Assign Attribute Value" + }, + "GVM/fi": { + "context": "order history message", + "string": "Payment was authorized" + }, + "GVinbz": { + "context": "column title", + "string": "Value" + }, + "GXdwyR": { + "context": "input label", + "string": "Previous Password" + }, + "GZgjK7": { + "context": "page", + "string": "will be visible from {date}" + }, + "GbBCmr": { + "context": "window title", + "string": "Order #{orderNumber}" + }, + "GbhZJ4": { + "context": "button", + "string": "Create voucher" + }, + "Gfbp36": { + "context": "dialog header", + "string": "Unassign Products From Shipping" + }, + "Gg4+K7": { + "string": "No Products" + }, + "GhXwO/": { + "context": "dialog header", + "string": "delete Staff User" + }, + "GhcypC": { + "context": "header", + "string": "Create Warehouse" + }, + "GiDxS4": { + "context": "add metadata field,button", + "string": "Add Field" + }, + "GiJm1v": { + "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?}}" + }, + "GibKGn": { + "context": "success gift card disable message", + "string": "Successfully disabled gift card" + }, + "GjH9uy": { + "context": "header", + "string": "Create New App" + }, + "Gjb6eq": { + "context": "link", + "string": "Get Support" + }, + "Gjo89T": { + "context": "header", + "string": "Warehouses" + }, + "Gkip05": { "context": "button", "string": "Unassign" }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" + "Go50v2": { + "context": "app privacy policy link", + "string": "View this app’s privacy policy" }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" + "GpqEl5": { + "context": "shipping method description", + "string": "Description" }, - "will become available on": { + "Gr1SAu": { + "string": "Customer Name" + }, + "GsBRWL": { + "string": "Languages" + }, + "Gxm7Qx": { + "context": "navigator notification title", + "string": "Navigator is here to help" + }, + "Gz+4CI": { + "context": "info text", + "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." + }, + "GzbSQk": { + "context": "Status label when object is scheduled to publish in a channel", + "string": "Scheduled to publish" + }, + "Gzg8hy": { + "context": "section header", + "string": "Invoices" + }, + "H/f9KR": { + "context": "section header returned", + "string": "Fulfillment returned" + }, + "H/o4Ex": { + "context": "dialog content", + "string": "You are not able to modify this group members. Solve this problem to continue with request." + }, + "H27/Gy": { + "context": "error message", + "string": "Maximum weight cannot be lower than minimum" + }, + "H3Uirw": { + "context": "create new menu item, header", + "string": "Add Item" + }, + "H5NKfr": { + "context": "button", + "string": "Create" + }, + "H5yp8O": { + "context": "label", + "string": "Product Type Name" + }, + "H60H6L": { + "context": "attribute values list: name column header", + "string": "Default Store View" + }, + "H6NsC1": { + "context": "pages section name", + "string": "Pages" + }, + "HLqWXA": { + "context": "voucher value requirement", + "string": "Usage Limit" + }, + "HMD+ib": { + "string": "Last order" + }, + "HP6m+q": { + "string": "Attributes and Product Types" + }, + "HQR2y0": { + "context": "attribute value is required", + "string": "Value Required" + }, + "HR9OTW": { + "context": "staff member's account", + "string": "Active" + }, + "HSmg1/": { + "context": "gift cards section name", + "string": "Gift Cards" + }, + "HVFq//": { + "context": "button", + "string": "Copy token" + }, + "HVlMK2": { + "context": "number of variants", + "string": "Variants ({quantity})" + }, + "HYHLsB": { + "context": "product field", + "string": "Export Variant ID" + }, + "HaQ8cg": { + "context": "button", + "string": "Refund" + }, + "HcQEUk": { + "context": "table column header, sold units preorder quantity", + "string": "Sold units" + }, + "HcjV6k": { + "context": "button", + "string": "Create variants" + }, + "HedXnw": { + "context": "plugin channel availability status title", + "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" + }, + "Hgz44z": { + "context": "dialog header", + "string": "Delete Voucher" + }, + "HivFnX": { + "context": "ProductTypeDeleteWarningDialog single no assigned items description", + "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." + }, + "Hj3T7P": { + "context": "column title", + "string": "Channel name" + }, + "HjUoHK": { + "context": "attribute's label'", + "string": "Default Label" + }, + "HjXnIf": { + "string": "Content Management" + }, + "HlCkMT": { + "string": "Order line added" + }, + "HlEpii": { + "string": "Search Engine Title" + }, + "HnVtSS": { + "context": "search", + "string": "No results" + }, + "HqeqEV": { + "context": "create gift card product alert message", + "string": "Create a gift card product" + }, + "HtQGEH": { + "string": "Successfully fetched tax rates" + }, + "HtfL5/": { + "context": "button", + "string": "Open App" + }, + "HvJPcU": { + "string": "Category deleted" + }, + "I+UwqI": { + "context": "is filter range or value", + "string": "equal to" + }, + "I1Mz7h": { + "string": "Manage Collection Channel Availability" + }, + "I2wCwj": { + "context": "swatch attribute image label", + "string": "Image" + }, + "I7HyJZ": { + "context": "order refund amount", + "string": "Max Refund" + }, + "I8dAAe": { + "context": "page internal name", + "string": "Slug" + }, + "I8mqqj": { + "context": "PageTypeDeleteWarningDialog single assigned items button label", + "string": "View pages" + }, + "IBCBi1": { + "context": "webhook active description", + "string": "If you want to disable this webhook please uncheck the box below." + }, + "IBw72y": { + "context": "switch button", + "string": "Is this product shippable?" + }, + "IFWHn0": { + "context": "error message", + "string": "Billing address is not set" + }, + "IGvQ8k": { + "context": "button", + "string": "Create attribute" + }, + "IHtOda": { + "context": "input label", + "string": "Selected columns" + }, + "IKvOK+": { + "context": "Amount error message", + "string": "Amount must be bigger than 0" + }, + "ILgbKN": { + "context": "key-value field button add more key-value pairs", + "string": "Add more" + }, + "IN5iJz": { + "context": "value input helper text", + "string": "Invalid value" + }, + "INNPVX": { + "context": "payment status", + "string": "Partially paid" + }, + "IUeGzv": { + "context": "plugin name", + "string": "Plugin Name" + }, + "IVOjqW": { + "context": "gift card bulk create success dialog export button", + "string": "Export To Email" + }, + "Iafyt5": { + "context": "page attribute entity type", + "string": "Pages" + }, + "IbVKSH": { + "context": "button", + "string": "Manage" + }, + "Ic7Wln": { + "context": "card subtitle", + "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." + }, + "Id7C0X": { + "context": "section header", + "string": "You are about to install {name}" + }, + "IeoGgH": { + "context": "variant created success message", + "string": "Variant created" + }, + "IhK1F3": { + "string": "No shipping zones found" + }, + "Ihp4D3": { + "context": "header", + "string": "Edit Media" + }, + "IoCMjg": { + "context": "no collections", + "string": "No collections found" + }, + "IoDlcd": { + "string": "Slug" + }, + "Irflxf": { + "context": "window title", + "string": "Create category" + }, + "IruP2T": { + "string": "Search Voucher" + }, + "IwEQvz": { + "context": "success activate alert message", + "string": "Successfully activated gift {count,plural,one{card} other{cards}}" + }, + "IyHQr0": { + "context": "navigator action", + "string": "Go to order #{orderNumber}" + }, + "IzEVek": { + "context": "bulk disable label", + "string": "Deactivate" + }, + "J/QqOI": { + "string": "This value already exists within this attribute" + }, + "J0UdxG": { + "string": "Skip pricing for now" + }, + "J3uE0t": { + "context": "section header", + "string": "Attribute Values" + }, + "J7mFhU": { + "context": "currency code select", + "string": "{code} - {countries}" + }, + "JDz5h8": { + "context": "number of subcategories in category", + "string": "Subcategories" + }, + "JE0TAx": { + "context": "section name", + "string": "Values" + }, + "JEIN47": { + "context": "label", + "string": "Automatic Amount" + }, + "JFmOfi": { + "context": "button", + "string": "Create Product" + }, + "JFtFgc": { + "context": "tabel column header", + "string": "Selling Price" + }, + "JGm7E5": { + "context": "option", + "string": "Export stock for all warehouses" + }, + "JHfbXR": { + "context": "button", + "string": "Create Sale" + }, + "JI2Xwp": { + "context": "dialog title", + "string": "Delete attribute" + }, + "JJgJwi": { + "string": "Selecting this will change the language of your dashboard" + }, + "JKbpH9": { + "context": "expiry date checkbox label", + "string": "Gift card expires" + }, + "JMBsrr": { + "context": "table header available stock label", + "string": "Available" + }, + "JMbFNo": { + "string": "Successfully created new page" + }, + "JPH/uP": { + "string": "Define types of content pages used in your store" + }, + "JQH+Iy": { + "context": "resent code success message", + "string": "Successfully resent code to customer!" + }, + "JRfJD9": { + "string": "The plugin may stop working after this field is cleared. Are you sure you want to proceed?" + }, + "JTcz2G": { + "context": "csv file exporting has finished, header", + "string": "Exporting CSV finished" + }, + "JUQwne": { + "context": "order", + "string": "Gift Card" + }, + "JV+EiM": { + "context": "voucher value", + "string": "Value" + }, + "JVaz1C": { + "context": "window title", + "string": "Create Webhook" + }, + "JXRYQg": { + "context": "button", + "string": "Create Menu" + }, + "JYvf8/": { + "context": "is preorder", + "string": "Preorder" + }, + "Ja7gHc": { + "context": "button", + "string": "Edit" + }, + "Jb1/3V": { + "context": "add shipping carrier button", + "string": "Add shipping carrier" + }, + "JbUg2b": { + "context": "activate app", + "string": "Are you sure you want to activate {name}? Activating will start gathering events." + }, + "JfKvrV": { + "context": "select variant media", + "string": "Select a specific variant media from product media" + }, + "JftRtx": { + "context": "issue gift card dialog title", + "string": "Issue gift card" + }, + "JgNb8X": { + "context": "notifier message", + "string": "There was an error adding a note" + }, + "JgXBAw": { + "context": "dropdown label when there are no channels assigned", + "string": "No channels" + }, + "JiRKgJ": { + "context": "dialog search placeholder", + "string": "Search by collection name, etc..." + }, + "JiXNEV": { + "string": "Search Category" + }, + "Jj0de8": { + "context": "voucher status", + "string": "Scheduled" + }, + "JjeZEG": { + "context": "section header", + "string": "Organize Product" + }, + "JnzDrI": { + "context": "discount type", + "string": "Fixed Amount" + }, + "Jo01VZ": { + "context": "bought by label", + "string": "Bought by" + }, + "JqiqNj": { + "string": "Something went wrong" + }, + "JsPIOX": { + "context": "voucher code", + "string": "Code" + }, + "Jsh6+U": { + "context": "product type is digital or physical", + "string": "Type" + }, + "Jt3DwJ": { + "context": "publish on date", + "string": "Publish on" + }, + "JtZ71e": { + "context": "filtering option", + "string": "All Warehouses" + }, + "JufWFT": { + "context": "app installation error", + "string": "There was a problem during installation" + }, + "Jwuu4X": { + "context": "select product informations to be exported", + "string": "Information exported:" + }, + "JyQEHU": { + "context": "tabel column header", + "string": "Channels" + }, + "JyQoES": { + "context": "delete attribute value", + "string": "Are you sure you want to delete \"{name}\" value?" + }, + "Jz/Cb+": { + "context": "product type", + "string": "Simple" + }, + "K+ROF8": { + "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" + }, + "K+vjtE": { + "string": "Search Variants" + }, + "K//bUK": { + "context": "refund button", + "string": "Refund" + }, + "K/gnGg": { + "string": "If you want to disable this User please uncheck the box below." + }, + "K/ic0P": { + "context": "checkbox label", + "string": "Rest of the World" + }, + "K8xNLe": { + "context": "products section name", + "string": "Products" + }, + "KCjd1o": { + "context": "dialog title", + "string": "Delete products" + }, + "KFv8hX": { + "string": "An attribute already exists." + }, + "KGsaGO": { + "context": "tooltip", + "string": "This feature is in a preview state and can be subject to changes at later point" + }, + "KHZlmi": { + "string": "Discount Type" + }, + "KIh25E": { + "string": "No draft orders found" + }, + "KKQUMK": { + "context": "edit menu item, header", + "string": "Edit Item" + }, + "KN7zKn": { + "string": "Error" + }, + "KQSONM": { + "context": "tabel column header", + "string": "Cost" + }, + "KRqgfo": { + "string": "User is out of your permissions scope" + }, + "KSp+8B": { "context": "product available for purchase date", "string": "will become available on {date}" }, - "will become published on": { + "KTAg0f": { + "context": "tabel column header", + "string": "Warehouse Name" + }, + "KXkdMH": { + "context": "order discount removed title", + "string": "Order discount was removed by" + }, + "Kc2/e7": { + "context": "section header", + "string": "Unfulfilled ({quantity})" + }, + "KcsJKm": { + "context": "error with activatation alert message", + "string": "Error activating gift {count,plural,one{card} other{cards}}" + }, + "KeO51o": { + "string": "Channel" + }, + "Kg0Fiu": { + "context": "quantity of fulfilled products", + "string": "Quantity to fulfill" + }, + "Kgxlsf": { + "context": "order", + "string": "Paid with Gift Card" + }, + "KmPicj": { + "string": "Note successfully added" + }, + "KqbfFa": { + "context": "expiry date selection info message", + "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." + }, + "Krzyo+": { + "context": "shipment refund title", + "string": "Shipment was refunded" + }, + "KszPFx": { + "context": "dialog header", + "string": "Void Payment" + }, + "KupNHw": { + "context": "product field", + "string": "Category" + }, + "Kw0jHS": { + "context": "created products counter", + "string": "{count}/{max} SKUs used" + }, + "Kxiige": { + "string": "Generated Token" + }, + "Kyyr7D": { + "context": "dialog header", + "string": "Unassign Variant From Sale" + }, + "L/O4LQ": { + "context": "order refund amount", + "string": "Authorized Amount" + }, + "L5io1l": { + "context": "returned products list title", + "string": "Products returned" + }, + "L5rthO": { + "string": "Apply unique stock by attribute to each SKU" + }, + "L6+p8a": { + "context": "dialog title", + "string": "Delete permission group" + }, + "L7N+0y": { + "context": "product rating", + "string": "Product Rating" + }, + "L87bp7": { + "string": "Order payment successfully voided" + }, + "LA13a5": { + "context": "channel select label", + "string": "Channel" + }, + "LATpSE": { + "context": "marketplace content", + "string": "Discover great free and paid apps in our Saleor Marketplace." + }, + "LEZZkK": { + "context": "WarehouseSettings all warehouses description", + "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" + }, + "LHPVg/": { + "context": "assign countries to shipping zone and save, button", + "string": "Assign and save" + }, + "LICZeR": { + "context": "weight", + "string": "from {value} {unit}" + }, + "LKoIB1": { + "string": "Add search engine title and description to make this product easier to find" + }, + "LKpQYh": { + "context": "refund type", + "string": "Miscellaneous Refund" + }, + "LOSNq0": { + "context": "dialog header", + "string": "Unassign Categories From Voucher" + }, + "LR3HlT": { + "string": "This password is too short" + }, + "LVa5ew": { + "string": "Saleor ran into an unexpected problem" + }, + "LWmYSU": { + "string": "Completed Translations" + }, + "LkuDEb": { + "context": "metadata field value, header", + "string": "Value" + }, + "LmKz3g": { + "string": "Storefront" + }, + "LnRlch": { + "context": "attribute's editor component entity", + "string": "Entity" + }, + "LsgHmZ": { + "context": "delete shipping zone", + "string": "Are you sure you want to delete {name}?" + }, + "LshEVn": { + "context": "button", + "string": "Create order" + }, + "LtqrM8": { + "context": "delete custom app", + "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" + }, + "Lx1ima": { + "context": "button", + "string": "Upload image" + }, + "M1uijW": { + "context": "collection", + "string": "Not Published" + }, + "M4q0Ye": { + "context": "error message", + "string": "Sorry, login went wrong. Please try again." + }, + "M6s/9e": { + "context": "unassign country, dialog header", + "string": "Remove from Shipping Zone" + }, + "M8z5WZ": { + "context": "WarehouseSettings disabled warehouse description", + "string": "If selected customer won't be able to choose this warehouse as pickup point" + }, + "M9LXb5": { + "context": "no shipping carriers title", + "string": "No applicable shipping carriers" + }, + "MAsLIT": { + "context": "custom app token key", + "string": "Key" + }, + "MHVglr": { + "context": "deactivate", + "string": "Deactivate" + }, + "MIC9W7": { + "context": "WarehouseSettings pickup title", + "string": "Pickup" + }, + "MJBAqv": { + "context": "column title used by/customer", + "string": "Used by" + }, + "MKtgZB": { + "string": "Only staff users can access the dashboard" + }, + "MNZY28": { + "context": "table column header", + "string": "Channel threshold" + }, + "MPOj0I": { + "context": "ExitFormPrompt confirm button", + "string": "Save changes" + }, + "MPfyne": { + "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" + }, + "MQwT1W": { + "context": "activate", + "string": "Activate" + }, + "MSD3A/": { + "string": "Search Sale" + }, + "MSItJD": { + "string": "You are about to leave the Dashboard. Do you want to continue?" + }, + "MTl5o6": { + "context": "new discount label", + "string": "New discount value" + }, + "MVU6ol": { + "context": "exceeded permissions description", + "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." + }, + "MWSacl": { + "string": "Multichannel" + }, + "MXZuVP": { + "context": "remove country from shipping zone and save, button", + "string": "Remove and save" + }, + "MbZHXE": { + "context": "column title balance", + "string": "Balance" + }, + "McN+wq": { + "context": "customers section name", + "string": "Customers" + }, + "Mee46w": { + "context": "collection publication date", + "string": "Becomes published on {date}" + }, + "MewrtN": { + "context": "section header", + "string": "Fulfillment" + }, + "MgdgpT": { + "context": "customer input label", + "string": "Customer" + }, + "MjUyhA": { + "context": "section subheader", + "string": "Active member since {date}" + }, + "MmGlkp": { + "context": "dialog header", + "string": "Unassign Collections From Voucher" + }, + "Mmo9k2": { + "context": "table header warehouse stock label", + "string": "Warehouse stock" + }, + "MpR4zK": { + "context": "customer details, header", + "string": "{fullName} Details" + }, + "MxhVZv": { + "string": "Are you sure you want to delete collection's image?" + }, + "MyM2oR": { + "context": "window title", + "string": "Create variant" + }, + "Myx1Qp": { + "context": "add discount button", + "string": "Add Discount" + }, + "Mz0cx+": { + "context": "delete channel", + "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" + }, + "N2SbNc": { + "string": "{counter,plural,one{Are you sure you want to delete this customer?} other{Are you sure you want to delete {displayQuantity} customers?}}" + }, + "N3Zot1": { + "context": "button", + "string": "Change your password" + }, + "N43t3/": { + "context": "error message", + "string": "Number not set for an invoice" + }, + "N5UuEK": { + "context": "header", + "string": "Items ready to ship" + }, + "N6lfS/": { + "context": "header", + "string": "Authorization Field Delete" + }, + "N76zUg": { + "context": "page header", + "string": "Create Customer" + }, + "N7XGzW": { + "context": "error message", + "string": "This name is already taken. Please provide another." + }, + "NBP8uu": { + "context": "page header", + "string": "New Product" + }, + "ND5x+V": { + "string": "We’re generating the invoice you requested. Please wait a couple of moments" + }, + "NDm2Fe": { + "context": "page title", + "string": "Weight Rate Create" + }, + "NEJo1I": { + "context": "dialog content", + "string": "Are you sure you want to delete {voucherCode}?" + }, + "NGc9kE": { + "string": "Page type deleted" + }, + "NJEe12": { + "string": "Search Draft" + }, + "NJbzcP": { + "context": "dialog header", + "string": "Cancel Orders" + }, + "NLNonj": { + "context": "send to channel select label", + "string": "Send to channel" + }, + "NLybdq": { + "context": "voucher channel", + "string": "Channel" + }, + "NNT3Lp": { + "context": "collections section name", + "string": "Collections" + }, + "NPfmdK": { + "context": "webhook input label", + "string": "Secret Key" + }, + "NUevU9": { + "context": "attribute values list: slug column header", + "string": "Swatch" + }, + "NWxomz": { + "string": "Fulfillment status" + }, + "NXpFlL": { + "context": "product attribute values, page title", + "string": "Choose Values" + }, + "NZtcLb": { + "context": "gift card bulk create success dialog content", + "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." + }, + "NcY4ph": { + "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" + }, + "Nfh9QM": { + "context": "checkbox gift cards label description", + "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" + }, + "NgCb99": { + "context": "order line discount updated title", + "string": "{productName} discount was updated by" + }, + "NhQboB": { + "context": "dialog header", + "string": "Saleor couldn’t cancel order" + }, + "NivJal": { + "context": "section header", + "string": "All Subcategories" + }, + "NlSJMM": { + "context": "channels section name", + "string": "Channels" + }, + "Np7J92": { + "context": "deactivate local named app", + "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." + }, + "NqxvFh": { + "context": "navigator placeholder", + "string": "Type Command" + }, + "NsgWhZ": { + "context": "placeholder", + "string": "Search by value name, etc..." + }, + "NskBjH": { + "context": "marketplace content", + "string": "Marketplace is coming soon" + }, + "NtFVFS": { + "context": "weight", + "string": "{value} {unit}" + }, + "Nuq83+": { + "string": "Create new channel" + }, + "Nv/toB": { + "context": "button", + "string": "Assign and save" + }, + "NvwS/N": { + "context": "gift card history message", + "string": "Gift card was deactivated" + }, + "NxRsHQ": { + "context": "section header", + "string": "Fulfillment - #{fulfilmentId}" + }, + "NxeDbG": { + "context": "image upload", + "string": "Drop here to upload" + }, + "NzifUg": { + "context": "window title", + "string": "Fulfill Order" + }, + "O22NIZ": { + "context": "deletion error message", + "string": "Cant's delete group which is out of your permission scope" + }, + "O95R3Z": { + "string": "Phone" + }, + "O9QPe1": { + "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?}}" + }, + "OA+fw+": { + "context": "conjunction, choice between going to dashboard or refreshing page", + "string": "or" + }, + "OBQ+th": { + "context": "WarehouseSettings disabled warehouse label", + "string": "Disabled" + }, + "OGemtu": { + "context": "payment status", + "string": "Partially refunded" + }, + "OGm8wO": { + "context": "button", + "string": "Create Channel" + }, + "OKGd/k": { + "context": "order history message", + "string": "Order was created from draft" + }, + "OPtrMg": { + "context": "header", + "string": "{webhookName} Details" + }, + "OTek3r": { + "context": "product variant name", + "string": "Variant" + }, + "OTpV1t": { + "context": "webhook name", + "string": "Name" + }, + "OVOU1z": { + "context": "section header", + "string": "Metadata" + }, + "OaA0f9": { + "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." + }, + "OaKyz4": { + "context": "input label", + "string": "Stock reservation for authenticated user (in minutes)" + }, + "ObRk1O": { + "string": "If this option is disabled, discount will be counted for every eligible product" + }, + "Oe62bR": { + "context": "product availability", + "string": "Availability" + }, + "Of19Pn": { + "context": "Types", + "string": "Page Types" + }, + "OgFBAj": { + "context": "input label", + "string": "Price" + }, + "OhFGpX": { + "context": "button", + "string": "Assign members" + }, + "OhdPS1": { + "context": "amount of refunded money", + "string": "Amount" + }, + "OrMr/k": { + "context": "window title", + "string": "Create Channel" + }, + "OrR3Qy": { + "context": "no products", + "string": "No products found" + }, + "Orgqv4": { + "context": "numeric attribute unit", + "string": "Unit" + }, + "OwG/0z": { + "string": "Deleted menu" + }, + "OzHN0Z": { + "context": "order history message", + "string": "Links to the order's digital goods were sent" + }, + "P+kVxW": { + "context": "card description", + "string": "User is assigned to:" + }, + "P/EDn1": { + "context": "order history message", + "string": "Order was fully paid" + }, + "P/oGtb": { + "context": "product availability", + "string": "Available for purchase" + }, + "P5twxk": { + "context": "link", + "string": "Activate" + }, + "P79U4b": { + "context": "attribute's slug short code label", + "string": "Attribute Code" + }, + "P7PLVj": { + "string": "Date" + }, + "PAqicb": { + "context": "button", + "string": "Cancel order" + }, + "PBd/e+": { + "context": "dialog header", + "string": "Change address for order" + }, + "PCoO4D": { + "context": "error message", + "string": "Page not found." + }, + "PFXGaR": { + "string": "Shipping Zones" + }, + "PHUcrU": { + "context": "date when order was placed", + "string": "Date" + }, + "PJDcQs": { + "context": "set balance button label", + "string": "Set Balance" + }, + "PKJqcq": { + "string": "Invoice is Generating" + }, + "PLCwT/": { + "context": "search results", + "string": "Show more" + }, + "PRXpBm": { + "context": "dialog header", + "string": "Cancel Order" + }, + "PRlD0A": { + "string": "Shipping" + }, + "PTW56s": { + "context": "alert", + "string": "Channel limit reached" + }, + "PV0SQd": { + "context": "WarehousesSection select field label", + "string": "Warehouse" + }, + "PX2zWy": { + "context": "customer is not set in draft order", + "string": "Not set" + }, + "PXatmC": { + "string": "Customer Removed" + }, + "PXx4Jk": { + "context": "window title", + "string": "Create Product" + }, + "PajjqE": { + "context": "attribute list", + "string": "Attribute {number}" + }, + "PbqNhi": { + "context": "order status", + "string": "Partially fulfilled" + }, + "PcPMjC": { + "context": "order history message", + "string": "Fulfillment awaits approval" + }, + "PcQRxi": { + "context": "gift card history message", + "string": "Gift card was bought in order {orderNumber}" + }, + "PctLol": { + "context": "no channels found title", + "string": "No Channels Found" + }, + "PiSXjb": { + "context": "check to require numeric attribute unit", + "string": "Select unit" + }, + "PilTI6": { + "context": "issue gift card button label", + "string": "Issue" + }, + "PkCmGU": { + "context": "install button", + "string": "Install App" + }, + "PkjQS6": { + "context": "description", + "string": "No results found" + }, + "Pnj+JH": { + "context": "key-value field input", + "string": "Value" + }, + "Pp/7T7": { + "string": "{counter,plural,one{Are you sure you want to delete this category?} other{Are you sure you want to delete {displayQuantity} categories?}}" + }, + "PqMbma": { + "context": "add attribute value", + "string": "Add Value" + }, + "PsRG+v": { + "context": "use attribute in filtering", + "string": "Filterable in Storefront" + }, + "PsclSa": { + "context": "page header", + "string": "Create Voucher" + }, + "Pyjarj": { + "string": "This shipping rate has no postal codes assigned" + }, + "PzXIXh": { + "context": "order", + "string": "Customer" + }, + "Q/Nbku": { + "context": "product field", + "string": "Type" + }, + "Q0JJ4F": { + "context": "dialog header", + "string": "Delete Vouchers" + }, + "Q1HhPk": { + "context": "table head", + "string": "Product Type" + }, + "Q1Uzbb": { + "string": "No products found" + }, + "Q2UXlW": { + "context": "modal button url upload", + "string": "Upload URL" + }, + "Q3j++G": { + "context": "create multiple variants, button", + "string": "Create" + }, + "Q47ovw": { + "context": "activate app", + "string": "Are you sure you want to activate this app? Activating will start gathering events." + }, + "Q55cTG": { + "context": "order refund amount", + "string": "Previously refunded" + }, + "Q6VRrE": { + "context": "dialog content", + "string": "{counter,plural,one{Are you sure you want to delete this order draft?} other{Are you sure you want to delete {displayQuantity} order drafts?}}" + }, + "Q6wcZ5": { + "string": "First Name" + }, + "Q7uuDr": { + "context": "attribute slug input field helper text", + "string": "This is used internally. Make sure you don’t use spaces" + }, + "Q8Qw5B": { + "string": "Description" + }, + "Q8mpW3": { + "string": "Successfully created voucher" + }, + "Q8wHwJ": { + "string": "Deleted collection" + }, + "Q9wTrz": { + "context": "caption", + "string": "If enabled, you’ll be able to use this attribute to filter products in product list." + }, + "QBxN6z": { + "context": "is filter range or value", + "string": "between" + }, + "QCwBUI": { + "context": "button", + "string": "Delete Search" + }, + "QEvH8Q": { + "context": "section description", + "string": "Assign permissions to register asynchronous events for this webhook." + }, + "QFBjlV": { + "context": "error message", + "string": "Stock for this warehouse already exists for this product variant" + }, + "QFCUEt": { + "string": "Slug must be unique" + }, + "QGjJcT": { + "context": "number of products", + "string": "Products" + }, + "QH74y5": { + "context": "table header name col label", + "string": "Name" + }, + "QHB48n": { + "context": "header", + "string": "Tax Rates in {countryName}" + }, + "QJG+d/": { + "context": "staff added type order discount", + "string": "Staff added" + }, + "QLVddq": { + "context": "button", + "string": "Create customer" + }, + "QM9P8G": { + "context": "dialog header", + "string": "Assign Attribute" + }, + "QSnh4Y": { + "context": "add button label", + "string": "Add" + }, + "QUyUJy": { + "string": "Main Product" + }, + "QVNg8A": { + "context": "product field", + "string": "Charge Taxes" + }, + "QWCh6/": { + "context": "change warehouse dialog description", + "string": "Choose warehouse you want to fulfill this order from" + }, + "QY7FSs": { + "context": "button", + "string": "create product type" + }, + "QZVD+5": { + "context": "button, unassign attribute from object", + "string": "Unassign and save" + }, + "QZoU0r": { + "context": "dialog header", + "string": "Delete Channel" + }, + "QcIFCs": { + "context": "save search tab", + "string": "Search Name" + }, + "QclvqG": { + "context": "input label", + "string": "Checkout line limit" + }, + "QdGzUf": { + "context": "number of collections", + "string": "Collections ({quantity})" + }, + "Qe4XHv": { + "context": "years after label", + "string": "years after issue" + }, + "QfKQx3": { + "context": "warehouse label when multiple products are unavailable", + "string": "{productCount} products are unavailable at this location" + }, + "QiN4hv": { + "context": "active", + "string": "Active" + }, + "QirE3M": { + "string": "Start Date" + }, + "Qj/3sH": { + "context": "limit voucher", + "string": "Limit number of times this discount can be used in total" + }, + "QkFeOa": { + "context": "order refund amount button", + "string": "Refund" + }, + "QooeI/": { + "context": "button", + "string": "Create Customer" + }, + "Qovenh": { + "string": "Anonymous user" + }, + "Qox+kb": { + "string": "on field {fieldName}" + }, + "Qph0GE": { + "context": "dialog content", + "string": "Add a new address:" + }, + "QzseV7": { + "context": "dialog header", + "string": "Delete Menu" + }, + "R98JLZ": { + "context": "OrderCustomer Fulfillment from All Warehouses", + "string": "Fulfill from All Warehouses" + }, + "RBxYJf": { + "context": "sale status", + "string": "Expired" + }, + "REVk27": { + "context": "info text", + "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" + }, + "RH+aOF": { + "context": "use attribute in filtering", + "string": "Use in Filtering" + }, + "RJ5QxE": { + "string": "Global threshold" + }, + "RLBLPQ": { + "context": "no warehouses info", + "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" + }, + "RLTaAR": { + "context": "order history message", + "string": "Order address was updated" + }, + "RLYfMF": { + "context": "checkbox label", + "string": "Automatically confirm all orders" + }, + "RLZ1jd": { + "context": "delete gift cards with balance description", + "string": "{selectedItemsCount,plural,one{The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other{You are about to delete gift cards with available balance. Are you sure you want to do that?}}" + }, + "RMB6fU": { + "context": "button", + "string": "Create Token" + }, + "RQUkVW": { + "string": "Manage your employees and their permissions" + }, + "RUzdUH": { + "string": "No shipping rates found" + }, + "RXPGi/": { + "context": "page title", + "string": "Price Rate Create" + }, + "RXbkle": { + "context": "copy code button label", + "string": "Copy code" + }, + "RZ32u5": { + "context": "PageTypeDeleteWarningDialog single consent label", + "string": "Yes, I want to delete this page type and assigned pages" + }, + "RZmdM3": { + "context": "delete page types", + "string": "{counter,plural,one{Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other{Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" + }, + "RaycYK": { + "context": "button", + "string": "Save" + }, + "Rd0s80": { + "context": "no cards found title message", + "string": "No gift cards found" + }, + "RfPJ1E": { + "context": "issue card button label", + "string": "Issue card" + }, + "Rj8LxK": { + "string": "Add search engine title and description to make this collection easier to find" + }, + "Rjs1CD": { + "context": "button", + "string": "Continue" + }, + "RlbhwF": { + "context": "product no longer exists error description", + "string": "This product is no longer in database so it can’t be replaced, nor returned" + }, + "RlfqSV": { + "string": "No orders found" + }, + "RoKOQJ": { + "context": "label", + "string": "Search Attribute Value" + }, + "Rp/Okl": { + "string": "Shipping Weight Unit" + }, + "Rpfa+t": { + "context": "dialog header", + "string": "Unassign Attribute from Page Type" + }, + "RrCui3": { + "string": "Summary" + }, + "Rsknyh": { + "context": "order does not require shipping", + "string": "does not apply" + }, + "Ryh3iR": { + "context": "header", + "string": "Create Webhook" + }, + "RzDYi8": { + "context": "checkbox label", + "string": "Set the same for billing address" + }, + "RzsKm8": { + "string": "Shipping methods" + }, + "S/yAtJ": { + "context": "total price", + "string": "Total" + }, + "S22jIs": { + "context": "button", + "string": "Set new password" + }, + "S52JMl": { + "context": "default gift card delete description", + "string": "{selectedItemsCount,plural,one{Are you sure you want to delete this gift card?} other{Are you sure you want to delete {selectedItemsCount} giftCards?}}" + }, + "S5PVx1": { + "context": "variant creator summary card header", + "string": "Created Variants" + }, + "S7Rwl0": { + "context": "stock exceeded action question label", + "string": "Are you sure you want to fulfill those products anyway?" + }, + "S7j+Wf": { + "context": "unassign attribute from product type, button", + "string": "Unassign" + }, + "SC/eNC": { + "context": "Payment card title", + "string": "Payment status" + }, + "SHm7ee": { + "string": "Search by product name, attribute, product type etc..." + }, + "SKFr04": { + "string": "Attribute not found." + }, + "SMakqb": { + "context": "customer contact section, header", + "string": "Contact Information" + }, + "SNiyXb": { + "context": "numeric attribute type", + "string": "Numeric" + }, + "SO56cv": { + "context": "success deactivate alert message", + "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" + }, + "SPBLzT": { + "context": "header", + "string": "Translation Attribute \"{attribute}\" - {languageCode}" + }, + "SSWFo8": { + "context": "window title", + "string": "Create Product Type" + }, + "STJx8N": { + "context": "change button label", + "string": "Change" + }, + "STp3Hl": { + "string": "Apply single stock to all SKUs" + }, + "SUbxSK": { + "context": "product weight", + "string": "Weight" + }, + "SZH0fw": { + "context": "set variant as default, button", + "string": "Set as default" + }, + "SZJhvK": { + "context": "dialog header", + "string": "Select Channel" + }, + "SZt9kC": { + "context": "export filtered items to csv file", + "string": "Current search ({number})" + }, + "Sd0Ppm": { + "context": "product publication date", + "string": "Published on {date}" + }, + "Sjd7wm": { + "context": "product filter label", + "string": "Product" + }, + "Sna+WK": { + "context": "product status", + "string": "Out Of Stock" + }, + "SpngiS": { + "context": "sale status", + "string": "Status" + }, + "SqcGBK": { + "context": "channel availability dialog header", + "string": "Manage Channel Availability" + }, + "SqhC7g": { + "context": "checkbox label, fulfillment approval", + "string": "Send shipment details to customer" + }, + "SwISVH": { + "context": "section header", + "string": "Saleor Marketplace" + }, + "Sx7QVu": { + "context": "variant creation step", + "string": "Prices and SKU" + }, + "T/5OyA": { + "string": "No translation yet" + }, + "T/dYnE": { + "context": "plugin filters error messages status", + "string": "Status is not selected" + }, + "T0Mfxq": { + "context": "product status title", + "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" + }, + "T1f2Yl": { + "string": "Variant Name" + }, + "T4GOiX": { + "string": "End Date" + }, + "T4wa2Y": { + "context": "global config plugin status popup title", + "string": "Global Plugin" + }, + "T5nU7u": { + "context": "header", + "string": "Create Token" + }, + "T6dXGG": { + "context": "header", + "string": "Create Variant" + }, + "T8rvXs": { + "context": "order subtotal price", + "string": "Subtotal" + }, + "TBaMo2": { + "context": "about app", + "string": "About" + }, + "TC/EOG": { + "context": "status section title", + "string": "Status in channel" + }, + "TCR639": { + "context": "order history message", + "string": "Payment failed" + }, + "TDXskW": { + "context": "variant attribute", + "string": "Select Attribute" + }, + "TDhHMi": { + "string": "This needs to be unique" + }, + "TE4fIS": { + "string": "City" + }, + "TGX4T1": { + "string": "Search Engine Preview" + }, + "TKmub+": { + "string": "This field is required" + }, + "TLNf6K": { + "context": "window title", + "string": "Draft Order #{orderNumber}" + }, + "TLYeo5": { + "context": "label", + "string": "Shipping Rate Description" + }, + "TOMgXz": { + "context": "button", + "string": "Reset" + }, + "TPCRKr": { + "context": "variant price, header", + "string": "Price" + }, + "TPW2tP": { + "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." + }, + "TSJRiZ": { + "context": "channel status title", + "string": "Channel Status" + }, + "TWVx7O": { + "context": "delete product dialog title", + "string": "Delete Product" + }, + "TZtvTG": { + "context": "table header required stock label", + "string": "Required" + }, + "Ta9j04": { + "context": "orders section name", + "string": "Orders" + }, + "TalJlD": { + "context": "tax rate for a product type", + "string": "Tax" + }, + "TfY/Pi": { + "context": "checkbox", + "string": "Charge taxes on this product" + }, + "TjGYna": { + "context": "product inventory, checkbox", + "string": "Track Inventory" + }, + "TjbB4Y": { + "context": "section subheader", + "string": "Asynchronous events" + }, + "Tl+7X4": { + "context": "tabel column header", + "string": "Refunded Qty" + }, + "TnTi/a": { + "context": "pricing card title", + "string": "Pricing" + }, + "TnyLrZ": { + "context": "PageTypeDeleteWarningDialog with items multiple description", + "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" + }, + "TpPx7V": { + "context": "navigator placeholder", + "string": "Search Customer" + }, + "TtZg/K": { + "context": "ExitFormPrompt title", + "string": "Would you like to save changes?" + }, + "U1eJIw": { + "context": "order history message", + "string": "Products were added to an order" + }, + "U2WgwW": { + "context": "add custom select input option", + "string": "Add new value: {value}" + }, + "U2mOqA": { + "string": "No vouchers found" + }, + "U3BQKA": { + "string": "Set publication date" + }, + "U5aVd8": { + "context": "product", + "string": "Shippable" + }, + "U8eeLW": { + "context": "button", + "string": "Assign products" + }, + "U9CIo7": { + "context": "button", + "string": "Save variant" + }, + "U9o2bV": { + "context": "no gift card products and types alert message", + "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." + }, + "UCHtG6": { + "context": "button", + "string": "About" + }, + "UD7/q8": { + "string": "No Products added to Order" + }, + "UJnqdm": { + "context": "dialog header", + "string": "Unassign Attribute From Product Type" + }, + "UKgP89": { + "context": "note input label", + "string": "Note" + }, + "UN+yTt": { + "string": "Staff Settings" + }, + "UN3qWD": { + "context": "page status", + "string": "Not Published" + }, + "UNwG+4": { + "context": "dialog content", + "string": "{counter,plural,one{Are you sure you want to delete this page?} other{Are you sure you want to delete {displayQuantity} pages?}}" + }, + "UQ4Kuh": { + "context": "input label", + "string": "Search Staff Members" + }, + "UQu75k": { + "context": "dialog header", + "string": "Approve this fulfillment" + }, + "US3IPU": { + "string": "Search Engine Description" + }, + "USO8PB": { + "context": "snackbar text", + "string": "App deactivated" + }, + "USS3Q7": { + "context": "filters error messages unknown error", + "string": "Unknown error occurred" + }, + "UW1fLs": { + "context": "search pages placeholder", + "string": "Search Pages" + }, + "UaYJJ8": { + "string": "Are you sure you want to delete {name} search tab?" + }, + "Ubath+": { + "string": "No reduced tax categories found" + }, + "Uf3oHA": { + "context": "add new menu item", + "string": "Create new item" + }, + "Uh9R9m": { + "context": "prepare order fulfillment, button", + "string": "Prepare fulfillment" + }, + "UhcALJ": { + "context": "attribute name", + "string": "Name" + }, + "Uj2hj8": { + "context": "unassign variant from sale and save, button", + "string": "Unassign and save" + }, + "UjoSZB": { + "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?}}" + }, + "UjsI4o": { + "context": "date", + "string": "since {date}" + }, + "Um3g00": { + "context": "send to customer selected label", + "string": "Send gift card to customer" + }, + "Uo5/Ov": { + "context": "order return subtitle", + "string": "Returned items can't be fulfilled" + }, + "Uo5MoU": { + "context": "product field", + "string": "Variant Images" + }, + "Urh2N3": { + "context": "label", + "string": "Link" + }, + "Utq1fE": { + "context": "customer gift cards card title", + "string": "Gift Cards" + }, + "Uu2B2G": { + "context": "gift card history message", + "string": "Gift card was used as a payment method on order {orderLink} by" + }, + "Uu76vj": { + "context": "no categories", + "string": "No categories found" + }, + "UvD+xp": { + "context": "attribute values", + "string": "Value {number}" + }, + "UxdBmI": { + "context": "collection availability", + "string": "Availability" + }, + "UycVMp": { + "context": "button", + "string": "Create subcategory" + }, + "UymotP": { + "context": "channel name", + "string": "Channel name" + }, + "V+fkAO": { + "context": "number of products in category", + "string": "Products" + }, + "V+gwx7": { + "context": "order payment", + "string": "Captured amount" + }, + "V+h02n": { + "context": "issued by label", + "string": "Issued by" + }, + "V/VAHG": { + "string": "Attribute deleted" + }, + "V/YxJa": { + "context": "dialog header", + "string": "Edit Shipping Method" + }, + "V1mqpZ": { + "context": "button", + "string": "Create Permission Group" + }, + "V2+HTM": { + "context": "dialog header", + "string": "Title" + }, + "V2BBQu": { + "string": "Currency in both channels must be the same" + }, + "V3fvcD": { + "context": "dialog content", + "string": "Removed sale" + }, + "V76IV7": { + "context": "variant name", + "string": "Variant" + }, + "V8FhTt": { + "context": "collection label", + "string": "Hidden" + }, + "VCzrEZ": { + "context": "link", + "string": "View Profile" + }, + "VDwkEZ": { + "context": "refunded event title", + "string": "Products were refunded by" + }, + "VEE4gD": { + "context": "error message", + "string": "Shipping method is not valid for chosen shipping address" + }, + "VEext+": { + "string": "Are you sure you want to delete this image?" + }, + "VHuzgq": { + "context": "table actions", + "string": "Actions" + }, + "VI+X8H": { + "context": "no gift card product types alert message", + "string": "{createGiftCardProductType} to start selling gift cards in your store." + }, + "VIABHy": { + "context": "error message", + "string": "Default shipping zone already exists" + }, + "VKWPBf": { + "context": "dialog header", + "string": "Delete Staff User Avatar" + }, + "VKb1MS": { + "string": "Categories" + }, + "VOiUXQ": { + "string": "Used to calculate rates for shipping for products of this product type, when specific weight is not given" + }, + "VQLIXd": { + "context": "product", + "string": "Name" + }, + "VSj89H": { + "context": "fulfill button label", + "string": "Fulfill anyway" + }, + "VSztEE": { + "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" + }, + "VTITVe": { + "context": "section header", + "string": "Staff Member Information" + }, + "VZsE96": { + "string": "Collection Name" + }, + "VcI+Zh": { + "context": "header", + "string": "Metadata" + }, + "VceXrc": { + "context": "initial balance filter label", + "string": "Initial balance" + }, + "VdDcxc": { + "context": "button", + "string": "Create Collection" + }, + "Vdy5g7": { + "context": "weight units type", + "string": "Weight" + }, + "VmMDLN": { + "context": "permission list item description", + "string": "This group is last source of that permission" + }, + "VrFy8e": { + "string": "No notes from customer" + }, + "VsGcdP": { + "context": "section header", + "string": "App permissions" + }, + "Vu9nol": { + "context": "header", + "string": "Order settings" + }, + "VvA7ai": { + "context": "info text", + "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" + }, + "VvFJ/T": { + "context": "PageTypeDeleteWarningDialog single no assigned items description", + "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." + }, + "VyzsWZ": { + "string": "Default Billing Address" + }, + "W+AFZY": { + "context": "button label", + "string": "Deactivate" + }, + "W+x5ZI": { + "context": "webhooks active label", + "string": "Webhook is active" + }, + "W/Es0H": { + "string": "Order successfully cancelled" + }, + "W0kQd+": { + "context": "dialog title", + "string": "Add Address" + }, + "W32xfN": { + "context": "staff member full name", + "string": "Name" + }, + "W3JbSQ": { + "context": "create product variants", + "string": "How would you like to create variants:" + }, + "W5SK5c": { + "string": "Select content type" + }, + "W8i2Ez": { + "context": "product field", + "string": "Name" + }, + "WCg2GZ": { + "context": "change warehouse dialog search placeholder", + "string": "Search warehouses" + }, + "WDy0tF": { + "context": "section header", + "string": "Webhook Information" + }, + "WE8IFE": { + "context": "product name", + "string": "Product" + }, + "WFG7Zk": { + "context": "unassign attribute from page type, button", + "string": "Unassign" + }, + "WGp+Fw": { + "context": "order refund amount", + "string": "Shipment Cost" + }, + "WHkx+F": { + "string": "Price cannot be lower than 0" + }, + "WMGoqz": { + "context": "used by filter label", + "string": "Used by" + }, + "WQMTKI": { + "context": "list of warehouses", + "string": "Warehouses A to Z" + }, + "WQnltU": { + "string": "No products available in order channel matching given query" + }, + "WR8rir": { + "context": "button", + "string": "Create rate" + }, + "WRPQMM": { + "context": "dialog content", + "string": "{counter,plural,one{Are you sure you want to publish this page?} other{Are you sure you want to publish {displayQuantity} pages?}}" + }, + "WRkCFt": { + "context": "tab name", + "string": "All Orders" + }, + "WS4ov0": { + "context": "notifier message", + "string": "Note was added sucessfully" + }, + "WTj17Z": { + "context": "dialog title item discount", + "string": "Discount Item" + }, + "WUf3Iu": { + "context": "percentage option", + "string": "Percentage" + }, + "WW+Ruy": { + "string": "Deleted product from collection" + }, + "WWV8aZ": { + "context": "dialog title", + "string": "Delete attribute value" + }, + "WasHjQ": { + "context": "voucher discount", + "string": "Shipment" + }, + "WbV1Xm": { + "context": "button", + "string": "Order Settings" + }, + "Wd8vG7": { + "context": "dialog content", + "string": "{counter,plural,one{Are you sure you want to unpublish this page?} other{Are you sure you want to unpublish {displayQuantity} pages?}}" + }, + "WhKGPA": { + "context": "page title", + "string": "Set up new password" + }, + "WhvuCb": { + "context": "plugins section name", + "string": "Plugins" + }, + "WkxE8/": { + "context": "percentage or fixed, header", + "string": "Discount Type" + }, + "Wlc67M": { + "context": "error message", + "string": "Cannot choose a shipping method for an order without the shipping address" + }, + "WnlZMO": { + "context": "title", + "string": "There’s a problem with app." + }, + "WwNtFn": { + "context": "delete product variant", + "string": "Are you sure you want to delete {name}?" + }, + "WwZfNK": { + "string": "Add new menu item to begin creating menu" + }, + "WyPitj": { + "context": "gift card bulk create success dialog title", + "string": "Bulk Issue Gift Cards" + }, + "WzA5Ll": { + "string": "Cannot remove user from last group" + }, + "WzHfj8": { + "context": "successfully created gift card alert title", + "string": "Successfully created gift card" + }, + "X/K4LI": { + "context": "label", + "string": "Normal" + }, + "X26jCC": { + "context": "page label", + "string": "Visible" + }, + "X6PF8z": { + "context": "entity (product, collection, shipping method) name", + "string": "Name" + }, + "X7fqfM": { + "context": "title", + "string": "Reserved stock" + }, + "X8+Lpa": { + "context": "button", + "string": "Account Settings" + }, + "X8qjg3": { + "context": "inactive", + "string": "Inactive" + }, + "X90ElB": { + "context": "dialog header", + "string": "Delete Webhook" + }, + "X90t9n": { + "context": "product type", + "string": "Configurable" + }, + "XAPFHP": { + "context": "card update success alert title", + "string": "Successfully updated card balance" + }, + "XB2Jj9": { + "context": "create app button", + "string": "Create App" + }, + "XBfvKN": { + "string": "Order History" + }, + "XBwpUv": { + "context": "product field", + "string": "Export Variant Weight" + }, + "XCIV8H": { + "context": "button", + "string": "Refresh" + }, + "XDBeA+": { + "context": "discount type", + "string": "Fixed amount" + }, + "XDeh5D": { + "context": "dialog header", + "string": "Create Variants" + }, + "XFtKV5": { + "context": "input placeholder tag", + "string": "Tag" + }, + "XGBsoK": { + "context": "dialog content", + "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" + }, + "XJSRDK": { + "context": "payment status", + "string": "Fully refunded" + }, + "XLYssG": { + "context": "assign categories to sale and save", + "string": "Assign and save" + }, + "XMrYaA": { + "context": "checkbox label", + "string": "User is active" + }, + "XMvH/d": { + "context": "button label", + "string": "ACCEPT" + }, + "XNeJay": { + "context": "section header", + "string": "Eligible Collections" + }, + "XQBVEJ": { + "context": "order return error description when cannot refund", + "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." + }, + "XRf1Bi": { + "context": "order refunded success message", + "string": "Refunded Items" + }, + "XT/ZvF": { + "context": "voucher requirement", + "string": "Minimum quantity of items" + }, + "XUU9sU": { + "context": "section header", + "string": "All Media" + }, + "XWGZLL": { + "context": "transaction reference subtitle", + "string": "Transaction reference" + }, + "XYhE8p": { + "context": "edit attribute value", + "string": "Edit Value" + }, + "XZR590": { + "context": "sale value", + "string": "Value" + }, + "Xb6BJ9": { + "context": "error message", + "string": "Manual payments can not be refunded" + }, + "Xel9C+": { + "context": "navigator default mode description", + "string": "Search Views and Actions" + }, + "XitW/z": { + "string": "Translation Category \"{categoryName}\" - {languageCode}" + }, + "XkX56I": { + "context": "filters error messages value required", + "string": "Choose a value" + }, + "XlPKAR": { + "context": "WarehouseSettings private stock description", + "string": "If enabled stock in this warehouse won't be shown" + }, + "Xm9qOu": { + "context": "product pricing, section header", + "string": "Pricing" + }, + "Xr5zxu": { + "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." + }, + "Xtd0AT": { + "string": "Original String" + }, + "XwQQ1f": { + "context": "checkbox label description", + "string": "All fulfillments will be automatically approved" + }, + "XwrKOi": { + "context": "unassign multiple attributes from item", + "string": "{counter,plural,one{Are you sure you want to unassign this attribute from {itemTypeName}?} other{Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" + }, + "Xy2T+y": { + "context": "header", + "string": "Edit Authorization Field" + }, + "Y1B0PN": { + "context": "error message", + "string": "There's no payment associated with the order" + }, + "Y299ST": { + "context": "table column header", + "string": "Price" + }, + "Y3pCRX": { + "context": "attribute can be searched in storefront", + "string": "Use as filter" + }, + "Y4cy0i": { + "context": "dialog header", + "string": "Ending preorder" + }, + "Y7M1YQ": { + "context": "section header", + "string": "Customer" + }, + "Y7UlMR": { + "context": "app extensions subsection", + "string": "Apps" + }, + "Y7Vy19": { + "context": "available on date", + "string": "Set available on" + }, + "Y9lv8z": { + "context": "product unavailability", + "string": "Unavailable for purchase" + }, + "YBqLHs": { + "context": "expiry date label", + "string": "Exact date" + }, + "YEpYMB": { + "context": "gift card export csv success alert title", + "string": "Exporting CSV" + }, + "YEv+6G": { + "context": "input helper text", + "string": "Leaving this setting empty will mean that stock won’t be reserved" + }, + "YFDAaX": { + "context": "dialog title order discount", + "string": "Discount this Order by:" + }, + "YFQBs1": { + "context": "product availability date label", + "string": "Set availability date" + }, + "YHNozE": { + "context": "dialog header", + "string": "Activate App" + }, + "YI6Fhj": { + "context": "no address is set in draft order", + "string": "Not set" + }, + "YJ4TXc": { + "context": "tab name", + "string": "All Staff Members" + }, + "YKyNm9": { + "context": "label", + "string": "Gift Card" + }, + "YMBn8d": { + "context": "draft orders section name", + "string": "Draft Orders" + }, + "YQ3EXR": { + "context": "product types section name", + "string": "Product Types" + }, + "YVIajc": { + "context": "product field", + "string": "Description" + }, + "YYkkhx": { + "context": "navigator section header", + "string": "Navigate to" + }, + "YZl6cv": { + "string": "Miscellaneous" + }, + "YdeHZX": { + "context": "unassign products from shipping method, button", + "string": "Unassign" + }, + "YgE6ga": { + "context": "imperial unit system", + "string": "Imperial" + }, + "YicEbK": { + "string": "Search Atrtibuttes" + }, + "YjcN9w": { + "context": "time during voucher is active, header", + "string": "Active Dates" + }, + "Yjhgle": { + "context": "tab name", + "string": "All Sales" + }, + "YkOzse": { + "context": "used warehouses counter", + "string": "{count}/{max} warehouses used" + }, + "Ykw8k5": { + "context": "dialog title", + "string": "Delete collections" + }, + "Yo2kC+": { + "string": "Couldn't process image" + }, + "YpLVVc": { + "context": "action", + "string": "Exclude postal codes" + }, + "YpukUN": { + "context": "label", + "string": "Shipping zone name" + }, + "Yw+9F7": { + "string": "No collections found" + }, + "Yxihwg": { + "context": "consent removal of gift cards with balance button label", + "string": "{selectedItemsCount,plural,one{I am aware that I am removing a gift card with balance} other{I am aware that I am removing gift cards with balance}}" + }, + "Yy/yDL": { + "string": "Reset password" + }, + "Z/7hyu": { + "context": "card balance label", + "string": "Card Balance" + }, + "Z6QAbw": { + "string": "This variant does not have any digital content" + }, + "Z7Tf8e": { + "context": "stock exceeded dialog description", + "string": "Stock for items shown below are not enough to prepare fulfillment:" + }, + "ZDJEat": { + "context": "button", + "string": "Load More" + }, + "ZFfG4L": { + "context": "ProductTypeDeleteWarningDialog single assigned items description", + "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" + }, + "ZHF4Z9": { + "context": "delete product dialog subtitle", + "string": "Are you sure you want to delete {name}?" + }, + "ZIc5lM": { + "string": "Product Name" + }, + "ZMy18J": { + "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." + }, + "ZPOyI1": { + "context": "fulfilled fulfillment, section header", + "string": "Fulfilled from {warehouseName}" + }, + "ZRz3hM": { + "string": "Export Product Stock Quantity to CSV" + }, + "ZWIjvr": { + "context": "dialog header", + "string": "Delete Sales" + }, + "ZayvsI": { + "context": "metric unit system", + "string": "Metric" + }, + "Zd3Eew": { + "context": "subsection header", + "string": "Shipping Address" + }, + "ZeD2TK": { + "context": "section header", + "string": "Third-party Apps" + }, + "Zg0dRo": { + "context": "dialog description", + "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" + }, + "ZhDQel": { + "context": "header", + "string": "Password" + }, + "ZhaXLU": { + "context": "button", + "string": "Copy" + }, + "Zhxu58": { + "context": "Fixed amount subtitle", + "string": "Fixed amount" + }, + "Zj/7QZ": { + "context": "details title", + "string": "Details" + }, + "ZprV2g": { + "context": "app has been installed", + "string": "{name} is ready to be used" + }, + "Zptsep": { + "context": "order was discounted event title", + "string": "Order was discounted by" + }, + "ZuqkSp": { + "context": "note input subtitle", + "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" + }, + "a+iRI1": { + "context": "single gift card title", + "string": "{selectedItemsCount,plural,one{Delete Gift Card} other{Delete Gift Cards}}" + }, + "a+kgkq": { + "context": "tag label", + "string": "Card Tag" + }, + "a+x05s": { + "context": "select option, button", + "string": "Select" + }, + "a/QJBx": { + "context": "user action bar", + "string": "Action" + }, + "a1uffz": { + "context": "draft created from replace products list title", + "string": "Products replaced" + }, + "a4qX2+": { + "context": "order", + "string": "Created" + }, + "a55zOn": { + "context": "section header", + "string": "Data privacy" + }, + "a5msuh": { + "string": "Yes" + }, + "a9S9Je": { + "context": "page types section name", + "string": "Page Types" + }, + "aAAxKp": { + "context": "table column header", + "string": "Product" + }, + "aCJwVq": { + "context": "warehouse", + "string": "Name" + }, + "aCX8rl": { + "context": "subheader", + "string": "Here is some information we gathered about your store" + }, + "aDbrOK": { + "string": "Search Staff Member" + }, + "aEc9Ar": { + "context": "gift card history message", + "string": "Gift card balance was reset by {resetBy}" + }, + "aFLtLk": { + "context": "tab name", + "string": "All Products" + }, + "aHc89n": { + "context": "select warehouse to restock items", + "string": "Select Warehouse" + }, + "aI80kg": { + "string": "Properties" + }, + "aMwxYb": { + "string": "Countries" + }, + "aOelhW": { + "context": "tab name", + "string": "All Plugins" + }, + "aPCrsp": { + "context": "shipping method name", + "string": "Name" + }, + "aPYFO1": { + "context": "expired status label", + "string": "Expired" + }, + "aPqizA": { + "context": "ProductTypeDeleteWarningDialog multiple assigned items description", + "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." + }, + "aY0HAT": { + "context": "section header", + "string": "Sales channel" + }, + "aYhcie": { + "context": "shipping method weight range", + "string": "Weight Range" + }, + "aZDHYr": { + "context": "price rates info", + "string": "This rate will apply to all orders" + }, + "abTH5q": { + "context": "error message", + "string": "Email address is not set" + }, + "ac+Y98": { + "context": "app settings error", + "string": "Failed to fetch app settings" + }, + "agZQkB": { + "context": "window title", + "string": "Create App" + }, + "aggaJg": { + "string": "This attribute has already been assigned to this product type" + }, + "aheQdn": { + "string": "Last Name" + }, + "akXDST": { + "context": "section header", + "string": "Visibility" + }, + "amQg6f": { + "context": "voucher status", + "string": "Active" + }, + "anK7jD": { + "string": "Product Type" + }, + "aq5ZiN": { + "context": "order history message", + "string": "Fulfillment confirmation was sent to customer" + }, + "asdvmK": { + "context": "product type", + "string": "Digital" + }, + "auxEP1": { + "context": "input placeholder", + "string": "Search by attribute name" + }, + "avj76v": { + "context": "ChannelsSection subtitle", + "string": "Assign channels to this shipping zone so we know which orders will be supported" + }, + "axFFaD": { + "context": "range input label", + "string": "Postal codes (end)" + }, + "b+jcaN": { + "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." + }, + "b1zuN9": { + "string": "Price" + }, + "b6L9n7": { + "context": "voucher is active until date", + "string": "Ends" + }, + "b810WJ": { + "context": "product price", + "string": "Price" + }, + "bDHiYK": { + "context": "gift card export success alert description", + "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" + }, + "bDO9DN": { + "context": "success gift card enable message", + "string": "Successfully enabled gift card" + }, + "bFhzRX": { + "string": "No products are out of stock" + }, + "bHdFph": { + "context": "subsection header", + "string": "Address" + }, + "bL/Wrc": { + "context": "plugin status", + "string": "Status" + }, + "bNw8PM": { + "context": "number of products", + "string": "Products ({quantity})" + }, + "bP7ZLP": { + "context": "voucher discount", + "string": "Entire order" + }, + "bPFp8B": { + "context": "product type", + "string": "Product Type" + }, + "bS7A8u": { + "context": "add tracking button", + "string": "Add tracking" + }, + "bVY7j0": { + "context": "Translated Name", + "string": "Translation" + }, + "bVbEZ/": { + "context": "amount filter label", + "string": "Amount" + }, + "bZenNC": { + "string": "Description (optional)" + }, + "bZksto": { + "context": "product attribute type", + "string": "Dropdown" + }, + "bb4nSp": { + "context": "dialog header", + "string": "Cancel Fulfillment" + }, + "bcf60I": { + "context": "voucher", + "string": "Applies to" + }, + "beuxAP": { + "context": "channel publication status", + "string": "Hidden" + }, + "bgO+7G": { + "context": "order return amount button", + "string": "Return & Replace products" + }, + "bh+Keo": { + "string": "{numberOfFields} Translations, {numberOfTranslatedFields} Completed" + }, + "bh9+8A": { + "context": "voucher requirement", + "string": "Minimal order value" + }, + "biAxKR": { + "context": "click and collect", + "string": "Click&Collect" + }, + "biVFKU": { + "context": "subsection header", + "string": "Billing Address" + }, + "bj1U23": { + "string": "Are you sure you want to delete {menuName}?" + }, + "bj6pTd": { + "string": "Something's missing" + }, + "bk9KUX": { + "context": "ProductTypeDeleteWarningDialog single consent label", + "string": "Yes, I want to delete this product type and assigned products" + }, + "bp/i0x": { + "context": "header", + "string": "Quantity" + }, + "bq1eEx": { + "context": "header", + "string": "Create Product Type" + }, + "bqAJCT": { + "context": "section header", + "string": "Refund Order" + }, + "bsP4f3": { + "string": "No tokens found" + }, + "bu/fC1": { + "context": "button", + "string": "Remove" + }, + "bwJc6V": { + "context": "column title product", + "string": "Product" + }, + "byP6IC": { + "string": "Selected" + }, + "c0H45L": { + "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" + }, + "c4gbXr": { + "string": "Draft order successfully finalized" + }, + "c5pMZ8": { + "string": "API error" + }, + "c7/79+": { + "string": "Billing Address" + }, + "c8UT0c": { + "context": "tabel column header", + "string": "Channel Name" + }, + "c8nvms": { + "string": "Sales" + }, + "cBHRxx": { + "context": "button", + "string": "Assign Warehouse" + }, + "cFVgOo": { + "context": "Channel label", + "string": "Channel" + }, + "cJ5ASN": { + "context": "attribute position in storefront filters", + "string": "Position in faceted navigation" + }, + "cKCfSW": { + "context": "dialog header", + "string": "Unassign Products From Voucher" + }, + "cKjFfl": { + "context": "product attribute type", + "string": "Multiple Select" + }, + "cMFlOp": { + "context": "input label", + "string": "New Password" + }, + "cNSLLO": { + "context": "button", + "string": "Unassign and save" + }, + "cW1RIo": { + "context": "section header", + "string": "Media View" + }, + "cY42ht": { + "string": "Password cannot be entirely numeric" + }, + "cY6H2C": { + "context": "empty metadata text", + "string": "No metadata created for this element. Use the button below to add new metadata field." + }, + "caMMWN": { + "string": "Search Warehouse" + }, + "caqRmN": { + "context": "header", + "string": "Create Page Type" + }, + "ccXLVi": { + "string": "Category" + }, + "cd13nN": { + "context": "product attribute error", + "string": "All attributes should have value" + }, + "cdiRSf": { + "context": "WarehouseSettings no shipping zones assigned", + "string": "This warehouse has no shipping zones assigned." + }, + "cdxwA8": { + "string": "{amount, plural,one {One product out of stock}other {{amount} products out of stock}}" + }, + "cehiWu": { + "context": "channels sale info", + "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" + }, + "cfQf0w": { + "context": "button", + "string": "Create Order" + }, + "cgsY/X": { + "context": "page header", + "string": "Create New Category" + }, + "chvryR": { + "context": "order history message", + "string": "Invoice was requested by {requestedBy}" + }, + "cnvyqW": { + "context": "ChannelsSection select field placeholder", + "string": "Add Channel" + }, + "cpZLRH": { + "context": "dialog header", + "string": "Delete Shipping Zones" + }, + "cqZ5UH": { + "context": "order history message", + "string": "Order confirmation was sent to customer" + }, + "cryH86": { + "context": "assign collections to sale and save", + "string": "Assign and save" + }, + "cvVIV/": { + "context": "dialog header", + "string": "Assign Countries" + }, + "cvbqJu": { + "context": "attribute", + "string": "Visible on Product Page in Storefront" + }, + "cwoN25": { + "context": "config type section title", + "string": "Configuration Type" + }, + "cy8sV7": { + "context": "volume units types", + "string": "Volume" + }, + "d9UqaJ": { + "context": "error message", + "string": "Cannot change the quantity because of insufficient stock" + }, + "dEUZg2": { + "context": "header", + "string": "Menu Items" + }, + "dGqEJ9": { + "context": "search box placeholder", + "string": "Search by country name" + }, + "dJQxHt": { + "context": "delete category", + "string": "Are you sure you want to delete {categoryName}?" + }, + "dJVXIb": { + "context": "vat included in order price", + "string": "VAT included" + }, + "dKPMyh": { + "context": "tab name", + "string": "All Attributes" + }, + "dM86a2": { + "string": "No categories found" + }, + "dOQB9o": { + "context": "payment status", + "string": "Cancelled" + }, + "dPYqy0": { + "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" + }, + "dQdxLT": { + "context": "section subheader", + "string": "Synchronous events" + }, + "dS+SOT": { + "context": "header", + "string": "Column settings" + }, + "dS8Adx": { + "context": "product", + "string": "Digital" + }, + "dTCDMn": { + "context": "dialog header", + "string": "Assign Product" + }, + "dTCWqt": { + "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." + }, + "dTkmON": { + "context": "edit tracking button", + "string": "Edit tracking" + }, + "dWK/Ck": { + "string": "Choose countries, you want voucher to be limited to, from the list below" + }, + "dc5KWn": { + "context": "products export type label", + "string": "products" + }, + "diOQm7": { + "context": "product status", + "string": "Available" + }, + "dpY94C": { + "context": "collection publication date", + "string": "Published on {date}" + }, + "dsJ+Wv": { + "context": "note on export gift cards", + "string": "Note: Only active and not used gift cards will be expored" + }, + "dxCVWI": { + "context": "error message", + "string": "Cannot request an invoice for draft order" + }, + "e+L+q3": { + "string": "Remember this will also delete all products assigned to this category." + }, + "e/61NZ": { + "context": "current balance filter label", + "string": "Current balance" + }, + "e0RKe+": { + "context": "generate invoice button", + "string": "Generate" + }, + "e1vU/4": { + "context": "attribute is filterable in storefront", + "string": "Use as filter" + }, + "e7Nyu7": { + "context": "section header", + "string": "Customer History" + }, + "e7yOai": { + "context": "shipping address is not set in draft order", + "string": "Not set" + }, + "e822us": { + "string": "Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion." + }, + "e92Uxp": { + "context": "order history message", + "string": "Updated fulfillment group's tracking number" + }, + "eAFU/E": { + "context": "product inventory, checkbox", + "string": "Variant currently in preorder" + }, + "eCRaHe": { + "context": "refunded fulfillment, section header", + "string": "Returned ({quantity})" + }, + "eLJQSh": { + "context": "column title gift card", + "string": "Gift Card" + }, + "eOrLzG": { + "context": "button", + "string": "Done" + }, + "eUjFjW": { + "string": "Permission group created" + }, + "eWV760": { + "string": "Attribute with this slug already exists" + }, + "eWcvOc": { + "context": "button", + "string": "Choose file" + }, + "ekXood": { + "string": "Unlimited" + }, + "erC44f": { + "context": "filters error messages dependencies missing", + "string": "Filter requires other filters: {dependencies}" + }, + "esg2wu": { + "context": "previous step, button", + "string": "Previous" + }, + "etP0+D": { + "string": "Vouchers" + }, + "eu98dw": { + "string": "Invalid password" + }, + "euRfu+": { + "string": "Are you sure you want to void this payment?" + }, + "exvX+Z": { + "context": "export card codes menu item", + "string": "Export card codes" + }, + "ey0lZj": { + "context": "dialog header", + "string": "Delete Customer" + }, + "f/R1Ln": { + "context": "restocked group", + "string": "Restocked from:" + }, + "f0hXz4": { + "context": "dialog header", + "string": "Search Collection" + }, + "f2F1NJ": { + "context": "section title", + "string": "Quick Pick" + }, + "f3B4tc": { + "context": "attributes, section header", + "string": "Variant Attributes" + }, + "fEfCtO": { + "context": "voucher discount type", + "string": "Percentage" + }, + "fExm0/": { + "context": "gift card history message", + "string": "Gift card was activated by {activatedBy}" + }, + "fHopox": { + "context": "section description", + "string": "Assign permissions to register synchronous events for this webhook." + }, + "fLhj3a": { + "context": "gift card history message", + "string": "Gift card expiry date was updated" + }, + "fNFEkh": { + "string": "No of Rows:" + }, + "fP9FXB": { + "context": "input label", + "string": "Search Attributes" + }, + "fU+a9k": { + "context": "date attribute type", + "string": "Date" + }, + "fV6yX5": { + "context": "table head", + "string": "Category Name" + }, + "fbH51z": { + "context": "Amount error message", + "string": "Amount cannot be bigger than max refund" + }, + "fdbqIs": { + "context": "text attribute type", + "string": "Text" + }, + "fehqPs": { + "context": "order history message", + "string": "Products were deleted from an order" + }, + "fgHLXc": { + "context": "attribute value", + "string": "Value" + }, + "fhksPD": { + "string": "Number of Orders" + }, + "fjPWOA": { + "context": "header", + "string": "Customer Overview" + }, + "fkplbE": { + "context": "order history message", + "string": "Order was marked as paid" + }, + "flP8Hj": { + "context": "card description", + "string": "Expand or restrict app permissions to access certain part of Saleor system." + }, + "fo7nfa": { + "context": "fixed amount", + "string": "Fixed Amount" + }, + "foB6wx": { + "context": "weight based shipping methods, section header", + "string": "Weight Based Rates" + }, + "foNlhn": { + "context": "custom app name", + "string": "App Name" + }, + "ftcHpD": { + "string": "Customer created" + }, + "fw+VAN": { + "context": "product's sku", + "string": "SKU" + }, + "fyE8BN": { + "context": "product organization, header", + "string": "Organization" + }, + "fzDI3A": { + "context": "add link to navigation", + "string": "Link to: {url}" + }, + "fzk04H": { + "context": "dialog title", + "string": "Delete image" + }, + "fzl482": { + "context": "expires on label", + "string": "Will expire on:" + }, + "fzpXvv": { + "string": "Are you sure you want to remove {email} avatar?" + }, + "g+GAf4": { + "context": "product visibility", + "string": "Visibility" + }, + "g/BrOt": { + "string": "Url has invalid format" + }, + "g/FRtd": { + "context": "table column header, allocated product quantity", + "string": "Allocated" + }, + "g1WQlC": { + "context": "page title", + "string": "Summary" + }, + "g3qjSf": { + "context": "button", + "string": "Assign categories" + }, + "g5zIpS": { + "context": "No attribute values found", + "string": "No values found" + }, + "g6yuk2": { + "context": "export items to csv file, choice field label", + "string": "Export information for:" + }, + "g9Mb+U": { + "context": "change warehouse dialog title", + "string": "Change warehouse" + }, + "gAqkrG": { + "context": "gift card history message", + "string": "Gift card was deactivated by {deactivatedBy}" + }, + "gF7hbK": { + "context": "variant name", + "string": "New Variant" + }, + "gKdGxP": { + "context": "error message", + "string": "Only pre-authorized payments can be captured" + }, + "gMwpNC": { + "context": "page content", + "string": "Content" + }, + "gQGUsN": { + "context": "dialog title", + "string": "Edit Address" + }, + "gRa/TS": { + "context": "shipping zone", + "string": "Name" + }, + "gSQ0Ge": { + "string": "Variant {name} has been set as default." + }, + "gTr0qE": { + "string": "Shipping Settings" + }, + "gVD1os": { + "context": "empty list message", + "string": "You haven’t assigned any member to this permission group yet." + }, + "gZHmaV": { + "context": "plugin filters error messages channels", + "string": "No channels selected" + }, + "ge/xFX": { + "context": "table column header", + "string": "Quantity" + }, + "ghGLbJ": { + "context": "OrderPayment click&collect shipping method", + "string": "click&collect" + }, + "ghje1I": { + "context": "numeric attribute unit system", + "string": "System" + }, + "giF5UV": { + "context": "sale end date", + "string": "Ends" + }, + "gj3MUg": { + "context": "gift card history message", + "string": "Gift card was resent" + }, + "glT6fm": { + "string": "Voucher is limited to these countries" + }, + "gr+oXW": { + "context": "page title", + "string": "Title" + }, + "gr53VQ": { + "context": "page header", + "string": "Create Page" + }, + "gtKcPf": { + "context": "title", + "string": "{zonesCount} / {totalCount} shipping zones" + }, + "gvOzOl": { + "string": "Page Title" + }, + "gx4wCT": { + "context": "swatch attribute type", + "string": "Swatch" + }, + "gxPjIQ": { + "string": "Are you sure you want to delete {email} from staff members?" + }, + "gz9v22": { + "context": "PluginChannelConfigurationCell channel title", + "string": "Per channel" + }, + "h1rPPg": { + "context": "dialog content", + "string": "Are you sure you want to delete {attributeName}?" + }, + "h2Hta6": { + "context": "caption", + "string": "If enabled, attribute will be accessible to customers." + }, + "h5r9+x": { + "context": "sort shipping methods by zone, section header", + "string": "Shipping By Zone" + }, + "h75GAF": { + "context": "voucher", + "string": "Times used" + }, + "hAcUEl": { "context": "product publication date label", "string": "will become published on {date}" + }, + "hHOI7D": { + "context": "product type name", + "string": "Type Name" + }, + "hJZwTS": { + "string": "Email address" + }, + "hLOEeb": { + "context": "button", + "string": "Set as default billing address" + }, + "hLUYBt": { + "context": "payment status", + "string": "Pending" + }, + "hMRP6J": { + "string": "Default Address" + }, + "hOxIeP": { + "string": "Availability" + }, + "hPB89Y": { + "string": "No invoices to be shown" + }, + "hS+ZjH": { + "context": "delete webhook", + "string": "Are you sure you want to delete this webhook?" + }, + "hWO1SD": { + "context": "order history message", + "string": "Draft order was created" + }, + "hX5PAb": { + "string": "No results found" + }, + "hdcGSJ": { + "context": "button", + "string": "Support/FAQ" + }, + "hkENym": { + "string": "Customer" + }, + "hkSkNx": { + "string": "Search Customers" + }, + "hnBvH7": { + "context": "copied to clipboard alert title", + "string": "Copied to clipboard" + }, + "ho75Lr": { + "context": "status label deactivated", + "string": "Deactivated" + }, + "hpMcW8": { + "string": "Define how users can navigate through your store" + }, + "hptDxW": { + "context": "money", + "string": "to {money}" + }, + "hqVMLQ": { + "context": "button", + "string": "Send" + }, + "ht9yOD": { + "context": "table head", + "string": "Collection Name" + }, + "hw9Fah": { + "context": "button", + "string": "Send invite" + }, + "hz+9ES": { + "context": "bulk activate label", + "string": "Activate" + }, + "hzSNj4": { + "string": "Dashboard" + }, + "i+JSEZ": { + "string": "{counter,plural,one{Are you sure you want to cancel this order?} other{Are you sure you want to cancel {displayQuantity} orders?}}" + }, + "i+Vox0": { + "context": "invoice generating has finished, header", + "string": "Invoice Generated" + }, + "i/ZhxL": { + "context": "section header returned", + "string": "Fulfillment waiting for approval" + }, + "i0AcKY": { + "context": "notification message after log in", + "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." + }, + "i3Mvj8": { + "context": "product attribute error", + "string": "This variant already exists" + }, + "i56GGQ": { + "context": "order refund amount", + "string": "Replaced Products Value" + }, + "iAvKNf": { + "context": "navigator help mode description", + "string": "Display Help" + }, + "iBSq6l": { + "context": "sale start date", + "string": "Starts" + }, + "iEeIhY": { + "context": "draft order", + "string": "Customer" + }, + "iJrw63": { + "context": "section header", + "string": "Fulfilled ({quantity})" + }, + "iMJka8": { + "string": "No pages found" + }, + "iPk640": { + "context": "dialog header", + "string": "Media Selection" + }, + "iQxjow": { + "context": "section header", + "string": "Content Attributes" + }, + "iUIn50": { + "context": "section notice", + "string": "Unfulfilled products will be restocked" + }, + "iUy2dx": { + "context": "vouchers section name", + "string": "Vouchers" + }, + "iWyoZn": { + "context": "dialog content", + "string": "{counter,plural,one{Are you sure you want to unassign this variant?} other{Are you sure you want to unassign {displayQuantity} variants?}}" + }, + "iYH3Y7": { + "context": "checkbox", + "string": "Override the product type's tax rate" + }, + "ibnmEd": { + "context": "voucher country range", + "string": "Countries" + }, + "icz/jb": { + "context": "customer", + "string": "Join Date" + }, + "iigydN": { + "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." + }, + "ij7olm": { + "context": "error message", + "string": "This fulfillment cannot be cancelled" + }, + "ikM00B": { + "context": "table column header", + "string": "Replace" + }, + "ikRuLs": { + "context": "translation progress", + "string": "{current} of {max}" + }, + "imYxM9": { + "context": "header", + "string": "App Information" + }, + "isM94c": { + "context": "create service token, button", + "string": "Create" + }, + "iue6mV": { + "context": "option label", + "string": "Keep address" + }, + "ivJ1qt": { + "string": "Manage your permission groups and their permissions" + }, + "ixjvkM": { + "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." + }, + "j/vV0n": { + "context": "channel name", + "string": "Channel Name" + }, + "j0ugM4": { + "context": "Manage and Update your warehouse information", + "string": "Exchange Rates" + }, + "j2fPVo": { + "string": "Order successfully updated" + }, + "j2l6cL": { + "context": "checkbox label", + "string": "Set gift card expiration period" + }, + "j3yE7I": { + "context": "order history message", + "string": "Shipping tracking number was sent to customer" + }, + "j8PV7E": { + "context": "attribute values", + "string": "Values" + }, + "jABdx1": { + "string": "Active inventory tracking will automatically calculate changes of stock" + }, + "jBu2yj": { + "context": "acre-inch unit", + "string": "acre-inch" + }, + "jDIRQV": { + "context": "section header", + "string": "About this app" + }, + "jDovoJ": { + "context": "gift card history message", + "string": "Gift card was issued" + }, + "jFrdB5": { + "string": "Product Settings" + }, + "jGGnSZ": { + "context": "page header", + "string": "Primary Address" + }, + "jHJmjf": { + "string": "No results" + }, + "jNSOSu": { + "context": "cancelled fulfillment, section header", + "string": "Refunded and Returned ({quantity})" + }, + "jTifz+": { + "string": "Successfully created attribute" + }, + "jU9GPX": { + "context": "section header", + "string": "Organize Content" + }, + "jUuHVn": { + "context": "description", + "string": "No members found" + }, + "jWna9Q": { + "string": "Content Type Name" + }, + "jZbT0O": { + "string": "Add search engine title and description to make this page easier to find" + }, + "jd/LWa": { + "string": "Voucher applies to all countries" + }, + "jhh/D6": { + "string": "Menu Title" + }, + "jj3Cb8": { + "context": "informations about product prices etc, header", + "string": "Financial Information" + }, + "jmh0rV": { + "context": "no gift card products alert message", + "string": "{createGiftCardProduct} to start selling gift cards in your store." + }, + "jqJqdE": { + "context": "VariantDetailsChannelsAvailabilityCard no items available", + "string": "This variant is not available at any of the channels" + }, + "jqnwW9": { + "context": "header", + "string": "Webhooks" + }, + "jswILH": { + "context": "add attribute as column in product list table", + "string": "Add to Column Options" + }, + "ju8zHP": { + "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" + }, + "juBV+h": { + "string": "End Hour" + }, + "jvKNMP": { + "string": "Discount Code" + }, + "jxoMLL": { + "context": "product field", + "string": "Collections" + }, + "jyTwDR": { + "context": "product type is either simple or configurable", + "string": "Type" + }, + "jyaAlB": { + "context": "button", + "string": "Create collection" + }, + "k+HcTv": { + "context": "product type", + "string": "Type" + }, + "k/mTEl": { + "context": "distance units type", + "string": "Distance" + }, + "k0rGBI": { + "string": "Access token is used to authenticate service accounts" + }, + "k3EI/U": { + "context": "dialog header", + "string": "Delete Shipping Zone" + }, + "k4brJy": { + "string": "SKU" + }, + "k5lHFp": { + "context": "app data privacy link", + "string": "Learn more about data privacy" + }, + "k6WDZl": { + "context": "attribute is visible", + "string": "Visible" + }, + "k6sfZr": { + "context": "tooltip content when product is in preorder", + "string": "This product is still in preorder. You will be able to fulfill it after it reaches it’s release date" + }, + "k8ZJ5L": { + "context": "number of products", + "string": "No. of Products" + }, + "k8bltk": { + "string": "No Results" + }, + "k9hf7F": { + "context": "total order price", + "string": "Total" + }, + "kErneR": { + "string": "This customer doesn’t have any adresses added to his address book. You can add address using the button below." + }, + "kFQvXv": { + "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." + }, + "kFYlu2": { + "string": "Saleor runs in read-only mode. Changes not saved." + }, + "kFkMoG": { + "context": "set balance dialog subtitle", + "string": "What would you like to set cards balance to. When you change the balance both values will be changed" + }, + "kIvvax": { + "string": "Search Products..." + }, + "kJQczl": { + "context": "sales section name", + "string": "Sales" + }, + "kL3C+K": { + "context": "product variant inventory status", + "string": "Inventory" + }, + "kN6SLs": { + "string": "Min Value" + }, + "kPIZ65": { + "context": "page header", + "string": "Order #{orderNumber}" + }, + "kQq6/o": { + "context": "info when addresses search is unsuccessful", + "string": "No results found" + }, + "kS5Qgk": { + "context": "used by label", + "string": "Used by" + }, + "kTr2o8": { + "string": "Attribute name" + }, + "kVOslW": { + "context": "reason for discount label", + "string": "Reason for discount" + }, + "kVTWtR": { + "context": "product updated at", + "string": "Last updated" + }, + "kZfIl/": { + "string": "These are general information about this Content Type." + }, + "kak5vT": { + "context": "order refund amount", + "string": "Selected Products Value" + }, + "kbkjEc": { + "context": "navigator catalog mode description", + "string": "Search in Catalog" + }, + "kc4c4d": { + "context": "product label", + "string": "Product bought to get gift card" + }, + "kcMVsB": { + "context": "balance amound missing error message", + "string": "Balance amount is missing" + }, + "ki7Mr8": { + "context": "product export to csv file, header", + "string": "Export Settings" + }, + "kkIw+l": { + "context": "replacement created order history message draft number", + "string": "Draft #{orderNumber}" + }, + "kp2IYP": { + "context": "option", + "string": "Gift card product type" + }, + "kvSYZh": { + "context": "replacement created order history message description", + "string": "was created for replaced products" + }, + "l1/Hwb": { + "context": "invalid date in expirydate field header", + "string": "Incorrect date entered" + }, + "l2oVCF": { + "context": "attributes section name", + "string": "Attributes" + }, + "l5V0QT": { + "context": "boolean attribute type", + "string": "Boolean" + }, + "l9ETHu": { + "context": "checkbox label description", + "string": "You will be able to fulfill products without capturing payment for the order." + }, + "l9Lwjh": { + "context": "order return error title when cannot refund", + "string": "Couldn't refund products" + }, + "lCPxtT": { + "context": "resend code label", + "string": "Resend code" + }, + "lCxfDe": { + "context": "attribute properties regarding dashboard", + "string": "Dashboard Properties" + }, + "lF+VJQ": { + "context": "Shipment information card header", + "string": "Shipment information" + }, + "lG/MDw": { + "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?}}" + }, + "lGlDEH": { + "context": "header", + "string": "Group members" + }, + "lHccsy": { + "context": "table head", + "string": "Variant Name" + }, + "lJP1iw": { + "context": "order", + "string": "Channel" + }, + "lL1HTg": { + "string": "Order marked as paid" + }, + "lL3YJO": { + "context": "collection", + "string": "Published" + }, + "lLwtgs": { + "string": "Variants are disabled in this product type" + }, + "lOMgms": { + "context": "fulfillment group", + "string": "Fulfilled from:" + }, + "lQRnYK": { + "context": "selectt all options", + "string": "Select All" + }, + "lT5MYM": { + "context": "dialog title", + "string": "Unassign users" + }, + "lVZ5n7": { + "context": "variant attribute", + "string": "Attribute" + }, + "lVwmf5": { + "context": "total price of ordered products", + "string": "Total" + }, + "lW5uJO": { + "context": "money", + "string": "from {money}" + }, + "la9cZ4": { + "string": "Tax Rate" + }, + "labkPK": { + "context": "search gift card placeholder", + "string": "Search Gift Cards, e.g {exampleGiftCardCode}" + }, + "lct0qd": { + "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." + }, + "lehGc9": { + "context": "section header", + "string": "Eligible Variants" + }, + "li1BBk": { + "context": "export items as csv file", + "string": "Plain CSV file" + }, + "liLrVs": { + "context": "save filter tab, header", + "string": "Save Custom Search" + }, + "ll2dE6": { + "context": "PageTypeDeleteWarningDialog multiple assigned items description", + "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." + }, + "llBnr+": { + "string": "Warehouse Name" + }, + "llC1q8": { + "context": "button", + "string": "App home page" + }, + "lm9NSK": { + "context": "password reset, button", + "string": "Send an email with reset link" + }, + "lnQAos": { + "context": "header", + "string": "Taxes" + }, + "lqIzC8": { + "string": "This field needs to be unique" + }, + "lra7Ej": { + "string": "Apply single price to all SKUs" + }, + "lrq8O6": { + "context": "order refund amount, input label", + "string": "Amount" + }, + "lw9WIk": { + "context": "deleted multiple attributes", + "string": "Attributes successfully delete" + }, + "lzdvwp": { + "context": "field is optional", + "string": "Optional" + }, + "m0Dz+2": { + "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." + }, + "m19JfL": { + "string": "View and update your plugins and their settings." + }, + "m6IBe5": { + "context": "invoice number prefix", + "string": "Invoice" + }, + "m8cjcK": { + "context": "add authorization key error", + "string": "Authorization key with this type already exists" + }, + "mAabef": { + "context": "checkbox label", + "string": "Group has full access to the store" + }, + "mCP0UD": { + "context": "order draft creation date", + "string": "Date" + }, + "mDgOmP": { + "context": "channel publication status", + "string": "Visible" + }, + "mE+fru": { + "context": "tag filter label", + "string": "Tags" + }, + "mGcw06": { + "context": "canceled fulfillment, section header", + "string": "Canceled ({quantity})" + }, + "mGiA6q": { + "context": "modal button upload", + "string": "Upload" + }, + "mIUNgR": { + "context": "button", + "string": "Create shipping zone" + }, + "mLZMb6": { + "context": "ChannelsSection select field label", + "string": "Channel" + }, + "mQtoRO": { + "context": "taxes title", + "string": "Taxes (VAT included)" + }, + "mSLr9d": { + "context": "voucher code, button", + "string": "Generate Code" + }, + "mUb8Gt": { + "context": "section header", + "string": "Taxes" + }, + "mWQt3s": { + "string": "No. of Products" + }, + "mX7zJJ": { + "context": "header", + "string": "Create Page" + }, + "mYs3tb": { + "string": "Product price cannot be lower than 0." + }, + "maxT+q": { + "context": "save button", + "string": "Confirm order" + }, + "mbOuGl": { + "context": "customer gift cards card issue button", + "string": "Issue new card" + }, + "mbj1J5": { + "context": "bulk issue gift cards success alert description", + "string": "Requested {cardsAmount} were successfully issued" + }, + "md326v": { + "string": "{amount, plural,one {One payment to capture}other {{amount} payments to capture}}" + }, + "me585h": { + "context": "navigator section header", + "string": "Quick Actions" + }, + "mgFyBA": { + "string": "This name should be unique" + }, + "mm0CXe": { + "string": "You should change your password every month to avoid security issues." + }, + "mmcHeH": { + "string": "Discount Value" + }, + "mr9jbO": { + "string": "Preferred Language" + }, + "mslSpp": { + "context": "resend code to customer title", + "string": "Resend code to customer" + }, + "mxtAFx": { + "string": "Are you sure you want to delete draft #{orderNumber}?" + }, + "myyWNp": { + "context": "dialog header", + "string": "Add Product" + }, + "mzASqs": { + "context": "days after label", + "string": "days after issue" + }, + "n+Gwbu": { + "string": "Discounts" + }, + "n02c9W": { + "context": "product variant price", + "string": "Price" + }, + "n0RwMK": { + "string": "Define types of products you sell" + }, + "n0w2ZT": { + "context": "label for currently selected warehouse", + "string": "currently selected" + }, + "n25d+d": { + "context": "WarehousesSection select field add text", + "string": "Add New Warehouse" + }, + "n3+6w5": { + "context": "input helper text", + "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." + }, + "n5vskv": { + "context": "customer's address book, header", + "string": "{fullName}'s Address Book" + }, + "n7Fg8i": { + "string": "Successfully created sale" + }, + "n7GIKB": { + "context": "dialog header", + "string": "Unassign Product From Sale" + }, + "n97Ii0": { + "context": "export selected items to csv file", + "string": "Selected giftCards ({number})" + }, + "n9JOI3": { + "context": "money amount input label", + "string": "Enter amount" + }, + "nEWp+k": { + "context": "quantity of ordered products", + "string": "Quantity" + }, + "nEixpu": { + "context": "table action", + "string": "Actions" + }, + "nFTvQW": { + "context": "expiration date label", + "string": "Expiration date" + }, + "nHmugP": { + "context": "order history message", + "string": "Fulfilled {quantity} items" + }, + "nIrjSR": { + "context": "section header", + "string": "Ongoing Installations" + }, + "nKjLjT": { + "context": "error message", + "string": "Slug must be unique for each warehouse" + }, + "nKwgxY": { + "context": "select label", + "string": "Channel name" + }, + "nLML8Y": { + "string": "Default Shipping Address" + }, + "nNeWAx": { + "context": "dialog header", + "string": "Delete Shipping Method" + }, + "nOo0oL": { + "context": "error message", + "string": "Not enough items to fulfill" + }, + "nRiOg+": { + "string": "Sorry, the page was not found" + }, + "nTF6tG": { + "context": "number of order", + "string": "No. of Order" + }, + "nX2pCU": { + "context": "window title", + "string": "Create customer" + }, + "nayZY0": { + "context": "returned event title", + "string": "Products were returned by" + }, + "nf3XSt": { + "context": "attribute internal name", + "string": "Slug" + }, + "nfbabo": { + "context": "channel publication date", + "string": "Will become available on {date}" + }, + "njBulj": { + "context": "check to require attribute to have value", + "string": "Value Required" + }, + "njUQPz": { + "context": "shipping method price range", + "string": "Value Range" + }, + "nki0o/": { + "context": "replaced products list title", + "string": "Products replaced" + }, + "nngeI3": { + "context": "amount title", + "string": "Refunded amount" + }, + "no3Ygn": { + "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." + }, + "nudPsY": { + "context": "metadata field name, header", + "string": "Field" + }, + "nvSJNR": { + "context": "discount reason input lavel", + "string": "Reason" + }, + "nwnwJ0": { + "context": "payment status", + "string": "Refused" + }, + "nwvQPg": { + "context": "section header", + "string": "Organization" + }, + "ny4zrH": { + "context": "dialog title", + "string": "Delete Warehouse" + }, + "o5KXAN": { + "context": "delete webhook", + "string": "Are you sure you want to delete {name}?" + }, + "o6260f": { + "context": "attributes, section header", + "string": "Variant Selection Attributes" + }, + "o8S0Ac": { + "context": "usage limit uses left caption", + "string": "Uses left" + }, + "o8f4Sg": { + "context": "disabled option description", + "string": "Can’t fulfill until payment is captured" + }, + "oB0y5Y": { + "context": "order status", + "string": "Unfulfilled" + }, + "oChkS4": { + "context": "success message", + "string": "Successfully created variants" + }, + "oHbgcK": { + "context": "PageTypeDeleteWarningDialog title", + "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" + }, + "oIMMcO": { + "context": "no warehouses info", + "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." + }, + "oIvtua": { + "context": "attribute's editor component", + "string": "Catalog Input type for Store Owner" + }, + "oJkeS6": { + "string": "Attribute Code" + }, + "oLMXDv": { + "context": "order status", + "string": "Ready to fulfill" + }, + "oOFrUd": { + "context": "export products to csv file, button", + "string": "export products" + }, + "oQ27V4": { + "context": "order history message", + "string": "Order placed information was sent to customer" + }, + "oQY0a2": { + "string": "Address line 2" + }, + "oQhFlK": { + "context": "refunded fulfillment, section header", + "string": "Refunded ({quantity})" + }, + "oUWADl": { + "string": "No" + }, + "oUWXLO": { + "context": "header", + "string": "Translation Page \"{pageName}\" - {languageCode}" + }, + "oVDZUb": { + "context": "tab name", + "string": "All Page Types" + }, + "oYGfnY": { + "string": "ZIP / Postal code" + }, + "oiaUni": { + "context": "Support text under page header", + "string": "Fulfilling from {warehouseName}" + }, + "oiuwOl": { + "context": "button", + "string": "Assign" + }, + "ojHyj3": { + "context": "discount value label", + "string": "discount value" + }, + "opIDox": { + "context": "unassign product from sale and save, button", + "string": "Unassign and save" + }, + "osPBn1": { + "context": "currency filter label", + "string": "Currency" + }, + "p+HM56": { + "context": "header", + "string": "Customize list" + }, + "p+UDec": { + "context": "payment status", + "string": "Payment" + }, + "p/EWEZ": { + "context": "channels variants availability dialog title", + "string": "Manage Channels" + }, + "p/Fd7s": { + "context": "unassign products from shipping rate and save, button", + "string": "Unassign and save" + }, + "p0SUJj": { + "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." + }, + "p3eRUm": { + "context": "indicator that feature is in preview mode", + "string": "Preview" + }, + "p4X/0H": { + "context": "button, assign variants to sale and save", + "string": "Assign and save" + }, + "p4zuQp": { + "context": "product no longer exists error title", + "string": "Product no longer exists" + }, + "pA8Mlv": { + "context": "alert", + "string": "Staff Member limit reached" + }, + "pBTTtU": { + "context": "product kind", + "string": "Product Kind" + }, + "pC6/1z": { + "string": "Invalid manifest format" + }, + "pCy5EP": { + "context": "gift card history message", + "string": "Gift card was activated" + }, + "pFVX6g": { + "string": "Variant with these attributes already exists" + }, + "pGDYG5": { + "context": "search label", + "string": "Search Countries" + }, + "pNrF72": { + "context": "tab name", + "string": "All Vouchers" + }, + "pRYGUR": { + "context": "section description", + "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." + }, + "pTpx0p": { + "context": "order history message", + "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" + }, + "pURrk1": { + "context": "order status", + "string": "Status" + }, + "pVFoOk": { + "string": "Are you sure you want to delete {collectionName}?" + }, + "paa4m0": { + "string": "Successfully created product type" + }, + "pbGIUg": { + "context": "sales channel", + "string": "Channel" + }, + "phAZoj": { + "string": "Collection" + }, + "pkUbrL": { + "string": "General Information" + }, + "pkjXPD": { + "context": "order status", + "string": "Fulfilled" + }, + "ppLwx3": { + "context": "number of categories", + "string": "Categories ({quantity})" + }, + "pr513b": { + "context": "ordered products", + "string": "{quantity} items" + }, + "ps+h1G": { + "context": "checkbox label description", + "string": "Expiration date will be automatically set, once gift card is issued" + }, + "ps0WUQ": { + "string": "No. of Order" + }, + "ptPPVk": { + "string": "No languages found" + }, + "puALFo": { + "context": "notes about customer, header", + "string": "Notes" + }, + "puikeb": { + "context": "button", + "string": "Delete Address" + }, + "pwqwcy": { + "context": "error message", + "string": "Maximum price cannot be lower than minimum" + }, + "pzSF+b": { + "context": "voucher usage limit, header", + "string": "Usage Limit" + }, + "q+gCyP": { + "context": "order payment", + "string": "Refunded amount" + }, + "q1shey": { + "context": "key-value field input", + "string": "Key" + }, + "q8ep2I": { + "context": "dialog header", + "string": "Delete Customers" + }, + "qCH2eZ": { + "context": "header", + "string": "Add Value to Authorization Field" + }, + "qDwvZ4": { + "string": "Unknown error" + }, + "qEJT8e": { + "string": "New password must be at least 8 characters long" + }, + "qEZ463": { + "context": "export selected items to csv file", + "string": "Selected products ({number})" + }, + "qIgdO6": { + "string": "Custom Filter" + }, + "qJedl0": { + "context": "product label", + "string": "Published" + }, + "qLOBff": { + "context": "dialog header", + "string": "Delete Address" + }, + "qLbse5": { + "context": "button", + "string": "Log out" + }, + "qMB6d2": { + "context": "weight", + "string": "to {value} {unit}" + }, + "qNcoRY": { + "context": "notes about customer header", + "string": "Notes" + }, + "qT6YYk": { + "context": "order line total price", + "string": "Total" + }, + "qZHHed": { + "context": "stock exceeded dialog title", + "string": "Not enough stock" + }, + "qbmeUI": { + "context": "dialog header", + "string": "Delete Order Drafts" + }, + "qbqMpk": { + "context": "product variant preorder threshold", + "string": "In preorder" + }, + "qddy2Z": { + "context": "order history message", + "string": "Invoice was sent to customer by {sentBy}" + }, + "qf/m5l": { + "string": "Are you sure you want to delete {shippingZoneName} shipping zone?" + }, + "qkRuT0": { + "context": "attribute type", + "string": "Product Attribute" + }, + "qkt/Km": { + "context": "bulk delete label", + "string": "Delete" + }, + "qov29K": { + "context": "dialog content", + "string": "Select one of customer addresses or add a new address:" + }, + "qpQ0uB": { + "context": "product publication date", + "string": "Unpublished" + }, + "qrWOxx": { + "string": "No members found" + }, + "qu/hXD": { + "string": "Selected {number} items" + }, + "qu8b3v": { + "context": "PageTypeDeleteWarningDialog multiple consent label", + "string": "Yes, I want to delete those pages types and assigned pages" + }, + "quV5zH": { + "context": "dialog title", + "string": "Delete Token" + }, + "r+8q4B": { + "context": "error message", + "string": "Only draft orders can be edited" + }, + "r+dgiv": { + "string": "Taxes" + }, + "r0hgpM": { + "context": "product publication date", + "string": "Becomes published on {date}" + }, + "r1aQ2f": { + "context": "dialog header", + "string": "Unassign Attribute from Product Type" + }, + "r2dojI": { + "context": "checkbox label", + "string": "Restrict order weight" + }, + "r4g/vD": { + "context": "search modal billing title", + "string": "Billing address" + }, + "r86alc": { + "context": "button", + "string": "Copied" + }, + "rCy3Fe": { + "context": "invalid date in expirydate field content", + "string": "Gift Card with past expiration date cannot be created" + }, + "rHXF43": { + "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." + }, + "rHoRbE": { + "context": "Status label when object is unpublished in a channel", + "string": "Unpublished" + }, + "rIJbNC": { + "string": "Use variants for products that come in a variety of versions for example different sizes or colors" + }, + "rJ3lkW": { + "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", + "string": "Published since {publicationDate}" + }, + "rKf4LU": { + "context": "dialog title", + "string": "Delete attributes" + }, + "rNzkIt": { + "context": "dialog content", + "string": "Are you sure you want to delete {saleName}?" + }, + "rPX1f2": { + "context": "section title", + "string": "Company Information" + }, + "rQOS7K": { + "context": "status label active", + "string": "Active" + }, + "rVIlBs": { + "context": "page header with order number", + "string": "Order #{orderNumber}" + }, + "rVaB7c": { + "context": "attribute values, variant creation step", + "string": "Select Values" + }, + "rZMT44": { + "context": "created channels counter", + "string": "{count}/{max} channels used" + }, + "rZf1qL": { + "context": "bulk variant create error", + "string": "SKUs must be unique" + }, + "ra2O4j": { + "string": "Deleted draft orders" + }, + "rbkmfG": { + "context": "button", + "string": "Delete variant" + }, + "reP5Uf": { + "context": "global config plugin status popup description", + "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" + }, + "rfvBAF": { + "context": "select all options, button", + "string": "Select All" + }, + "ri3kK9": { + "context": "order placement date", + "string": "Date" + }, + "rjy9/k": { + "context": "button", + "string": "Add address" + }, + "rl1t+o": { + "context": "expires in label", + "string": "Expires in" + }, + "rpFdD1": { + "string": "Search Product Type" + }, + "rqiCWU": { + "string": "Saved changes" + }, + "rqtV5d": { + "context": "order status", + "string": "Ready to capture" + }, + "rr8fyf": { + "context": "header", + "string": "Top Products" + }, + "rrbzZt": { + "string": "No subcategories found" + }, + "rs815i": { + "context": "text field label", + "string": "Group name" + }, + "rvk9ls": { + "context": "attribute can be used only in variants", + "string": "Variant Only" + }, + "rwOx2s": { + "string": "Please provide a transaction reference using the input below:" + }, + "ryAyPr": { + "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" + }, + "rzhcpD": { + "context": "set expiry date selected label", + "string": "Set gift card expiry date" + }, + "s/sTT6": { + "string": "If empty, the preview shows what will be autogenerated." + }, + "s17U7u": { + "context": "discount type", + "string": "Percentage" + }, + "s1IQuN": { + "context": "resend button label", + "string": "Resend" + }, + "s2y5eG": { + "context": "Status label", + "string": "Status" + }, + "s40PZt": { + "string": "Sale Name" + }, + "s51tHd": { + "context": "limit voucher", + "string": "Limit of Uses" + }, + "s5Imt5": { + "context": "button", + "string": "Edit website SEO" + }, + "s5v6m0": { + "context": "order", + "string": "Gift Card ordered" + }, + "s6lW8R": { + "context": "option label", + "string": "Change address" + }, + "s8FlDW": { + "context": "hide error log label in notification", + "string": "Hide log" + }, + "s97tLq": { + "string": "Search Collections" + }, + "s9sOcC": { + "context": "button", + "string": "OK" + }, + "sEjRyz": { + "context": "voucher type order discount", + "string": "Voucher" + }, + "sG0w22": { + "context": "dialog title", + "string": "Delete categories" + }, + "sHON47": { + "context": "refunded products list title", + "string": "Products refunded" + }, + "sK1FPw": { + "context": "categories section name", + "string": "Categories" + }, + "sR0urA": { + "context": "dialog content", + "string": "Are you sure you want to delete {name}?" + }, + "sS5aVm": { + "context": "voucher discount type", + "string": "Free Shipping" + }, + "sW9IyX": { + "context": "dialog header", + "string": "Assign Category" + }, + "sZ27WU": { + "context": "error message", + "string": "Only pre-authorized payments can be voided" + }, + "saKXY3": { + "context": "product label", + "string": "Not published" + }, + "scHVdW": { + "context": "button", + "string": "Assign product" + }, + "sdA14A": { + "context": "Status label when object is published in a channel", + "string": "Published" + }, + "sedoZ3": { + "context": "VariantDetailsChannelsAvailabilityCard title", + "string": "Availability" + }, + "sf6FMK": { + "context": "dialog search placeholder", + "string": "Search by category name, etc..." + }, + "sfEbeB": { + "string": "You're going to mark this order as paid." + }, + "sfErC+": { + "string": "Voucher Name" + }, + "sidKce": { + "context": "delete channel", + "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." + }, + "sjRXXz": { + "string": "Order #{orderId} was placed from draft by {userEmail}" + }, + "skEK/i": { + "context": "section header", + "string": "Variant Attributes" + }, + "skPoVe": { + "context": "button", + "string": "Accept" + }, + "slKV5G": { + "context": "variant creation step", + "string": "Summary" + }, + "sn2awN": { + "context": "ExitFormPrompt cancel button", + "string": "Discard changes" + }, + "snUby7": { + "context": "header", + "string": "Unnamed Webhook Details" + }, + "stjHjY": { + "context": "error message", + "string": "Promo code already exists" + }, + "svK+kv": { + "string": "{counter,plural,one{Are you sure you want to delete this menu?} other{Are you sure you want to delete {displayQuantity} menus?}}" + }, + "sw8Wl2": { + "context": "variant pricing section subtitle", + "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." + }, + "szXISP": { + "context": "permission group name", + "string": "Permission Group Name" + }, + "t/R8nK": { + "context": "ShippingZoneSettingsCard title", + "string": "Settings" + }, + "t1UYU6": { + "context": "install app privacy", + "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}." + }, + "t3aiWF": { + "context": "section header", + "string": "Excluded Products" + }, + "t7UwLY": { + "context": "voucher status", + "string": "Expired" + }, + "t9a9GQ": { + "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." + }, + "tA5HJx": { + "context": "webhook input help text", + "string": "secret key is used to create a hash signature with each payload. *optional field" + }, + "tEdFmZ": { + "context": "notification title", + "string": "System update required" + }, + "tIc2/h": { + "context": "input helper text, search attributes", + "string": "Search by attribute name" + }, + "tKxCld": { + "context": "set balance dialog title label", + "string": "Set balance" + }, + "tQuE1q": { + "string": "Select channels you want for {contentType} to be available on" + }, + "tQxBXs": { + "context": "PageTypeDeleteWarningDialog single assigned items description", + "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" + }, + "tTtoKd": { + "context": "error message", + "string": "Sorry, your username and/or password are incorrect. Please try again." + }, + "tTuCYj": { + "context": "all gift cards label", + "string": "All Gift Cards" + }, + "tUlsq+": { + "string": "Translating" + }, + "tV+Dcm": { + "string": "Default country" + }, + "tVybuM": { + "context": "WarehouseSettings local warehouse label", + "string": "Local stock only" + }, + "tWbE34": { + "string": "Start Hour" + }, + "tXIgmR": { + "context": "balance curreny missing error message", + "string": "Balance currency is missing" + }, + "tZnV8L": { + "context": "Header row stock label", + "string": "Stock" + }, + "taX/V3": { + "context": "order total amount", + "string": "Total" + }, + "toDL5R": { + "context": "order status", + "string": "Draft" + }, + "tsL3IW": { + "context": "gift card history message", + "string": "Gift card was sent to customer" + }, + "ttMauu": { + "context": "window title", + "string": "Create collection" + }, + "ttk0w7": { + "context": "resend code to customer description", + "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" + }, + "tuYPlG": { + "context": "minimum amount of spent money to activate voucher", + "string": "Min. Spent" + }, + "tvpAXl": { + "context": "ordered product quantity", + "string": "Quantity" + }, + "txOXvy": { + "context": "checkbox label", + "string": "Set the same for shipping address" + }, + "tzMNF3": { + "string": "Status" + }, + "u/hkKO": { + "context": "voucher has no requirements", + "string": "None" + }, + "u0S2be": { + "context": "order discount", + "string": "Discount" + }, + "u0V06N": { + "string": "Max. Order Weight" + }, + "u24Ppd": { + "string": "This attribute cannot be assigned to this product type" + }, + "u3sYPH": { + "context": "independent of any particular day, eg. 11:35", + "string": "Time" + }, + "u5c/tR": { + "context": "channels discount info", + "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" + }, + "u9/vj9": { + "context": "webhook input label", + "string": "Target URL" + }, + "uCn/rd": { + "context": "dialog header", + "string": "Delete Image" + }, + "uD93er": { + "context": "dialog header", + "string": "Changed Customer" + }, + "uIPD1i": { + "context": "app has been removed", + "string": "App successfully removed" + }, + "uMpv1v": { + "string": "Fulfillment successfully cancelled" + }, + "uQk8gB": { + "context": "export all items to csv file", + "string": "All gift cards ({number})" + }, + "uRTj1Q": { + "context": "error message", + "string": "Invoice not found" + }, + "uT5L4h": { + "context": "cancel button label", + "string": "Cancel" + }, + "uULcph": { + "context": "header", + "string": "Shipping" + }, + "uUQ+Al": { + "context": "note about customer", + "string": "Note" + }, + "uUsZ7m": { + "context": "order payment", + "string": "Preauthorized amount" + }, + "uVssds": { + "context": "product variant inventory", + "string": "{stockQuantity,plural,one{{stockQuantity} available} other{{stockQuantity} available}}" + }, + "ubasgL": { + "context": "order history message", + "string": "Order was confirmed" + }, + "ucYPtV": { + "context": "variant attribute", + "string": "Choose attribute" + }, + "ud0w8h": { + "context": "number of postal code ranges", + "string": "{number} postal code ranges" + }, + "ufD5Jr": { + "string": "Content type" + }, + "ufmuTp": { + "context": "button", + "string": "Delete" + }, + "ugnggZ": { + "string": "Created menu" + }, + "uilt7q": { + "context": "issued cards amount label", + "string": "Cards Issued" + }, + "ujFo4A": { + "context": "voucher start date", + "string": "Started" + }, + "ukdRUv": { + "context": "delete variant dialog subtitle", + "string": "{counter,plural,one{Are you sure you want to delete this variant?} other{Are you sure you want to delete {displayQuantity} variants?}}" + }, + "ulh3kf": { + "string": "Collections" + }, + "umsU70": { + "string": "Search Page Type" + }, + "usSkzP": { + "context": "navigator order mode description", + "string": "Search Orders" + }, + "utaSh3": { + "context": "staff member's account", + "string": "Status" + }, + "uxPpRx": { + "context": "button", + "string": "Assign attribute" + }, + "uxZZXx": { + "context": "option", + "string": "Create multiple variant via variant creator" + }, + "uy+tB8": { + "context": "voucher status", + "string": "Status" + }, + "uzAPCt": { + "context": "OrderPayment does not require shipping", + "string": "does not apply" + }, + "v+Pkm+": { + "context": "field is optional", + "string": "*Optional. Adding product to collection helps users find it." + }, + "v/1VA6": { + "context": "add order note, button", + "string": "Send" + }, + "v01/tY": { + "context": "consent to send gift card to different address checkbox label", + "string": "Yes, I want to send gift card to different address" + }, + "v17Lly": { + "context": "label", + "string": "Max Delivery Time" + }, + "v1pNHW": { + "string": "Attribute Class" + }, + "v3WWK+": { + "string": "Status is invalid" + }, + "vC8vyb": { + "context": "enabled status option label", + "string": "Enabled" + }, + "vCw7BP": { + "context": "requires activation checkbox label", + "string": "Requires activation" + }, + "vDnheO": { + "context": "gift card bulk create success dialog accept button", + "string": "Ok" + }, + "vEYtiq": { + "string": "Category Name" + }, + "vM9quW": { + "context": "order payment", + "string": "Paid with Gift Card" + }, + "vN3qdA": { + "context": "button", + "string": "Undo" + }, + "vONi+O": { + "string": "Country" + }, + "vP7g2+": { + "context": "error message", + "string": "URL not set for an invoice" + }, + "vQunFc": { + "context": "gift card history message", + "string": "Gift card expiry date was updated by {expiryUpdatedBy}" + }, + "vTN5DZ": { + "context": "button", + "string": "Discard" + }, + "vTgRTZ": { + "context": "limit voucher", + "string": "Limit to one use per customer" + }, + "vVviA2": { + "string": "Those permissions are out of your scope" + }, + "vW3tb6": { + "context": "name", + "string": "Product name" + }, + "vWTM6Y": { + "context": "customer gift cards card no cards subtitle", + "string": "There are no gift cards assigned to this customer" + }, + "vWapBZ": { + "context": "card title", + "string": "Order Weight" + }, + "vXA5xU": { + "context": "option description", + "string": "Use variant creator to create matrix of selected attribute values to create variants" + }, + "vXFPD6": { + "context": "voucher discount type", + "string": "Fixed Amount" + }, + "vY2lpx": { + "context": "channels availability text", + "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" + }, + "vZMs8f": { + "context": "default product variant indicator", + "string": "Default" + }, + "vcwrgW": { + "string": "No translatable entities found" + }, + "ve/Sph": { + "context": "there are more elements of list that are hidden", + "string": "and {number} more" + }, + "vf56In": { + "context": "address type", + "string": "Use one of customer addresses" + }, + "vfG+nh": { + "string": "Confirm Password" + }, + "viFkCw": { + "context": "site settings section name", + "string": "Site Settings" + }, + "vjsfyn": { + "string": "Max Value" + }, + "vkAWwY": { + "context": "gift card history message", + "string": "Gift card tags were updated" + }, + "vlLyvk": { + "string": "{inputType} attributes cannot be used as variant selection attributes." + }, + "vlVTmY": { + "string": "Product removed" + }, + "voRaz3": { + "context": "custom apps content", + "string": "Your custom-created apps will be shown here." + }, + "vof5TR": { + "context": "button", + "string": "Create category" + }, + "vuKrlW": { + "string": "Stock" + }, + "vwMO04": { + "context": "draft order", + "string": "Created" + }, + "vy7fjd": { + "context": "tab name", + "string": "All Categories" + }, + "vzce9B": { + "context": "customer gift cards card subtitle", + "string": "Only five newest gift cards are shown here" + }, + "vzgZ3U": { + "context": "card header", + "string": "Sign In" + }, + "w+5Djm": { + "string": "Min. Order Weight" + }, + "w+8BfK": { + "context": "button", + "string": "Edit Address" + }, + "w2Cewo": { + "string": "Search engine title" + }, + "w2eTzO": { + "context": "placed orders counter", + "string": "{count}/{max} orders" + }, + "w3sGrD": { + "string": "Enter any extra infotmation regarding this customer." + }, + "w424P4": { + "context": "section header", + "string": "Plugin Information and Status" + }, + "w4R/SO": { + "string": "Local Apps" + }, + "w6Gau0": { + "context": "deactivate named app", + "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." + }, + "w9xgN9": { + "context": "see error log label in notification", + "string": "See error log" + }, + "wDUBLR": { + "context": "order refund amount", + "string": "Proposed refund amount" + }, + "wHdMAX": { + "context": "sale value, header", + "string": "Value" + }, + "wL7VAE": { + "string": "Actions" + }, + "wNQzS/": { + "string": "The primary address of this customer." + }, + "wOeIR4": { + "context": "order history message", + "string": "Restocked {quantity} items" + }, + "wQdR8M": { + "string": "Add search engine title and description to make this category easier to find" + }, + "wTHjt3": { + "string": "Search Orders..." + }, + "wWTUrM": { + "string": "No activities found" + }, + "wWYYBR": { + "context": "product variant inventory", + "string": "{numLocations,plural,one{{numAvailable} available at {numLocations} location} other{{numAvailable} available at {numLocations} locations}}" + }, + "wbjuR4": { + "string": "No webhooks found" + }, + "wgA48T": { + "context": "country selection", + "string": "Countries A to Z" + }, + "whTEcF": { + "context": "link", + "string": "Deactivate" + }, + "wjKYSU": { + "context": "WarehousesSection subtitle", + "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." + }, + "wlQTfb": { + "context": "go to next step, button", + "string": "Next" + }, + "wlr0Si": { + "context": "button", + "string": "Create Webhook" + }, + "wmdHhD": { + "context": "button", + "string": "Create Warehouse" + }, + "wn3di2": { + "string": "This password is too commonly used" + }, + "wpAXKX": { + "context": "checkbox label description", + "string": "All orders will be automatically confirmed and all payments will be captured." + }, + "wpli4O": { + "context": "WarehouseSettings private stock label", + "string": "Private Stock" + }, + "wxFwUW": { + "context": "marketplace button", + "string": "Visit Marketplace" + }, + "wyvzh9": { + "context": "dialog header", + "string": "Publish Pages" + }, + "x/ZVlU": { + "string": "Product" + }, + "x/pIZ9": { + "context": "button", + "string": "Add product" + }, + "x3g4Ry": { + "context": "sale discount", + "string": "Discount Value" + }, + "x3leH4": { + "context": "ProductTypeDeleteWarningDialog title", + "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" + }, + "x4WAC7": { + "context": "warehouse label when one product is unavailable", + "string": "{productName} is unavailable at this location" + }, + "x8V/xS": { + "context": "attribute visibility in storefront", + "string": "Public" + }, + "xAHOGV": { + "context": "dialog header", + "string": "Assign Variant" + }, + "xB7BTp": { + "string": "SKU (Stock Keeping Unit)" + }, + "xHj9Qe": { + "context": "gift card settings header", + "string": "Gift Cards Settings" + }, + "xJQX5t": { + "string": "No staff members found" + }, + "xOEZjV": { + "context": "attribute's label", + "string": "Default Label" + }, + "xPnZ0R": { + "context": "title", + "string": "Details" + }, + "xQK2EC": { + "context": "tab name", + "string": "All Customers" + }, + "xRbqcg": { + "context": "option", + "string": "Regular product type" + }, + "xRkj2h": { + "string": "Are you sure you want to delete {categoryName}?" + }, + "xTIKA/": { + "context": "PluginChannelConfigurationCell global title", + "string": "Global" + }, + "xUvWaP": { + "context": "subtotal price", + "string": "Subtotal" + }, + "xVn5B0": { + "context": "added new attribute value", + "string": "Added new value" + }, + "xWEFrR": { + "context": "dialog content", + "string": "This customer doesn't have any addresses in the address book. Provide address for order:" + }, + "xZhxBJ": { + "context": "dialog header", + "string": "Assign Products" + }, + "xco5tZ": { + "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." + }, + "xfGZsi": { + "context": "configuration section name", + "string": "Configuration" + }, + "xjpTLF": { + "context": "informations about product stock, header", + "string": "Inventory Information" + }, + "xkjRu5": { + "context": "export products to csv file, dialog header", + "string": "Export Information" + }, + "xl7Fag": { + "string": "Category created" + }, + "xo5UIb": { + "context": "dialog title", + "string": "Delete category" + }, + "xoyCZ/": { + "context": "error message", + "string": "Improper value" + }, + "xqXYF+": { + "context": "section header", + "string": "Eligible Products" + }, + "xrPv2K": { + "context": "by preposition", + "string": "by" + }, + "xtUXnK": { + "context": "export all items to csv file", + "string": "All products ({number})" + }, + "xwEc8K": { + "string": "API" + }, + "xxQxLE": { + "string": "Email Address" + }, + "y/UWBR": { + "string": "There is no address to show for this customer" + }, + "y1Z3or": { + "string": "Language" + }, + "y7mfbl": { + "string": "Currently, there are no countries assigned to this shipping zone" + }, + "y9cvqE": { + "context": "button", + "string": "Create Voucher" + }, + "yDkmX7": { + "context": "dialog content", + "string": "{counter,plural,one{Are you sure you want to delete this product?} other{Are you sure you want to delete {displayQuantity} products?}}" + }, + "yEmwxD": { + "context": "publish page, button", + "string": "Publish" + }, + "yH56V+": { + "string": "Ooops!..." + }, + "yHQQMQ": { + "context": "dialog header", + "string": "Unpublish Pages" + }, + "yHaQWG": { + "context": "variants selected label", + "string": "{variantsAmount} variants selected" + }, + "yHeZRQ": { + "string": "Product Export Failed" + }, + "yHwvLL": { + "context": "voucher uses", + "string": "Uses" + }, + "yJynYK": { + "context": "discount value", + "string": "discount" + }, + "yKuba7": { + "context": "attribute can be searched in dashboard", + "string": "Searchable" + }, + "yMi8I8": { + "context": "dialog header", + "string": "Dectivate App" + }, + "yNb+dT": { + "context": "product type", + "string": "Simple product" + }, + "yOaNWB": { + "context": "delete shipping method", + "string": "Are you sure you want to delete {name}?" + }, + "ySqrUU": { + "context": "button", + "string": "Assign variants" + }, + "yT/GAp": { + "string": "Tracking number" + }, + "yT5zvU": { + "string": "{counter,plural,one{Are you sure you want to delete this collection?} other{Are you sure you want to delete {displayQuantity} collections?}}" + }, + "yatGsm": { + "context": "card title", + "string": "Order Value" + }, + "ybaLoZ": { + "string": "Search through channels" + }, + "ycMLN9": { + "context": "warehouses section name", + "string": "Warehouses" + }, + "ychKsb": { + "context": "error message", + "string": "Shipping method is required for this order" + }, + "ycrTBX": { + "context": "table header channel col label", + "string": "Channel" + }, + "yhv3HX": { + "context": "voucher requirements, header", + "string": "Minimum Requirements" + }, + "ylobu9": { + "context": "assign reference to product, button", + "string": "Assign" + }, + "ypW4Mi": { + "context": "button refreshing page", + "string": "Refresh page" + }, + "yuiyES": { + "string": "General Settings" + }, + "yzYXW/": { + "context": "header, dialog", + "string": "Create New Warehouse" + }, + "z+wMgQ": { + "context": "window title", + "string": "Create Variants" + }, + "z0gGP+": { + "context": "number of attributes", + "string": "{number} Attributes" + }, + "z1puMb": { + "context": "export items as csv or spreadsheet file", + "string": "Export as:" + }, + "z1y9oL": { + "context": "file attribute type", + "string": "File" + }, + "z8jo8h": { + "context": "button", + "string": "View products" + }, + "z9wQ/U": { + "context": "no variant stock in warehouse", + "string": "No Stock" + }, + "zCb8fX": { + "string": "Weight" + }, + "zD7/M6": { + "context": "empty list message", + "string": "Please use Assign Members button to do so." + }, + "zDvDnG": { + "context": "modal header", + "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." + }, + "zKOGkU": { + "context": "time during discount is active, header", + "string": "Active Dates" + }, + "zLtb4N": { + "context": "gift card removed success alert message", + "string": "{selectedItemsCount,plural,one{Successfully deleted gift card} other{Successfully deleted gift cards}}" + }, + "zQX6xO": { + "context": "dialog header", + "string": "Delete App" + }, + "zQnYKn": { + "context": "status section subtitle", + "string": "Channel status" + }, + "zR9Ozi": { + "context": "select all channels label", + "string": "Select All Channels" + }, + "zRrcOG": { + "context": "order history message", + "string": "Order was cancelled" + }, + "zSOvI0": { + "string": "Filters" + }, + "zTdwWM": { + "context": "money", + "string": "{fromMoney} - {toMoney}" + }, + "zWM89r": { + "context": "numeric attribute units of", + "string": "Units of" + }, + "zWgbGg": { + "string": "Today" + }, + "zZCCqz": { + "context": "button", + "string": "Assign countries" + }, + "zb4eBO": { + "context": "order total price", + "string": "Total" + }, + "zbJHl7": { + "context": "attribute type", + "string": "Content Attribute" + }, + "zbrHAw": { + "context": "Tracking number input label", + "string": "Tracking number" + }, + "zjHH6b": { + "context": "sale start date", + "string": "Started" + }, + "zjZuhM": { + "context": "created gift card code label", + "string": "This is the code of a created gift card:" + }, + "zjkAMs": { + "context": "header", + "string": "Translation Sale \"{saleName}\" - {languageCode}" + }, + "zqarUF": { + "context": "modal information under title", + "string": "Select an address you want to use from the list below" + }, + "ztQgD8": { + "string": "No attributes found" + }, + "zxs6G3": { + "string": "Manage how you ship out orders" + }, + "zyXcBP": { + "string": "Sorting by this column requires active filter: {filterName}" + }, + "zyceue": { + "context": "placed order counter", + "string": "{count}/{max} orders" + }, + "zzfj8H": { + "context": "label", + "string": "No refund" } -} \ No newline at end of file +} diff --git a/locale/el.json b/locale/el.json index f3aed14d6..1dea98b4c 100644 --- a/locale/el.json +++ b/locale/el.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Ακύρωση παραγγελίας" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Κρυμμένο" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Ορατό από {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Θα είναι διαθέσιμο στις {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Ορατό" - }, - "configurationMenuAttributes": { - "string": "Καθορίστε χαρακτηριστικά που χρησιμοποιούνται για τη δημιουργία τύπων προϊόντων" - }, - "configurationMenuChannels": { - "string": "Δημιουργήστε και διαχειριστείτε τα κανάλια πωλήσεών σας" - }, - "configurationMenuNavigation": { - "string": "Ορίστε πως οι χρήστες μπορούν να πλοηγούνται στο κατάστημα σας" - }, - "configurationMenuPageTypes": { - "string": "Ορίστε τύπους σελίδων περιεχομένου που χρησιμοποιούνται στο κατάστημα σας" - }, - "configurationMenuPermissionGroups": { - "string": "Διαχειριστείτε τις ομάδες χρηστών και τα δικαιώματά τους" - }, - "configurationMenuProductTypes": { - "string": "Διαχειριστείτε τους τύπους των προϊόντων που πουλάτε" - }, - "configurationMenuShipping": { - "string": "Διαχειριστείτε τον τρόπο που στέλνετε τα προϊόντα σας" - }, - "configurationMenuSiteSettings": { - "string": "Δείτε και αλλάξτε τις ρυθμίσεις του καταστήματός σας" - }, - "configurationMenuStaff": { - "string": "Διαχειριστείτε τους εργαζόμενους και τα δικαιώματα τους" - }, - "configurationMenuTaxes": { - "string": "Διαχειριστείτε πως χρεώνει φόρους το κατάστημα σας" - }, - "configurationMenuWarehouses": { - "string": "Διαχειριστείτε και αλλάξτε τις πληροφορίες αποθηκών" - }, - "configurationPluginsPages": { - "string": "Δείτε και ανανεώστε τα πρόσθετα σας και τις ρυθμίσεις τους" - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Σταθερό ποσό" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Ιστορικό δραστηριοτήτων" - }, - "homeActivityCardNoActivities": { - "string": "Δεν βρέθηκε κάποια πρόσφατη δραστηριότητα" - }, - "homeAnalyticsCardHeader": { - "string": "Σήμερα" - }, - "homeHeaderText": { - "context": "header", - "string": "Γειά σου, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Ορίστε μερικές πληροφορίες που συλλέξαμε για το κατάστημα σας" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {Ένα παραγγέλθηκε} other {{amount} Παραγγέλθηκαν}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Κορυφαία Προiόντα" - }, - "homeProductsListCardNoProducts": { - "string": "Δεν βρέθηκαν προϊόντα" - }, - "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": "Γειά σου, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Προσθήκη Μενού" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Τίτλος Μενού" - }, - "menuDetailsDeleteMenuContent": { - "string": "Είστε σίγουρος/η ότι θέλετε να διαγραφεί το μενού {menuName};" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Διαγραφή Μενού" - }, - "menuDetailsPageHelperText": { - "string": "Η δημιουργία μιας δομής πλοήγησης γίνεται σύροντας και αφήνοντας. Απλώς δημιουργήστε ένα στοιχείο στο μενού και σύρτε το στη θέση του. Μπορείτε να σύρετε στοιχεία μέσα σε ένα άλλο ώστε να δημιουργήσετε μια δομή δέντρου και να τα σύρετε πάνω κάτω για να δημιουργήσετε μια ιεραρχία" - }, - "menuItemDialogAddItem": { - "context": "create new menu item, header", - "string": "Προσθήκη στοιχείου" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Σύνδεσμος προς: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Τροποποίηση στοιχείου" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Σύνδεσμος" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Πληκτρολογείστε για να αρχίσει η αναζήτηση" - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Όνομα" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Δημιουργία νέου στοιχείου" - }, - "menuItemsHeader": { - "context": "header", - "string": "Στοιχεία Μενού" - }, - "menuItemsPlaceholder": { - "string": "Προσθέστε νέο στοιχείο μενού για να ξεκινήσετε τη δημιουργία μενού" - }, - "menuListCreatedMenu": { - "string": "Δημιουργημένο μενού" - }, - "menuListDeleteMenuContent": { - "string": "Είστε σίγουρος/η ότι θέλετε να διαγράψετε το μενού {menuName};" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Διαγραφή Μενού" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Είστε σίγουρος/η ότι θέλετε να διαγράψετε αυτό το μενού;} other {Είστε σίγουρος/η ότι θέλετε να διαγράψετε {displayQuantity} μενού;}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Διαγραφή Μενού" - }, - "menuListDeletedMenu": { - "string": "Διαγεγραμμένο μενού" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Στοιχεία" - }, - "menuListMenutitle": { - "string": "Τίτλος Μενού" - }, - "menuListNoMenus": { - "string": "Δεν βρέθηκαν μενού" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Προσθήκη μενού" - }, - "menuPropertiesMenuTitle": { - "string": "Τίτλος Μενού" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Μη δημοσιευμένο" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "Δεν έχει οριστεί" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "Δεν έχει οριστεί" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "Δεν έχει οριστεί" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Δημιουργία Τύπου Σελίδας" - }, - "pageTypeInputLabel": { - "string": "Επιλογή τύπου περιεχομένου" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Διαθέσιμο προς αγορά" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Κατηγορία" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Συλλογές" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Περιγραφή" - }, - "productExportFieldName": { - "context": "product field", - "string": "Όνομα" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Εικόνες Προϊόντων" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Εξαγωγή Βάρους Προϊόντων" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Χρέωση Φόρων" - }, - "productExportFieldType": { - "context": "product field", - "string": "Τύπος" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Εικόνες Παραλλαγών" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Εξαγωγή Κωδικού Αποθήκης Παραλλαγών" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Εξαγωγή Βάρους Παραλλαγών" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Inventory" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Δημιουργία τύπου προϊόντος" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Δημιουργία τύπου προϊόντος" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Φόροι" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Τιμή" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Απόθεμα" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Απόθεμα" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "Δεν έχετε ορίσει αποθήκες για το κατάστημα σας. Μπορείτε να ρυθμίσετε τις παραλλαγές προϊόντων χωρίς να ορίζετε τα αποθέματα τους" - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Αποθήκες" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "Δεν έχουν ρυθμιστεί αποθήκες για το κατάστημα σας. Για να προσθέσετε ποσότητα αποθέματος στην παραλλαγή προϊόντος παρακαλούμε διαμορφώστε μια αποθήκη" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "Δεν έχουν οριστεί αποθήκες για το κατάστημα σας. Για να προσθέσετε ποσότητα αποθέματος στο προϊόν, παρακαλούμε διαμορφώστε μια αποθήκη" - }, - "published channel": { - "context": "product label", - "string": "Δημοσιευμένο" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Κατηγορίες ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Συλλογές ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Προϊόντα ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Ορίστε ημερομηνία διαθεσιμότητας" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Είστε σίγουρος/η ότι θέλετε να διαγράψετε το {name};" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Είστε σίγουρος/η ότι θέλετε να διαγράψετε το {name};" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Αποθήκη" - }, - "src_dot_accept": { - "context": "button", - "string": "Αποδοχή" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Εφαρμογές" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Εφαρμογές" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "Η εφαμογή ενεργοποιήθηκε" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "Η εφαμογή απενεργοποιήθηκε" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Ενεργοποίηση Εφαρμογής" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Είστε σίγουρος/η ότι θέλετε να ενεργοποιήσετε το {name}; Η ενεργοποίηση θα ξεκινήσει τη συλλογή συμβάντων." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Ενεργοποίηση" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Απενεργοποίηση" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Απενεργοποίηση Εφαρμογής" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Διαγραφή Εφαρμογής" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Είστε σίγουρος/η ότι θέλετε να διαγράψετε αυτήν την εφαρμογή;" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Απενεργοποίηση" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "Δείτε την πολιτική της εφαρμογής για την ιδιωτικότητα" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Τροποίηση ρυθμίσεων" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Ιδιωτικότητα δεδομένων" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Λάβετε Υποστήριξη" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Άνοιγμα Εφαρμογής" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Ενεργοποίηση" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "Δικαιώματα εφαρμογής" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "Αυτή η εφαρμογή έχει δικαιώματα σε:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "Σχετικά με την εφαρμογή" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Διαγραφή Εφαρμογής" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Είστε σίγουρος/η ότι θέλετε να διαγράψετε αυτήν την εφαρμογή;" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "Υπάρχει πρόβλημα με την εφαρμογή" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Πίσω στην αρχική σελίδα" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Μάθετε περισσότερα γύρω από την ιδιωτικότητα δεδομένων" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Εγκατάσταση Εφαρμογής" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Η εγκατάσταση αυτής της εφαρμογής θα της δώσει τα εξής δικαιώματα:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Απεγκαθιστώντας την εφαρμογή θα αφαιρεθούν όλα τα προσωπικά στοιχεία των πελατών σας που έχουν αποθηκευθεί από την {name}." - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "Πρόκειται να εγκαταστήσετε {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "Δικαιώματα εφαρμογής" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "Σχετικά" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Υποστήριξη / Συχνές Ερωτήσεις" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Συνεχίζουσες Εγκαταστάσεις" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Προσπάθεια ξανά" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "Προέκυψε πρόβλημα κατά την εγκατάσταση" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Εγκατάσταση εφαρμογής..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Παροχή όλων των δικαιωμάτων του καταστήματος στην εφαρμογή" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Επεκτείνετε ή περιορίστε τα δικαιώματα της εφαρμογής για πρόσβαση σε συγκεκριμένα μέρη του συστήματος Saleor." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Δημιουργία Νέας Εφαρμογής" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Δημιουργημένο κλειδί" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "Αυτό το κλειδί σας δίνει πρόσβαση στο API του καταστήματος σας, που θα βρείτε εδώ: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Αντιγράφηκε" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Αντιγραφή κλειδιού" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_4189999598": { - "string": "Δημιουργήσαμε το προκαθορισμένο κλειδί σας. Βεβαιώστε ότι θα αντιγράψετε το νέο σας προσωπικό κλειδί πρόσβασης τώρα. Δε θα μπορέσετε να το δείτε ξανά." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Παροχή όλων των δικαιωμάτων του καταστήματος στην εφαρμογή" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Απενεργοποίηση" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Επεκτείνετε ή περιορίστε τα δικαιώματα της εφαρμογής για πρόσβαση σε συγκεκριμένα μέρη του συστήματος Saleor." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Ενεργοποίηση" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "Πληροφορίες Εφαρμογής" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "Όνομα Εφαρμογής" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Κλειδί" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "Δε βρέθηκαν κλειδιά" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Κλειδιά" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Δημιουργία Κλειδιού" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Σημειώσεις Κλειδιού" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Ενέργειες" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Δημιουργία Εφαρμογής" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Απενεργοποιημένη" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "Σχετικά" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "Δεν έχετε καμία εγκατεστημένη εφαρμογή στο διαχειριστικό σας" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Εφαρμογές Τρίτων" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Δημιουργημένο κλειδί" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Το κλειδί πρόσβασης χρησιμοποιείται για να πιστοποιήσει λογαριασμούς υπηρεσιών" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3009959880": { - "string": "Δημιουργήσαμε το κλειδί σας. Βεβαιώστε ότι θα αντιγράψετε το νέο σας προσωπικό κλειδί πρόσβασης τώρα. Δε θα μπορέσετε να το δείτε ξανά." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Αντιγραφή κλειδιού" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Δημιουργία Κλειδιού" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Σημειώσεις Κλειδιού" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Δημιουργία" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Διαγραφή Κλειδιού" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Είστε σίγουρος/η ότι θέλετε να διαγράψετε το κλειδί {token};" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Αδυναμία λήψης των ρυθμίσεων της εφαρμογής" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Εγκατάσταση Εφαρμογής" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Αδύνατη Eγκατάσταση {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "Η εφαρμογή εγκαταστάθηκε" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "Η {name} είναι έτοιμη προς χρήση" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "Η εφαρμογή αφαιρέθηκε επιτυχώς" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Δημιουργία Εφαρμογής" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Χαρακτηριστικά" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "Αυτή η τιμή υπάρχει ήδη σε αυτό το χαρακτηριστικό" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Είστε σίγουρος/η ότι θέλετε να διαγράψετε αυτό το χαρακτηριστικό;} other {Είστε σίγουρος/η ότι θέλετε να διαγράψετε {displayQuantity} χαρακτηριστικά;}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Διαγραφή χαρακτηριστικών" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Διαγραφή χαρακτηριστικού" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Είστε σίγουρος/η ότι θέλετε να διαγράψετε το {attributeName};" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Περιοχή" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Προκαθορισμένη Ετικέτα" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Κωδικός Χαρακτηριστικού" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "context": "attribute slug input field helper text", - "string": "Αυτό χρησιμοποιείται εσωτερικά. Βεβαιωθείτε ότι δε χρησιμοποιείτε κενά" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Ημερομηνία" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Αρχείο" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Πολλαπλής Επιλογής" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Σελίδες" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Προϊόντα" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Απαραίτητη Τιμή" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Βάρος" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "Όλα τα Χαρακτηριστικά" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "Δημιουργία χαρακτηριστικού" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "Αναζήτηση χαρακτηριστικού" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "Μπορεί να χρησιμοποιηθεί ως στήλη" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Φιλτράρεται στο Διαχειριστικό" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { - "context": "use attribute in filtering", - "string": "Φιλτράρεται στο Κατάστημα" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_isVariantOnly": { - "context": "attribute can be used only in variants", - "string": "Μόνο Για Παραλλαγές" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_valueRequired": { - "context": "attribute value is required", - "string": "Απαραίτητη Τιμή" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_visibleInStorefront": { - "context": "attribute", - "string": "Ορατό στη Σελίδα Προϊόντος στο Κατάστημα" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { - "string": "Δε βρέθηκαν χαρακτηριστικά" - }, - "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": "Αναζητήσιμο" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { - "string": "Κωδικός Χαρακτηριστικού" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_643174786": { - "context": "attribute is visible", - "string": "Ορατό" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "Προκαθορισμένη Eτικέτα" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Χαρακτηριστικό Περιεχομένου" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Χαρακτηριστικό προϊόντος" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Δημιουργία νέου χαρακτηριστικού" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Ιδιότητες Διαχειριστικού" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Χρήση στα Φίλτρα" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Ιδιότητες Καταστήματος" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Δημόσιο" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Εικόνα" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Είστε σίγουρος/η ότι θέλετε να διαγράψετε την τιμή «{name}»;" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Διαγραφή τιμής χαρακτηριστικού" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Είστε σίγουρος/η ότι θέλετε να διαγράψετε την τιμή «{name}»; Εάν τη διαγράψετε, δε θα μπορείτε να την αναθέσετε σε κανένα προϊόν με το χαρακτηριστικό «{attributeName}»." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Τροποποίηση Τιμής" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Προσθήκη Τιμής" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "Όνομα" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Default Store View" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "Admin" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "Δε βρέθηκαν τιμές" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Τιμές Χαρακτηριστικών" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Ανάθεση τιμής" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Επιτυχής δημιουργία χαρακτηριστικού" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Η τιμή διαγράφηκε" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Το χαρακτηριστικό διαγράφηκε" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Προστέθηκε νέα τιμή" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Τα χαρακτηριστικά διαγράφηκαν επιτυχώς" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Κωδικός πρόσβασης" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Forgot password?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Λυπούμαστε, το όνομα χρήστη ή/και ο κωδικός είναι λάθος. Παρακαλούμε ξαναδοκιμάστε" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Νέος Κωδικός" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "Ορισμός νέου κωδικού" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "Επιβεβαίωση κωδικού" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Οι κωδικοί δεν είναι ίδιοι" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Πίσω στη σύνδεση" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "Τέλεια! Θα λάβετε εντός λίγου ένα μήνυμα με οδηγίες για το πως να αλλάξετε τον κωδικό σας." - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "Η ληφθείσα διεύθυνση ηλ. ταχυδρομείου δεν υπάρχει στη βάση δεδομένων μας." - }, - "src_dot_availability": { - "string": "Διαθεσιμότητα" - }, - "src_dot_back": { - "context": "button", - "string": "Πίσω" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Ακύρωση" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Ακυρωμένη" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Κατάλογος" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Κατηγορίες" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Εικόνα Φόντου (προαιρετική)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(Προαιρετικά)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Δημιουργία Νέας Κατηγορίας" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Προσθέστε τίτλο και περιγραφή για τις μηχανές αναζήτησης για να κάνετε την κατηγορία πιο εύκολα αναζητήσιμη" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Διαγραφή κατηγορίας" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "Είστε σίγουρος/η ότι θέλετε να διαγράψετε την κατηγορία {categoryName};" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Όνομα Κατηγορίας" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Περιγραφή Κατηγορίας" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Δημιουργία κατηγορίας" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Αναζήτηση Κατηγορίας" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "Όλες Οι Κατηγορίες" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Όνομα Κατηγορίας" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "Δε βρέθηκαν κατηγορίες" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "Δε βρέθηκαν υποκατηγορίες" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "Υποκατηγορίες" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "Αριθμός Προϊόντων" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "Δεν βρέθηκαν προϊόντα" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Όνομα" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Προσθήκη προϊόντος" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "Προιόντα στην {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Υποκατηγορίες" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Προσθέστε τίτλο και περιγραφή για τις μηχανές αναζήτησης για να κάνετε αυτή την κατηγορία πιο εύκολα αναζητήσιμη" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "Προϊόντα" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "Όλες Οι Υποκατηγορίες" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Δημιουργία Υποκατηγορίας" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Δημιουργία κατηγορίας" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Είστε σίγουρος/η ότι θέλετε να διαγράψετε αυτό το προϊόν;} other {Είστε σίγουρος/η ότι θέλετε να διαγράψετε {displayQuantity} προϊόντα;}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "Η κατηγορία δημιουργήθηκε" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Είστε σίγουρος/η ότι θέλετε να διαγράψετε αυτήν την κατηγορία;} other {Είστε σίγουρος/η ότι θέλετε να διαγράψετε {displayQuantity} κατηγορίες;}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "Διαγραφή κατηγορίας" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Η κατηγορία διαγράφηκε" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Διαγραφή προϊόντων" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "src_dot_categories_dot_views_dot_3488150607": { - "string": "Θυμηθείτε ότι αυτό θα διαγράψει και όλα τα προϊόντα που έχουν καταχωρηθεί σε αυτήν την κατηγορία." - }, - "src_dot_categories_dot_views_dot_712767046": { - "context": "dialog title", - "string": "Διαγραφή κατηγοριών" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "Είστε σίγουρος/η ότι θέλετε να διαγράψετε την κατηγορία {categoryName};" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_1823337870": { - "string": "{counter,plural,one {Είστε σίγουρος/η ότι θέλετε να διαγράψετε αυτήν την κατηγορία;} other {Είστε σίγουρος/η ότι θέλετε να διαγράψετε {displayQuantity} κατηγορίες;}}" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_3488150607": { - "string": "Θυμηθείτε ότι αυτό θα διαγράψει και όλα τα προϊόντα που έχουν καταχωρηθεί σε αυτήν την κατηγορία." - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_712767046": { - "context": "dialog title", - "string": "Διαγραφή κατηγοριών" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Κανάλια" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Διαθεσιμότητα" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Διαγραφή Καναλιού" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Επιλογή Καναλιού" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Ρυθμίσεις Καναλιού" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Αντιγράφηκε" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Αντιγραφή" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Νόμισμα" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Όνομα Καναλιού" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Επιλέξτε ένα κανάλι" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Όνομα Καναλιού" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Ανενεργό" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Κατάσταση" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Απενεργοποίηση" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Κατάσταση Καναλιού" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Ενεργό" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Ενεργοποίηση" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Όνομα Καναλιού" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "Δε βρέθηκαν κανάλια" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Ενέργειες" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Δημιουργία Καναλιού" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "Νέο Κανάλι" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Δημιουργία Καναλιού" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Λεπτομέρειες Καναλιού" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Το κανάλι διαγράφηκε" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Το κανάλι διαγράφηκε" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Επιλέξτε αρχείο" - }, - "src_dot_clear": { - "context": "button", - "string": "Καθαρισμός" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Συλλογές" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Ορατή" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Κρυμμένη" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "Προσθέστε τίτλο και περιγραφή για τις μηχανές αναζήτησης για να κάνετε αυτή τη συλλογή πιο εύκολα αναζητήσιμη" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "Προσθήκη Συλλογής" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "Ορατή" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Κρυμμένη" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Προσθέστε τίτλο και περιγραφή για τις μηχανές αναζήτησης για να κάνετε αυτή τη συλλογή πιο εύκολα αναζητήσιμη" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "Όνομα" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Εικόνα Φόντου (προαιρετική)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(Προαιρετικά)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "Όλες Οι Συλλογές" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Δημιουργία Συλλογής" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "Κρυμμένη" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Δημοσιευμένο" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "Δε βρέθηκαν συλλογές" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "Αριθμός Προϊόντων" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "Όνομα Συλλογής" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "Διαθεσιμότητα" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "Δεν βρέθηκαν προϊόντα" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Τύπος" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "Διαθεσιμότητα" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Προϊόντα στην {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Assign product" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "Όνομα" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Η συλλογή διαγράφηκε" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Το προϊόν προστέθηκε στη συλλογή" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Είστε σίγουρος/η ότι θέλετε να διαγράψετε την εικόνα συλλογής;" - }, - "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": "Αφαίρεση προϊόντος από τη συλλογή" - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "src_dot_collections_dot_views_dot_3791354625": { - "context": "dialog title", - "string": "Αφαίρεση προϊόντων από τη συλλογή" - }, - "src_dot_collections_dot_views_dot_523939418": { - "string": "Είστε σίγουρος/η ότι θέλετε να διαγράψετε τη {collectionName};" - }, - "src_dot_collections_dot_views_dot_686910896": { - "context": "window title", - "string": "Δημιουργία Συλλογής" - }, - "src_dot_collections_dot_views_dot_699514132": { - "context": "dialog title", - "string": "Διαγραφή Συλλογής" - }, - "src_dot_collections_dot_views_dot_870815507": { - "context": "unassign product from collection, button", - "string": "Αφαίρεση" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "Διαγραφή εικόνας" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2491832187": { - "string": "{counter,plural,one {Είστε σίγουρος/η ότι θέλετε να διαγράψετε αυτή τη συλλογή;} other {Είστε σίγουρος/η ότι θέλετε να διαγράψετε {displayQuantity} συλλογές;}}" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_3817188998": { - "context": "dialog title", - "string": "Διαγραφή συλλογών" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Ομάδες δικαιωμάτων" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Δικαιώματα" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Διαθέσιμα δικαιώματα" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Χώρα" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Τηλέφωνο" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Γραμμή διεύθυνσης 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "Πόλη" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "Ταχυδρομικός Κώδικας" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Γραμμή διεύθυνσης 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Εταιρία" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Περιοχή της χώρας" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "Δε βρέθηκαν αποτελέσματα" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Αναζήτηση Χαρακτηριστικών" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Αναζήτηση με όνομα χαρακτηριστικού" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Αναζήτηση Κατηγορίας" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Αναζήτηση με όνομα κατηγορίας, κτλ" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Αναζήτηση Συλλογής" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Αναζήτηση με όνομα συλλογής, κτλ" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Αναζήτηση Προϊόντων" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Αναζήτηση ονόματος προϊόντος, χαρακτηριστικού, τύπο προϊόντος κτλ" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "Κωδικός Αποθήκης {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Αναζήτηση ονόματος προϊόντος, χαρακτηριστικού, τύπο προϊόντος κτλ" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Χαρακτηριστικά" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Τιμές" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Αξία" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "Κανένα αποτέλεσμα" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Διαθεσιμότητα" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "από {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Δημοσίευση στις" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "Δε βρέθηκαν Κανάλια" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Επιλέξτε όλα τα κανάλια" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Δημοσιευμένο" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Κατάσταση" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Επαναφορά" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Χώρα" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Τηλέφωνο" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Γραμμή Διεύθυνσης 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Πόλη" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "Ταχυδρομικός Κώδικας" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Γραμμή διεύθυνσης 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Εταιρία" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Περιοχή της χώρας" - }, - "src_dot_components_dot_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": "Διαγραφή Αναζήτησης" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_71479100": { - "string": "Are you sure you want to delete {name} search tab?" - }, - "src_dot_components_dot_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Σφάλμα" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Διαχειριστικό" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Διαγραφή Αναζήτησης" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Custom Filter" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Αποθήκευση Αναζήτησης" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "Φίλτρα" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "Κανένα αποτέλεσμα" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Φίλτρα" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Φίλτρα" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Αποθήκευση αλλαγών" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Αξία" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Μεταδεδομένα" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Πεδίο" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Προσθήκη Πεδίου" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Ενέργειες" - }, - "src_dot_components_dot_MoneyRange_dot_12301532": { - "context": "money", - "string": "to {money}" - }, - "src_dot_components_dot_MoneyRange_dot_1316359951": { - "context": "money", - "string": "{fromMoney} - {toMoney}" - }, - "src_dot_components_dot_MoneyRange_dot_3729849657": { - "context": "money", - "string": "from {money}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Προσθήκη νέας τιμής: {value}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { - "string": "Δε βρέθηκαν αποτελέσματα" - }, - "src_dot_components_dot_MultiSelectField_dot_4205644805": { - "string": "Δε βρέθηκαν αποτελέσματα" - }, - "src_dot_components_dot_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "Αριθμός Παραγγελίας" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Type Command" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Αναζήτηση Πελάτη" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Αναζήτηση στους Πελάτες" - }, - "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": "Αναζήτηση στον Κατάλογο" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Navigate to" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Quick Actions" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Navigator is here to help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "Κατηγορία" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Συλλογή" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Δημοσιευμένο" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Μη Δημοσιευμένη" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Δημιουργία Κατηγορίας" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Δημιουργία Συλλογής" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Δημιουργία Πελάτη" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Δημιουργία Παραγγελίας" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Δημιουργία Προϊόντος" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Δημιουργία Κουπονιού" - }, - "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": "Αναζήτηση στον Κατάλογο" - }, - "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": "Αναζήτηση Πελατών" - }, - "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": "Εμφάνιση Βοήθειας" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Αναζήτηση Παραγγελιών" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "Αριθμός Αποτελεσμάτων" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Προιόν" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Ooops!..." - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Κάτι λείπει" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "Λυπούμαστε, η σελίδα δε βρέθηκε" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "Πίσω στο διαχειριστικό" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Η τιμή δε μπορεί να είναι μικρότερη από 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "Δε βρέθηκαν αποτελέσματα" - }, - "src_dot_components_dot_RowNumberSelect_dot_1154361791": { - "string": "Αριθμός Σειρών:" - }, - "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": "Αναζήτηση Ονόματος" - }, - "src_dot_components_dot_SearchBar_dot_2173195312": { - "context": "button", - "string": "Διαγραφή Αναζήτησης" - }, - "src_dot_components_dot_SearchBar_dot_2340527467": { - "string": "Custom Filter" - }, - "src_dot_components_dot_SearchBar_dot_3268463180": { - "context": "button", - "string": "Αποθήκευση Αναζήτησης" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Προσθήκη νέας τιμής: {value}" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { - "string": "Καμία" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_4205644805": { - "string": "Δε βρέθηκαν αποτελέσματα" - }, - "src_dot_components_dot_SingleSelectField_dot_4205644805": { - "string": "Δε βρέθηκαν αποτελέσματα" - }, - "src_dot_components_dot_TableHead_dot_868570480": { - "string": "Επιλεγμένα {number} αντικείμενα" - }, - "src_dot_components_dot_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "src_dot_components_dot_Timeline_dot_1359200231": { - "context": "add order note, button", - "string": "Αποστολή" - }, - "src_dot_components_dot_Timeline_dot_3028189627": { - "string": "Leave your note here..." - }, - "src_dot_components_dot_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Αποσύνδεση" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Ρυθμίσεις λογαριασμού" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Ορατότητα" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "από {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Δημοσίευση στις" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_WeightRange_dot_264731940": { - "context": "weight", - "string": "σε {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": "από {value} {unit}" - }, - "src_dot_components_dot_Weight_dot_2781622322": { - "context": "weight", - "string": "{value} {unit}" - }, - "src_dot_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Ρυθμίσεις" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Χαρακτηριστικά και Τύποι Προϊόντων" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Ρυθμίσεις Προσωπικού" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Διαχείριση Περιεχομένου" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Ρυθμίσεις Προϊόντος" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Επιβεβαίωση" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Το Τιμολόγιο Δημιουργήθηκε" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Δημιουργία Τιμολογίου" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "Συνεχίστε" - }, - "src_dot_create": { - "context": "button", - "string": "Δημιουργία" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Πελάτες" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "Τροποποίηση Διεύθυνσης" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "Προσθήκη Διεύθυνσης" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Προσθήκη διεύθυνσης" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Προκαθορισμένη Διεύθυνση" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Προκαθορισμένη Διεύθυνση Τιμολόγησης" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Προκαθορισμένη Διεύθυνση Αποστολής" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Διαγραφή Διεύθυνσης" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Τροποποίηση Διεύθυνσης" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Ορισμός ως προκαθορισμένης διεύθυνσης τιμολόγησης" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Ορισμός ως προκαθορισμένης διεύθυνσης αποστολής" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Πληροφορίες Διεύθυνσης" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Διεύθυνση Αποστολής" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Διεύθυνση" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "This customer has no addresses yet" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "Διεύθυνση Τιμολόγησης" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "Κύρια Διεύθυνση" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "Η κύρια διεύθυνση αυτού του πελάτη" - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Customer Overview" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "Σημειώσεις" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Σημείωση" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Enter any extra infotmation regarding this customer." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "Δημιουργία Πελάτη" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { - "context": "check to mark this account as active", - "string": "User account active" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { - "context": "section subheader", - "string": "Ενεργό μέλος από τις {date}" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { - "context": "note about customer", - "string": "Σημείωση" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Πληροφορίες Επικοινωνίας" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Αναζήτηση Πελάτη" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "Δημιουργία πελάτη" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "Όλοι Οι Πελάτες" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Join Date" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { - "string": "Αριθμός Παραγγελιών" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "Αρ. Παραγγελιών" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "Δε βρέθηκαν πελάτες" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Email Πελάτη" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Όνομα Πελάτη" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { - "context": "order status", - "string": "Κατάσταση" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "Πρόσφατες παραγγελίες" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "Αρ. Παραγγελίας" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "View all orders" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "Ημερομηνία" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "Σύνολο" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { - "string": "Δεν βρέθηκαν παραγγελίες." - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Τελευταία σύνδεση" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "Τελευταία παραγγελία" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Ιστορικό Πελάτη" - }, - "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": "Διαγραφή Πελάτη" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "Διαγραφή Διεύθυνσης" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Δημιουργία πελάτη" - }, - "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": "Διαγραφή Πελατών" - }, - "src_dot_dashboard": { - "string": "Διαχειριστικό" - }, - "src_dot_date": { - "string": "Ημερομηνία" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Διαγραφή" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Περιγραφή" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Εκπτώσεις" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "Δε βρέθηκαν κατηγορίες" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Όνομα Κατηγορίας" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Προϊόντα" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "Δε βρέθηκαν συλλογές" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Όνομα Συλλογής" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Προϊόντα" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "Δεν βρέθηκαν προϊόντα" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Διαθεσιμότητα" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Όνομα Προϊόντος" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Τύπος Προϊόντος" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "No variants found" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Όνομα Προϊόντος" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Τύπος Προϊόντος" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Δημιουργία Έκπτωσης" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "Όνομα" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Αναζήτηση Έκπτωσης" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Δημιουργία Έκπτωσης" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "Όλες Οι Εκπτώσεις" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "Ενεργό" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "Έληξε" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { - "context": "discount type", - "string": "Σταθερό ποσό" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Ποσοστό" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "Προγραμματισμένο" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "Έχει αρχίσει" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "Κατάσταση" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "Είδος Έκπτωσης" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "Αξία" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { - "context": "sale end date", - "string": "Λήγει" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { - "string": "Δε βρέθηκαν εκπτώσεις" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Ξεκινά" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "Όνομα" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Αξία" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Όνομα" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Είδος Έκπτωσης" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Ποσοστό" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Σταθερό Ποσό" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "Αξία" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Μέγεθος Έκπτωσης" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "Δε βρέθηκαν κανάλια" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Όνομα Καναλιού" - }, - "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { - "context": "page header", - "string": "Δημιουργία Κουπονιού" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Set end date" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { - "context": "time during voucher is active, header", - "string": "Active Dates" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "Voucher applies to all countries" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Voucher is limited to these countries" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "Χώρες" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "Κατηγορίες ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "Συλλογές ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "Προϊόντα ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Κωδικός Έκπτωσης" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Δημιουργία Κωδικού" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Όριο Χρήσης" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "Όλα Τα Κουπόνια" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { - "string": "Αναζήτηση Κουπονιού" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { - "context": "button", - "string": "Δημιουργία Κουπονιού" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { - "context": "voucher status", - "string": "Ενεργό" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "Έληξε" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { - "context": "discount type", - "string": "Σταθερό ποσό" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Ποσοστό" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "Προγραμματισμένο" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Έχει αρχίσει" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { - "context": "voucher status", - "string": "Κατάσταση" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { - "context": "voucher", - "string": "Πλήθος χρήσεων" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "Είδος Έκπτωσης" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "Αξία" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "Min. Spent" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "Λήγει" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "Χρήσεις" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "Ξεκινά" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "Κωδικός" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Δε βρέθηκαν κουπόνια" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Αξία" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_2746532349": { - "context": "voucher requirements, header", - "string": "Ελάχιστα απαιτήσεις" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3069107721": { - "context": "voucher has no requirements", - "string": "Καμία" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3740704788": { - "context": "voucher requirement", - "string": "Ελάχιστη ποσότητα αντικειμένων" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_4097816011": { - "string": "Δε βρέθηκαν κανάλια" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Όνομα Καναλιού" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Ελάχιστη αξία παραγγελίας" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "Αξία" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Ελάχιστη Αξία Παραγγελίας" - }, - "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": "Όριο Χρήσης" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_78726751": { - "context": "voucher code", - "string": "Κωδικός" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3216816841": { - "context": "header", - "string": "Είδος Έκπτωσης" - }, - "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": "Ποσοστό" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { - "context": "voucher discount type", - "string": "Αμετάβλητο ποσό" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1134347598": { - "context": "column title", - "string": "Τιμή" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Αξία" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Μέγεθος Έκπτωσης" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Μόνο μία φορά ανα παραγγελία" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "Δε βρέθηκαν κανάλια" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Όνομα Καναλιού" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Entire order" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Συγκεκριμένα προϊόντα" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Shipment" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Επιτυχής δημιουργία έκπτωσης" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Αφαιρεμένη έκπτωση" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Αφαιρεμένη έκπτωση" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Διαγραφή Έκπτωσης" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Αφαίρεση Κατηγοριών Από Εκπτώσεις" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Είστε σίγουρος/η ότι θέλετε να διαγράψετε την {saleName};" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_2809303671": { - "context": "dialog header", - "string": "Διαγραφή Εκπτώσεων" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_372098008": { - "context": "dialog content", - "string": "{counter,plural,one {Είστε σίγουρος/η ότι θέλετε να διαγράψετε αυτήν την έκπτωση;} other {Είστε σίγουρος/η ότι θέλετε να διαγράψετε {displayQuantity} εκπτώσεις;}}" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Διαγραφή Κουπονιού" - }, - "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": "Διαγραφή Κουπονιών" - }, - "src_dot_done": { - "context": "button", - "string": "Τέλος" - }, - "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": "Επεξεργασία" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Σφάλμα" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "Όνομα" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Fulfilled" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Πελάτης" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Σημείωση" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Change" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Λεπτομέρειες" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Έληξε" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Λεπτομέρειες" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Ποσό" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Νόμισμα" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Προιόν" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Κατάσταση" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Διαγραφή" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Απενεργοποίηση" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Ενεργοποίηση" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Προιόν" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Ρυθμίσεις" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Αρχική" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "Order #{orderId} was placed from draft by {userEmail}" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "Δεν έχετε παραγγελίες έτοιμες για διαλογή" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Επώνυμο" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "No" - }, - "src_dot_ok": { - "context": "button", - "string": "Εντάξει" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Προαιρετικά" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Παραγγελίες" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Ακύρωση Παραγγελιών" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Διεύθυνση τιμολόγησης" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "Δε βρέθηκαν αποτελέσματα" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Διεύθυνση αποστολής" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "No notes from customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "Σημειώσεις" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "Πληροφορίες Επικοινωνίας" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Αναζήτηση Πελατών" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "View Profile" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "Διεύθυνση Αποστολής" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Πελάτης" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Ίδια με τη διεύθυνση αποστολής" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Ανώνυμος χρήστης" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Διεύθυνση Τιμολόγησης" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Ακύρωση παραγγελίας" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Προσθήκη" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Αξία έκπτωσης" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Σταθερό Ποσό" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Μη έγκυρη τιμή" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Ποσοστό" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "Delete Daft Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "Are you sure you want to delete draft #{orderNumber}?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "Τιμή" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Προιόν" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Ποσότητα" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "No Products added to Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { - "context": "total price of ordered products", - "string": "Σύνολο" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Έκπτωση" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Μερικό Σύνολο" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Σύνολο" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Order Details" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "Προσθήκη προϊόντων" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Δημιουργία παραγγελίας" - }, - "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": "Δημιουργήθηκε" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "Πελάτης" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "No draft orders found" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "Αρ. Παραγγελίας" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "Πελάτης" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Ημερομηνία" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Σύνολο" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Ακύρωση παραγγελίας" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Παραγγελία" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Όνομα προϊόντος" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "Κωδικός Αποθήκης" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Add tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edit tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Επιστροφή" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Επιλογή αποθήκης" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Αριθμός εντοπισμού" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Add Tracking Code" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Order address was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "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_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3990160018": { - "string": "Ιστορικό Παραγγελιών" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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": "Η πληρωμή απέτυχε" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Αποστολή Τιμολογίου" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Τιμολόγια" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "δημιουργήθηκε" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "Δεν υπάρχουν τιμολόγια προς προβολή" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Τιμολόγιο" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Δημιουργία" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Ρυθμίσεις Παραγγελίας" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Δημιουργία παραγγελίας" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { - "string": "Αναζήτηση Παραγγελιών" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { - "context": "tab name", - "string": "Όλες Οι Παραγγελίες" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Πελάτης" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Δημιουργήθηκε" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Fulfillment status" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "Πληρωμή" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "Αρ. Παραγγελίας" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "Πελάτης" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Ημερομηνία" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "Σύνολο" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "Δεν βρέθηκαν παραγγελίες." - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "Ποσό" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Are you sure you want to void this payment?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Void Payment" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "Εκκαθάριση" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Εκκαθαρισμένο ποσό" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Έκπτωση" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} αντικείμενα" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Mark as paid" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Κατάσταση πληρωμής" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Προεγκεκριμένο ποσό" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Επιστροφή" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Αποστολή" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Μερικό Σύνολο" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Φόροι" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Σύνολο" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "Ενσωματωμένος ΦΠΑ" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Επιστροφή" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Κουπόνι" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "Κωδικός Αποθήκης {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Αναζήτηση ονόματος προϊόντος, χαρακτηριστικού, τύπο προϊόντος κτλ" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Προσθήκη Προϊόντος" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Αναζήτηση Προϊόντων" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Τιμή" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Προιόν" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Ποσότητα" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "Κωδικός Αποθήκης" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Σύνολο" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Τιμή" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "Δεν βρέθηκαν προϊόντα" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Προιόν" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Σύνολο" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Ακαταλληλη τιμή" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Παραγγελία" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Ποσό" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Επιστροφή" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Τιμή" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "Δεν βρέθηκαν προϊόντα" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Προιόν" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Σύνολο" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Ακαταλληλη τιμή" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Τιμή" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Προιόν" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Ακαταλληλη τιμή" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Unfulfilled" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Ρυθμίσεις" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Τροποποίηση τρόπου αποστολής" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Fulfill" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Τροποποίηση τρόπου αποστολής επιτυχής" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Τύποι Σελίδων" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "Δε βρέθηκαν χαρακτηριστικά" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Όνομα χαρακτηριστικού" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Χαρακτηριστικά Περιεχομένου" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Διαγραφή Τύπων Σελίδων" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Μεταδεδομένα" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Δημιουργία Τύπου Σελίδας" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Μεταδεδομένα" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Χαρακτηριστικά Περιεχομένου" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Αναζήτηση Τύπου Σελίδας" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "Όλοι Οι Τύποι Σελίδας" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "Κανένας τύπος σελίδας δε βρέθηκε" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Ο τύπος σελίδας διαγράφηκε" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Αφαίρεση" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Σελίδες" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Δημιουργία Σελίδας" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Ορατό" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Κρυμμένο" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Περιεχόμενο" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Τίτλος" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Δημιουργία σελίδας" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Τύποι Σελίδων" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Τίτλος" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Ορατότητα" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "Δε βρέθηκαν σελίδες" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3478065224": { - "context": "page internal name", - "string": "Slug" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3640454975": { - "context": "page status", - "string": "Δημοσιευμένο" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Μη Δημοσιευμένη" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Τύπος περιεχομένου" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Οργάνωση Περιεχομένου" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Δημιουργία Σελίδας" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Η σελίδα δημιουργήθηκε επιτυχώς" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Διαγραφή Σελίδας" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Δημοσίευση" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Unpublish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Δημοσίευση Σελίδων" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Δημοσιευμένες σελίδες" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Διαγραφή Σελίδων" - }, - "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_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Κατάσταση πληρωμής" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Ομάγες Δικαιωμάτων" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "Δε βρέθηκαν μέλη" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Αναζήτηση Μελών Προσωπικού" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Ενεργό" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Ανενεργό" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Είστε σίγουρος/η ότι θέλετε να διαγράψετε το {name};" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Όνομα ομάδας" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Μέλη" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Ενέργειες" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Ανενεργό" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "Δε βρέθηκαν μέλη" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Διεύθυνση ηλεκτρονικού ταχυδρομείου" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Ενεργό" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Μέλη ομάδας" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Ενέργειες" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Όνομα" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Δημιουργία κατηγορίας" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Αφαίρεση" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Πρόσθετα" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Authorization" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Όνομα Πρόσθετου" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { - "context": "plugin status", - "string": "Κατάσταση" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { - "context": "section header", - "string": "Πληροφορίες και Κατάσταση Πρόσθετου" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "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": "Ρυθμίσεις Πρόσθετου" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3352026836": { - "context": "header", - "string": "Λεπτομέρειες {pluginName}" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3233248823": { - "string": "Αναζήτηση Πρόσθετων" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3523826683": { - "context": "tab name", - "string": "Όλα τα Πρόσθετα" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { - "context": "plugin filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "Δε βρέθηκαν πρόσθετα" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Ενεργό" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Ρυθμίσεις" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Απενεργοποιημένη" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Όνομα" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "src_dot_plugins_dot_views_dot_1096544448": { - "context": "header", - "string": "Authorization Field Delete" - }, - "src_dot_plugins_dot_views_dot_955370043": { - "string": "Το πρόσθετο ενδέχεται να σταματήσει να λειτουργεί αφότου καθαριστεί αυτό το πεδίο. Είστε σίγουρος/η ότι θέλετε να συνεχίσετε;" - }, - "src_dot_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Τύποι Προϊόντων" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { - "string": "Δε βρέθηκαν χαρακτηριστικά" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1228425832": { - "string": "Όνομα χαρακτηριστικού" - }, - "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": "Χαρακτηριστικά Προϊόντων" - }, - "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_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "Αναζήτηση Τύπου Προϊόντος" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3479705616": { - "context": "button", - "string": "δημιουργία τύπου προϊόντος" - }, - "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": "Ψηφιακό" - }, - "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": "Τύπος" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1126553969": { - "string": "Δε βρέθηκαν τύποι προϊόντων" - }, - "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": "Φόρος" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { - "context": "product type is either simple or configurable", - "string": "Τύπος" - }, - "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": "Ψηφιακό" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_966610541": { - "context": "product type", - "string": "Φυσικό" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_1325966144": { - "context": "product type shipping settings, section header", - "string": "Αποστολή" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2143413921": { - "context": "switch button", - "string": "Is this product shippable?" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2927891783": { - "string": "Used to calculate rates for shipping for products of this product type, when specific weight is not given" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_746695941": { - "string": "Βάρος" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "Δε βρέθηκαν χαρακτηριστικά" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Όνομα χαρακτηριστικού" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Οι τύποι προϊόντος διαγράφηκαν" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Αφαίρεση" - }, - "src_dot_products": { - "context": "products section name", - "string": "Προϊόντα" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Κατηγορία" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Συλλογές" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Μη δημοσιευμένο" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Δημοσιευμένο" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Όνομα" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Φόρτωση Περισσοτέρων" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "Πληροφορίες SEO" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Εξαγωγή ως:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Ρυθμίσεις Εξαγωγής" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Επιλογή Όλων" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Αναζήτηση Χαρακτηριστικών" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Αναζήτηση με όνομα χαρακτηριστικού" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "εξαγωγή προϊόντων" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Πληροφορίες Εξαγωγής" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Δημιουργία Προϊόντος" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Εξαγωγή Προϊόντων" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Αναζήτηση Προϊόντων..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "Όλα Τα Προϊόντα" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Διαθέσιμο" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Κρυμμένο" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Εκτός Αποθέματος" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "Τιμή" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Ποσότητα αποθέματος" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "Ορατότητα" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Ορατό" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Απλό" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "Δεν βρέθηκαν προϊόντα" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Όνομα" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Διαθεσιμότητα" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Τιμή" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Τύπος" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Προαιρετικά" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Κατηγορία" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Συλλογές" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "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": "Τύπος Προϊόντος" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Αποστολή" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Βάρος" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "Κωδικός Αποθήκης" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Όνομα Αποθήκης" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Ποσότητα" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Κανάλια" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Charge taxes on this product" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Μη δημοσιευμένο" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Δημοσιευμένο" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Διαγραφή παραλλαγής" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Αποθήκευση παραλλαγής" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Τιμή" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Χαρακτηριστικό" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Επιλογή Χαρακτηριστικού" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Τιμές και Κωδικοί Αποθήκης" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Επιλογή Τιμών" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Επιλογή Τιμών" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Summary" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Εφαρμογή ίδιας τιμής σε όλους τους κωδικούς αποθήκης" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Εφαρμογή ίδιου αποθέματος σε όλους τους κωδικούς αποθήκης" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Δημιουργία" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "Κωδικός Αποθήκης" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Τιμές και Κωδικοί Αποθήκης" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Παραλλαγή" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Τιμές" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Διαγραφή παραλλαγής" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_2297471173": { - "context": "delete product variant", - "string": "Είστε σίγουρος/η ότι θέλετε να διαγράψετε το {name};" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "Διαγραφή παραλλαγής" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "Προσθήκη παραλλαγής" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "New Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Κρυμμένο" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Διαθεσιμότητα" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Τιμή" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Όνομα Καναλιού" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "Δε βρέθηκαν κανάλια" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Cost price" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Τιμή" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventory" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "Κωδικός Αποθήκης" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Παραλλαγή" - }, - "src_dot_products_dot_views_dot_1731766393": { - "context": "dialog header", - "string": "Διαγραφή εικόνας" - }, - "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": "Είστε σίγουρος/η ότι θέλετε να διαγράψετε αυτήν την εικόνα;" - }, - "src_dot_products_dot_views_dot_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Δημιουργία Προϊόντος" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Διαγραφή προϊόντων" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Είστε σίγουρος/η ότι θέλετε να διαγράψετε το {name};" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Διαγραφή Προϊόντος" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Fully refunded" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Αφαίρεση" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Εκπτώσεις" - }, - "src_dot_save": { - "context": "button", - "string": "Save" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Επιλογή Όλων" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Αποστολή" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Τρόποι Αποστολής" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Διαγραφή Τρόπου Αποστολής" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Μέγιστη αξία" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Ελάχιστη Αξία" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Αξία Παραγγελίας" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Όνομα Καναλιού" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Ελάχιστη αξία" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Pricing" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Τιμή" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Όνομα Καναλιού" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Αναζήτηση Προϊόντων" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Όνομα Προϊόντος" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Ενέργειες" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Όνομα Αποθήκης" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Χώρες" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Χώρες" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Shipping zone name" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Προσθήκη" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Αποστολή" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Αποστολή" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Τιμή" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Create rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Value Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "No shipping rates found" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Price Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Weight Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Weight Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "Όνομα" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Επιλογή αποθήκης" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Ρυθμίσεις" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Αποστολή" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Shipping By Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Create shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "Χώρες" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Όνομα" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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": "Διαγραφή Ζώνης Αποστολής" - }, - "src_dot_shipping_dot_views_dot_1711385401": { - "context": "dialog header", - "string": "Διαγραφή Ζώνων Αποστολής" - }, - "src_dot_shipping_dot_views_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Αφαίρεση" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Διαγραφή Ζώνης Αποστολής" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Προέκυψε ένα πρόβλημα με το Saleor" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Μέλη Προσωπικού" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Πρόσκληση Μέλους Προσωπικού" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Δικαιώματα" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Ο χρήστης είναι ενεργός" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "Όλα Τα Μέλη Προσωπικού" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_61043583": { - "string": "Αναζήτηση Μέλους Προσωπικού" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_797461521": { - "context": "button", - "string": "Πρόσκληση Μέλους Προσωπικού" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Ενεργό" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Απενεργοποιημένη" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "Κατάσταση" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { - "context": "staff member status", - "string": "Ανενεργό" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": "Διεύθυνση ηλεκτρονικού ταχυδρομείου" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Ενεργό" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "Δε βρέθηκε μέλος προσωπικού" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "Όνομα" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "Νέος Κωδικός" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "Ο νέος κωδικός πρέπει να είναι τουλάχιστον 8 χαρακτήρων" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "Αλλάξτε κωδικό" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Προηγούμενος Κωδικός" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "You should change your password every month to avoid security issues." - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "Αλλαγή του κωδικού σας" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "Κωδικός πρόσβασης" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "Selecting this will change the language of your dashboard" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion." - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { - "string": "Preferred Language" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { - "context": "section header", - "string": "Preferences" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_1473195966": { - "context": "avatar change button", - "string": "Change" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Πληροφορίες Μέλους Προσωπικού" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Διαγραφή" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "delete Staff User" - }, - "src_dot_staff_dot_views_dot_3945766678": { - "string": "Are you sure you want to remove {email} avatar?" - }, - "src_dot_staff_dot_views_dot_701332676": { - "context": "dialog header", - "string": "Delete Staff User Avatar" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "Are you sure you want to delete {email} from staff members?" - }, - "src_dot_startDate": { - "string": "Start Date" - }, - "src_dot_startHour": { - "string": "Start Hour" - }, - "src_dot_status": { - "string": "Κατάσταση" - }, - "src_dot_summary": { - "string": "Summary" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Φόροι" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Φόροι" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "No countries found" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Reduced Tax Rates" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Country Code" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "Country Name" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "Κατηγορία" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Χαρακτηριστικά" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Μεταφράσεις" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Τιμές" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Όνομα Κατηγορίας" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Translation Category \"{categoryName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { - "string": "Όνομα Συλλογής" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3055443821": { - "context": "header", - "string": "Translation Collection \"{collectionName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1163855804": { - "string": "Languages" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { - "string": "Συλλογές" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Προϊόντα" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Σελίδες" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Κατηγορίες" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Τρόποι Αποστολής" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Χαρακτηριστικά" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Εκπτώσεις" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Vouchers" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} of {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "No translatable entities found" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "Completed Translations" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "Όνομα" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Languages" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "No languages found" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Language" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Περιεχόμενο" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "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": "Όνομα Προϊόντος" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Translation Product \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "Περιγραφή" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_3731955064": { - "context": "header", - "string": "Μετάφραση Εκπτωσης «{saleName}» - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_898281424": { - "string": "Όνομα Έκπτωσης" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Περιγραφή" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Όνομα" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Unfulfilled" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "Όλα τα χαρακτηριστικά πρέπει να έχουν τιμή" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Δεν είναι δυνατή η επιστροφή των μη αυτόματων πληρωμών" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Μόνο οι προεγκεκριμένες πληρωμές μπορούν να ακυρωθούν" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Μόνο προεγκριμένες πληρωμές μπορούν να εκκαθαριστούν" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Μη έγκυρη τιμή" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Μη έγκυρος κωδικός" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Η μέγιστη τιμή δε μπορεί να είναι μικρότερη της ελάχιστης τιμής" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Το πρόσθετο είναι λάθος ρυθμισμένο και δε μπορεί να ενεργοποιηθεί" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Ο κωδικός δε μπορεί να περιέχει μόνο αριθμούς" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Shipping method is not valid for chosen shipping address" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "Οι κωδικοί αποθήκης πρέπει να είναι μοναδικοί" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "Ο κωδικός είναι πολύ συνηθισμένος" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "Ο κωδικός είναι πολύ μικρός" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "Αυτοί οι κωδικοί είναι πολύ όμοιοι" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Vouchers" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Αποθήκες" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Πληροφορίες Διεύθυνσης" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Διαγραφή Αποθήκης" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Πληροφορίες Διεύθυνσης" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Όνομα Αποθήκης" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Ενέργειες" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Όνομα" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Ρυθμίσεις" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Είστε σίγουρος/η ότι θέλετε να διαγράψετε το {name};" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Ενέργεια" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Όνομα" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Yes" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Allocated" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Ποσότητα" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Μη διαθέσιμο προς αγορά" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Αφαίρεση" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Αφαίρεση" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Αφαίρεση" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "θα είναι διαθέσιμο στις {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "θα δημοσιευθεί στις {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Ακύρωση παραγγελίας"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Κρυμμένο"},"DIrxt7":{"context":"channel publication date","string":"Ορατό από {date}"},"nfbabo":{"context":"channel publication date","string":"Θα είναι διαθέσιμο στις {date}"},"mDgOmP":{"context":"channel publication status","string":"Ορατό"},"19/lwV":{"string":"Καθορίστε χαρακτηριστικά που χρησιμοποιούνται για τη δημιουργία τύπων προϊόντων"},"8vJCJ4":{"string":"Δημιουργήστε και διαχειριστείτε τα κανάλια πωλήσεών σας"},"hpMcW8":{"string":"Ορίστε πως οι χρήστες μπορούν να πλοηγούνται στο κατάστημα σας"},"JPH/uP":{"string":"Ορίστε τύπους σελίδων περιεχομένου που χρησιμοποιούνται στο κατάστημα σας"},"ivJ1qt":{"string":"Διαχειριστείτε τις ομάδες χρηστών και τα δικαιώματά τους"},"n0RwMK":{"string":"Διαχειριστείτε τους τύπους των προϊόντων που πουλάτε"},"zxs6G3":{"string":"Διαχειριστείτε τον τρόπο που στέλνετε τα προϊόντα σας"},"5BajZK":{"string":"Δείτε και αλλάξτε τις ρυθμίσεις του καταστήματός σας"},"RQUkVW":{"string":"Διαχειριστείτε τους εργαζόμενους και τα δικαιώματα τους"},"EIULpW":{"string":"Διαχειριστείτε πως χρεώνει φόρους το κατάστημα σας"},"5RmuD+":{"string":"Διαχειριστείτε και αλλάξτε τις πληροφορίες αποθηκών"},"m19JfL":{"string":"Δείτε και ανανεώστε τα πρόσθετα σας και τις ρυθμίσεις τους"},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Σταθερό ποσό"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Ιστορικό δραστηριοτήτων"},"wWTUrM":{"string":"Δεν βρέθηκε κάποια πρόσφατη δραστηριότητα"},"zWgbGg":{"string":"Σήμερα"},"By5ZBp":{"context":"header","string":"Γειά σου, {userName}"},"aCX8rl":{"context":"subheader","string":"Ορίστε μερικές πληροφορίες που συλλέξαμε για το κατάστημα σας"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {Ένα παραγγέλθηκε} other {{amount} Παραγγέλθηκαν}}"},"rr8fyf":{"context":"header","string":"Κορυφαία Προiόντα"},"Q1Uzbb":{"string":"Δεν βρέθηκαν προϊόντα"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Προσθήκη Μενού"},"jhh/D6":{"string":"Τίτλος Μενού"},"G/SYtU":{"string":"Είστε σίγουρος/η ότι θέλετε να διαγραφεί το μενού {menuName};"},"QzseV7":{"context":"dialog header","string":"Διαγραφή Μενού"},"E54eoT":{"string":"Η δημιουργία μιας δομής πλοήγησης γίνεται σύροντας και αφήνοντας. Απλώς δημιουργήστε ένα στοιχείο στο μενού και σύρτε το στη θέση του. Μπορείτε να σύρετε στοιχεία μέσα σε ένα άλλο ώστε να δημιουργήσετε μια δομή δέντρου και να τα σύρετε πάνω κάτω για να δημιουργήσετε μια ιεραρχία"},"H3Uirw":{"context":"create new menu item, header","string":"Προσθήκη στοιχείου"},"fzDI3A":{"context":"add link to navigation","string":"Σύνδεσμος προς: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Τροποποίηση στοιχείου"},"Urh2N3":{"context":"label","string":"Σύνδεσμος"},"28GZnc":{"string":"Πληκτρολογείστε για να αρχίσει η αναζήτηση"},"0Vyr8h":{"context":"menu item name","string":"Όνομα"},"Uf3oHA":{"context":"add new menu item","string":"Δημιουργία νέου στοιχείου"},"dEUZg2":{"context":"header","string":"Στοιχεία Μενού"},"WwZfNK":{"string":"Προσθέστε νέο στοιχείο μενού για να ξεκινήσετε τη δημιουργία μενού"},"ugnggZ":{"string":"Δημιουργημένο μενού"},"bj1U23":{"string":"Είστε σίγουρος/η ότι θέλετε να διαγράψετε το μενού {menuName};"},"svK+kv":{"string":"{counter,plural,one {Είστε σίγουρος/η ότι θέλετε να διαγράψετε αυτό το μενού;} other {Είστε σίγουρος/η ότι θέλετε να διαγράψετε {displayQuantity} μενού;}}"},"1LBYpE":{"context":"dialog header","string":"Διαγραφή Μενού"},"OwG/0z":{"string":"Διαγεγραμμένο μενού"},"0nL1D6":{"context":"number of menu items","string":"Στοιχεία"},"DWs4ba":{"string":"Δεν βρέθηκαν μενού"},"JXRYQg":{"context":"button","string":"Προσθήκη μενού"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Μη δημοσιευμένο"},"YI6Fhj":{"context":"no address is set in draft order","string":"Δεν έχει οριστεί"},"PX2zWy":{"context":"customer is not set in draft order","string":"Δεν έχει οριστεί"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Δεν έχει οριστεί"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Δημιουργία Τύπου Σελίδας"},"W5SK5c":{"string":"Επιλογή τύπου περιεχομένου"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Διαθέσιμο προς αγορά"},"KupNHw":{"context":"product field","string":"Κατηγορία"},"jxoMLL":{"context":"product field","string":"Συλλογές"},"YVIajc":{"context":"product field","string":"Περιγραφή"},"W8i2Ez":{"context":"product field","string":"Όνομα"},"6y+k8V":{"context":"product field","string":"Εικόνες Προϊόντων"},"7JAAul":{"context":"product field","string":"Εξαγωγή Βάρους Προϊόντων"},"QVNg8A":{"context":"product field","string":"Χρέωση Φόρων"},"Q/Nbku":{"context":"product field","string":"Τύπος"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Εικόνες Παραλλαγών"},"5kvaFR":{"context":"product field","string":"Εξαγωγή Κωδικού Αποθήκης Παραλλαγών"},"XBwpUv":{"context":"product field","string":"Εξαγωγή Βάρους Παραλλαγών"},"4qe6hO":{"context":"product stock, section header","string":"Inventory"},"SSWFo8":{"context":"window title","string":"Δημιουργία τύπου προϊόντος"},"bq1eEx":{"context":"header","string":"Δημιουργία τύπου προϊόντος"},"mUb8Gt":{"context":"section header","string":"Φόροι"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Τιμή"},"vuKrlW":{"string":"Απόθεμα"},"ABgQcF":{"context":"variant stock, header","string":"Απόθεμα"},"oIMMcO":{"context":"no warehouses info","string":"Δεν έχετε ορίσει αποθήκες για το κατάστημα σας. Μπορείτε να ρυθμίσετε τις παραλλαγές προϊόντων χωρίς να ορίζετε τα αποθέματα τους"},"Gjo89T":{"context":"header","string":"Αποθήκες"},"D8nsBc":{"context":"no warehouses info","string":"Δεν έχουν ρυθμιστεί αποθήκες για το κατάστημα σας. Για να προσθέσετε ποσότητα αποθέματος στην παραλλαγή προϊόντος παρακαλούμε διαμορφώστε μια αποθήκη"},"RLBLPQ":{"context":"no warehouses info","string":"Δεν έχουν οριστεί αποθήκες για το κατάστημα σας. Για να προσθέσετε ποσότητα αποθέματος στο προϊόν, παρακαλούμε διαμορφώστε μια αποθήκη"},"qJedl0":{"context":"product label","string":"Δημοσιευμένο"},"ppLwx3":{"context":"number of categories","string":"Κατηγορίες ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Συλλογές ({quantity})"},"bNw8PM":{"context":"number of products","string":"Προϊόντα ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Ορίστε ημερομηνία διαθεσιμότητας"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Είστε σίγουρος/η ότι θέλετε να διαγράψετε το {name};"},"LsgHmZ":{"context":"delete shipping zone","string":"Είστε σίγουρος/η ότι θέλετε να διαγράψετε το {name};"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Αποθήκη"},"skPoVe":{"context":"button","string":"Αποδοχή"},"Y7UlMR":{"context":"app extensions subsection","string":"Εφαρμογές"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Εφαρμογές"},"D/+84n":{"context":"snackbar text","string":"Η εφαμογή ενεργοποιήθηκε"},"USO8PB":{"context":"snackbar text","string":"Η εφαμογή απενεργοποιήθηκε"},"YHNozE":{"context":"dialog header","string":"Ενεργοποίηση Εφαρμογής"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Είστε σίγουρος/η ότι θέλετε να ενεργοποιήσετε το {name}; Η ενεργοποίηση θα ξεκινήσει τη συλλογή συμβάντων."},"D3E2b5":{"context":"button label","string":"Ενεργοποίηση"},"W+AFZY":{"context":"button label","string":"Απενεργοποίηση"},"yMi8I8":{"context":"dialog header","string":"Απενεργοποίηση Εφαρμογής"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Διαγραφή Εφαρμογής"},"6hLZNA":{"context":"delete app","string":"Είστε σίγουρος/η ότι θέλετε να διαγράψετε αυτήν την εφαρμογή;"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Απενεργοποίηση"},"Go50v2":{"context":"app privacy policy link","string":"Δείτε την πολιτική της εφαρμογής για την ιδιωτικότητα"},"89PSdB":{"context":"link","string":"Τροποίηση ρυθμίσεων"},"a55zOn":{"context":"section header","string":"Ιδιωτικότητα δεδομένων"},"Gjb6eq":{"context":"link","string":"Λάβετε Υποστήριξη"},"HtfL5/":{"context":"button","string":"Άνοιγμα Εφαρμογής"},"P5twxk":{"context":"link","string":"Ενεργοποίηση"},"VsGcdP":{"context":"section header","string":"Δικαιώματα εφαρμογής"},"7oQUMG":{"context":"apps about permissions","string":"Αυτή η εφαρμογή έχει δικαιώματα σε:"},"jDIRQV":{"context":"section header","string":"Σχετικά με την εφαρμογή"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"Υπάρχει πρόβλημα με την εφαρμογή"},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Πίσω στην αρχική σελίδα"},"k5lHFp":{"context":"app data privacy link","string":"Μάθετε περισσότερα γύρω από την ιδιωτικότητα δεδομένων"},"PkCmGU":{"context":"install button","string":"Εγκατάσταση Εφαρμογής"},"BL/Lbk":{"context":"install app permissions","string":"Η εγκατάσταση αυτής της εφαρμογής θα της δώσει τα εξής δικαιώματα:"},"Id7C0X":{"context":"section header","string":"Πρόκειται να εγκαταστήσετε {name}"},"UCHtG6":{"context":"button","string":"Σχετικά"},"hdcGSJ":{"context":"button","string":"Υποστήριξη / Συχνές Ερωτήσεις"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Συνεχίζουσες Εγκαταστάσεις"},"+c/f61":{"context":"retry installation","string":"Προσπάθεια ξανά"},"JufWFT":{"context":"app installation error","string":"Προέκυψε πρόβλημα κατά την εγκατάσταση"},"1qRwgQ":{"context":"app installation","string":"Εγκατάσταση εφαρμογής..."},"D4nzdD":{"context":"checkbox label","string":"Παροχή όλων των δικαιωμάτων του καταστήματος στην εφαρμογή"},"flP8Hj":{"context":"card description","string":"Επεκτείνετε ή περιορίστε τα δικαιώματα της εφαρμογής για πρόσβαση σε συγκεκριμένα μέρη του συστήματος Saleor."},"GjH9uy":{"context":"header","string":"Δημιουργία Νέας Εφαρμογής"},"Kxiige":{"string":"Δημιουργημένο κλειδί"},"DGCzal":{"string":"Αυτό το κλειδί σας δίνει πρόσβαση στο API του καταστήματος σας, που θα βρείτε εδώ: {url}"},"r86alc":{"context":"button","string":"Αντιγράφηκε"},"HVFq//":{"context":"button","string":"Αντιγραφή κλειδιού"},"ixjvkM":{"string":"Δημιουργήσαμε το προκαθορισμένο κλειδί σας. Βεβαιώστε ότι θα αντιγράψετε το νέο σας προσωπικό κλειδί πρόσβασης τώρα. Δε θα μπορέσετε να το δείτε ξανά."},"imYxM9":{"context":"header","string":"Πληροφορίες Εφαρμογής"},"foNlhn":{"context":"custom app name","string":"Όνομα Εφαρμογής"},"MAsLIT":{"context":"custom app token key","string":"Κλειδί"},"bsP4f3":{"string":"Δε βρέθηκαν κλειδιά"},"0Mg8o5":{"context":"header","string":"Κλειδιά"},"RMB6fU":{"context":"button","string":"Δημιουργία Κλειδιού"},"0DRBjg":{"string":"Σημειώσεις Κλειδιού"},"VHuzgq":{"context":"table actions","string":"Ενέργειες"},"XB2Jj9":{"context":"create app button","string":"Δημιουργία Εφαρμογής"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Απενεργοποιημένη"},"TBaMo2":{"context":"about app","string":"Σχετικά"},"9tgY4G":{"context":"apps content","string":"Δεν έχετε καμία εγκατεστημένη εφαρμογή στο διαχειριστικό σας"},"ZeD2TK":{"context":"section header","string":"Εφαρμογές Τρίτων"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Το κλειδί πρόσβασης χρησιμοποιείται για να πιστοποιήσει λογαριασμούς υπηρεσιών"},"t9a9GQ":{"string":"Δημιουργήσαμε το κλειδί σας. Βεβαιώστε ότι θα αντιγράψετε το νέο σας προσωπικό κλειδί πρόσβασης τώρα. Δε θα μπορέσετε να το δείτε ξανά."},"T5nU7u":{"context":"header","string":"Δημιουργία Κλειδιού"},"isM94c":{"context":"create service token, button","string":"Δημιουργία"},"quV5zH":{"context":"dialog title","string":"Διαγραφή Κλειδιού"},"2VSP8C":{"context":"delete token","string":"Είστε σίγουρος/η ότι θέλετε να διαγράψετε το κλειδί {token};"},"ac+Y98":{"context":"app settings error","string":"Αδυναμία λήψης των ρυθμίσεων της εφαρμογής"},"2cjt25":{"context":"window title","string":"Εγκατάσταση Εφαρμογής"},"5t/4um":{"context":"message title","string":"Αδύνατη Eγκατάσταση {name}"},"0fM/pV":{"context":"message title","string":"Η εφαρμογή εγκαταστάθηκε"},"ZprV2g":{"context":"app has been installed","string":"Η {name} είναι έτοιμη προς χρήση"},"uIPD1i":{"context":"app has been removed","string":"Η εφαρμογή αφαιρέθηκε επιτυχώς"},"agZQkB":{"context":"window title","string":"Δημιουργία Εφαρμογής"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Χαρακτηριστικά"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"Αυτή η τιμή υπάρχει ήδη σε αυτό το χαρακτηριστικό"},"lG/MDw":{"context":"dialog content","string":"{counter,plural,one {Είστε σίγουρος/η ότι θέλετε να διαγράψετε αυτό το χαρακτηριστικό;} other {Είστε σίγουρος/η ότι θέλετε να διαγράψετε {displayQuantity} χαρακτηριστικά;}}"},"rKf4LU":{"context":"dialog title","string":"Διαγραφή χαρακτηριστικών"},"JI2Xwp":{"context":"dialog title","string":"Διαγραφή χαρακτηριστικού"},"h1rPPg":{"context":"dialog content","string":"Είστε σίγουρος/η ότι θέλετε να διαγράψετε το {attributeName};"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Περιοχή"},"xOEZjV":{"context":"attribute's label","string":"Προκαθορισμένη Ετικέτα"},"P79U4b":{"context":"attribute's slug short code label","string":"Κωδικός Χαρακτηριστικού"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"Αυτό χρησιμοποιείται εσωτερικά. Βεβαιωθείτε ότι δε χρησιμοποιείτε κενά"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Ημερομηνία"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Αρχείο"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Πολλαπλής Επιλογής"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Σελίδες"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Προϊόντα"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Απαραίτητη Τιμή"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Βάρος"},"dKPMyh":{"context":"tab name","string":"Όλα τα Χαρακτηριστικά"},"IGvQ8k":{"context":"button","string":"Δημιουργία χαρακτηριστικού"},"1div9r":{"string":"Αναζήτηση χαρακτηριστικού"},"PsRG+v":{"context":"use attribute in filtering","string":"Φιλτράρεται στο Κατάστημα"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Μόνο Για Παραλλαγές"},"HQR2y0":{"context":"attribute value is required","string":"Απαραίτητη Τιμή"},"cvbqJu":{"context":"attribute","string":"Ορατό στη Σελίδα Προϊόντος στο Κατάστημα"},"ztQgD8":{"string":"Δε βρέθηκαν χαρακτηριστικά"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Αναζητήσιμο"},"oJkeS6":{"string":"Κωδικός Χαρακτηριστικού"},"k6WDZl":{"context":"attribute is visible","string":"Ορατό"},"HjUoHK":{"context":"attribute's label'","string":"Προκαθορισμένη Eτικέτα"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Χαρακτηριστικό Περιεχομένου"},"qkRuT0":{"context":"attribute type","string":"Χαρακτηριστικό προϊόντος"},"8cUEPV":{"context":"page title","string":"Δημιουργία νέου χαρακτηριστικού"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Ιδιότητες Διαχειριστικού"},"RH+aOF":{"context":"use attribute in filtering","string":"Χρήση στα Φίλτρα"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Ιδιότητες Καταστήματος"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Δημόσιο"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Εικόνα"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Είστε σίγουρος/η ότι θέλετε να διαγράψετε την τιμή «{name}»;"},"WWV8aZ":{"context":"dialog title","string":"Διαγραφή τιμής χαρακτηριστικού"},"no3Ygn":{"string":"Είστε σίγουρος/η ότι θέλετε να διαγράψετε την τιμή «{name}»; Εάν τη διαγράψετε, δε θα μπορείτε να την αναθέσετε σε κανένα προϊόν με το χαρακτηριστικό «{attributeName}»."},"XYhE8p":{"context":"edit attribute value","string":"Τροποποίηση Τιμής"},"PqMbma":{"context":"add attribute value","string":"Προσθήκη Τιμής"},"UhcALJ":{"context":"attribute name","string":"Όνομα"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"Δε βρέθηκαν τιμές"},"J3uE0t":{"context":"section header","string":"Τιμές Χαρακτηριστικών"},"+iVKR1":{"context":"assign attribute value button","string":"Ανάθεση τιμής"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Επιτυχής δημιουργία χαρακτηριστικού"},"7H2D5m":{"context":"attribute value deleted","string":"Η τιμή διαγράφηκε"},"V/VAHG":{"string":"Το χαρακτηριστικό διαγράφηκε"},"xVn5B0":{"context":"added new attribute value","string":"Προστέθηκε νέα τιμή"},"lw9WIk":{"context":"deleted multiple attributes","string":"Τα χαρακτηριστικά διαγράφηκαν επιτυχώς"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Sign in"},"5sg7KC":{"string":"Κωδικός πρόσβασης"},"3tbL7x":{"context":"description","string":"Forgot password?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Λυπούμαστε, το όνομα χρήστη ή/και ο κωδικός είναι λάθος. Παρακαλούμε ξαναδοκιμάστε"},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Νέος Κωδικός"},"S22jIs":{"context":"button","string":"Ορισμός νέου κωδικού"},"vfG+nh":{"string":"Επιβεβαίωση κωδικού"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Οι κωδικοί δεν είναι ίδιοι"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Reset password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Πίσω στη σύνδεση"},"2ob30/":{"string":"Τέλεια! Θα λάβετε εντός λίγου ένα μήνυμα με οδηγίες για το πως να αλλάξετε τον κωδικό σας."},"C0JLNW":{"string":"Η ληφθείσα διεύθυνση ηλ. ταχυδρομείου δεν υπάρχει στη βάση δεδομένων μας."},"hOxIeP":{"string":"Διαθεσιμότητα"},"0OfZJA":{"context":"button","string":"Πίσω"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Ακύρωση"},"dOQB9o":{"context":"payment status","string":"Ακυρωμένη"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Κατάλογος"},"sK1FPw":{"context":"categories section name","string":"Κατηγορίες"},"DP6b8U":{"context":"section header","string":"Εικόνα Φόντου (προαιρετική)"},"0iMYc+":{"context":"field is optional","string":"(Προαιρετικά)"},"cgsY/X":{"context":"page header","string":"Δημιουργία Νέας Κατηγορίας"},"wQdR8M":{"string":"Προσθέστε τίτλο και περιγραφή για τις μηχανές αναζήτησης για να κάνετε αυτή την κατηγορία πιο εύκολα αναζητήσιμη"},"xo5UIb":{"context":"dialog title","string":"Διαγραφή κατηγορίας"},"dJQxHt":{"context":"delete category","string":"Είστε σίγουρος/η ότι θέλετε να διαγράψετε την κατηγορία {categoryName};"},"vEYtiq":{"string":"Όνομα Κατηγορίας"},"8HRy+U":{"string":"Περιγραφή Κατηγορίας"},"vof5TR":{"context":"button","string":"Δημιουργία κατηγορίας"},"JiXNEV":{"string":"Αναζήτηση Κατηγορίας"},"vy7fjd":{"context":"tab name","string":"Όλες Οι Κατηγορίες"},"dM86a2":{"string":"Δε βρέθηκαν κατηγορίες"},"rrbzZt":{"string":"Δε βρέθηκαν υποκατηγορίες"},"BHQrgz":{"context":"number of subcategories","string":"Υποκατηγορίες"},"k8ZJ5L":{"context":"number of products","string":"Αριθμός Προϊόντων"},"VQLIXd":{"context":"product","string":"Όνομα"},"x/pIZ9":{"context":"button","string":"Προσθήκη προϊόντος"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Προιόντα στην {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Υποκατηγορίες"},"V+fkAO":{"context":"number of products in category","string":"Προϊόντα"},"NivJal":{"context":"section header","string":"Όλες Οι Υποκατηγορίες"},"UycVMp":{"context":"button","string":"Δημιουργία Υποκατηγορίας"},"Irflxf":{"context":"window title","string":"Δημιουργία κατηγορίας"},"7l5Bh9":{"string":"{counter,plural,one {Είστε σίγουρος/η ότι θέλετε να διαγράψετε αυτό το προϊόν;} other {Είστε σίγουρος/η ότι θέλετε να διαγράψετε {displayQuantity} προϊόντα;}}"},"xl7Fag":{"string":"Η κατηγορία δημιουργήθηκε"},"Pp/7T7":{"string":"{counter,plural,one {Είστε σίγουρος/η ότι θέλετε να διαγράψετε αυτήν την κατηγορία;} other {Είστε σίγουρος/η ότι θέλετε να διαγράψετε {displayQuantity} κατηγορίες;}}"},"HvJPcU":{"string":"Η κατηγορία διαγράφηκε"},"KCjd1o":{"context":"dialog title","string":"Διαγραφή προϊόντων"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Θυμηθείτε ότι αυτό θα διαγράψει και όλα τα προϊόντα που έχουν καταχωρηθεί σε αυτήν την κατηγορία."},"sG0w22":{"context":"dialog title","string":"Διαγραφή κατηγοριών"},"xRkj2h":{"string":"Είστε σίγουρος/η ότι θέλετε να διαγράψετε την κατηγορία {categoryName};"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Κανάλια"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Διαθεσιμότητα"},"QZoU0r":{"context":"dialog header","string":"Διαγραφή Καναλιού"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Επιλογή Καναλιού"},"3y4r+z":{"context":"channel settings","string":"Ρυθμίσεις Καναλιού"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Αντιγραφή"},"9Sz0By":{"context":"channel currency","string":"Νόμισμα"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Όνομα Καναλιού"},"G/pgG3":{"context":"dialog header","string":"Επιλέξτε ένα κανάλι"},"nKwgxY":{"context":"select label","string":"Όνομα Καναλιού"},"X8qjg3":{"context":"inactive","string":"Ανενεργό"},"+tIkAe":{"context":"status","string":"Κατάσταση"},"MHVglr":{"context":"deactivate","string":"Απενεργοποίηση"},"TSJRiZ":{"context":"channel status title","string":"Κατάσταση Καναλιού"},"QiN4hv":{"context":"active","string":"Ενεργό"},"MQwT1W":{"context":"activate","string":"Ενεργοποίηση"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Όνομα Καναλιού"},"/glQgs":{"string":"Δε βρέθηκαν κανάλια"},"OGm8wO":{"context":"button","string":"Δημιουργία Καναλιού"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"Νέο Κανάλι"},"OrMr/k":{"context":"window title","string":"Δημιουργία Καναλιού"},"D9Rg+F":{"context":"window title","string":"Λεπτομέρειες Καναλιού"},"AkyGP2":{"string":"Το κανάλι διαγράφηκε"},"eWcvOc":{"context":"button","string":"Επιλέξτε αρχείο"},"2FQsYj":{"context":"button","string":"Καθαρισμός"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Συλλογές"},"9vQR6c":{"context":"collection label","string":"Ορατή"},"V8FhTt":{"context":"collection label","string":"Κρυμμένη"},"Rj8LxK":{"string":"Προσθέστε τίτλο και περιγραφή για τις μηχανές αναζήτησης για να κάνετε αυτή τη συλλογή πιο εύκολα αναζητήσιμη"},"Fxa6xp":{"context":"page header","string":"Προσθήκη Συλλογής"},"/WXs6H":{"context":"collection name","string":"Όνομα"},"G4g5Ii":{"context":"tab name","string":"Όλες Οι Συλλογές"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Δημιουργία Συλλογής"},"9eC0MZ":{"context":"collection","string":"Κρυμμένη"},"lL3YJO":{"context":"collection","string":"Δημοσιευμένο"},"Yw+9F7":{"string":"Δε βρέθηκαν συλλογές"},"mWQt3s":{"string":"Αριθμός Προϊόντων"},"VZsE96":{"string":"Όνομα Συλλογής"},"UxdBmI":{"context":"collection availability","string":"Διαθεσιμότητα"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Τύπος"},"Oe62bR":{"context":"product availability","string":"Διαθεσιμότητα"},"/dnWE8":{"context":"products in collection","string":"Προϊόντα στην {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"Όνομα"},"Q8wHwJ":{"string":"Η συλλογή διαγράφηκε"},"56vUeQ":{"string":"Το προϊόν προστέθηκε στη συλλογή"},"MxhVZv":{"string":"Είστε σίγουρος/η ότι θέλετε να διαγράψετε την εικόνα συλλογής;"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Αφαίρεση προϊόντος από τη συλλογή"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Αφαίρεση προϊόντων από τη συλλογή"},"pVFoOk":{"string":"Είστε σίγουρος/η ότι θέλετε να διαγράψετε τη {collectionName};"},"ttMauu":{"context":"window title","string":"Δημιουργία Συλλογής"},"+wpvnk":{"context":"dialog title","string":"Διαγραφή Συλλογής"},"67V0c0":{"context":"unassign product from collection, button","string":"Αφαίρεση"},"fzk04H":{"context":"dialog title","string":"Διαγραφή εικόνας"},"yT5zvU":{"string":"{counter,plural,one {Είστε σίγουρος/η ότι θέλετε να διαγράψετε αυτή τη συλλογή;} other {Είστε σίγουρος/η ότι θέλετε να διαγράψετε {displayQuantity} συλλογές;}}"},"Ykw8k5":{"context":"dialog title","string":"Διαγραφή συλλογών"},"C7eDb9":{"string":"Ομάδες δικαιωμάτων"},"Fbr4Vp":{"context":"dialog header","string":"Δικαιώματα"},"6cS4Rd":{"context":"card section description","string":"Διαθέσιμα δικαιώματα"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Χώρα"},"O95R3Z":{"string":"Τηλέφωνο"},"B52Em/":{"string":"Γραμμή Διεύθυνσης 1"},"TE4fIS":{"string":"Πόλη"},"oYGfnY":{"string":"Ταχυδρομικός Κώδικας"},"oQY0a2":{"string":"Γραμμή διεύθυνσης 2"},"9YazHG":{"string":"Εταιρία"},"AuwpCm":{"string":"Περιοχή της χώρας"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"Δε βρέθηκαν αποτελέσματα"},"fP9FXB":{"context":"input label","string":"Αναζήτηση Χαρακτηριστικών"},"auxEP1":{"context":"input placeholder","string":"Αναζήτηση με όνομα χαρακτηριστικού"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Αναζήτηση Κατηγορίας"},"sf6FMK":{"context":"dialog search placeholder","string":"Αναζήτηση με όνομα κατηγορίας, κτλ"},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Αναζήτηση Συλλογής"},"JiRKgJ":{"context":"dialog search placeholder","string":"Αναζήτηση με όνομα συλλογής, κτλ"},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Αναζήτηση Προϊόντων"},"SHm7ee":{"string":"Αναζήτηση ονόματος προϊόντος, χαρακτηριστικού, τύπο προϊόντος κτλ"},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"Κωδικός Αποθήκης {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Χαρακτηριστικά"},"j8PV7E":{"context":"attribute values","string":"Τιμές"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Αξία"},"jHJmjf":{"string":"Κανένα αποτέλεσμα"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Διαθεσιμότητα"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"από {date}"},"Jt3DwJ":{"context":"publish on date","string":"Δημοσίευση στις"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"Δε βρέθηκαν Κανάλια"},"2/L4zZ":{"string":"Επιλέξτε όλα τα κανάλια"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Δημοσιευμένο"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Κατάσταση"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Επαναφορά"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Διαγραφή Αναζήτησης"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Σφάλμα"},"9mGA/Q":{"context":"button linking to dashboard","string":"Διαχειριστικό"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Διαγραφή Αναζήτησης"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Αποθήκευση Αναζήτησης"},"zSOvI0":{"string":"Φίλτρα"},"HnVtSS":{"context":"search","string":"Κανένα αποτέλεσμα"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Φίλτρα"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Αποθήκευση αλλαγών"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Αξία"},"VcI+Zh":{"context":"header","string":"Μεταδεδομένα"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Πεδίο"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Προσθήκη Πεδίου"},"nEixpu":{"context":"table action","string":"Ενέργειες"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Προσθήκη νέας τιμής: {value}"},"hX5PAb":{"string":"Δε βρέθηκαν αποτελέσματα"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Αριθμός Παραγγελίας"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Αναζήτηση Πελάτη"},"4gT3eD":{"context":"navigator section header","string":"Αναζήτηση στους Πελάτες"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Αναζήτηση στον Κατάλογο"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Κατηγορία"},"phAZoj":{"string":"Συλλογή"},"M1uijW":{"context":"collection","string":"Μη Δημοσιευμένη"},"CjSRT1":{"context":"button","string":"Δημιουργία Κατηγορίας"},"VdDcxc":{"context":"button","string":"Δημιουργία Συλλογής"},"QooeI/":{"context":"button","string":"Δημιουργία Πελάτη"},"cfQf0w":{"context":"button","string":"Δημιουργία Παραγγελίας"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Δημιουργία Προϊόντος"},"y9cvqE":{"context":"button","string":"Δημιουργία Κουπονιού"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Αναζήτηση στον Κατάλογο"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Αναζήτηση Πελατών"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Εμφάνιση Βοήθειας"},"usSkzP":{"context":"navigator order mode description","string":"Αναζήτηση Παραγγελιών"},"k8bltk":{"string":"Αριθμός Αποτελεσμάτων"},"x/ZVlU":{"string":"Προιόν"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Κάτι λείπει"},"nRiOg+":{"string":"Λυπούμαστε, η σελίδα δε βρέθηκε"},"95oJ5d":{"context":"button","string":"Πίσω στο διαχειριστικό"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Η τιμή δε μπορεί να είναι μικρότερη από 0"},"fNFEkh":{"string":"Αριθμός Σειρών:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Αναζήτηση Ονόματος"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"If empty, the preview shows what will be autogenerated."},"450Fty":{"string":"Καμία"},"qu/hXD":{"string":"Επιλεγμένα {number} αντικείμενα"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Αποστολή"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Αποσύνδεση"},"X8+Lpa":{"context":"button","string":"Ρυθμίσεις λογαριασμού"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Ορατότητα"},"qMB6d2":{"context":"weight","string":"σε {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"από {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Ρυθμίσεις"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Χαρακτηριστικά και Τύποι Προϊόντων"},"UN+yTt":{"string":"Ρυθμίσεις Προσωπικού"},"HjXnIf":{"string":"Διαχείριση Περιεχομένου"},"jFrdB5":{"string":"Ρυθμίσεις Προϊόντος"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Επιβεβαίωση"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Το Τιμολόγιο Δημιουργήθηκε"},"Dhherd":{"context":"dialog header, title","string":"Δημιουργία Τιμολογίου"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"Συνεχίστε"},"H5NKfr":{"context":"button","string":"Δημιουργία"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Πελάτες"},"gQGUsN":{"context":"dialog title","string":"Τροποποίηση Διεύθυνσης"},"W0kQd+":{"context":"dialog title","string":"Προσθήκη Διεύθυνσης"},"rjy9/k":{"context":"button","string":"Προσθήκη διεύθυνσης"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Προκαθορισμένη Διεύθυνση"},"VyzsWZ":{"string":"Προκαθορισμένη Διεύθυνση Τιμολόγησης"},"nLML8Y":{"string":"Προκαθορισμένη Διεύθυνση Αποστολής"},"puikeb":{"context":"button","string":"Διαγραφή Διεύθυνσης"},"w+8BfK":{"context":"button","string":"Τροποποίηση Διεύθυνσης"},"hLOEeb":{"context":"button","string":"Ορισμός ως προκαθορισμένης διεύθυνσης τιμολόγησης"},"+7OsyM":{"context":"button","string":"Ορισμός ως προκαθορισμένης διεύθυνσης αποστολής"},"BfJGij":{"context":"header","string":"Πληροφορίες Διεύθυνσης"},"Zd3Eew":{"context":"subsection header","string":"Διεύθυνση Αποστολής"},"bHdFph":{"context":"subsection header","string":"Διεύθυνση"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Διεύθυνση Τιμολόγησης"},"jGGnSZ":{"context":"page header","string":"Κύρια Διεύθυνση"},"wNQzS/":{"string":"Η κύρια διεύθυνση αυτού του πελάτη"},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Σημειώσεις"},"uUQ+Al":{"context":"note about customer","string":"Σημείωση"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Δημιουργία Πελάτη"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Ενεργό μέλος από τις {date}"},"SMakqb":{"context":"customer contact section, header","string":"Πληροφορίες Επικοινωνίας"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Αναζήτηση Πελάτη"},"QLVddq":{"context":"button","string":"Δημιουργία πελάτη"},"xQK2EC":{"context":"tab name","string":"Όλοι Οι Πελάτες"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Αριθμός Παραγγελιών"},"E8VDeH":{"string":"Αρ. Παραγγελιών"},"FpIcp9":{"string":"Δε βρέθηκαν πελάτες"},"97l2MO":{"string":"Email Πελάτη"},"Gr1SAu":{"string":"Όνομα Πελάτη"},"pURrk1":{"context":"order status","string":"Κατάσταση"},"1LiVhv":{"context":"section header","string":"Πρόσφατες παραγγελίες"},"nTF6tG":{"context":"number of order","string":"Αρ. Παραγγελίας"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Ημερομηνία"},"taX/V3":{"context":"order total amount","string":"Σύνολο"},"RlfqSV":{"string":"Δεν βρέθηκαν παραγγελίες."},"FNAZoh":{"string":"Τελευταία σύνδεση"},"HMD+ib":{"string":"Τελευταία παραγγελία"},"e7Nyu7":{"context":"section header","string":"Ιστορικό Πελάτη"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Διαγραφή Πελάτη"},"qLOBff":{"context":"dialog header","string":"Διαγραφή Διεύθυνσης"},"nX2pCU":{"context":"window title","string":"Δημιουργία πελάτη"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Διαγραφή Πελατών"},"hzSNj4":{"string":"Διαχειριστικό"},"P7PLVj":{"string":"Ημερομηνία"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Διαγραφή"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Περιγραφή"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Εκπτώσεις"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"Δε βρέθηκαν κατηγορίες"},"fV6yX5":{"context":"table head","string":"Όνομα Κατηγορίας"},"QGjJcT":{"context":"number of products","string":"Προϊόντα"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"Δε βρέθηκαν συλλογές"},"ht9yOD":{"context":"table head","string":"Όνομα Συλλογής"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"Δεν βρέθηκαν προϊόντα"},"6cMkfT":{"context":"table head","string":"Όνομα Προϊόντος"},"bPFp8B":{"context":"product type","string":"Τύπος Προϊόντος"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"No variants found"},"Q1HhPk":{"context":"table head","string":"Τύπος Προϊόντος"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Δημιουργία Έκπτωσης"},"F56hOz":{"context":"sale name","string":"Όνομα"},"MSD3A/":{"string":"Αναζήτηση Έκπτωσης"},"JHfbXR":{"context":"button","string":"Δημιουργία Έκπτωσης"},"Yjhgle":{"context":"tab name","string":"Όλες Οι Εκπτώσεις"},"AnqH4p":{"context":"sale status","string":"Ενεργό"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Έληξε"},"XDBeA+":{"context":"discount type","string":"Σταθερό ποσό"},"s17U7u":{"context":"discount type","string":"Ποσοστό"},"BanAhF":{"context":"sale status","string":"Προγραμματισμένο"},"zjHH6b":{"context":"sale start date","string":"Έχει αρχίσει"},"SpngiS":{"context":"sale status","string":"Κατάσταση"},"KHZlmi":{"string":"Είδος Έκπτωσης"},"XZR590":{"context":"sale value","string":"Αξία"},"giF5UV":{"context":"sale end date","string":"Λήγει"},"51HE+Q":{"string":"Δε βρέθηκαν εκπτώσεις"},"iBSq6l":{"context":"sale start date","string":"Ξεκινά"},"WkxE8/":{"context":"percentage or fixed, header","string":"Είδος Έκπτωσης"},"JnzDrI":{"context":"discount type","string":"Σταθερό Ποσό"},"wHdMAX":{"context":"sale value, header","string":"Αξία"},"x3g4Ry":{"context":"sale discount","string":"Μέγεθος Έκπτωσης"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Όνομα Καναλιού"},"PsclSa":{"context":"page header","string":"Δημιουργία Κουπονιού"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Χώρες"},"jvKNMP":{"string":"Κωδικός Έκπτωσης"},"mSLr9d":{"context":"voucher code, button","string":"Δημιουργία Κωδικού"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Όριο Χρήσης"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"Όλα Τα Κουπόνια"},"IruP2T":{"string":"Αναζήτηση Κουπονιού"},"GbhZJ4":{"context":"button","string":"Δημιουργία Κουπονιού"},"amQg6f":{"context":"voucher status","string":"Ενεργό"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Έληξε"},"Jj0de8":{"context":"voucher status","string":"Προγραμματισμένο"},"ujFo4A":{"context":"voucher start date","string":"Έχει αρχίσει"},"uy+tB8":{"context":"voucher status","string":"Κατάσταση"},"h75GAF":{"context":"voucher","string":"Πλήθος χρήσεων"},"JV+EiM":{"context":"voucher value","string":"Αξία"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Λήγει"},"yHwvLL":{"context":"voucher uses","string":"Χρήσεις"},"5u7b3V":{"context":"voucher is active from date","string":"Ξεκινά"},"JsPIOX":{"context":"voucher code","string":"Κωδικός"},"U2mOqA":{"string":"Δε βρέθηκαν κουπόνια"},"GVinbz":{"context":"column title","string":"Αξία"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Ελάχιστα απαιτήσεις"},"u/hkKO":{"context":"voucher has no requirements","string":"Καμία"},"XT/ZvF":{"context":"voucher requirement","string":"Ελάχιστη ποσότητα αντικειμένων"},"bh9+8A":{"context":"voucher requirement","string":"Ελάχιστη αξία παραγγελίας"},"FOa+Xd":{"context":"voucher value requirement","string":"Ελάχιστη Αξία Παραγγελίας"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Όριο Χρήσης"},"6cq+c+":{"context":"header","string":"Είδος Έκπτωσης"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Ποσοστό"},"vXFPD6":{"context":"voucher discount type","string":"Αμετάβλητο ποσό"},"1shOIS":{"context":"column title","string":"Τιμή"},"/oaqFS":{"context":"section header","string":"Αξία"},"mmcHeH":{"string":"Μέγεθος Έκπτωσης"},"5c2JVF":{"context":"voucher application, switch button","string":"Μόνο μία φορά ανα παραγγελία"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"Συγκεκριμένα προϊόντα"},"WasHjQ":{"context":"voucher discount","string":"Shipment"},"n7Fg8i":{"string":"Επιτυχής δημιουργία έκπτωσης"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Αφαιρεμένη έκπτωση"},"V3fvcD":{"context":"dialog content","string":"Αφαιρεμένη έκπτωση"},"1/oG76":{"context":"dialog header","string":"Διαγραφή Έκπτωσης"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Αφαίρεση Κατηγοριών Από Εκπτώσεις"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Είστε σίγουρος/η ότι θέλετε να διαγράψετε την {saleName};"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Διαγραφή Εκπτώσεων"},"FPzzh7":{"context":"dialog content","string":"{counter,plural,one {Είστε σίγουρος/η ότι θέλετε να διαγράψετε αυτήν την έκπτωση;} other {Είστε σίγουρος/η ότι θέλετε να διαγράψετε {displayQuantity} εκπτώσεις;}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Διαγραφή Κουπονιού"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Διαγραφή Κουπονιών"},"eOrLzG":{"context":"button","string":"Τέλος"},"toDL5R":{"context":"order status","string":"Draft"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"Επεξεργασία"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Σφάλμα"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"Όνομα"},"pkjXPD":{"context":"order status","string":"Fulfilled"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Πελάτης"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Σημείωση"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Change"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Λεπτομέρειες"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Έληξε"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Λεπτομέρειες"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Ποσό"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Νόμισμα"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Προιόν"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Κατάσταση"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Διαγραφή"},"IzEVek":{"context":"bulk disable label","string":"Απενεργοποίηση"},"hz+9ES":{"context":"bulk activate label","string":"Ενεργοποίηση"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Προιόν"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Ρυθμίσεις"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Αρχική"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"Δεν έχετε παραγγελίες έτοιμες για διαλογή"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Επώνυμο"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigation"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"No"},"s9sOcC":{"context":"button","string":"Εντάξει"},"lzdvwp":{"context":"field is optional","string":"Προαιρετικά"},"Ta9j04":{"context":"orders section name","string":"Παραγγελίες"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Ακύρωση Παραγγελιών"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Διεύθυνση τιμολόγησης"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"Δε βρέθηκαν αποτελέσματα"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Διεύθυνση αποστολής"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Σημειώσεις"},"4Jp83O":{"context":"subheader","string":"Πληροφορίες Επικοινωνίας"},"hkSkNx":{"string":"Αναζήτηση Πελατών"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Διεύθυνση Αποστολής"},"Y7M1YQ":{"context":"section header","string":"Πελάτης"},"GLX9II":{"context":"billing address","string":"Ίδια με τη διεύθυνση αποστολής"},"Qovenh":{"string":"Ανώνυμος χρήστης"},"c7/79+":{"string":"Διεύθυνση Τιμολόγησης"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Ακύρωση παραγγελίας"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Προσθήκη"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Αξία έκπτωσης"},"fo7nfa":{"context":"fixed amount","string":"Σταθερό Ποσό"},"IN5iJz":{"context":"value input helper text","string":"Μη έγκυρη τιμή"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Ποσοστό"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Τιμή"},"nEWp+k":{"context":"quantity of ordered products","string":"Ποσότητα"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Σύνολο"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"Έκπτωση"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Μερικό Σύνολο"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Σύνολο"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Προσθήκη προϊόντων"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Δημιουργία παραγγελίας"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Δημιουργήθηκε"},"iEeIhY":{"context":"draft order","string":"Πελάτης"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"Αρ. Παραγγελίας"},"hkENym":{"string":"Πελάτης"},"mCP0UD":{"context":"order draft creation date","string":"Ημερομηνία"},"1Uj0Wd":{"context":"order draft total price","string":"Σύνολο"},"PAqicb":{"context":"button","string":"Ακύρωση παραγγελίας"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Παραγγελία"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Όνομα προϊόντος"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"Κωδικός Αποθήκης"},"BLX9dz":{"context":"fulfill order, button","string":"Fulfill"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Add tracking"},"dTkmON":{"context":"edit tracking button","string":"Edit tracking"},"K//bUK":{"context":"refund button","string":"Επιστροφή"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Επιλογή αποθήκης"},"bb4nSp":{"context":"dialog header","string":"Cancel Fulfillment"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Αριθμός εντοπισμού"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Order was placed"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Order was fully paid"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Ιστορικό Παραγγελιών"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Η πληρωμή απέτυχε"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Αποστολή Τιμολογίου"},"Gzg8hy":{"context":"section header","string":"Τιμολόγια"},"F0AXNs":{"context":"invoice create date prefix","string":"δημιουργήθηκε"},"hPB89Y":{"string":"Δεν υπάρχουν τιμολόγια προς προβολή"},"m6IBe5":{"context":"invoice number prefix","string":"Τιμολόγιο"},"e0RKe+":{"context":"generate invoice button","string":"Δημιουργία"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Ρυθμίσεις Παραγγελίας"},"wTHjt3":{"string":"Αναζήτηση Παραγγελιών"},"WRkCFt":{"context":"tab name","string":"Όλες Οι Παραγγελίες"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Πελάτης"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Δημιουργήθηκε"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Πληρωμή"},"5blVMu":{"context":"e-mail or full name","string":"Πελάτης"},"PHUcrU":{"context":"date when order was placed","string":"Ημερομηνία"},"k9hf7F":{"context":"total order price","string":"Σύνολο"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Ποσό"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Εκκαθάριση"},"V+gwx7":{"context":"order payment","string":"Εκκαθαρισμένο ποσό"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Έκπτωση"},"pr513b":{"context":"ordered products","string":"{quantity} αντικείμενα"},"+5HkZN":{"context":"order, button","string":"Mark as paid"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Κατάσταση πληρωμής"},"uUsZ7m":{"context":"order payment","string":"Προεγκεκριμένο ποσό"},"HaQ8cg":{"context":"button","string":"Επιστροφή"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Αποστολή"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Μερικό Σύνολο"},"r+dgiv":{"string":"Φόροι"},"zb4eBO":{"context":"order total price","string":"Σύνολο"},"dJVXIb":{"context":"vat included in order price","string":"Ενσωματωμένος ΦΠΑ"},"sEjRyz":{"context":"voucher type order discount","string":"Κουπόνι"},"myyWNp":{"context":"dialog header","string":"Προσθήκη Προϊόντος"},"b810WJ":{"context":"product price","string":"Τιμή"},"WE8IFE":{"context":"product name","string":"Προιόν"},"tvpAXl":{"context":"ordered product quantity","string":"Ποσότητα"},"8J81ri":{"context":"ordered product sku","string":"Κωδικός Αποθήκης"},"qT6YYk":{"context":"order line total price","string":"Σύνολο"},"5aiFbL":{"context":"tabel column header","string":"Τιμή"},"FNT4b+":{"context":"tabel column header","string":"Προιόν"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Σύνολο"},"xoyCZ/":{"context":"error message","string":"Ακαταλληλη τιμή"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Ποσό"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Επιστροφή"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Τιμή"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Προιόν"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Unfulfilled"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Ρυθμίσεις"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Τροποποίηση τρόπου αποστολής"},"/Xwjww":{"context":"button","string":"Fulfill"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Τροποποίηση τρόπου αποστολής επιτυχής"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Τύποι Σελίδων"},"kTr2o8":{"string":"Όνομα χαρακτηριστικού"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Χαρακτηριστικά Περιεχομένου"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Διαγραφή Τύπων Σελίδων"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Μεταδεδομένα"},"caqRmN":{"context":"header","string":"Δημιουργία Τύπου Σελίδας"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Αναζήτηση Τύπου Σελίδας"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"Όλοι Οι Τύποι Σελίδας"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"Κανένας τύπος σελίδας δε βρέθηκε"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Ο τύπος σελίδας διαγράφηκε"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Αφαίρεση"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Σελίδες"},"gr53VQ":{"context":"page header","string":"Δημιουργία Σελίδας"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Ορατό"},"/TK7QD":{"context":"page label","string":"Κρυμμένο"},"gMwpNC":{"context":"page content","string":"Περιεχόμενο"},"gr+oXW":{"context":"page title","string":"Τίτλος"},"AHRDWt":{"context":"button","string":"Δημιουργία σελίδας"},"Of19Pn":{"context":"Types","string":"Τύποι Σελίδων"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Τίτλος"},"5GSYCR":{"context":"page status","string":"Ορατότητα"},"iMJka8":{"string":"Δε βρέθηκαν σελίδες"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Δημοσιευμένο"},"UN3qWD":{"context":"page status","string":"Μη Δημοσιευμένη"},"ufD5Jr":{"string":"Τύπος περιεχομένου"},"jU9GPX":{"context":"section header","string":"Οργάνωση Περιεχομένου"},"mX7zJJ":{"context":"header","string":"Δημιουργία Σελίδας"},"JMbFNo":{"string":"Η σελίδα δημιουργήθηκε επιτυχώς"},"C1luwg":{"context":"dialog header","string":"Διαγραφή Σελίδας"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Δημοσίευση"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Unpublish"},"wyvzh9":{"context":"dialog header","string":"Δημοσίευση Σελίδων"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Δημοσιευμένες σελίδες"},"3Sz1/t":{"context":"dialog header","string":"Διαγραφή Σελίδων"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"Partially fulfilled"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Partially refunded"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Κατάσταση πληρωμής"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Ομάγες Δικαιωμάτων"},"jUuHVn":{"context":"description","string":"Δε βρέθηκαν μέλη"},"UQ4Kuh":{"context":"input label","string":"Αναζήτηση Μελών Προσωπικού"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Ενεργό"},"7WzUxn":{"context":"staff member status","string":"Ανενεργό"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Είστε σίγουρος/η ότι θέλετε να διαγράψετε το {name};"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Όνομα ομάδας"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Μέλη"},"wL7VAE":{"string":"Ενέργειες"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"Δε βρέθηκαν μέλη"},"xxQxLE":{"string":"Διεύθυνση ηλεκτρονικού ταχυδρομείου"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Μέλη ομάδας"},"W32xfN":{"context":"staff member full name","string":"Όνομα"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Αφαίρεση"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Πρόσθετα"},"6aBkJm":{"context":"section header","string":"Authorization"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Όνομα Πρόσθετου"},"bL/Wrc":{"context":"plugin status","string":"Κατάσταση"},"w424P4":{"context":"section header","string":"Πληροφορίες και Κατάσταση Πρόσθετου"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Ρυθμίσεις Πρόσθετου"},"EtGDeK":{"context":"header","string":"Λεπτομέρειες {pluginName}"},"BtErCZ":{"string":"Αναζήτηση Πρόσθετων"},"aOelhW":{"context":"tab name","string":"Όλα τα Πρόσθετα"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"Δε βρέθηκαν πρόσθετα"},"rQOS7K":{"context":"status label active","string":"Ενεργό"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Ρυθμίσεις"},"ho75Lr":{"context":"status label deactivated","string":"Απενεργοποιημένη"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Όνομα"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"Το πρόσθετο ενδέχεται να σταματήσει να λειτουργεί αφότου καθαριστεί αυτό το πεδίο. Είστε σίγουρος/η ότι θέλετε να συνεχίσετε;"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Τύποι Προϊόντων"},"9scTQ0":{"context":"section header","string":"Χαρακτηριστικά Προϊόντων"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Αναζήτηση Τύπου Προϊόντος"},"QY7FSs":{"context":"button","string":"δημιουργία τύπου προϊόντος"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Ψηφιακό"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Τύπος"},"0nLsyM":{"string":"Δε βρέθηκαν τύποι προϊόντων"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Φόρος"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Τύπος"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Ψηφιακό"},"ADTNND":{"context":"product type","string":"Φυσικό"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Αποστολή"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Βάρος"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Οι τύποι προϊόντος διαγράφηκαν"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Αφαίρεση"},"K8xNLe":{"context":"products section name","string":"Προϊόντα"},"ulh3kf":{"string":"Συλλογές"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Φόρτωση Περισσοτέρων"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"Πληροφορίες SEO"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Εξαγωγή ως:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Ρυθμίσεις Εξαγωγής"},"lQRnYK":{"context":"selectt all options","string":"Επιλογή Όλων"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Αναζήτηση Χαρακτηριστικών"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Αναζήτηση με όνομα χαρακτηριστικού"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"εξαγωγή προϊόντων"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Πληροφορίες Εξαγωγής"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Εξαγωγή Προϊόντων"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Αναζήτηση Προϊόντων..."},"aFLtLk":{"context":"tab name","string":"Όλα Τα Προϊόντα"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Διαθέσιμο"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Κρυμμένο"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Εκτός Αποθέματος"},"b1zuN9":{"string":"Τιμή"},"3Z8972":{"context":"product","string":"Ποσότητα αποθέματος"},"g+GAf4":{"context":"product visibility","string":"Ορατότητα"},"6Y1nQd":{"context":"product is visible","string":"Ορατό"},"Jz/Cb+":{"context":"product type","string":"Απλό"},"+VEhV8":{"context":"product channels","string":"Διαθεσιμότητα"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Τύπος Προϊόντος"},"3rIMq/":{"context":"product shipping","string":"Αποστολή"},"SUbxSK":{"context":"product weight","string":"Βάρος"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"Κωδικός Αποθήκης"},"KTAg0f":{"context":"tabel column header","string":"Όνομα Αποθήκης"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Ποσότητα"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Κανάλια"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Charge taxes on this product"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Διαγραφή παραλλαγής"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Αποθήκευση παραλλαγής"},"TPCRKr":{"context":"variant price, header","string":"Τιμή"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Χαρακτηριστικό"},"TDXskW":{"context":"variant attribute","string":"Επιλογή Χαρακτηριστικού"},"7WEC+G":{"context":"page title","string":"Τιμές και Κωδικοί Αποθήκης"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Επιλογή Τιμών"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Επιλογή Τιμών"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Summary"},"lra7Ej":{"string":"Εφαρμογή ίδιας τιμής σε όλους τους κωδικούς αποθήκης"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Εφαρμογή ίδιου αποθέματος σε όλους τους κωδικούς αποθήκης"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Δημιουργία"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"Κωδικός Αποθήκης"},"Sx7QVu":{"context":"variant creation step","string":"Τιμές και Κωδικοί Αποθήκης"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Παραλλαγή"},"rbkmfG":{"context":"button","string":"Διαγραφή παραλλαγής"},"WwNtFn":{"context":"delete product variant","string":"Είστε σίγουρος/η ότι θέλετε να διαγράψετε το {name};"},"GFJabu":{"context":"dialog header","string":"Διαγραφή παραλλαγής"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"Προσθήκη παραλλαγής"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Κρυμμένο"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Διαθεσιμότητα"},"Xm9qOu":{"context":"product pricing, section header","string":"Pricing"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Όνομα Καναλιού"},"2zCmiR":{"context":"tabel column header","string":"Cost price"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Τιμή"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Inventory"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Παραλλαγή"},"uCn/rd":{"context":"dialog header","string":"Διαγραφή εικόνας"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Είστε σίγουρος/η ότι θέλετε να διαγράψετε αυτήν την εικόνα;"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Δημιουργία Προϊόντος"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Διαγραφή προϊόντων"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Είστε σίγουρος/η ότι θέλετε να διαγράψετε το {name};"},"TWVx7O":{"context":"delete product dialog title","string":"Διαγραφή Προϊόντος"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Fully refunded"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Αφαίρεση"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Εκπτώσεις"},"RaycYK":{"context":"button","string":"Save"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Επιλογή Όλων"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Αποστολή"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Τρόποι Αποστολής"},"nNeWAx":{"context":"dialog header","string":"Διαγραφή Τρόπου Αποστολής"},"ER/yBq":{"context":"max price in channel","string":"Μέγιστη αξία"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Ελάχιστη Αξία"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Αξία Παραγγελίας"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Ελάχιστη αξία"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Pricing"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Όνομα Προϊόντος"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Όνομα Αποθήκης"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Χώρες"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Shipping zone name"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Προσθήκη"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Αποστολή"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Τιμή"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"Όνομα"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Επιλογή αποθήκης"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Ρυθμίσεις"},"uULcph":{"context":"header","string":"Αποστολή"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Χώρες"},"gRa/TS":{"context":"shipping zone","string":"Όνομα"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Διαγραφή Ζώνης Αποστολής"},"cpZLRH":{"context":"dialog header","string":"Διαγραφή Ζώνων Αποστολής"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Αφαίρεση"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Προέκυψε ένα πρόβλημα με το Saleor"},"AQFMYU":{"context":"staff section name","string":"Μέλη Προσωπικού"},"23g7PY":{"context":"dialog header","string":"Πρόσκληση Μέλους Προσωπικού"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"Ο χρήστης είναι ενεργός"},"YJ4TXc":{"context":"tab name","string":"Όλα Τα Μέλη Προσωπικού"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Αναζήτηση Μέλους Προσωπικού"},"4JcNaA":{"context":"button","string":"Πρόσκληση Μέλους Προσωπικού"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Ενεργό"},"Fc3O3r":{"context":"staff member's account","string":"Απενεργοποιημένη"},"utaSh3":{"context":"staff member's account","string":"Κατάσταση"},"xJQX5t":{"string":"Δε βρέθηκε μέλος προσωπικού"},"cMFlOp":{"context":"input label","string":"Νέος Κωδικός"},"qEJT8e":{"string":"Ο νέος κωδικός πρέπει να είναι τουλάχιστον 8 χαρακτήρων"},"+kb2lM":{"context":"dialog header","string":"Αλλάξτε κωδικό"},"GXdwyR":{"context":"input label","string":"Προηγούμενος Κωδικός"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Αλλαγή του κωδικού σας"},"ZhDQel":{"context":"header","string":"Κωδικός πρόσβασης"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Change"},"VTITVe":{"context":"section header","string":"Πληροφορίες Μέλους Προσωπικού"},"11lR5V":{"context":"avatar delete button","string":"Διαγραφή"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Κατάσταση"},"RrCui3":{"string":"Summary"},"5elC9k":{"context":"taxes section name","string":"Φόροι"},"lnQAos":{"context":"header","string":"Φόροι"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"All products prices are entered with tax included"},"98isC5":{"string":"Show gross prices to customers in the storefront"},"FNKhkx":{"string":"Charge taxes on shipping rates"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Χαρακτηριστικά"},"5fCMUI":{"context":"translations section name","string":"Μεταφράσεις"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Τιμές"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"Προϊόντα"},"CxfKLC":{"string":"Σελίδες"},"VKb1MS":{"string":"Κατηγορίες"},"RzsKm8":{"string":"Τρόποι Αποστολής"},"c8nvms":{"string":"Εκπτώσεις"},"etP0+D":{"string":"Vouchers"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Όνομα"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Μετάφραση Εκπτωσης «{saleName}» - {languageCode}"},"s40PZt":{"string":"Όνομα Έκπτωσης"},"GpqEl5":{"context":"shipping method description","string":"Περιγραφή"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Unfulfilled"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"Όλα τα χαρακτηριστικά πρέπει να έχουν τιμή"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Δεν είναι δυνατή η επιστροφή των μη αυτόματων πληρωμών"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Μόνο οι προεγκεκριμένες πληρωμές μπορούν να ακυρωθούν"},"gKdGxP":{"context":"error message","string":"Μόνο προεγκριμένες πληρωμές μπορούν να εκκαθαριστούν"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Μη έγκυρη τιμή"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Μη έγκυρος κωδικός"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Η μέγιστη τιμή δε μπορεί να είναι μικρότερη της ελάχιστης τιμής"},"0AQH0Q":{"string":"Το πρόσθετο είναι λάθος ρυθμισμένο και δε μπορεί να ενεργοποιηθεί"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Ο κωδικός δε μπορεί να περιέχει μόνο αριθμούς"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Shipping method is not valid for chosen shipping address"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"Οι κωδικοί αποθήκης πρέπει να είναι μοναδικοί"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"Ο κωδικός είναι πολύ συνηθισμένος"},"LR3HlT":{"string":"Ο κωδικός είναι πολύ μικρός"},"1wyZpQ":{"string":"Αυτοί οι κωδικοί είναι πολύ όμοιοι"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Vouchers"},"ycMLN9":{"context":"warehouses section name","string":"Αποθήκες"},"43Nlay":{"context":"warehouse","string":"Πληροφορίες Διεύθυνσης"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Διαγραφή Αποθήκης"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Όνομα"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Ρυθμίσεις"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Είστε σίγουρος/η ότι θέλετε να διαγράψετε το {name};"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Ενέργεια"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Όνομα"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Yes"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Allocated"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Ποσότητα"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Μη διαθέσιμο προς αγορά"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Αφαίρεση"},"KSp+8B":{"context":"product available for purchase date","string":"θα είναι διαθέσιμο στις {date}"},"hAcUEl":{"context":"product publication date label","string":"θα δημοσιευθεί στις {date}"}} \ No newline at end of file diff --git a/locale/es.json b/locale/es.json index 010d9f802..8007dadd4 100644 --- a/locale/es.json +++ b/locale/es.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Cancelar Pedido" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Cantidad reembolsada" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Oculto" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible desde {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Estará disponible el {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Determinar los atributos utilizados para crear tipos de productos" - }, - "configurationMenuChannels": { - "string": "Define y gestiona tus canales de venta" - }, - "configurationMenuNavigation": { - "string": "Define cómo los usuarios pueden navegar por tu tienda" - }, - "configurationMenuPageTypes": { - "string": "Defina los tipos de páginas de contenido que se utilizan en su tienda" - }, - "configurationMenuPermissionGroups": { - "string": "Administre sus grupos de permisos y los permisos" - }, - "configurationMenuProductTypes": { - "string": "Define los tipos de productos que vendes" - }, - "configurationMenuShipping": { - "string": "Administre cómo envía pedidos" - }, - "configurationMenuSiteSettings": { - "string": "Ver y actualizar la configuración de su sitio" - }, - "configurationMenuStaff": { - "string": "Administre a sus empleados y sus permisos" - }, - "configurationMenuTaxes": { - "string": "Administre cómo su tienda cobra impuestos" - }, - "configurationMenuWarehouses": { - "string": "Administre y actualice la información de su almacén" - }, - "configurationPluginsPages": { - "string": "Ver y actualizar sus complementos y sus configuraciones." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "valor del descuento" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Productos reintegrados" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Cantidad fija" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Actividad" - }, - "homeActivityCardNoActivities": { - "string": "No se encontraron actividades" - }, - "homeAnalyticsCardHeader": { - "string": "Hoy" - }, - "homeHeaderText": { - "context": "header", - "string": "Hola, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Aquí hay información que recopilamos sobre su tienda" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {Uno ordenado} other {{amount} ordenados}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Productos principales" - }, - "homeProductsListCardNoProducts": { - "string": "No se encontraron productos" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Descargo de responsabilidad" - }, - "homeScreenDisclaimerText1": { - "string": "El nuevo tablero y la API GraphQL son software de calidad de vista previa." - }, - "homeScreenDisclaimerText2": { - "string": "La API GraphQL es de calidad beta. No está completamente optimizado y pueden faltar algunas mutaciones o consultas." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hola, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "entre" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "igual a" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Crear menú" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Título del menú" - }, - "menuDetailsDeleteMenuContent": { - "string": "¿Seguro que desea eliminar el menú {menuName}?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Eliminar menu" - }, - "menuDetailsPageHelperText": { - "string": "La creación de la estructura de navegación se realiza arrastrando y soltando. Simplemente cree un nuevo elemento de menú y luego arrástrelo a su lugar de destino. Puede mover elementos uno dentro del otro para crear una estructura de árbol y arrastrar elementos hacia arriba y hacia abajo para crear una jerarquía" - }, - "menuItemDialogAddItem": { - "context": "create new menu item, header", - "string": "Agregar Ítem" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Enlace a: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Editar ítem" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Link" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Comience a escribir para comenzar la búsqueda ..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Nombre" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Crear un nuevo elemento" - }, - "menuItemsHeader": { - "context": "header", - "string": "Elementos del menú" - }, - "menuItemsPlaceholder": { - "string": "Agregue un nuevo elemento para comenzar a crear el menú" - }, - "menuListCreatedMenu": { - "string": "Menú creado" - }, - "menuListDeleteMenuContent": { - "string": "¿Estás seguro de que deseas eliminar {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Eliminar menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {¿Está seguro que desea eliminar este menú?} other {¿Está seguro que desea eliminar los {displayQuantity} menús?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Eliminar menús" - }, - "menuListDeletedMenu": { - "string": "Eliminar menú" - }, - "menuListItems": { - "context": "number of menu items", - "string": "elementos" - }, - "menuListMenutitle": { - "string": "Título del menú" - }, - "menuListNoMenus": { - "string": "No se encontraron menús" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Crear menú" - }, - "menuPropertiesMenuTitle": { - "string": "Título del menú" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Sin publicar" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "No establecido" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "No establecido" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "No establecido" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "no se aplica" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Crear tipo de página" - }, - "pageTypeInputLabel": { - "string": "Seleccionar tipo de contenido" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Disponible para la compra" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Categoría" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Colecciones" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Descripción" - }, - "productExportFieldName": { - "context": "product field", - "string": "Nombre" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Imágenes del producto" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Peso del producto de exportación" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Cobrar impuestos" - }, - "productExportFieldType": { - "context": "product field", - "string": "Tipo" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Imágenes de variantes" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Exportar SKU de variante" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Exportar peso de variante" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Inventario" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Crear tipo de producto" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Crear tipo de producto" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Impuestos" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Precio" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "No hay almacenes configurados para su tienda. Puede configurar variantes sin proporcionar cantidades de stock." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Almacenes" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "No hay almacenes configurados para su tienda. Para agregar cantidad de stock a la variante, configure un almacén" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "No hay almacenes configurados para su tienda. Para agregar cantidad de stock al producto, configure un almacén" - }, - "published channel": { - "context": "product label", - "string": "Publicado" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categorías ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "({quantity}) colecciones" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "({quantity}) productos" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Establecer fecha de disponibilidad" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "El envío fue reintegrado" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "¿Seguro que desea eliminar {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "¿Seguro que desea eliminar {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Almacén" - }, - "src_dot_accept": { - "context": "button", - "string": "Aceptar" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Aplicaciones" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Aplicaciones" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "Aplicación activada" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "Aplicación desactivada" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activar aplicación" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "¿Está seguro de activar {name}? La activación comenzará a recopilar eventos." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activar" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Desactivar" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Desactivar aplicación" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "¿Está seguro de desactivar esta aplicación? Su información será conservada hasta que reactive la aplicación. Se le seguirá cobrando por la aplicación." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "¿Está seguro de deshabilitar {name}? Su información será conservada hasta que reactive la aplicación. Se le seguirá cobrando por la aplicación." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Eliminando {name}, usted eliminará toda la información y webhooks relacionados con esta aplicación. ¿Está seguro?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Eliminar aplicación" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "¿Está seguro de eliminar esta aplicación?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Eliminando {name}, removerá la instalación de la aplicación. Si usted está abonando la suscripción de la aplicación, recuerde desuscribirse de la aplicación en el Mercado de Saelor. ¿Está seguro de eliminar la aplicación?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Desactivar" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "Ver la política de privacidad de esta aplicación" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Editar configuración" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Privacidad de datos" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Obtener soporte" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Abrir aplicación" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activar" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "Permisos de la aplicación" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "Esta aplicación tiene permisos para:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "Sobre esta aplicación:" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Eliminar aplicación" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "¿Está seguro de eliminar esta aplicación?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Eliminando {name}, removerá la instalación de la aplicación. Si usted está abonando la suscripción de la aplicación, recuerde desuscribirse de la aplicación en el Mercado de Saleor. ¿Está seguro de eliminar la aplicación?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "Hay un problema con la aplicación." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor no pudo obtener información esencial sobre la instalación. Sin esta información, el sistema no puede instalar la aplicación en su Saleor. Por favor, use el boton debajo para volver al tablero de sistema." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Volver a la página de inicio" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Aprender más sobre la privacidad de datos" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Instalar aplicación" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Instalar esta aplicación le dará los siguientes permisos:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Desisntalar la aplicación removerá toda la información personal sobre sus clientes almacenados en {name}." - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "Está a punto de desinstalar {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "Permisos de la aplicación" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "Acerca de" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Soporte/Preguntas Frecuentes" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Instalaciones en curso" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Reintentar" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "Hubo un problema durante la instalación" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Instalando aplicación..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Otorgar a la aplicación acceso total a la tienda" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Incremente o restrinja los premisos de la aplicación para acceder a ciertas partes del sistema de Saleor." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Crear nueva app" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generar token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "Este token le da acceso a la API de su tienda, que encontrará aquí: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copiado" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copiar token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_4189999598": { - "string": "Hemos creado su token predeterminado. Asegúrese de copiar su nuevo token de acceso personal ahora. No podrás volver a verlo." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Otorgar a la aplicación acceso total a la tienda" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Desactivar" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Incremente o restrinja los premisos de la aplicación para acceder a ciertas partes del sistema de Saleor." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activar" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "Información sobre la aplicación" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "Nombre de la aplicación" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Clave" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No se encontraron tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Crear token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Nota de token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Acciones" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Crear aplicación" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Desactivado" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "Acerca de" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "No tienes aplicaciones instaladas en tu tablero" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Aplicaciones de terceros" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Mercado de Saleor" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Mercado disponible próximamente" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visitar Mercado" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Descubre aplicaciones gratuitas y pagas en nuestro Mercado de Saleor" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generar token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "El token de acceso es utilizado para autenticar las cuentas servicio o de scripts automáticos" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3009959880": { - "string": "Hemos creado tu token. Asegúrese de copiar su nuevo token de acceso personal ahora. No podrás volver a verlo." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copiar token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Crear token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Nota de token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Crear" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Eliminar Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "¿Estás seguro de que quieres eliminar el token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Error al buscar configuración de la aplicación" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Instalar aplicación" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "No se pudo instalar {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "Aplicación instalada" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} está lista para ser usada" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "Aplicación eliminada exitosamente" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Crear aplicación" - }, - "src_dot_assign": { - "context": "button", - "string": "Asignar" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Atributos" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "El atributo con este slug ya existe" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "Este valor ya existe dentro de este atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {¿Estás seguro de que deseas eliminar este atributo?} other {¿Está seguro de que desea eliminar los {displayQuantity} atributos?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Eliminar atributos" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Borrar atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "¿Estás seguro de que quieres eliminar {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Area" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Etiqueta predeterminada" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Codigo de atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "context": "attribute slug input field helper text", - "string": "Esto se usa internamente. Asegúrate de no usar espacios" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Fecha" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Desplegable" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Archivo" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catálogo de tipo de entrada para el propietario de la tienda" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Selección múltiple" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Páginas" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Productos" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Valor requerido" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Peso" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "Todos los atributos" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "Crear atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "Atributo de búsqueda" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "Puede ser utilizado como columna" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Filtros en el tablero" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { - "context": "use attribute in filtering", - "string": "Filtros en cliente web" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_isVariantOnly": { - "context": "attribute can be used only in variants", - "string": "Variante unica" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_valueRequired": { - "context": "attribute value is required", - "string": "Valor requerido" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_visibleInStorefront": { - "context": "attribute", - "string": "Visible en la página del producto en la tienda" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { - "string": "No se encontraron atributos" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2186555805": { - "context": "attribute can be searched in storefront", - "string": "Usar en búsqueda segmentada" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2235596452": { - "context": "attribute can be searched in dashboard", - "string": "Disponible para su búsqueda" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { - "string": "Codigo de atributo" - }, - "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": "Etiqueta predeterminada" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "Defina dónde debería ser usado este atributo en el sistema de Saleor" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organización" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Clase de atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Atributo de contenido" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Atributo de producto" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Crear un nuevo atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Añadir a opciones de columna" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "Si está habilitado, este atributo se puede usar como una columna en la tabla de productos." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Propiedades del tablero" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Usar en filtrado" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "Si está habilitado, podrá usar este atributo para filtrar productos en la lista de productos." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Uso en navegación por facetada" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Propiedades de la tienda" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Posición en navegación facetada" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Público" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "Si se activa, el atributo va a ser accesible para los clientes." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Imagen" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "¿Estás seguro de que quieres eliminar el valor \"{nombre}\"?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Eliminar valor de atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "¿Está seguro de que desea eliminar el valor \"{name}\"? Si lo elimina, no podrá asignarlo a ninguno de los productos con el atributo \"{attributeName}\"." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Editar valor" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Agregar valor" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "Nombre" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Vista de tienda predeterminada" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "Administrador" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "No se encontraron valores" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Valor de atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Asignar valor" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Atributo creado con éxito" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Valor eliminado" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Atributo eliminado" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Agregar nuevo valor" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Atributos eliminados exitosamente" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Iniciar sesión" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Contraseña" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "¿Olvidaste tu contraseña?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Lo sentimos, su nombre de usuario o contraseña son incorrectos. Inténtalo de nuevo." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Contraseña nueva" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "Establecer nueva contraseña" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "Confirmar contraseña" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Las contraseñas no coinciden" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Cambiar contraseña" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Regresar al inicio de sesión" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Cambiar contraseña" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "¡Éxito! En unos minutos recibirá un mensaje con instrucciones sobre cómo restablecer su contraseña." - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "La dirección de correo electrónico proporcionada no existe en nuestra base de datos." - }, - "src_dot_availability": { - "string": "Disponibilidad" - }, - "src_dot_back": { - "context": "button", - "string": "Atrás" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Cancelar" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Cancelado" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catálogo" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Categorías" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Imagen de fondo (opcional)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(Opcional)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Crear nueva categoría" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Añade el título y la descripción del motor de búsqueda para que esta categoría sea más fácil de encontrar" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Borrar Categoría" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "¿Estás seguro de que quieres eliminar {categoryName}?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Nombre de categoría" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Descripción de la categoría" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Crear categoría" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Buscar categoría" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "Todas las categorías" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Nombre de categoría" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "No se encontraron categorías" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "No se encontraron subcategorías." - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "Subcategorías" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "No. de productos" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "No se encontraron productos" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Nombre" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Agregar producto" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "Productos en {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Subcategorías" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Añade el título y la descripción del motor de búsqueda para que esta categoría sea más fácil de encontrar" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "Productos" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "Todas las subcategorías" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Crear subcategoría" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Crear categoría" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {¿Estás seguro de que deseas eliminar este producto?} other {¿Está seguro de que desea eliminar los {displayQuantity} productos?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "Categoría creada" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {¿Estás seguro de que deseas eliminar esta categoría?} other {¿Está seguro de que desea eliminar las {displayQuantity} categorías?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "Borrar Categoría" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Categoría eliminada" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Eliminar productos" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Recuerde que esto también eliminará todos los productos asignados a esta categoría, haciéndolos no disponibles en la portada." - }, - "src_dot_categories_dot_views_dot_3488150607": { - "string": "Recuerde que esto también eliminará todos los productos asignados a esta categoría." - }, - "src_dot_categories_dot_views_dot_712767046": { - "context": "dialog title", - "string": "Eliminar categorias" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "¿Estás seguro de que quieres eliminar {categoryName}?" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_1823337870": { - "string": "{counter,plural,one {¿Estás seguro de que deseas eliminar esta categoría?} other {¿Está seguro de que desea eliminar las {displayQuantity} categorías?}}" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_3488150607": { - "string": "Recuerde que esto también eliminará todos los productos asignados a esta categoría." - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_712767046": { - "context": "dialog title", - "string": "Eliminar categorias" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Canales" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Disponibilidad" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Eliminar canal" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Eliminar el canal eliminará toda la información de producto relacionada con este canal. ¿Está seguro de eliminar este canal?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "Toda la información de órdenes de este canal necesita ser movida a otro canal. Por favor seleccione el canal a donde se moverán:" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "No hay canales disponibles para mover la información de ordenes. Por favor, cree un canal con la misma divisa para que la información pueda ser trasladada." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Seleccionar canal" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Configuración del canal" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copiado" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copiar" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Divisa" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Nombre del canal" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Seleccionar un canal" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Nombre del canal" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactivo" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Estado" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Desactivar" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Estado del canal" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Activo" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activar" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Nombre del canal" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No se encontraron canales" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Acciones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Crear canal" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "Nuevo canal" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Crear canal" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Detalles del canal" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Canal eliminado" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Canal eliminado" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Seleccionar archivo" - }, - "src_dot_clear": { - "context": "button", - "string": "Limpiar" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Colecciones" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Oculto" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "Añade el título y la descripción del motor de búsqueda para que esta coleción sea más fácil de encontrar" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "Agregar Colección" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Oculto" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Añade el título y la descripción del motor de búsqueda para que esta coleción sea más fácil de encontrar" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "Nombre" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Imagen de fondo (opcional)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(Opcional)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "Todas las colecciones" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Crear colección" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "Oculto" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Publicado" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No se encontraron colecciones" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "No. de productos" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "Nombre de colección" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "Disponibilidad" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "No se encontraron productos" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Tipo" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "Disponibilidad" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Productos en {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Asignar producto" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "Nombre" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Colección eliminada" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Producto agregado a la colección" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "¿Seguro que quieres eliminar la imagen de la colección?" - }, - "src_dot_collections_dot_views_dot_3215481647": { - "string": "{counter,plural,one {¿Estás seguro de que deseas anular la asignación este producto?} other {¿Está seguro de que desea anular la asignación de los {displayQuantity} productos?}}" - }, - "src_dot_collections_dot_views_dot_3482612628": { - "string": "Producto eliminado de la colección" - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "Administrar disponibilidad de la colección de canales" - }, - "src_dot_collections_dot_views_dot_3791354625": { - "context": "dialog title", - "string": "Anular asignación de productos de la colección" - }, - "src_dot_collections_dot_views_dot_523939418": { - "string": "¿Estás seguro de que quieres eliminar {collectionName}?" - }, - "src_dot_collections_dot_views_dot_686910896": { - "context": "window title", - "string": "Crear colección" - }, - "src_dot_collections_dot_views_dot_699514132": { - "context": "dialog title", - "string": "Eliminar colecciones" - }, - "src_dot_collections_dot_views_dot_870815507": { - "context": "unassign product from collection, button", - "string": "Anular asignación" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "Borrar imagen" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2491832187": { - "string": "{counter,plural,one {¿Está seguro de que desea eliminar la colección?} other {¿Está seguro de que desea eliminar las {displayQuantity} colecciones?}}" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_3817188998": { - "context": "dialog title", - "string": "Eliminar coleciones" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Grupos de permisos" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Permisos" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Permisos disponibles" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "Los permisos de este grupo exceden los tuyos. Solo puede administrar los permisos que tiene." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "Este grupo es la última fuente de ese permiso." - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "País" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Teléfono" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Direccion, línea 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "Ciudad" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "ZIP / Código postal" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Direccion, línea 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Compañía" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Área del país" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No se han encontrado resultados" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Buscar atributos" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Buscar por nombre de atributo" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Asignar atributo" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Asignar" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Asignar categoría" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Buscar categoría" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Buscar por nombre de categoría, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Asignar colección" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Buscar colección" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Buscar por nombre de colección, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Asignar" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Buscar Productos" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Buscar por nombre de producto, atributo, tipo de producto, etc." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Asignar producto" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Buscar por nombre de producto, atributo, tipo de producto, etc." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "¿Está seguro de desasignar {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} atributos" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Atributos" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Valores" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Valor" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No hay resultados" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Disponibilidad" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Disponible en {selectedChannelsCount} de {allChannelsCount, plural, one {# channel} other {#channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Gestionar" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Mostrar en la lista de productos" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "desde {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publicar en" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Deshabilitar esta casilla removerá el producto de las páginas de búsqueda y categoría. Estará disponible en la página de colección." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Establecer como disponible en" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Establecer fecha de publicación" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Seleccione los canales en los que quiere que {contentType} esté disponible" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No se encontraron canales" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Seleccionar todos los canales" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Canales de la A a la Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Buscar por los canales" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Buscar por los canales" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Seleccione los canales en los que quiere que {contentType} esté disponible" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Publicado" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Estado" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reiniciar" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columnas" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columnas selecionas de {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "País" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Teléfono" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Direccion, línea 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Ciudad" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Código postal" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Direccion, línea 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Compañía" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Área del país" - }, - "src_dot_components_dot_CountryList_dot_2460766407": { - "context": "number of countries", - "string": "{number} paises" - }, - "src_dot_components_dot_CountryList_dot_2747492886": { - "context": "button", - "string": "Asignar paises" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_2173195312": { - "context": "custom search delete, dialog header", - "string": "Eliminar búsqueda" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_71479100": { - "string": "¿Estás seguro de que deseas eliminar {name} de la pestaña de búsqueda?" - }, - "src_dot_components_dot_DemoBanner_dot_1647850230": { - "string": "Escaparate" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Interactué con GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Tablero de Control" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Eliminar búsqueda" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Filtro personalizado" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Guardar búsqueda" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "Filtros" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No hay resultados" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Ver más" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filtros" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "y" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filtros" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Guardar cambios" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "src_dot_components_dot_ImageUpload_dot_1731007575": { - "context": "image upload", - "string": "Suelta aquí para subir" - }, - "src_dot_components_dot_LanguageSwitch_dot_4150219184": { - "context": "button", - "string": "{languageName} - {languageCode}" - }, - "src_dot_components_dot_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Valor" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadatos" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Metadatos privados" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Campo" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Agregar campo" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Acciones" - }, - "src_dot_components_dot_MoneyRange_dot_12301532": { - "context": "money", - "string": "Hasta {money}" - }, - "src_dot_components_dot_MoneyRange_dot_1316359951": { - "context": "money", - "string": "{fromMoney} - {toMoney}" - }, - "src_dot_components_dot_MoneyRange_dot_3729849657": { - "context": "money", - "string": "desde {money}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Añadir nuevo valor: {value}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { - "string": "No se han encontrado resultados" - }, - "src_dot_components_dot_MultiSelectField_dot_4205644805": { - "string": "No se han encontrado resultados" - }, - "src_dot_components_dot_NavigatorButton_dot_154826674": { - "string": "Navegador" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "No. de pedido" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Comando de tipo" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Buscar cliente" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Buscar en clientes" - }, - "src_dot_components_dot_Navigator_dot_2874620973": { - "context": "navigator placeholder", - "string": "Escriba {key} para ver las acciones disponibles." - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Buscar en el catálogo" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Navegar a" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "Nuestra nueva funcionalidad esta aquí para ayudarlo con sus tareas diarias. Ejecute Navigator usando el atajo {keyboardShortcut}." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Acciones rápidas" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Navigator está aquí para ayudar" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "Categoría" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Colección" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Publicado" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "No publicado" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Crear categoría" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Crear colección" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Create cliente" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Crear pedido" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Crear grupo de permisos" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Crear producto" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Crear cupón" - }, - "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": "Ir al pedido #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Buscar en el catálogo" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Comando de búsqueda" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Buscar clientes" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Buscar vistas y acciones" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Mostrar ayuda" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Buscar pedidos" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "Sin resultados" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Producto" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Ooops!..." - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Algo falta" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "Lo sentimos, la página no fue encontrada" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "Regresar al panel administrativo" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "El precio no puede ser menor que 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No se han encontrado resultados" - }, - "src_dot_components_dot_RowNumberSelect_dot_1154361791": { - "string": "No de filas:" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1514415736": { - "context": "save filter tab, header", - "string": "Guardar búsqueda personalizada" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1556856943": { - "context": "save search tab", - "string": "Nombre de búsqueda" - }, - "src_dot_components_dot_SearchBar_dot_2173195312": { - "context": "button", - "string": "Eliminar búsqueda" - }, - "src_dot_components_dot_SearchBar_dot_2340527467": { - "string": "Filtro personalizado" - }, - "src_dot_components_dot_SearchBar_dot_3268463180": { - "context": "button", - "string": "Guardar búsqueda" - }, - "src_dot_components_dot_SeoForm_dot_1324250412": { - "string": "Título del motor de búsqueda" - }, - "src_dot_components_dot_SeoForm_dot_1991321627": { - "string": "Descripción del motor de búsqueda" - }, - "src_dot_components_dot_SeoForm_dot_3198271020": { - "context": "button", - "string": "Editar seo de sitio" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Vista previa del motor de búsqueda" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} de {maxCharacters} catacteres" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Si está vacío, la vista previa muestra qué será autogenerado" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Añadir nuevo valor: {value}" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { - "string": "Nada" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_4205644805": { - "string": "No se han encontrado resultados" - }, - "src_dot_components_dot_SingleSelectField_dot_4205644805": { - "string": "No se han encontrado resultados" - }, - "src_dot_components_dot_TableHead_dot_868570480": { - "string": "{number} artículos seleccionados" - }, - "src_dot_components_dot_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "src_dot_components_dot_Timeline_dot_1359200231": { - "context": "add order note, button", - "string": "Enviar" - }, - "src_dot_components_dot_Timeline_dot_3028189627": { - "string": "Deja tu nota aquí ..." - }, - "src_dot_components_dot_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Cerrar Sesión" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Configuración de Cuenta" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Hablitar modo oscuro" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Mostrar en la lista de productos" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibilidad" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "desde {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publicar en" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Deshabilitar esta casilla removerá el producto de las páginas de búsqueda y categoría. Estará disponible en la página de colección." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Establecer como disponible en" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Establecer fecha de publicación" - }, - "src_dot_components_dot_WeightRange_dot_264731940": { - "context": "weight", - "string": "Hasta {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": "desde {value} {unit}" - }, - "src_dot_components_dot_Weight_dot_2781622322": { - "context": "weight", - "string": "{value} {unit}" - }, - "src_dot_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Configuración" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Diverso" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Configuración de envío" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Atributos y tipos de producto" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Configuraciones de personal" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Administración de contenido" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Configuraciones del producto" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multicanal" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirmar" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Falló la exportación de producto" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "La exportación el producto ha terminado y ha sido enviado a tu correo electrónico" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exportación de CSV ha finalizado" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "La factura solicitada ha sido generada, y fue agregada al comienzo de la lista de esta vista." - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Factura Creada" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Creación de Facturas" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refrescar" - }, - "src_dot_continue": { - "context": "button", - "string": "Continuar" - }, - "src_dot_create": { - "context": "button", - "string": "Crear" - }, - "src_dot_customApps": { - "string": "Aplicaciones locales" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Clientes" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "Editar dirección" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "Agregar Dirección " - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Añadir dirección" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "string": "Este cliente no tiene ninguna dirección agregada a su libreta de direcciones. Puede agregar la dirección usando el botón a continuación." - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameAddress": { - "context": "customer's address book, header", - "string": "Libreta de direcciones de {fullName}" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "Detalles de {fullName}" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "No hay una dirección para mostrar para este cliente" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Dirección predeterminada" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Dirección de facturación predeterminada" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Dirección de entrega por defecto" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Eliminar dirección" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Editar dirección" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Establecer como dirección de facturación predeterminada" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Establecer como dirección de envío predeterminada" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Informacion de dirección" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Dirección de envío" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Dirección" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "Este cliente aún no tiene direcciones" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "Dirección de facturación" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "Dirección primaria" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "La dirección principal de este cliente." - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Resumen del cliente" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "Notas" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Nota" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Ingrese cualquier información adicional con respecto a este cliente." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "Create cliente" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { - "context": "check to mark this account as active", - "string": "Cuenta de usuario activa" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { - "context": "section subheader", - "string": "Miembro activo desde {date}" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { - "context": "note about customer", - "string": "Nota" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Información de contacto" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Buscar cliente" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "Crear cliente" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "Todos los Clientes" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Fecha de Ingreso" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { - "string": "No. de pedidos" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "No. de pedidos" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "No se encontraron clientes" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Correo de cliente" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Nombre del cliente" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { - "context": "order status", - "string": "Estado" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "Últimos pedidos" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "No. de pedido" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "Ver todos los pedidos" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "Fecha" - }, - "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 se encontraron pedidos" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Último acceso" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "Último pedido" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Historia del cliente" - }, - "src_dot_customers_dot_views_dot_1927691511": { - "context": "delete customer, dialog content", - "string": "¿Estás seguro de que deseas eliminar {email}?" - }, - "src_dot_customers_dot_views_dot_1998583641": { - "context": "dialog header", - "string": "Eliminar cliente" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "Borrar dirección" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Crear cliente" - }, - "src_dot_customers_dot_views_dot_3689332763": { - "string": "¿Está seguro de que desea eliminar esta dirección de la libreta de direcciones de los usuarios?" - }, - "src_dot_customers_dot_views_dot_3901579344": { - "string": "Cliente eliminado" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Cliente creado" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_1932444813": { - "string": "{counter,plural,one {¿Está seguro de que desea eliminar este cliente?} other {¿Está seguro de que desea eliminar los {displayQuantity} clientes?}}" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_2136923553": { - "context": "dialog header", - "string": "Eliminar clientes" - }, - "src_dot_dashboard": { - "string": "Tablero de Control" - }, - "src_dot_date": { - "string": "Fecha" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Borrar" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Solo para hacerle saber ... Está en modo de demostración. Puedes jugar con el tablero pero no puedes guardar los cambios." - }, - "src_dot_description": { - "string": "Descripción" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Descuentos" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Asignar categorías" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Categorías elegibles" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No se encontraron categorías" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Nombre de categoría" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Productos" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Asignar coleciones" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Colecciones elegibles" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No se encontraron colecciones" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Nombre de colección" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Productos" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_1585396479": { - "context": "dialog header", - "string": "Asignar paises" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2110418881": { - "context": "search box placeholder", - "string": "Buscar por nombre de país" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2177165134": { - "string": "Elija los países a los que desea limitar el cupón, de la lista a continuación" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2566713432": { - "context": "search box label", - "string": "Filtrar países" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2747492886": { - "context": "button", - "string": "Asignar paises" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2777439857": { - "context": "country selection", - "string": "Países de la A a la Z" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Establecer fecha de finalización" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1662220323": { - "context": "time during discount is active, header", - "string": "Periodo Activo" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsButton": { - "context": "button", - "string": "Asignar productos" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Productos elegibles" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "No se encontraron productos" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Disponibilidad" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Nombre del producto" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Tipo de producto" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "No se encontraron variantes" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Nombre del producto" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Tipo de producto" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Crear venta" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "Nombre" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Buscar venta" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Crear venta" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "Todas las Ventas" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "Activo" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "Caducado" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { - "context": "discount type", - "string": "Cantidad fija" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Porcentaje" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "Programado" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "Comenzado" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "Estado" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "Tipo de descuento" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "Valor" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { - "context": "sale end date", - "string": "Termina" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { - "string": "No se encontraron descuentos" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Comenzar" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "Nombre" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Valor" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Nombre" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Tipo de descuento" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Porcentaje" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Cantidad fija" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "Valor" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Valor del descuento" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Canales que no tienen asignados descuentos usarán su canal padre para determinar el precio. El precio será convertido a la divisa del canal." - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No se encontraron canales" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Nombre del canal" - }, - "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { - "context": "page header", - "string": "Crear cupón" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Establecer fecha de finalización" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { - "context": "time during voucher is active, header", - "string": "Periodo Activo" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "El cupón se aplica a todos los países." - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "El cupón está limitado a estos países." - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "Paises" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "Categorías ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "({quantity}) colecciones" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "({quantity}) productos" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Código de descuento" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Generar código" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limitar a un uso por cliente" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Número límite de veces que este descuento se puede usar en total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Límite de usos" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Límite de uso" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "Todos los cupones" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { - "string": "Buscar cupones" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { - "context": "button", - "string": "Crear cupones" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { - "context": "voucher status", - "string": "Activo" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "Caducado" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { - "context": "discount type", - "string": "Cantidad fija" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Porcentaje" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "Programado" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Comenzado" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { - "context": "voucher status", - "string": "Estado" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { - "context": "voucher", - "string": "Veces usado" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "Tipo de descuento" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "Valor" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "Min. Gastado" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "Termina" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "Usos" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "Comenzar" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "Código" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "No se encontraron cupones" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Valor" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Canales que no tienen asignados descuentos usarán su canal padre para determinar el precio. El precio será convertido a la divisa del canal." - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_2746532349": { - "context": "voucher requirements, header", - "string": "Requerimientos mínimos" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3069107721": { - "context": "voucher has no requirements", - "string": "Nada" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3740704788": { - "context": "voucher requirement", - "string": "Cantidad mínima de elementos" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_4097816011": { - "string": "No se encontraron canales" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Nombre del canal" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Valor mínimo de pedido" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "Valor" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Valor mínimo de pedido" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "Aplicar a" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_3751756157": { - "context": "voucher value requirement", - "string": "Límite de uso" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_78726751": { - "context": "voucher code", - "string": "Código" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3216816841": { - "context": "header", - "string": "Tipo de descuento" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3289659291": { - "context": "voucher discount type", - "string": "Envío gratis" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3688224049": { - "context": "voucher discount type", - "string": "Porcentaje" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { - "context": "voucher discount type", - "string": "Cantidad fija" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1134347598": { - "context": "column title", - "string": "Precio" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Valor" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Valor del descuento" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Solo una vez por pedido" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1615342575": { - "string": "Canales que no tienen asignados descuentos usarán su canal padre para determinar el precio. El precio será convertido a la divisa del canal." - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Información específica del cupón" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No se encontraron canales" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4189095909": { - "string": "Si esta opción está desactivada, se contará el descuento por cada producto elegible" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Nombre del canal" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Toda la orden" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Productos específicos" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Envío" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Venta creada con éxito" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Administra Disponibilidad de Canales de Venta" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Administra Disponibilidad del Canal" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Venta eliminada" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Venta eliminada" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Eliminar venta" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Anular asignación de categorías de la venta" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "¿Seguro que desea eliminar {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_2809303671": { - "context": "dialog header", - "string": "Eliminar ventas" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_372098008": { - "context": "dialog content", - "string": "{counter,plural,one {¿Estás seguro de que deseas eliminar esta venta?} other {¿Está seguro de que desea eliminar las {displayQuantity} ventas?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_3423943948": { - "string": "Administra Disponibilidad del Canal de Productos" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Cupón creado con éxito" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Anular asignación de colecciones del cupón" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Anular asignación de productos del cupón" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2353723060": { - "context": "dialog content", - "string": "{counter,plural,one {¿Está seguro de que desea anular la asignación de esta categoría?} other {¿Está seguro de que desea anular la asignación de {displayQuantity} categorías?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Anular asignación de categorías del cupón" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3215481647": { - "context": "dialog content", - "string": "{counter,plural,one {¿Está seguro de que desea anular la asignación de este producto?} other {¿Está seguro de que desea anular la asignación de {displayQuantity} productos?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "¿Seguro que desea eliminar {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Administra Disponibilidad del Canal" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_767268203": { - "context": "dialog content", - "string": "{counter,plural,one {¿Está seguro de que desea anular la asignación de esta colección?} other {¿Está seguro de que desea anular la asignación de {displayQuantity} colecciones?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Eliminar cupón" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_2983742638": { - "context": "dialog content", - "string": "{counter,plural,one {¿Estás seguro de que deseas eliminar este cupón?} other {¿Está seguro de que desea eliminar los {displayQuantity} cupones?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_367317371": { - "context": "dialog header", - "string": "Eliminar cupones" - }, - "src_dot_done": { - "context": "button", - "string": "Hecho" - }, - "src_dot_draft": { - "context": "order status", - "string": "Borrador" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Boradores de pedido" - }, - "src_dot_drafts": { - "string": "Borradores" - }, - "src_dot_edit": { - "context": "button", - "string": "Editar" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "Fecha final" - }, - "src_dot_endHour": { - "string": "Hora final" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Tasas de cambio" - }, - "src_dot_firstName": { - "string": "Primer nombre" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Completada" - }, - "src_dot_generalInformations": { - "string": "Información general" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Cliente" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Nota" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exportando CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Cambiar" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Detalles" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Caducado" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Detalles" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Cantidad" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Divisa" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Producto" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Estado" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Eliminar" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Desactivar" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activar" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Producto" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Configuración" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Inicio" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "El pedido #{orderId} fue realizado desde un borrador por {userEmail}" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "La orden #{orderId} fue creada desde los borradores" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_paid": { - "string": "El pedido #{orderId} fue pagado completamente" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_placed": { - "string": "El pedido #{orderId} fue realizado" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "No hay pedidos listos para cumplir" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No hay pagos esperando la captura" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "La variante {name} ha sido asignada por defecto" - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Apellido" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Gestionar" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navegación" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Siguiente" - }, - "src_dot_no": { - "string": "No" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Opcional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Pedidos" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Canal de ventas" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancelar pedidos" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {¿Estás seguro de que deseas cancelar esta orden?} other {¿Está seguro de que desea cancelar las {displayQuantity} ordenes?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Al cancelar este pedido, se liberarán las existencias sin entregar, por lo que pueden ser compradas por otros clientes.El pedido no se reembolsará al cancelar el pedido: debe hacerlo manualmente.¿Estás seguro de que deseas cancelar este pedido?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "No se pudo cancelar el pedido" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "Todavía hay envíos creados para este pedido. Cancela los envíos primero antes de cancelar la orden." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Canal de ventas" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Dirección de facturación" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Añadir dirección" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No se han encontrado resultados" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Dirección de envío" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "No hay notas del cliente" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "Notas" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "Información de contacto" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Buscar clientes" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "Ver perfil" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "Dirección de envío" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Cliente" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "La misma que el envío" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Usuario anonimo" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Dirección de facturación" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Orden #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Cancelar pedido" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Añadir" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Valor de descuento" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Cantidad fija" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Valor invalido" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Porcentaje" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "Eliminar borrador de orden" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "¿Está seguro de que desea eliminar el borrador #{orderNumber}?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "Precio" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Producto" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Cantidad" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "No hay productos agregados al pedido" - }, - "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_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Añadir transportista" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Descuento" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "Transportistas no aplicables" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Impuestos (IGV incluido)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Detalles de pedido" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "Agregar productos" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Crear orden" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "Todos los boradores" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Buscar borrador" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Creado" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "Cliente" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "No se encontraron borradores de pedidos." - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "No. de pedido" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "Cliente" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Fecha" - }, - "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": "Cancelar pedido" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalizar" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Pedido" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Orden #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "No. de orden {orderNumber} - Agregar envio" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Ítems listos para envío" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "Sin stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Nombre del Producto" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Cantidad a enviar" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Enviar detalles de envío al cliente" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Completar" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Añadir seguimiento" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Editar seguimiento" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Reembolso" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "No. de seguimiento: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Enviar detalles de envío al cliente" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "¿Estás seguro de que deseas cancelar la entrega? La cancelación de una entrega repondrá los productos en un almacén seleccionado." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Selecionar almacén" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancelar envío" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Número de seguimiento" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Añadir código de seguimiento" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "La dirección del pedido se actualizó" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "La orden ha sido marcada como pagada" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1521936480": { - "context": "order history message", - "string": "{quantity} elementos completados" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1527620381": { - "context": "order history message", - "string": "El cumplimiento fue cancelado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_184692906": { - "context": "order history message", - "string": "El pedido fue enviado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1867847329": { - "context": "order history message", - "string": "Se enviaron enlaces a los productos digitales de la orden." - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1964864749": { - "context": "order history message", - "string": "El pedio fue creado desde un borador" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2020753264": { - "context": "order history message", - "string": "La confirmación del pago se envió al cliente" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2027649178": { - "context": "order history message", - "string": "¿Reponer {quantity} artículos?" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2304318421": { - "context": "order history message", - "string": "Se agregó una nota al pedido" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2369495522": { - "context": "order history message", - "string": "La confirmación del pedido se envió al cliente." - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2421636085": { - "context": "order history message", - "string": "La factura fue solicitada por {requestedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2566971846": { - "context": "order history message", - "string": "El pago fue anulado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "La orden ha sido completamente pagada. " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Pedido confirmado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2770854455": { - "context": "order history message", - "string": "El pago fue capturado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3081292385": { - "context": "order history message", - "string": "La confirmación de cumplimiento se envió al cliente" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3095247195": { - "context": "order history message", - "string": "El borrador de pedido fue creado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3237374063": { - "context": "order history message", - "string": "El pago fue autorizado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3453124210": { - "context": "order history message", - "string": "El número de seguimiento del envío fue enviado al cliente" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_348557206": { - "context": "order history message", - "string": "El pago fue reembolsado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3731274949": { - "context": "order history message", - "string": "La orden fue reintegrada por {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "A factura no. {invoiceNumber} fue actualizada" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3990160018": { - "string": "Historial del pedido" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4015160303": { - "context": "order history message", - "string": "{quantity} artículos sobrevendidos" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4121987561": { - "context": "order history message", - "string": "El reintegro de la orden fue enviado al cliente" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4265697648": { - "context": "order history message", - "string": "Número de seguimiento del grupo de cumplimiento actualizado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4266665081": { - "context": "order history message", - "string": "Pago fallido" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_493321552": { - "context": "order history message", - "string": "La información de la cancelación de la orden fue enviada al cliente" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_651019008": { - "context": "order history message", - "string": "Los detalles de envío fueron enviados al cliente" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_748112244": { - "context": "order history message", - "string": "La factura no. {invoiceNumber} fue creada por {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "La factura fue enviada al cliente por {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "El pedio fue cancelado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "¿Está seguro de que desea enviar esta factura: {invoiceNumber} al cliente?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Enviar Factura" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Facturas" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "creada" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No hay facturas por mostrar" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Factura" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Crear" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Configuraciones de Ordenes" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Crear orden" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { - "string": "Buscar pedidos ..." - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { - "context": "tab name", - "string": "Todos los pedidos" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Cliente" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Creado" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Estado de cumplimiento" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "Pago" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "No. de pedido" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "Cliente" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Fecha" - }, - "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 se encontraron pedidos" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Referencia de la transacción" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Por favor provea una referencia de transacción en la entrada de abajo:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "Usted va a marcar esta orden como pagada." - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_4196844912": { - "context": "dialog header", - "string": "Marcar pedido como pagado" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_1466130374": { - "context": "dialog header", - "string": "Captura de pago" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_75546233": { - "context": "amount of refunded money", - "string": "Cantidad" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "¿Seguro que desea anular este pago?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Pago anulado" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "Captura" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Cantidad retenida" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Descuento" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} elementos" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Marcar como pagado" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Saldo pendiente" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Estado del Pago" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Monto preautorizado" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Reembolso" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Cantidad reembolsada" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Envío" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "no se aplica" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "no se aplica" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Impuestos" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT incluido" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Reembolso" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Cupón" - }, - "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": "Buscar por nombre de producto, atributo, tipo de producto, etc." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Agregar Producto" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Buscar Productos" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Precio" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Producto" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Cantidad" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Precio" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "No se encontraron productos" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Producto" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Cantidad Reembolsada" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Ajustar cantidad máxima" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Valor inadecuado" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Cumplimiento" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "No. de orden {orderNumber} - Reembolso" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Pedido" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Orden #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Cantidad Reembolsada" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Reembolso {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Cantidad Automática" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Cantidad Manual" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Reintegrar costos de envío" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "La cantidad no puede ser mayor al reembolso máximo" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Cantidad debe ser mayor a 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Cantidad Autorizada" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Cantidad" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Reintegro máximo
" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previamente reintegrado" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Cantidad reembolsada propuesta" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Reembolso" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Cantidad total reembolsada" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Precio" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Productos No Surtidos" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "No se encontraron productos" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Producto" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Los productos sin cumplir serán reabastecidos" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Cantidad Reembolsada" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Ajustar cantidad máxima" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Valor inadecuado" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Reintegrar orden" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Reembolso Misceláneo" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Reembolsar Productos" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Precio" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Producto" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Reemplazar" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Ajustar cantidad máxima" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "({quantity}) cancelados" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "({quantity}) Cumplidos" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Valor inadecuado" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Reintegrado ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "No completada" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Orden #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Configuracion de la orden" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "Configuración general" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Configuración" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "Todos los pedidos serán automáticamente confirmados y todos los pagos serán capturados." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Confirmar todas las órdenes automáticamente" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Editar método de envío" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Completar" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "Estamos creando la factura solicitada. Por favor espere un momento" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Pago capturado con éxito" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Borador de pedido finalizado con éxito" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Línea de pedido eliminada" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Cumplimiento actualizado con éxito" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Línea de pedido actualziada" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Pedido marcado como pagado" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Línea de pedido añadida" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Pedido cancelado con éxito" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Nota agregada con éxito" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "El pago del pedido se anuló correctamente" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Pedido actualizado correctamente" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Correo electrónico de factura enviado" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Creando Factura" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Método de envío actualizado con éxito" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Cumplimiento cancelado con éxito" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Borrador de orden #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Orden #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Orden #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Eliminar borradores de pedidos" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Eliminar borradores de pedidos" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Borrador de orden creado exitosamente" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {¿Estás seguro de que deseas eliminar este borrador de orden?} other {¿Está seguro de que desea eliminar los {displayQuantity} borradores de orden?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Enviar orden #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Elementos enviados" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Enviar orden" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Borrador de orden creado exitosamente" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Artículos Reembolsados" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Tipos de Página" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No se encontraron atributos" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Nombre de atributo" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Asignar atributo" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Atributos de Contenido" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {El Tipo de Página que quiere eliminar es utilizado por algunas páginas. Eliminar este tipo de página también eliminará esas páginas. ¿Está seguro de que quiere eliminar este tipo de página? Luego de realizar está acción no podrá revertir los cambios.} other {Los Tipos de Página que quiere eliminar son utilizados por algunas páginas. Eliminar estos tipos de página también eliminará esas páginas. ¿Está seguro de que quiere eliminar {displayQuantity} tipos de página? Luego de realizar está acción no podrá revertir los cambios.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Eliminar Tipos de Página" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {¿Está seguro de que quiere eliminar este tipo de página? Luego de realizar está acción no podrá revertir los cambios.} other {¿Está seguro de que quiere eliminar {displayQuantity} tipos de página? Luego de realizar está acción no podrá revertir los cambios.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "Estas son informaciones generales sobre este Tipo de Contenido." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadatos" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Crear tipo de página" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "Estas son informaciones generales sobre este Tipo de Contenido." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadatos" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "Esta lista muestra todos los atributos que serán asignados a las páginas que tienen este tipo de página asignado." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Atributos de Contenido" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Nombre de Tipo de Contenido" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Buscar Tipo de Página" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "Todos los Tipos de Página" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Nombre de Tipo de Contenido" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No se encontraron tipos de páginas" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Anular asignación de Atributo al Tipo de Página" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Tipo de página eliminado" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Anular asignación" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Anular asignación de Atributo al Tipo de Página" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Tipo de página creado con éxito" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Páginas" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Crear pagina" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1996767833": { - "string": "Añade el título y la descripción del motor de búsqueda para que esta página sea más fácil de encontrar" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { - "context": "page", - "string": "será visible desde {date}" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Oculto" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Contenido" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Título" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Crear pagina" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Tipos de Página" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Título" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Visibilidad" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "No se encontraron páginas" - }, - "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": "Publicado" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "No publicado" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Tipo de contenido" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organizar Contenido" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Crear pagina" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Nueva página creada exitosamente" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Eliminar página" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "¿Seguro que desea eliminar {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Páginas eliminadas" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Publicar" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Retirar publicación de estas páginas" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {¿Está seguro de que desea retirar la publicación de la pagina?} other {¿Está seguro de que desea retirar la publicación de las {displayQuantity} paginas?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Retirar publicación" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publicar páginas" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {¿Estás seguro de que deseas publicar esta pagina?} other {¿Está seguro de que desea publicar las {displayQuantity} paginas?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {¿Estás seguro de que deseas eliminar esta pagina?} other {¿Está seguro de que desea eliminar las {displayQuantity} paginas?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Páginas publicadas" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Eliminar páginas" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Totalmente Pagado" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Parcialmente completada" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Pago parcial" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Parcialmente reembolsado" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Estado del Pago" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Grupos de permisos" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No se encontraron miembros" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Buscar miembros del personal" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Buscar por nombre, correo electrónico, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Activo" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactivo" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Asignar miembros del personal" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Anular la asignación de usuarios" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "No puede modificar los miembros de este grupo. Resuelva este problema para continuar con la solicitud." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "El grupo tiene acceso completo a la tienda." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expanda o restrinja los permisos del grupo para acceder a cierta parte del sistema." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "¿Seguro que desea eliminar {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Eliminar grupo de permisos" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "No se puede eliminar el grupo por que está fuera de su alcance de permiso" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "El grupo tiene acceso completo a la tienda." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expanda o restrinja los permisos del grupo para acceder a cierta parte del sistema del vendedor." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Nombre del grupo" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "crear grupo de permisos" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Nombre del grupo de permisos" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Miembros" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Acciones" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No se encontraron grupos de permisos" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactivo" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "Todavía no ha asignado ningún miembro a este grupo de permisos." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No se encontraron miembros" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Dirección de correo electrónico" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Asignar miembros" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Utilice el botón asignar miembros para hacerlo." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Activo" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Miembros del grupo" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Acciones" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Nombre" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Anular la asignación de usuarios" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "¿Estás seguro de que desea anular la asignación de {counter,plural,one{este miembro} other{{displayQuantity} miembros}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Crear categoría" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Grupo de permisos creado" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Anular asignación" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Grupo de permisos eliminado" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Complementos" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Autorización" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Nombre del complemento" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { - "context": "plugin status", - "string": "Estado" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { - "context": "section header", - "string": "Información y estado del complemento" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "string": "Set plugin as active" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_3032939398": { - "context": "header", - "string": "Añadir valor al campo de autorización" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_4269236107": { - "context": "header", - "string": "Editar campo de autorización" - }, - "src_dot_plugins_dot_components_dot_PluginSettings_dot_1970881031": { - "context": "section header", - "string": "Configuraciones de complementos" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3352026836": { - "context": "header", - "string": "Detalles de {pluginName}" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3233248823": { - "string": "Buscar complementos ..." - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3523826683": { - "context": "tab name", - "string": "Todos los plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { - "context": "plugin filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No se encontraron complementos" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Activo" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Configuración" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Desactivado" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Nombre" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "src_dot_plugins_dot_views_dot_1096544448": { - "context": "header", - "string": "Eliminar campo de autorización" - }, - "src_dot_plugins_dot_views_dot_955370043": { - "string": "El complemento puede dejar de funcionar después de que se borre este campo. ¿Estas seguro que deseas continuar?" - }, - "src_dot_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Tipos de producto" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { - "string": "No se encontraron atributos" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1228425832": { - "string": "Nombre de atributo" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Asignar atributo" - }, - "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": "Atributos del producto" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "El tipo de producto utiliza atributos de variante" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "string": "Nombre del tipo de producto" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { - "context": "tab name", - "string": "Todos los Tipos de Productos" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3420445375": { - "string": "Buscar tipo de producto" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3479705616": { - "context": "button", - "string": "crear tipo de producto" - }, - "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": "Se puede enviar" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_type": { - "context": "product type is digital or physical", - "string": "Tipo" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1126553969": { - "string": "No se encontraron tipos de productos" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1211157042": { - "context": "product type", - "string": "Producto Simple" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1240292548": { - "context": "tax rate for a product type", - "string": "Impuesto" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { - "context": "product type is either simple or configurable", - "string": "Tipo" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2253986440": { - "context": "product type name", - "string": "Nombre de tipo" - }, - "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": "Físico" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_1325966144": { - "context": "product type shipping settings, section header", - "string": "Envío" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2143413921": { - "context": "switch button", - "string": "¿Este producto se puede enviar?" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2927891783": { - "string": "Se utiliza para calcular las tarifas de envío de productos de este tipo de producto, cuando no se proporciona un peso específico" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_746695941": { - "string": "Peso" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No se encontraron atributos" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Nombre de atributo" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Asignar atributo" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Atributos de variante" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Tipo de producto creado con éxito" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Tipo de producto eliminado" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Anular asignación de atributo del tipo de producto" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Anular asignación de atributo del tipo de producto" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Anular asignación" - }, - "src_dot_products": { - "context": "products section name", - "string": "Productos" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Categoría" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Colecciones" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organización" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Sin publicar" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { - "string": "Añade el título y la descripción del motor de búsqueda para que esta producto sea más fácil de encontrar" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Publicado" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Calificación del Producto" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Nombre" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Exporta el inventario de todos los almacenes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Cargar más" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "y {number} más" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Organización del Producto" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "Información de SEO" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Productos seleccionados ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Exportar información para:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "Todos los productos ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Almacenes de la A a la Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Información exportada" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Exportar como:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Configuración de Exportación" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Seleccionar Todos" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Hoja de cálculo para Excel, Numbers, etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Buscar Atributos" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Exportar Cantidad de Stock de Producto a CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Información de Inventario" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Archivo CSV plano" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Información exportada:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Buscar por nombre de atributo" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Búsqueda actual ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Información Financiera" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "exporta productos" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "productos" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Exportar Información" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Crear producto" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Exportar Productos" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Buscar Productos..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "Todos los Productos" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Disponible" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Oculto" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Agotado" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "Precio" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Cantidad de stock" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "Visibilidad" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visible" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No se encontraron productos" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Nombre" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Disponibilidad" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Precio" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Tipo" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Opcional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Cargar" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Categoría" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Colecciones" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organizar producto" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "Opcional, agregar productos a \"Colección\" ayuda a encontrarlos." - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Tipo de producto" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Envío" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Peso" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit) (Unidad de mantenimiento de stock)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Nombre del almacén" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Cantidad" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Canales" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Seguimiento de inventario" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Asignar almacén" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "El seguimiento de inventario activo calculará automáticamente los cambios de stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Cargar impuestos en este producto" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tasa de impuesto" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Sobreescribir la tasa de impuesto del tipo de producto" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Sin publicar" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { - "string": "Añade el título y la descripción del motor de búsqueda para que esta producto sea más fácil de encontrar" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Publicado" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Crear variantes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Atributos de variante" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Atributos de Selección de Variante" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Eliminar variante" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Guardar variante" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Precio" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Los valores seleccionados se utilizarán para crear variantes para el producto configurable." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Atributo" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Seleccionar atributo" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Precio y SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock y Almacenaje" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Elegir valores" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "Precio de {channel}" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Seleccionar valores" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Elegir atributo" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Resumen" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Aplicar precio único a todos los SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Omitir precio por ahora" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Aplicar stock único por atributo a cada SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Aplique precios únicos por atributo a cada SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Aplicar un solo stock a todas las SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Siguiente" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Aquí está el resumen de las variantes que se crearán. Puede cambiar los precios, almacena un SKU por cada uno creado." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Omitir stock por ahora" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Crear" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Variantes creadas" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Según sus selecciones hemos creado {numberOfProducts} productos. Use este paso para personalizar el precio y las existencias de sus nuevos productos" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Precios y SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Según sus selecciones hemos creado 8 productos. Use este paso para personalizar el precio y las existencias de sus nuevos productos" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previo" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Variante" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Valores" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Borrar variante" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_2297471173": { - "context": "delete product variant", - "string": "¿Seguro que desea eliminar {name}?" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "Eliminar variante" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Valor por defecto" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Variantes" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "Agregar variante" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "Nueva variante" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Oculto" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Atributos de variante" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Atributos de Selección de Variante" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Disponibilidad" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Precios" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Precio" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Precio de Venta" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Costo" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Canales que no tengan asignados precios usarán el de su canal padre para determinar su precio. El precio será convertido a la divisa del canal." - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Nombre del canal" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No se encontraron canales" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Precio de coste" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Guardar como valor por defecto" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "No disponible en todas las ubicaciones" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "No disponible" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Precio" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Valor por defecto" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} disponible} other {{stockQuantity} disponible}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Inventario disponible en:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Crear variantes" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variantes" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} disponible en {numLocations} ubicación} other {{numAvailable} disponible en {numLocations} ubicaciones }}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Utilice variantes para productos que vienen en una variedad de versiones, por ejemplo, diferentes tamaños o colores." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "Todos los almacenes" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventario" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Crear variante" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "No disponible" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Variante" - }, - "src_dot_products_dot_views_dot_1731766393": { - "context": "dialog header", - "string": "Eliminar imagen" - }, - "src_dot_products_dot_views_dot_2279302139": { - "string": "Variante eliminada" - }, - "src_dot_products_dot_views_dot_2362587265": { - "context": "header", - "string": "Crear variante" - }, - "src_dot_products_dot_views_dot_2880386427": { - "string": "¿Estás seguro de que deseas eliminar esta imagen?" - }, - "src_dot_products_dot_views_dot_3989383405": { - "context": "window title", - "string": "Crear variante" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Crear producto" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "Nuevo producto" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Producto creado" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Administra Disponibilidad del Canal de Productos" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {¿Estás seguro de que deseas eliminar este producto?} other {¿Está seguro de que desea eliminar los {displayQuantity} productos?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exportando CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Eliminar productos" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "Estamos exportando el CSV solicitado. Tan pronto esté disponible será enviado a su correo electrónico." - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Administra Disponibilidad del Canal de Productos" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Producto eliminado" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "¿Seguro que desea eliminar {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Eliminar producto" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Eliminar variantes de producto" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Variantes creadas con éxito" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Crear variantes" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Propiedades" - }, - "src_dot_readOnly": { - "string": "El sistema se ejecuta en modo de solo lectura. Cambios no guardados." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Listo para capturar" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Listo para enviar" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Totalmente reembolsado" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Eliminar" - }, - "src_dot_requiredField": { - "string": "Este campo es requerido" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Descuentos" - }, - "src_dot_save": { - "context": "button", - "string": "Guardar" - }, - "src_dot_savedChanges": { - "string": "Cambios guardados" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Seleccionar Todos" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Enviar" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Cuentas de servicio" - }, - "src_dot_sessionExpired": { - "string": "Su sesión ha caducado. Inicia sesión de nuevo para continuar." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Métodos de envío" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Eliminar método de envío" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Valor máximo" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "Esta tarifa aplicará a todas las órdenes" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Valor mínimo" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Canales que no tienen asignados descuentos usarán su canal padre para determinar el precio. El precio será convertido a la divisa del canal." - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Valor del Pedido" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Nombre del canal" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Valor máximo" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Valor mínimo" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "Esta tarifa aplicará a todas las órdenes" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Peso de la orden" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Peso min. de la orden" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Peso max. de la orden" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Precios" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Precio" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Canales que no tengan asignados precios usarán el de su canal padre para determinar su precio. El precio será convertido a la divisa del canal." - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Nombre del canal" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Buscar Productos" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No hay productos que coincidan con la consulta dada" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Asigna Productos" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "Ningún Producto" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Productos Excluídos" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Asignar productos" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Nombre del producto" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Acciones" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Nombre de la tarifa de envío" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "Esta unidad se usará como peso de envío predeterminado" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Unidad de peso de envío" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Nombre del almacén" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Crear nuevo almacén" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Elija los países que desea agregar a la zona de envío de la lista a continuación" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Asignar paises" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Países de la A a la Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Selección rápida" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Resto del mundo" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "Si se selecciona, esto agregará todos los países no seleccionados a otras zonas de envío" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Buscar países" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Buscar por nombre de país" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Paises" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Crear nueva zona de envió" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Actualmente, no hay países asignados a esta zona de envío." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Paises" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Actualmente, no hay países asignados a esta zona de envío." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} de {maxCharacters} caracteres" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Nombre de la zona de envío" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Añadir" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Creación de Tarifa de Precio" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Envío" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Creación Tarifa de Peso" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Envío" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Precio" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Crear tasa" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Rango de valores" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "No se encontraron tarifas de envío" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Tarifas basadas en precios" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Rango de peso" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Tarifa basada en peso" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "Nombre" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Agregar nuevo almacén" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Selecionar almacén" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Seleccione el almacén desde el que enviará los productos para esta zona de envío. Esta dirección de almacén también se utilizará para calcular los impuestos." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Configuración" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Envío" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Envío por zona" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Crear zona de envió" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "Paises" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Nombre" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No se encontraron zonas de envío" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Anular Asignación de Productos al Envío" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_3215481647": { - "context": "dialog content", - "string": "{counter,plural,one {¿Está seguro que desea anular la asignación de este producto?} other {¿Está seguro que desea anular la asignación de {displayQuantity} productos?}}" - }, - "src_dot_shipping_dot_invalid": { - "context": "error message", - "string": "El valor es inválido" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "El precio máximo no puede ser inferior al mínimo." - }, - "src_dot_shipping_dot_views_dot_1005071028": { - "string": "¿Está seguro de que desea eliminar la zona de envío de {shippingZoneName}?" - }, - "src_dot_shipping_dot_views_dot_1010705153": { - "context": "dialog header", - "string": "Eliminar zona de envío" - }, - "src_dot_shipping_dot_views_dot_1711385401": { - "context": "dialog header", - "string": "Eliminar zonas de envío" - }, - "src_dot_shipping_dot_views_dot_3823295269": { - "string": "Administra Disponibilidad del Canal" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {¿Estás seguro de que deseas eliminar esta zona de envió?} other {¿Está seguro de que desea eliminar las {displayQuantity} zonas de envió?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Anular asignación" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Eliminar zona de envío" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "El peso máximo no puede ser inferior al mínimo." - }, - "src_dot_show": { - "context": "button", - "string": "Ver" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Configuracion del sitio" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "El nombre de su tienda se muestra en la pestaña del navegador web" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Nombre de tu tienda" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "La descripción de la tienda se muestra en la barra de tareas después del nombre de su tienda" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Guardar información" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Información de la compañía" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "string": "Esta es información general sobre su tienda. Definen cuál es la URL de su tienda y qué se muestra en la barra de tareas del navegador." - }, - "src_dot_somethingWentWrong": { - "string": "Saleor se topó con un problema inesperado" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Miembros del personal" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invitar miembro del personal" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Enviar invitación" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "El usuario está asignado a:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Permisos" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "El usuario está activo" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "Todos los miembros del personal" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_61043583": { - "string": "Buscar miembro del personal" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_797461521": { - "context": "button", - "string": "Invitar miembro del personal" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Activo" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Desactivado" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "Estado" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { - "context": "staff member status", - "string": "Inactivo" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": "Dirección de correo electrónico" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Activo" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "No se encontraron miembros del personal" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "Nombre" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "Contraseña nueva" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "La nueva contraseña debe tener al menos 8 caracteres." - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "Cambiar Contraseña" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Contraseña anterior" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "Debe cambiar su contraseña todos los meses para evitar problemas de seguridad." - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "Cambia tu contraseña" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "Contraseña" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "Al seleccionar esto, cambiará el idioma de su tablero" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "Tenga en cuenta que, si bien todos los ajustes de moneda y fecha están completos, las traducciones de idiomas tienen distintos grados de finura." - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { - "string": "Idioma preferido" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { - "context": "section header", - "string": "Preferencias" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_1473195966": { - "context": "avatar change button", - "string": "Cambiar" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Información del miembro del personal" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Eliminar" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "Eliminar usuario del personal" - }, - "src_dot_staff_dot_views_dot_3945766678": { - "string": "¿Estás seguro de que deseas remover {email} avatar?" - }, - "src_dot_staff_dot_views_dot_701332676": { - "context": "dialog header", - "string": "Eliminar el avatar del usuario del personal" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "¿Estás seguro de que deseas eliminar {email} de los miembros del personal?" - }, - "src_dot_startDate": { - "string": "Fecha de inicio" - }, - "src_dot_startHour": { - "string": "Hora de inicio" - }, - "src_dot_status": { - "string": "Estado" - }, - "src_dot_summary": { - "string": "Resumen" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Impuestos" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Impuestos" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "No se encontraron países" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Tasas de impuestos reducidas" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Código de país" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "Nombre de país" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "Categoría" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tasa de impuesto" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tasa de impuesto en {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No se encontraron categorías de impuestos reducidos" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Todos los precios de productos son ingresados con impuestos incluídos" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Mostrar precios brutos a los clientes en la tienda" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Cargar impuestos en las tarifas de envío" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_3375540052": { - "context": "button", - "string": "Obtener impuestos" - }, - "src_dot_taxes_dot_views_dot_2411670026": { - "string": "Tasas impositivas obtenidas con éxito" - }, - "src_dot_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Atributos" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Traducciones" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1308081812": { - "string": "{numberOfFields} traducciones, {numberOfTranslatedFields} completados" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1348655672": { - "string": "Texto original" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_2481190613": { - "string": "Traducción" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_363646127": { - "context": "button", - "string": "Descartar" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_3793796047": { - "string": "Aún no hay traducción" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_2642976392": { - "string": "nombre de atributo" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Traducción de atributo \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Valor {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Valores" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Nombre de categoría" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "Descripción del motor de búsqueda" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Traducción de categoría \"{categoryName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { - "string": "Título del motor de búsqueda" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { - "string": "Vista previa del motor de búsqueda" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { - "string": "Descripción del motor de búsqueda" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { - "string": "Título del motor de búsqueda" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { - "string": "Nombre de colección" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3055443821": { - "context": "header", - "string": "Traducción de colección \"{collectionName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3468022343": { - "string": "Vista previa del motor de búsqueda" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1163855804": { - "string": "Idiomas" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { - "string": "Colecciones" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Traducciones a {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Productos" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Páginas" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Categorías" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Métodos de envío" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Atributos" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Descuentos" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Cupones" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} de {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "No se encontraron entidades traducibles" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "Traducciones completadas" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "Nombre" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Idiomas" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "No se encontraron idiomas" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Idioma" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Contenido" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Descripción del motor de búsqueda" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Título del motor de búsqueda" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Traducción de página \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Vista previa del motor de búsqueda" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Título de página" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Descripción del motor de búsqueda" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Título del motor de búsqueda" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Nombre del producto" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Traducción de producto \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "Descripción" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Vista previa del motor de búsqueda" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_3731955064": { - "context": "header", - "string": "Traducción de oferta \"{saleName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_898281424": { - "string": "Nombre de venta" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Descripción" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Traducción de método de envío \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Nombre" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2447510181": { - "context": "header", - "string": "Traducción de cupón \"{voucherName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2599922713": { - "string": "Nombre del cupón" - }, - "src_dot_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Sin confirmar" - }, - "src_dot_undo": { - "context": "button", - "string": "Deshacer" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "No completada" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Sin pagar" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Subir imagen" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "La clave de autorización con este tipo ya existe" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Solo se pueden asignar miembros del personal" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "Este atributo ya se ha asignado a este tipo de producto" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "Este atributo no se puede asignar a este tipo de producto" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "Todos los atributos deben tener valor" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Las variantes están deshabilitadas en este tipo de producto" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "La dirección de facturación no está configurada" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "Este envío no se puede cancelar." - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "Este pedido no se puede cancelar." - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "No hay suficientes elementos para enviar" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Los pagos manuales no pueden ser reembolsados" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "No se puede eliminar al usuario del último grupo" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Sólo los pagos pre-autorizados pueden ser anulados" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Solo pagos pre autorizados pueden ser capturados" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "Este canal ya ha sido creado" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "La divisa en ámbos canales debe ser la misma" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "El slug debe ser único" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "El mismo objeto no puede estar en ambas listas" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "No se puede agregar ni eliminar grupos al mismo tiempo" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "El correo electrónico no está configurado" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "Error de API" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Valor invalido" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Formato de manifiesto inválido" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Contraseña invalida" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "El permiso es inválido" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "El estado es inválido" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "La URL tiene un formato inválido" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "El valor máximo no puede ser menor al valor mínimo" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "El plugin está mal configurado y no puede ser activado" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "Este nombre ya está ocupado. Por favor provea otro." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "No se puede elegir un método de envío para un pedido sin la dirección de envío" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Solo los borradores de ordenes se pueden editar" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Página no encontrada." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "La dirección de facturación no está configurada o la factura no está lista para ser enviada" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "El número no ha sido configurado para una factura" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "La app está fuera de su alcance de permisos" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "El grupo está fuera de su alcance de permiso" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "El permiso está fuera de su alcance" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "El usuario está fuera de su alcance de permisos" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "La contraseña no puede ser completamente numérica" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "No hay pago asociado con la orden" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Esos permisos están fuera de su alcance" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "El precio del producto no puede ser menor a 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "El método de envío no es válido para la dirección de envío elegida" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Se requiere un método de envío para esta orden" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKU debe ser único" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug debe ser único para cada almacén" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "Esta contraseña se usa con demasiada frecuencia" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "Esta contraseña es muy corta" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "Estas contraseñas son muy similares" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "Esto debe ser único" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Error desconocido" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "La URL no ha sido configurada para una factura." - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "Esta variante no tiene ningún contenido digital" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "Esta variante ya existe" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Cupones" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Almacenes" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Informacion de dirección" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Crear almacén" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "¿Está seguro de que desea eliminar {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Eliminar almacén" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Informacion de dirección" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Nombre del almacén" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Buscar almacén" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "Todos los almacenes" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Crear almacén" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Zonas de envío" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No se encontraron almacenes" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Acciones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Nombre" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "Este almacén no tiene zonas de envío asignadas." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Configuración" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Crear almacén" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "¿Seguro que quieres eliminar este webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "¿Seguro que desea eliminar {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Eliminar webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Detalles de webhook sin nombre" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Crear webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "Detalles de {webhookName} " - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Eventos" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input help text", - "string": "La clave secreta se utiliza para crear una firma hash con cada carga útil. * campo opcional" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrl": { - "context": "webhook input label", - "string": "URL de destino" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "Esta URL recibirá solicitudes POST de webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Información del webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Nombre del webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook activo" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "Si desea deshabilitar este webhook, desactive la casilla a continuación." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Estado del webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Detalles de webhook sin nombre" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Crear webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "Detalles de {webhookName} " - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No se encontraron webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Crear webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Acción " - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Webhook sin nombre" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Nombre" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Crear webhook" - }, - "src_dot_yes": { - "string": "Si" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Asignado" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Cantidad" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Referencia de la transacción" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "No disponible para la compra" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Anular asignación" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Anular asignación" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Anular asignación" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "estará disponible el {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "se publicará el {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Cancelar Pedido"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Cantidad reembolsada"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Oculto"},"DIrxt7":{"context":"channel publication date","string":"Visible desde {date}"},"nfbabo":{"context":"channel publication date","string":"Estará disponible el {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Determinar los atributos utilizados para crear tipos de productos"},"8vJCJ4":{"string":"Define y gestiona tus canales de venta"},"hpMcW8":{"string":"Define cómo los usuarios pueden navegar por tu tienda"},"JPH/uP":{"string":"Defina los tipos de páginas de contenido que se utilizan en su tienda"},"ivJ1qt":{"string":"Administre sus grupos de permisos y los permisos"},"n0RwMK":{"string":"Define los tipos de productos que vendes"},"zxs6G3":{"string":"Administre cómo envía pedidos"},"5BajZK":{"string":"Ver y actualizar la configuración de su sitio"},"RQUkVW":{"string":"Administre a sus empleados y sus permisos"},"EIULpW":{"string":"Administre cómo su tienda cobra impuestos"},"5RmuD+":{"string":"Administre y actualice la información de su almacén"},"m19JfL":{"string":"Ver y actualizar sus complementos y sus configuraciones."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"valor del descuento"},"sHON47":{"context":"refunded products list title","string":"Productos reintegrados"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"El estado es inválido"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Cantidad fija"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Actividad"},"wWTUrM":{"string":"No se encontraron actividades"},"zWgbGg":{"string":"Hoy"},"By5ZBp":{"context":"header","string":"Hola, {userName}"},"aCX8rl":{"context":"subheader","string":"Aquí hay información que recopilamos sobre su tienda"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {Uno ordenado} other {{amount} ordenados}}"},"rr8fyf":{"context":"header","string":"Productos principales"},"Q1Uzbb":{"string":"No se encontraron productos"},"6L6Fy2":{"context":"header","string":"Descargo de responsabilidad"},"5LRkEs":{"string":"El nuevo tablero y la API GraphQL son software de calidad de vista previa."},"G7mu0y":{"string":"La API GraphQL es de calidad beta. No está completamente optimizado y pueden faltar algunas mutaciones o consultas."},"QBxN6z":{"context":"is filter range or value","string":"entre"},"I+UwqI":{"context":"is filter range or value","string":"igual a"},"0OtaXa":{"context":"dialog header","string":"Crear menú"},"jhh/D6":{"string":"Título del menú"},"G/SYtU":{"string":"¿Seguro que desea eliminar el menú {menuName}?"},"QzseV7":{"context":"dialog header","string":"Eliminar menu"},"E54eoT":{"string":"La creación de la estructura de navegación se realiza arrastrando y soltando. Simplemente cree un nuevo elemento de menú y luego arrástrelo a su lugar de destino. Puede mover elementos uno dentro del otro para crear una estructura de árbol y arrastrar elementos hacia arriba y hacia abajo para crear una jerarquía"},"H3Uirw":{"context":"create new menu item, header","string":"Agregar Ítem"},"fzDI3A":{"context":"add link to navigation","string":"Enlace a: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Editar ítem"},"Urh2N3":{"context":"label","string":"Link"},"28GZnc":{"string":"Comience a escribir para comenzar la búsqueda ..."},"0Vyr8h":{"context":"menu item name","string":"Nombre"},"Uf3oHA":{"context":"add new menu item","string":"Crear un nuevo elemento"},"dEUZg2":{"context":"header","string":"Elementos del menú"},"WwZfNK":{"string":"Agregue un nuevo elemento para comenzar a crear el menú"},"ugnggZ":{"string":"Menú creado"},"bj1U23":{"string":"¿Estás seguro de que deseas eliminar {menuName}?"},"svK+kv":{"string":"{counter,plural,one {¿Está seguro que desea eliminar este menú?} other {¿Está seguro que desea eliminar los {displayQuantity} menús?}}"},"1LBYpE":{"context":"dialog header","string":"Eliminar menús"},"OwG/0z":{"string":"Eliminar menú"},"0nL1D6":{"context":"number of menu items","string":"elementos"},"DWs4ba":{"string":"No se encontraron menús"},"JXRYQg":{"context":"button","string":"Crear menú"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Sin publicar"},"YI6Fhj":{"context":"no address is set in draft order","string":"No establecido"},"PX2zWy":{"context":"customer is not set in draft order","string":"No establecido"},"e7yOai":{"context":"shipping address is not set in draft order","string":"No establecido"},"5Jo3C5":{"context":"vat not included in order price","string":"no se aplica"},"BftZHy":{"context":"window title","string":"Crear tipo de página"},"W5SK5c":{"string":"Seleccionar tipo de contenido"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Disponible para la compra"},"KupNHw":{"context":"product field","string":"Categoría"},"jxoMLL":{"context":"product field","string":"Colecciones"},"YVIajc":{"context":"product field","string":"Descripción"},"W8i2Ez":{"context":"product field","string":"Nombre"},"6y+k8V":{"context":"product field","string":"Imágenes del producto"},"7JAAul":{"context":"product field","string":"Peso del producto de exportación"},"QVNg8A":{"context":"product field","string":"Cobrar impuestos"},"Q/Nbku":{"context":"product field","string":"Tipo"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Imágenes de variantes"},"5kvaFR":{"context":"product field","string":"Exportar SKU de variante"},"XBwpUv":{"context":"product field","string":"Exportar peso de variante"},"4qe6hO":{"context":"product stock, section header","string":"Inventario"},"SSWFo8":{"context":"window title","string":"Crear tipo de producto"},"bq1eEx":{"context":"header","string":"Crear tipo de producto"},"mUb8Gt":{"context":"section header","string":"Impuestos"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Precio"},"vuKrlW":{"string":"Stock"},"ABgQcF":{"context":"variant stock, header","string":"Stock"},"oIMMcO":{"context":"no warehouses info","string":"No hay almacenes configurados para su tienda. Puede configurar variantes sin proporcionar cantidades de stock."},"Gjo89T":{"context":"header","string":"Almacenes"},"D8nsBc":{"context":"no warehouses info","string":"No hay almacenes configurados para su tienda. Para agregar cantidad de stock a la variante, configure un almacén"},"RLBLPQ":{"context":"no warehouses info","string":"No hay almacenes configurados para su tienda. Para agregar cantidad de stock al producto, configure un almacén"},"qJedl0":{"context":"product label","string":"Publicado"},"ppLwx3":{"context":"number of categories","string":"Categorías ({quantity})"},"QdGzUf":{"context":"number of collections","string":"({quantity}) colecciones"},"bNw8PM":{"context":"number of products","string":"({quantity}) productos"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Establecer fecha de disponibilidad"},"Krzyo+":{"context":"shipment refund title","string":"El envío fue reintegrado"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"¿Seguro que desea eliminar {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"¿Seguro que desea eliminar {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Almacén"},"skPoVe":{"context":"button","string":"Aceptar"},"Y7UlMR":{"context":"app extensions subsection","string":"Aplicaciones"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Aplicaciones"},"D/+84n":{"context":"snackbar text","string":"Aplicación activada"},"USO8PB":{"context":"snackbar text","string":"Aplicación desactivada"},"YHNozE":{"context":"dialog header","string":"Activar aplicación"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"¿Está seguro de activar {name}? La activación comenzará a recopilar eventos."},"D3E2b5":{"context":"button label","string":"Activar"},"W+AFZY":{"context":"button label","string":"Desactivar"},"yMi8I8":{"context":"dialog header","string":"Desactivar aplicación"},"73RU3R":{"context":"deactivate app","string":"¿Está seguro de desactivar esta aplicación? Su información será conservada hasta que reactive la aplicación. Se le seguirá cobrando por la aplicación."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"¿Está seguro de deshabilitar {name}? Su información será conservada hasta que reactive la aplicación. Se le seguirá cobrando por la aplicación."},"LtqrM8":{"context":"delete custom app","string":"Eliminando {name}, usted eliminará toda la información y webhooks relacionados con esta aplicación. ¿Está seguro?"},"zQX6xO":{"context":"dialog header","string":"Eliminar aplicación"},"6hLZNA":{"context":"delete app","string":"¿Está seguro de eliminar esta aplicación?"},"EWD/wU":{"context":"delete app","string":"Eliminando {name}, removerá la instalación de la aplicación. Si usted está abonando la suscripción de la aplicación, recuerde desuscribirse de la aplicación en el Mercado de Saleor. ¿Está seguro de eliminar la aplicación?"},"whTEcF":{"context":"link","string":"Desactivar"},"Go50v2":{"context":"app privacy policy link","string":"Ver la política de privacidad de esta aplicación"},"89PSdB":{"context":"link","string":"Editar configuración"},"a55zOn":{"context":"section header","string":"Privacidad de datos"},"Gjb6eq":{"context":"link","string":"Obtener soporte"},"HtfL5/":{"context":"button","string":"Abrir aplicación"},"P5twxk":{"context":"link","string":"Activar"},"VsGcdP":{"context":"section header","string":"Permisos de la aplicación"},"7oQUMG":{"context":"apps about permissions","string":"Esta aplicación tiene permisos para:"},"jDIRQV":{"context":"section header","string":"Sobre esta aplicación:"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"Hay un problema con la aplicación."},"4yRwN+":{"context":"content","string":"Saleor no pudo obtener información esencial sobre la instalación. Sin esta información, el sistema no puede instalar la aplicación en su Saleor. Por favor, use el boton debajo para volver al tablero de sistema."},"906uUr":{"context":"button","string":"Volver a la página de inicio"},"k5lHFp":{"context":"app data privacy link","string":"Aprender más sobre la privacidad de datos"},"PkCmGU":{"context":"install button","string":"Instalar aplicación"},"BL/Lbk":{"context":"install app permissions","string":"Instalar esta aplicación le dará los siguientes permisos:"},"Id7C0X":{"context":"section header","string":"Está a punto de desinstalar {name}"},"UCHtG6":{"context":"button","string":"Acerca de"},"hdcGSJ":{"context":"button","string":"Soporte/Preguntas Frecuentes"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Instalaciones en curso"},"+c/f61":{"context":"retry installation","string":"Reintentar"},"JufWFT":{"context":"app installation error","string":"Hubo un problema durante la instalación"},"1qRwgQ":{"context":"app installation","string":"Instalando aplicación..."},"D4nzdD":{"context":"checkbox label","string":"Otorgar a la aplicación acceso total a la tienda"},"flP8Hj":{"context":"card description","string":"Incremente o restrinja los premisos de la aplicación para acceder a ciertas partes del sistema de Saleor."},"GjH9uy":{"context":"header","string":"Crear nueva app"},"Kxiige":{"string":"Generar token"},"DGCzal":{"string":"Este token le da acceso a la API de su tienda, que encontrará aquí: {url}"},"r86alc":{"context":"button","string":"Copiado"},"HVFq//":{"context":"button","string":"Copiar token"},"ixjvkM":{"string":"Hemos creado su token predeterminado. Asegúrese de copiar su nuevo token de acceso personal ahora. No podrás volver a verlo."},"imYxM9":{"context":"header","string":"Información sobre la aplicación"},"foNlhn":{"context":"custom app name","string":"Nombre de la aplicación"},"MAsLIT":{"context":"custom app token key","string":"Clave"},"bsP4f3":{"string":"No se encontraron tokens"},"0Mg8o5":{"context":"header","string":"Token"},"RMB6fU":{"context":"button","string":"Crear token"},"0DRBjg":{"string":"Nota de token"},"VHuzgq":{"context":"table actions","string":"Acciones"},"XB2Jj9":{"context":"create app button","string":"Crear aplicación"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Desactivado"},"TBaMo2":{"context":"about app","string":"Acerca de"},"9tgY4G":{"context":"apps content","string":"No tienes aplicaciones instaladas en tu tablero"},"ZeD2TK":{"context":"section header","string":"Aplicaciones de terceros"},"SwISVH":{"context":"section header","string":"Mercado de Saleor"},"NskBjH":{"context":"marketplace content","string":"Mercado disponible próximamente"},"wxFwUW":{"context":"marketplace button","string":"Visitar Mercado"},"LATpSE":{"context":"marketplace content","string":"Descubre aplicaciones gratuitas y pagas en nuestro Mercado de Saleor"},"k0rGBI":{"string":"El token de acceso es utilizado para autenticar las cuentas servicio o de scripts automáticos"},"t9a9GQ":{"string":"Hemos creado tu token. Asegúrese de copiar su nuevo token de acceso personal ahora. No podrás volver a verlo."},"T5nU7u":{"context":"header","string":"Crear token"},"isM94c":{"context":"create service token, button","string":"Crear"},"quV5zH":{"context":"dialog title","string":"Eliminar Token"},"2VSP8C":{"context":"delete token","string":"¿Estás seguro de que quieres eliminar el token {token}?"},"ac+Y98":{"context":"app settings error","string":"Error al buscar configuración de la aplicación"},"2cjt25":{"context":"window title","string":"Instalar aplicación"},"5t/4um":{"context":"message title","string":"No se pudo instalar {name}"},"0fM/pV":{"context":"message title","string":"Aplicación instalada"},"ZprV2g":{"context":"app has been installed","string":"{name} está lista para ser usada"},"uIPD1i":{"context":"app has been removed","string":"Aplicación eliminada exitosamente"},"agZQkB":{"context":"window title","string":"Crear aplicación"},"oiuwOl":{"context":"button","string":"Asignar"},"l2oVCF":{"context":"attributes section name","string":"Atributos"},"eWV760":{"string":"El atributo con este slug ya existe"},"J/QqOI":{"string":"Este valor ya existe dentro de este atributo"},"lG/MDw":{"context":"dialog content","string":"{counter,plural,one {¿Estás seguro de que deseas eliminar este atributo?} other {¿Está seguro de que desea eliminar los {displayQuantity} atributos?}}"},"rKf4LU":{"context":"dialog title","string":"Eliminar atributos"},"JI2Xwp":{"context":"dialog title","string":"Borrar atributo"},"h1rPPg":{"context":"dialog content","string":"¿Estás seguro de que quieres eliminar {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Area"},"xOEZjV":{"context":"attribute's label","string":"Etiqueta predeterminada"},"P79U4b":{"context":"attribute's slug short code label","string":"Codigo de atributo"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"Esto se usa internamente. Asegúrate de no usar espacios"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Fecha"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Desplegable"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Archivo"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catálogo de tipo de entrada para el propietario de la tienda"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Selección múltiple"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Páginas"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Productos"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Valor requerido"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Peso"},"dKPMyh":{"context":"tab name","string":"Todos los atributos"},"IGvQ8k":{"context":"button","string":"Crear atributo"},"1div9r":{"string":"Atributo de búsqueda"},"PsRG+v":{"context":"use attribute in filtering","string":"Filtros en cliente web"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variante unica"},"HQR2y0":{"context":"attribute value is required","string":"Valor requerido"},"cvbqJu":{"context":"attribute","string":"Visible en la página del producto en la tienda"},"ztQgD8":{"string":"No se encontraron atributos"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Disponible para su búsqueda"},"oJkeS6":{"string":"Codigo de atributo"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Etiqueta predeterminada"},"ErNH3D":{"string":"Defina dónde debería ser usado este atributo en el sistema de Saleor"},"nwvQPg":{"context":"section header","string":"Organización"},"v1pNHW":{"string":"Clase de atributo"},"zbJHl7":{"context":"attribute type","string":"Atributo de contenido"},"qkRuT0":{"context":"attribute type","string":"Atributo de producto"},"8cUEPV":{"context":"page title","string":"Crear un nuevo atributo"},"jswILH":{"context":"add attribute as column in product list table","string":"Añadir a opciones de columna"},"AzMSmb":{"context":"caption","string":"Si está habilitado, este atributo se puede usar como una columna en la tabla de productos."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Propiedades del tablero"},"RH+aOF":{"context":"use attribute in filtering","string":"Usar en filtrado"},"Q9wTrz":{"context":"caption","string":"Si está habilitado, podrá usar este atributo para filtrar productos en la lista de productos."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Propiedades de la tienda"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Posición en navegación facetada"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Público"},"h2Hta6":{"context":"caption","string":"Si se activa, el atributo va a ser accesible para los clientes."},"I2wCwj":{"context":"swatch attribute image label","string":"Imagen"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"¿Estás seguro de que quieres eliminar el valor \"{nombre}\"?"},"WWV8aZ":{"context":"dialog title","string":"Eliminar valor de atributo"},"no3Ygn":{"string":"¿Está seguro de que desea eliminar el valor \"{name}\"? Si lo elimina, no podrá asignarlo a ninguno de los productos con el atributo \"{attributeName}\"."},"XYhE8p":{"context":"edit attribute value","string":"Editar valor"},"PqMbma":{"context":"add attribute value","string":"Agregar valor"},"UhcALJ":{"context":"attribute name","string":"Nombre"},"H60H6L":{"context":"attribute values list: name column header","string":"Vista de tienda predeterminada"},"3psvRS":{"context":"attribute values list: slug column header","string":"Administrador"},"g5zIpS":{"context":"No attribute values found","string":"No se encontraron valores"},"J3uE0t":{"context":"section header","string":"Valor de atributo"},"+iVKR1":{"context":"assign attribute value button","string":"Asignar valor"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Atributo creado con éxito"},"7H2D5m":{"context":"attribute value deleted","string":"Valor eliminado"},"V/VAHG":{"string":"Atributo eliminado"},"xVn5B0":{"context":"added new attribute value","string":"Agregar nuevo valor"},"lw9WIk":{"context":"deleted multiple attributes","string":"Atributos eliminados exitosamente"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Iniciar sesión"},"5sg7KC":{"string":"Contraseña"},"3tbL7x":{"context":"description","string":"¿Olvidaste tu contraseña?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Lo sentimos, su nombre de usuario o contraseña son incorrectos. Inténtalo de nuevo."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Contraseña nueva"},"S22jIs":{"context":"button","string":"Establecer nueva contraseña"},"vfG+nh":{"string":"Confirmar contraseña"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Las contraseñas no coinciden"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Cambiar contraseña"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Regresar al inicio de sesión"},"2ob30/":{"string":"¡Éxito! En unos minutos recibirá un mensaje con instrucciones sobre cómo restablecer su contraseña."},"C0JLNW":{"string":"La dirección de correo electrónico proporcionada no existe en nuestra base de datos."},"hOxIeP":{"string":"Disponibilidad"},"0OfZJA":{"context":"button","string":"Atrás"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Cancelar"},"dOQB9o":{"context":"payment status","string":"Cancelado"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catálogo"},"sK1FPw":{"context":"categories section name","string":"Categorías"},"DP6b8U":{"context":"section header","string":"Imagen de fondo (opcional)"},"0iMYc+":{"context":"field is optional","string":"(Opcional)"},"cgsY/X":{"context":"page header","string":"Crear nueva categoría"},"wQdR8M":{"string":"Añade el título y la descripción del motor de búsqueda para que esta categoría sea más fácil de encontrar"},"xo5UIb":{"context":"dialog title","string":"Borrar Categoría"},"dJQxHt":{"context":"delete category","string":"¿Estás seguro de que quieres eliminar {categoryName}?"},"vEYtiq":{"string":"Nombre de categoría"},"8HRy+U":{"string":"Descripción de la categoría"},"vof5TR":{"context":"button","string":"Crear categoría"},"JiXNEV":{"string":"Buscar categoría"},"vy7fjd":{"context":"tab name","string":"Todas las categorías"},"dM86a2":{"string":"No se encontraron categorías"},"rrbzZt":{"string":"No se encontraron subcategorías."},"BHQrgz":{"context":"number of subcategories","string":"Subcategorías"},"k8ZJ5L":{"context":"number of products","string":"No. de productos"},"VQLIXd":{"context":"product","string":"Nombre"},"x/pIZ9":{"context":"button","string":"Agregar producto"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Productos en {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Subcategorías"},"V+fkAO":{"context":"number of products in category","string":"Productos"},"NivJal":{"context":"section header","string":"Todas las subcategorías"},"UycVMp":{"context":"button","string":"Crear subcategoría"},"Irflxf":{"context":"window title","string":"Crear categoría"},"7l5Bh9":{"string":"{counter,plural,one {¿Estás seguro de que deseas eliminar este producto?} other {¿Está seguro de que desea eliminar los {displayQuantity} productos?}}"},"xl7Fag":{"string":"Categoría creada"},"Pp/7T7":{"string":"{counter,plural,one {¿Estás seguro de que deseas eliminar esta categoría?} other {¿Está seguro de que desea eliminar las {displayQuantity} categorías?}}"},"HvJPcU":{"string":"Categoría eliminada"},"KCjd1o":{"context":"dialog title","string":"Eliminar productos"},"3DGvA/":{"string":"Recuerde que esto también eliminará todos los productos asignados a esta categoría, haciéndolos no disponibles en la portada."},"e+L+q3":{"string":"Recuerde que esto también eliminará todos los productos asignados a esta categoría."},"sG0w22":{"context":"dialog title","string":"Eliminar categorias"},"xRkj2h":{"string":"¿Estás seguro de que quieres eliminar {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Canales"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Disponibilidad"},"QZoU0r":{"context":"dialog header","string":"Eliminar canal"},"Mz0cx+":{"context":"delete channel","string":"Eliminar el canal eliminará toda la información de producto relacionada con este canal. ¿Está seguro de eliminar este canal?"},"sidKce":{"context":"delete channel","string":"Toda la información de órdenes de este canal necesita ser movida a otro canal. Por favor seleccione el canal a donde se moverán:"},"BXMSl4":{"context":"currency channel","string":"No hay canales disponibles para mover la información de ordenes. Por favor, cree un canal con la misma divisa para que la información pueda ser trasladada."},"SZJhvK":{"context":"dialog header","string":"Seleccionar canal"},"3y4r+z":{"context":"channel settings","string":"Configuración del canal"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copiar"},"9Sz0By":{"context":"channel currency","string":"Divisa"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Nombre del canal"},"G/pgG3":{"context":"dialog header","string":"Seleccionar un canal"},"nKwgxY":{"context":"select label","string":"Nombre del canal"},"X8qjg3":{"context":"inactive","string":"Inactivo"},"+tIkAe":{"context":"status","string":"Estado"},"MHVglr":{"context":"deactivate","string":"Desactivar"},"TSJRiZ":{"context":"channel status title","string":"Estado del canal"},"QiN4hv":{"context":"active","string":"Activo"},"MQwT1W":{"context":"activate","string":"Activar"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Nombre del canal"},"/glQgs":{"string":"No se encontraron canales"},"OGm8wO":{"context":"button","string":"Crear canal"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"Nuevo canal"},"OrMr/k":{"context":"window title","string":"Crear canal"},"D9Rg+F":{"context":"window title","string":"Detalles del canal"},"AkyGP2":{"string":"Canal eliminado"},"eWcvOc":{"context":"button","string":"Seleccionar archivo"},"2FQsYj":{"context":"button","string":"Limpiar"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Colecciones"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"Oculto"},"Rj8LxK":{"string":"Añade el título y la descripción del motor de búsqueda para que esta coleción sea más fácil de encontrar"},"Fxa6xp":{"context":"page header","string":"Agregar Colección"},"/WXs6H":{"context":"collection name","string":"Nombre"},"G4g5Ii":{"context":"tab name","string":"Todas las colecciones"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Crear colección"},"9eC0MZ":{"context":"collection","string":"Oculto"},"lL3YJO":{"context":"collection","string":"Publicado"},"Yw+9F7":{"string":"No se encontraron colecciones"},"mWQt3s":{"string":"No. de productos"},"VZsE96":{"string":"Nombre de colección"},"UxdBmI":{"context":"collection availability","string":"Disponibilidad"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Tipo"},"Oe62bR":{"context":"product availability","string":"Disponibilidad"},"/dnWE8":{"context":"products in collection","string":"Productos en {name}"},"scHVdW":{"context":"button","string":"Asignar producto"},"6AMFki":{"context":"product name","string":"Nombre"},"Q8wHwJ":{"string":"Colección eliminada"},"56vUeQ":{"string":"Producto agregado a la colección"},"MxhVZv":{"string":"¿Seguro que quieres eliminar la imagen de la colección?"},"AulH/n":{"string":"{counter,plural,one {¿Estás seguro de que deseas anular la asignación este producto?} other {¿Está seguro de que desea anular la asignación de los {displayQuantity} productos?}}"},"WW+Ruy":{"string":"Producto eliminado de la colección"},"I1Mz7h":{"string":"Administrar disponibilidad de la colección de canales"},"5OtU+V":{"context":"dialog title","string":"Anular asignación de productos de la colección"},"pVFoOk":{"string":"¿Estás seguro de que quieres eliminar {collectionName}?"},"ttMauu":{"context":"window title","string":"Crear colección"},"+wpvnk":{"context":"dialog title","string":"Eliminar colecciones"},"67V0c0":{"context":"unassign product from collection, button","string":"Anular asignación"},"fzk04H":{"context":"dialog title","string":"Borrar imagen"},"yT5zvU":{"string":"{counter,plural,one {¿Está seguro de que desea eliminar la colección?} other {¿Está seguro de que desea eliminar las {displayQuantity} colecciones?}}"},"Ykw8k5":{"context":"dialog title","string":"Eliminar coleciones"},"C7eDb9":{"string":"Grupos de permisos"},"Fbr4Vp":{"context":"dialog header","string":"Permisos"},"6cS4Rd":{"context":"card section description","string":"Permisos disponibles"},"MVU6ol":{"context":"exceeded permissions description","string":"Los permisos de este grupo exceden los tuyos. Solo puede administrar los permisos que tiene."},"VmMDLN":{"context":"permission list item description","string":"Este grupo es la última fuente de ese permiso."},"vONi+O":{"string":"País"},"O95R3Z":{"string":"Teléfono"},"B52Em/":{"string":"Direccion, línea 1"},"TE4fIS":{"string":"Ciudad"},"oYGfnY":{"string":"ZIP / Código postal"},"oQY0a2":{"string":"Direccion, línea 2"},"9YazHG":{"string":"Compañía"},"AuwpCm":{"string":"Área del país"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No se han encontrado resultados"},"fP9FXB":{"context":"input label","string":"Buscar atributos"},"auxEP1":{"context":"input placeholder","string":"Buscar por nombre de atributo"},"QM9P8G":{"context":"dialog header","string":"Asignar atributo"},"ylobu9":{"context":"assign reference to product, button","string":"Asignar"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Asignar categoría"},"8hrH/z":{"context":"dialog header","string":"Buscar categoría"},"sf6FMK":{"context":"dialog search placeholder","string":"Buscar por nombre de categoría, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Asignar colección"},"f0hXz4":{"context":"dialog header","string":"Buscar colección"},"JiRKgJ":{"context":"dialog search placeholder","string":"Buscar por nombre de colección, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Buscar Productos"},"SHm7ee":{"string":"Buscar por nombre de producto, atributo, tipo de producto, etc."},"dTCDMn":{"context":"dialog header","string":"Asignar producto"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"¿Está seguro de desasignar {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} atributos"},"3ukd9/":{"context":"attributes, section header","string":"Atributos"},"j8PV7E":{"context":"attribute values","string":"Valores"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Valor"},"jHJmjf":{"string":"No hay resultados"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Disponibilidad"},"vY2lpx":{"context":"channels availability text","string":"Disponible en {selectedChannelsCount} de {allChannelsCount, plural, one {# channel} other {#channels}}"},"2i81/P":{"context":"section header button","string":"Gestionar"},"0cVk9I":{"string":"Mostrar en la lista de productos"},"UjsI4o":{"context":"date","string":"desde {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publicar en"},"5ukAFZ":{"string":"Deshabilitar esta casilla removerá el producto de las páginas de búsqueda y categoría. Estará disponible en la página de colección."},"Y7Vy19":{"context":"available on date","string":"Establecer como disponible en"},"U3BQKA":{"string":"Establecer fecha de publicación"},"tQuE1q":{"string":"Seleccione los canales en los que quiere que {contentType} esté disponible"},"B9yrkK":{"string":"No se encontraron canales"},"2/L4zZ":{"string":"Seleccionar todos los canales"},"EWCUdP":{"string":"Canales de la A a la Z"},"ybaLoZ":{"string":"Buscar por los canales"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Seleccione los canales en los que quiere que {contentType} esté disponible"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Publicado"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Estado"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reiniciar"},"62Ywh2":{"context":"number of countries","string":"{number} paises"},"zZCCqz":{"context":"button","string":"Asignar paises"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Eliminar búsqueda"},"UaYJJ8":{"string":"¿Estás seguro de que deseas eliminar {name} de la pestaña de búsqueda?"},"LmKz3g":{"string":"Escaparate"},"/X8Mjx":{"string":"Interactué con GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"Tablero de Control"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Eliminar búsqueda"},"qIgdO6":{"string":"Filtro personalizado"},"DEa1T1":{"context":"button","string":"Guardar búsqueda"},"zSOvI0":{"string":"Filtros"},"HnVtSS":{"context":"search","string":"No hay resultados"},"PLCwT/":{"context":"search results","string":"Ver más"},"FNpv6K":{"context":"button","string":"Filtros"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"y"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Guardar cambios"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Suelta aquí para subir"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Valor"},"VcI+Zh":{"context":"header","string":"Metadatos"},"ETHnjq":{"context":"header","string":"Metadatos privados"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Campo"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Agregar campo"},"nEixpu":{"context":"table action","string":"Acciones"},"hptDxW":{"context":"money","string":"Hasta {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"desde {money}"},"U2WgwW":{"context":"add custom select input option","string":"Añadir nuevo valor: {value}"},"hX5PAb":{"string":"No se han encontrado resultados"},"EEW+ND":{"string":"Navegador"},"8B8E+3":{"context":"navigator placeholder","string":"No. de pedido"},"NqxvFh":{"context":"navigator placeholder","string":"Comando de tipo"},"TpPx7V":{"context":"navigator placeholder","string":"Buscar cliente"},"4gT3eD":{"context":"navigator section header","string":"Buscar en clientes"},"BooQvo":{"context":"navigator placeholder","string":"Escriba {key} para ver las acciones disponibles."},"AOI4LW":{"context":"navigator placeholder","string":"Buscar en el catálogo"},"YYkkhx":{"context":"navigator section header","string":"Navegar a"},"EM+30g":{"context":"navigator notification","string":"Nuestra nueva funcionalidad esta aquí para ayudarlo con sus tareas diarias. Ejecute Navigator usando el atajo {keyboardShortcut}."},"me585h":{"context":"navigator section header","string":"Acciones rápidas"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator está aquí para ayudar"},"ccXLVi":{"string":"Categoría"},"phAZoj":{"string":"Colección"},"M1uijW":{"context":"collection","string":"No publicado"},"CjSRT1":{"context":"button","string":"Crear categoría"},"VdDcxc":{"context":"button","string":"Crear colección"},"QooeI/":{"context":"button","string":"Create cliente"},"cfQf0w":{"context":"button","string":"Crear pedido"},"V1mqpZ":{"context":"button","string":"Crear grupo de permisos"},"JFmOfi":{"context":"button","string":"Crear producto"},"y9cvqE":{"context":"button","string":"Crear cupón"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Ir al pedido #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Buscar en el catálogo"},"3TlhJS":{"context":"navigator command mode description","string":"Comando de búsqueda"},"DHBlFi":{"context":"navigator customer mode description","string":"Buscar clientes"},"Xel9C+":{"context":"navigator default mode description","string":"Buscar vistas y acciones"},"iAvKNf":{"context":"navigator help mode description","string":"Mostrar ayuda"},"usSkzP":{"context":"navigator order mode description","string":"Buscar pedidos"},"k8bltk":{"string":"Sin resultados"},"x/ZVlU":{"string":"Producto"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Algo falta"},"nRiOg+":{"string":"Lo sentimos, la página no fue encontrada"},"95oJ5d":{"context":"button","string":"Regresar al panel administrativo"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"El precio no puede ser menor que 0"},"fNFEkh":{"string":"No de filas:"},"liLrVs":{"context":"save filter tab, header","string":"Guardar búsqueda personalizada"},"QcIFCs":{"context":"save search tab","string":"Nombre de búsqueda"},"w2Cewo":{"string":"Título del motor de búsqueda"},"CXTIq8":{"string":"Descripción del motor de búsqueda"},"s5Imt5":{"context":"button","string":"Editar seo de sitio"},"TGX4T1":{"string":"Vista previa del motor de búsqueda"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} de {maxCharacters} caracteres"},"s/sTT6":{"string":"Si está vacío, la vista previa muestra qué será autogenerado"},"450Fty":{"string":"Nada"},"qu/hXD":{"string":"{number} artículos seleccionados"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Enviar"},"3evXPj":{"string":"Deja tu nota aquí ..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Cerrar Sesión"},"X8+Lpa":{"context":"button","string":"Configuración de Cuenta"},"2r4cTE":{"context":"button","string":"Hablitar modo oscuro"},"akXDST":{"context":"section header","string":"Visibilidad"},"qMB6d2":{"context":"weight","string":"Hasta {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"desde {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Configuración"},"YZl6cv":{"string":"Diverso"},"gTr0qE":{"string":"Configuración de envío"},"HP6m+q":{"string":"Atributos y tipos de producto"},"UN+yTt":{"string":"Configuraciones de personal"},"HjXnIf":{"string":"Administración de contenido"},"jFrdB5":{"string":"Configuraciones del producto"},"MWSacl":{"string":"Multicanal"},"DJFPzq":{"context":"button","string":"Confirmar"},"yHeZRQ":{"string":"Falló la exportación de producto"},"CJEIRC":{"string":"La exportación el producto ha terminado y ha sido enviado a tu correo electrónico"},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exportación de CSV ha finalizado"},"ryAyPr":{"string":"La factura solicitada ha sido generada, y fue agregada al comienzo de la lista de esta vista."},"i+Vox0":{"context":"invoice generating has finished, header","string":"Factura Creada"},"Dhherd":{"context":"dialog header, title","string":"Creación de Facturas"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refrescar"},"Rjs1CD":{"context":"button","string":"Continuar"},"H5NKfr":{"context":"button","string":"Crear"},"w4R/SO":{"string":"Aplicaciones locales"},"McN+wq":{"context":"customers section name","string":"Clientes"},"gQGUsN":{"context":"dialog title","string":"Editar dirección"},"W0kQd+":{"context":"dialog title","string":"Agregar Dirección "},"rjy9/k":{"context":"button","string":"Añadir dirección"},"kErneR":{"string":"Este cliente no tiene ninguna dirección agregada a su libreta de direcciones. Puede agregar la dirección usando el botón a continuación."},"n5vskv":{"context":"customer's address book, header","string":"Libreta de direcciones de {fullName}"},"MpR4zK":{"context":"customer details, header","string":"Detalles de {fullName}"},"y/UWBR":{"string":"No hay una dirección para mostrar para este cliente"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Dirección predeterminada"},"VyzsWZ":{"string":"Dirección de facturación predeterminada"},"nLML8Y":{"string":"Dirección de entrega por defecto"},"puikeb":{"context":"button","string":"Eliminar dirección"},"w+8BfK":{"context":"button","string":"Editar dirección"},"hLOEeb":{"context":"button","string":"Establecer como dirección de facturación predeterminada"},"+7OsyM":{"context":"button","string":"Establecer como dirección de envío predeterminada"},"BfJGij":{"context":"header","string":"Informacion de dirección"},"Zd3Eew":{"context":"subsection header","string":"Dirección de envío"},"bHdFph":{"context":"subsection header","string":"Dirección"},"3d1RXL":{"string":"Este cliente aún no tiene direcciones"},"biVFKU":{"context":"subsection header","string":"Dirección de facturación"},"jGGnSZ":{"context":"page header","string":"Dirección primaria"},"wNQzS/":{"string":"La dirección principal de este cliente."},"fjPWOA":{"context":"header","string":"Resumen del cliente"},"qNcoRY":{"context":"notes about customer header","string":"Notas"},"uUQ+Al":{"context":"note about customer","string":"Nota"},"w3sGrD":{"string":"Ingrese cualquier información adicional con respecto a este cliente."},"N76zUg":{"context":"page header","string":"Create cliente"},"+NUzaQ":{"context":"check to mark this account as active","string":"Cuenta de usuario activa"},"MjUyhA":{"context":"section subheader","string":"Miembro activo desde {date}"},"SMakqb":{"context":"customer contact section, header","string":"Información de contacto"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Buscar cliente"},"QLVddq":{"context":"button","string":"Crear cliente"},"xQK2EC":{"context":"tab name","string":"Todos los Clientes"},"icz/jb":{"context":"customer","string":"Fecha de Ingreso"},"fhksPD":{"string":"No. de pedidos"},"E8VDeH":{"string":"No. de pedidos"},"FpIcp9":{"string":"No se encontraron clientes"},"97l2MO":{"string":"Correo de cliente"},"Gr1SAu":{"string":"Nombre del cliente"},"pURrk1":{"context":"order status","string":"Estado"},"1LiVhv":{"context":"section header","string":"Últimos pedidos"},"nTF6tG":{"context":"number of order","string":"No. de pedido"},"3+990c":{"context":"button","string":"Ver todos los pedidos"},"ri3kK9":{"context":"order placement date","string":"Fecha"},"taX/V3":{"context":"order total amount","string":"Total"},"RlfqSV":{"string":"No se encontraron pedidos"},"FNAZoh":{"string":"Último acceso"},"HMD+ib":{"string":"Último pedido"},"e7Nyu7":{"context":"section header","string":"Historia del cliente"},"2p0tZx":{"context":"delete customer, dialog content","string":"¿Estás seguro de que deseas eliminar {email}?"},"ey0lZj":{"context":"dialog header","string":"Eliminar cliente"},"qLOBff":{"context":"dialog header","string":"Borrar dirección"},"nX2pCU":{"context":"window title","string":"Crear cliente"},"/kWzY1":{"string":"¿Está seguro de que desea eliminar esta dirección de la libreta de direcciones de los usuarios?"},"PXatmC":{"string":"Cliente eliminado"},"ftcHpD":{"string":"Cliente creado"},"N2SbNc":{"string":"{counter,plural,one {¿Está seguro de que desea eliminar este cliente?} other {¿Está seguro de que desea eliminar los {displayQuantity} clientes?}}"},"q8ep2I":{"context":"dialog header","string":"Eliminar clientes"},"hzSNj4":{"string":"Tablero de Control"},"P7PLVj":{"string":"Fecha"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Borrar"},"i0AcKY":{"context":"notification message after log in","string":"Solo para hacerle saber ... Está en modo de demostración. Puedes jugar con el tablero pero no puedes guardar los cambios."},"Q8Qw5B":{"string":"Descripción"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Descuentos"},"g3qjSf":{"context":"button","string":"Asignar categorías"},"AbyDC7":{"context":"section header","string":"Categorías elegibles"},"Uu76vj":{"context":"no categories","string":"No se encontraron categorías"},"fV6yX5":{"context":"table head","string":"Nombre de categoría"},"QGjJcT":{"context":"number of products","string":"Productos"},"/6uK4C":{"context":"button","string":"Asignar coleciones"},"XNeJay":{"context":"section header","string":"Colecciones elegibles"},"IoCMjg":{"context":"no collections","string":"No se encontraron colecciones"},"ht9yOD":{"context":"table head","string":"Nombre de colección"},"cvVIV/":{"context":"dialog header","string":"Asignar paises"},"dGqEJ9":{"context":"search box placeholder","string":"Buscar por nombre de país"},"dWK/Ck":{"string":"Elija los países a los que desea limitar el cupón, de la lista a continuación"},"8EGagh":{"context":"search box label","string":"Filtrar países"},"wgA48T":{"context":"country selection","string":"Países de la A a la Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Establecer fecha de finalización"},"zKOGkU":{"context":"time during discount is active, header","string":"Periodo Activo"},"U8eeLW":{"context":"button","string":"Asignar productos"},"xqXYF+":{"context":"section header","string":"Productos elegibles"},"OrR3Qy":{"context":"no products","string":"No se encontraron productos"},"6cMkfT":{"context":"table head","string":"Nombre del producto"},"bPFp8B":{"context":"product type","string":"Tipo de producto"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"No se encontraron variantes"},"Q1HhPk":{"context":"table head","string":"Tipo de producto"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Crear venta"},"F56hOz":{"context":"sale name","string":"Nombre"},"MSD3A/":{"string":"Buscar venta"},"JHfbXR":{"context":"button","string":"Crear venta"},"Yjhgle":{"context":"tab name","string":"Todas las Ventas"},"AnqH4p":{"context":"sale status","string":"Activo"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Caducado"},"XDBeA+":{"context":"discount type","string":"Cantidad fija"},"s17U7u":{"context":"discount type","string":"Porcentaje"},"BanAhF":{"context":"sale status","string":"Programado"},"zjHH6b":{"context":"sale start date","string":"Comenzado"},"SpngiS":{"context":"sale status","string":"Estado"},"KHZlmi":{"string":"Tipo de descuento"},"XZR590":{"context":"sale value","string":"Valor"},"giF5UV":{"context":"sale end date","string":"Termina"},"51HE+Q":{"string":"No se encontraron descuentos"},"iBSq6l":{"context":"sale start date","string":"Comenzar"},"WkxE8/":{"context":"percentage or fixed, header","string":"Tipo de descuento"},"JnzDrI":{"context":"discount type","string":"Cantidad fija"},"wHdMAX":{"context":"sale value, header","string":"Valor"},"x3g4Ry":{"context":"sale discount","string":"Valor del descuento"},"cehiWu":{"context":"channels sale info","string":"Canales que no tienen asignados descuentos usarán su canal padre para determinar el precio. El precio será convertido a la divisa del canal."},"Hj3T7P":{"context":"column title","string":"Nombre del canal"},"PsclSa":{"context":"page header","string":"Crear cupón"},"YjcN9w":{"context":"time during voucher is active, header","string":"Periodo Activo"},"jd/LWa":{"string":"El cupón se aplica a todos los países."},"glT6fm":{"string":"El cupón está limitado a estos países."},"ibnmEd":{"context":"voucher country range","string":"Paises"},"jvKNMP":{"string":"Código de descuento"},"mSLr9d":{"context":"voucher code, button","string":"Generar código"},"vTgRTZ":{"context":"limit voucher","string":"Limitar a un uso por cliente"},"Qj/3sH":{"context":"limit voucher","string":"Número límite de veces que este descuento se puede usar en total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Límite de usos"},"pzSF+b":{"context":"voucher usage limit, header","string":"Límite de uso"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"Todos los cupones"},"IruP2T":{"string":"Buscar cupones"},"GbhZJ4":{"context":"button","string":"Crear cupones"},"amQg6f":{"context":"voucher status","string":"Activo"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Caducado"},"Jj0de8":{"context":"voucher status","string":"Programado"},"ujFo4A":{"context":"voucher start date","string":"Comenzado"},"uy+tB8":{"context":"voucher status","string":"Estado"},"h75GAF":{"context":"voucher","string":"Veces usado"},"JV+EiM":{"context":"voucher value","string":"Valor"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Gastado"},"b6L9n7":{"context":"voucher is active until date","string":"Termina"},"yHwvLL":{"context":"voucher uses","string":"Usos"},"5u7b3V":{"context":"voucher is active from date","string":"Comenzar"},"JsPIOX":{"context":"voucher code","string":"Código"},"U2mOqA":{"string":"No se encontraron cupones"},"GVinbz":{"context":"column title","string":"Valor"},"K+ROF8":{"string":"Canales que no tienen asignados descuentos usarán su canal padre para determinar el precio. El precio será convertido a la divisa del canal."},"yhv3HX":{"context":"voucher requirements, header","string":"Requerimientos mínimos"},"u/hkKO":{"context":"voucher has no requirements","string":"Nada"},"XT/ZvF":{"context":"voucher requirement","string":"Cantidad mínima de elementos"},"bh9+8A":{"context":"voucher requirement","string":"Valor mínimo de pedido"},"FOa+Xd":{"context":"voucher value requirement","string":"Valor mínimo de pedido"},"bcf60I":{"context":"voucher","string":"Aplicar a"},"HLqWXA":{"context":"voucher value requirement","string":"Límite de uso"},"6cq+c+":{"context":"header","string":"Tipo de descuento"},"sS5aVm":{"context":"voucher discount type","string":"Envío gratis"},"fEfCtO":{"context":"voucher discount type","string":"Porcentaje"},"vXFPD6":{"context":"voucher discount type","string":"Cantidad fija"},"1shOIS":{"context":"column title","string":"Precio"},"/oaqFS":{"context":"section header","string":"Valor"},"mmcHeH":{"string":"Valor del descuento"},"5c2JVF":{"context":"voucher application, switch button","string":"Solo una vez por pedido"},"9UHfux":{"string":"Información específica del cupón"},"ObRk1O":{"string":"Si esta opción está desactivada, se contará el descuento por cada producto elegible"},"bP7ZLP":{"context":"voucher discount","string":"Toda la orden"},"45zP+r":{"context":"voucher discount","string":"Productos específicos"},"WasHjQ":{"context":"voucher discount","string":"Envío"},"n7Fg8i":{"string":"Venta creada con éxito"},"ESDTC/":{"string":"Administra Disponibilidad de Canales de Venta"},"SqcGBK":{"context":"channel availability dialog header","string":"Administra Disponibilidad del Canal"},"4C7I61":{"context":"sale Details delete button","string":"Venta eliminada"},"V3fvcD":{"context":"dialog content","string":"Venta eliminada"},"1/oG76":{"context":"dialog header","string":"Eliminar venta"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"context":"dialog content","string":"{counter,plural,one {¿Está seguro de que desea anular la asignación de esta categoría?} other {¿Está seguro de que desea anular la asignación de {displayQuantity} categorías?}}"},"B5yE8S":{"context":"dialog header","string":"Anular asignación de categorías de la venta"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"context":"dialog content","string":"{counter,plural,one {¿Está seguro de que desea anular la asignación de esta colección?} other {¿Está seguro de que desea anular la asignación de {displayQuantity} colecciones?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"¿Seguro que desea eliminar {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"context":"dialog content","string":"{counter,plural,one {¿Está seguro que desea anular la asignación de este producto?} other {¿Está seguro que desea anular la asignación de {displayQuantity} productos?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Eliminar ventas"},"FPzzh7":{"context":"dialog content","string":"{counter,plural,one {¿Estás seguro de que deseas eliminar esta venta?} other {¿Está seguro de que desea eliminar las {displayQuantity} ventas?}}"},"Eau5AV":{"string":"Administra Disponibilidad del Canal de Productos"},"Q8mpW3":{"string":"Cupón creado con éxito"},"MmGlkp":{"context":"dialog header","string":"Anular asignación de colecciones del cupón"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Anular asignación de productos del cupón"},"LOSNq0":{"context":"dialog header","string":"Anular asignación de categorías del cupón"},"NEJo1I":{"context":"dialog content","string":"¿Seguro que desea eliminar {voucherCode}?"},"EM730i":{"string":"Administra Disponibilidad del Canal"},"Hgz44z":{"context":"dialog header","string":"Eliminar cupón"},"O9QPe1":{"context":"dialog content","string":"{counter,plural,one {¿Estás seguro de que deseas eliminar este cupón?} other {¿Está seguro de que desea eliminar los {displayQuantity} cupones?}}"},"Q0JJ4F":{"context":"dialog header","string":"Eliminar cupones"},"eOrLzG":{"context":"button","string":"Hecho"},"toDL5R":{"context":"order status","string":"Borrador"},"YMBn8d":{"context":"draft orders section name","string":"Boradores de pedido"},"2atspc":{"string":"Borradores"},"Ja7gHc":{"context":"button","string":"Editar"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"Fecha final"},"juBV+h":{"string":"Hora final"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Tasas de cambio"},"Q6wcZ5":{"string":"Primer nombre"},"pkjXPD":{"context":"order status","string":"Completada"},"pkUbrL":{"string":"Información general"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Cliente"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Nota"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exportando CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Cambiar"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Detalles"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Caducado"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Detalles"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Cantidad"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Divisa"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Producto"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Estado"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Eliminar"},"IzEVek":{"context":"bulk disable label","string":"Desactivar"},"hz+9ES":{"context":"bulk activate label","string":"Activar"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Producto"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Configuración"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Inicio"},"sjRXXz":{"string":"El pedido #{orderId} fue realizado desde un borrador por {userEmail}"},"BNTZLv":{"string":"La orden #{orderId} fue creada desde los borradores"},"5SPHkk":{"string":"El pedido #{orderId} fue pagado completamente"},"0dPP8O":{"string":"El pedido #{orderId} fue realizado"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"No hay pedidos listos para cumplir"},"5dyOs0":{"string":"No hay pagos esperando la captura"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"La variante {name} ha sido asignada por defecto"},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Apellido"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Gestionar"},"9C7PZE":{"context":"navigation section name","string":"Navegación"},"wlQTfb":{"context":"go to next step, button","string":"Siguiente"},"oUWADl":{"string":"No"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Opcional"},"Ta9j04":{"context":"orders section name","string":"Pedidos"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Canal de ventas"},"NJbzcP":{"context":"dialog header","string":"Cancelar pedidos"},"i+JSEZ":{"string":"{counter,plural,one {¿Estás seguro de que deseas cancelar esta orden?} other {¿Está seguro de que desea cancelar las {displayQuantity} ordenes?}}"},"VSztEE":{"string":"Al cancelar este pedido, se liberarán las existencias sin entregar, por lo que pueden ser compradas por otros clientes.El pedido no se reembolsará al cancelar el pedido: debe hacerlo manualmente.¿Estás seguro de que deseas cancelar este pedido?"},"NhQboB":{"context":"dialog header","string":"No se pudo cancelar el pedido"},"b+jcaN":{"string":"Todavía hay envíos creados para este pedido. Cancela los envíos primero antes de cancelar la orden."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Dirección de facturación"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Añadir dirección"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No se han encontrado resultados"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Dirección de envío"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No hay notas del cliente"},"puALFo":{"context":"notes about customer, header","string":"Notas"},"4Jp83O":{"context":"subheader","string":"Información de contacto"},"hkSkNx":{"string":"Buscar clientes"},"VCzrEZ":{"context":"link","string":"Ver perfil"},"DP5VOH":{"string":"Dirección de envío"},"Y7M1YQ":{"context":"section header","string":"Cliente"},"GLX9II":{"context":"billing address","string":"La misma que el envío"},"Qovenh":{"string":"Usuario anonimo"},"c7/79+":{"string":"Dirección de facturación"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Orden #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Cancelar pedido"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Añadir"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Valor de descuento"},"fo7nfa":{"context":"fixed amount","string":"Cantidad fija"},"IN5iJz":{"context":"value input helper text","string":"Valor invalido"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Porcentaje"},"APcoSA":{"context":"dialog header","string":"Eliminar borrador de orden"},"mxtAFx":{"string":"¿Está seguro de que desea eliminar el borrador #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Precio"},"nEWp+k":{"context":"quantity of ordered products","string":"Cantidad"},"UD7/q8":{"string":"No hay productos agregados al pedido"},"lVwmf5":{"context":"total price of ordered products","string":"Total"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Añadir transportista"},"+8v1ny":{"context":"discount button","string":"Descuento"},"M9LXb5":{"context":"no shipping carriers title","string":"Transportistas no aplicables"},"xUvWaP":{"context":"subtotal price","string":"Subtotal"},"mQtoRO":{"context":"taxes title","string":"Impuestos (IGV incluido)"},"S/yAtJ":{"context":"total price","string":"Total"},"18wvf7":{"context":"section header","string":"Detalles de pedido"},"C50ahv":{"context":"button","string":"Agregar productos"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Crear orden"},"7a1S4K":{"context":"tab name","string":"Todos los boradores"},"NJEe12":{"string":"Buscar borrador"},"vwMO04":{"context":"draft order","string":"Creado"},"iEeIhY":{"context":"draft order","string":"Cliente"},"KIh25E":{"string":"No se encontraron borradores de pedidos."},"ps0WUQ":{"string":"No. de pedido"},"hkENym":{"string":"Cliente"},"mCP0UD":{"context":"order draft creation date","string":"Fecha"},"1Uj0Wd":{"context":"order draft total price","string":"Total"},"PAqicb":{"context":"button","string":"Cancelar pedido"},"4Z14xW":{"context":"button","string":"Finalizar"},"6u4K7e":{"context":"page header","string":"Pedido"},"kPIZ65":{"context":"page header","string":"Orden #{orderNumber}"},"CJpx4E":{"context":"page header","string":"No. de orden {orderNumber} - Agregar envio"},"N5UuEK":{"context":"header","string":"Ítems listos para envío"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"Sin stock"},"vW3tb6":{"context":"name","string":"Nombre del Producto"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Cantidad a enviar"},"0VDwAP":{"context":"checkbox label","string":"Enviar detalles de envío al cliente"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Completar"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Añadir seguimiento"},"dTkmON":{"context":"edit tracking button","string":"Editar seguimiento"},"K//bUK":{"context":"refund button","string":"Reembolso"},"4PlW0w":{"context":"tracking number","string":"No. de seguimiento: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Enviar detalles de envío al cliente"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"¿Estás seguro de que deseas cancelar la entrega? La cancelación de una entrega repondrá los productos en un almacén seleccionado."},"aHc89n":{"context":"select warehouse to restock items","string":"Selecionar almacén"},"bb4nSp":{"context":"dialog header","string":"Cancelar envío"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Número de seguimiento"},"/BJQIq":{"context":"dialog header","string":"Añadir código de seguimiento"},"RLTaAR":{"context":"order history message","string":"La dirección del pedido se actualizó"},"fkplbE":{"context":"order history message","string":"La orden ha sido marcada como pagada"},"nHmugP":{"context":"order history message","string":"{quantity} elementos completados"},"GLy2UR":{"context":"order history message","string":"El cumplimiento fue cancelado"},"GJAX0z":{"context":"order history message","string":"El pedido fue enviado"},"OzHN0Z":{"context":"order history message","string":"Se enviaron enlaces a los productos digitales de la orden."},"OKGd/k":{"context":"order history message","string":"El pedio fue creado desde un borador"},"4Z6BtA":{"context":"order history message","string":"La confirmación del pago se envió al cliente"},"wOeIR4":{"context":"order history message","string":"¿Reponer {quantity} artículos?"},"6WRFp2":{"context":"order history message","string":"Se agregó una nota al pedido"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"La confirmación del pedido se envió al cliente."},"chvryR":{"context":"order history message","string":"La factura fue solicitada por {requestedBy}"},"8RnPGF":{"context":"order history message","string":"El pago fue anulado"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"La orden ha sido completamente pagada. "},"ubasgL":{"context":"order history message","string":"Pedido confirmado"},"2yV+s8":{"context":"order history message","string":"El pago fue capturado"},"aq5ZiN":{"context":"order history message","string":"La confirmación de cumplimiento se envió al cliente"},"hWO1SD":{"context":"order history message","string":"El borrador de pedido fue creado"},"GVM/fi":{"context":"order history message","string":"El pago fue autorizado"},"j3yE7I":{"context":"order history message","string":"El número de seguimiento del envío fue enviado al cliente"},"3fgyFh":{"context":"order history message","string":"El pago fue reembolsado"},"D3WUc/":{"context":"order history message","string":"La orden fue reintegrada por {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"A factura no. {invoiceNumber} fue actualizada"},"XBfvKN":{"string":"Historial del pedido"},"Fl3ORD":{"context":"order history message","string":"{quantity} artículos sobrevendidos"},"9piUVz":{"context":"order history message","string":"El reintegro de la orden fue enviado al cliente"},"e92Uxp":{"context":"order history message","string":"Número de seguimiento del grupo de cumplimiento actualizado"},"TCR639":{"context":"order history message","string":"Pago fallido"},"06bR4Z":{"context":"order history message","string":"La información de la cancelación de la orden fue enviada al cliente"},"BCPrmK":{"context":"order history message","string":"Los detalles de envío fueron enviados al cliente"},"pTpx0p":{"context":"order history message","string":"La factura no. {invoiceNumber} fue creada por {generatedBy}"},"qddy2Z":{"context":"order history message","string":"La factura fue enviada al cliente por {sentBy}"},"zRrcOG":{"context":"order history message","string":"El pedio fue cancelado"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"¿Está seguro de que desea enviar esta factura: {invoiceNumber} al cliente?"},"5JT4v2":{"context":"dialog header","string":"Enviar Factura"},"Gzg8hy":{"context":"section header","string":"Facturas"},"F0AXNs":{"context":"invoice create date prefix","string":"creada"},"hPB89Y":{"string":"No hay facturas por mostrar"},"m6IBe5":{"context":"invoice number prefix","string":"Factura"},"e0RKe+":{"context":"generate invoice button","string":"Crear"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Configuraciones de Ordenes"},"wTHjt3":{"string":"Buscar pedidos ..."},"WRkCFt":{"context":"tab name","string":"Todos los pedidos"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Cliente"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Creado"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Estado de cumplimiento"},"p+UDec":{"context":"payment status","string":"Pago"},"5blVMu":{"context":"e-mail or full name","string":"Cliente"},"PHUcrU":{"context":"date when order was placed","string":"Fecha"},"k9hf7F":{"context":"total order price","string":"Total"},"EbVf0Z":{"context":"transaction reference","string":"Referencia de la transacción"},"rwOx2s":{"string":"Por favor provea una referencia de transacción en la entrada de abajo:"},"sfEbeB":{"string":"Usted va a marcar esta orden como pagada."},"+B25o/":{"context":"dialog header","string":"Marcar pedido como pagado"},"+PbHKD":{"context":"dialog header","string":"Captura de pago"},"OhdPS1":{"context":"amount of refunded money","string":"Cantidad"},"euRfu+":{"string":"¿Seguro que desea anular este pago?"},"KszPFx":{"context":"dialog header","string":"Pago anulado"},"BZ7BkQ":{"context":"capture payment, button","string":"Captura"},"V+gwx7":{"context":"order payment","string":"Cantidad retenida"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Descuento"},"pr513b":{"context":"ordered products","string":"{quantity} elementos"},"+5HkZN":{"context":"order, button","string":"Marcar como pagado"},"5te3Tp":{"context":"order payment","string":"Saldo pendiente"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Estado del Pago"},"uUsZ7m":{"context":"order payment","string":"Monto preautorizado"},"HaQ8cg":{"context":"button","string":"Reembolso"},"q+gCyP":{"context":"order payment","string":"Cantidad reembolsada"},"+CeEe3":{"context":"order shipping method name","string":"Envío"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"no se aplica"},"Rsknyh":{"context":"order does not require shipping","string":"no se aplica"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Subtotal"},"r+dgiv":{"string":"Impuestos"},"zb4eBO":{"context":"order total price","string":"Total"},"dJVXIb":{"context":"vat included in order price","string":"VAT incluido"},"sEjRyz":{"context":"voucher type order discount","string":"Cupón"},"myyWNp":{"context":"dialog header","string":"Agregar Producto"},"b810WJ":{"context":"product price","string":"Precio"},"WE8IFE":{"context":"product name","string":"Producto"},"tvpAXl":{"context":"ordered product quantity","string":"Cantidad"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Total"},"5aiFbL":{"context":"tabel column header","string":"Precio"},"FNT4b+":{"context":"tabel column header","string":"Producto"},"Tl+7X4":{"context":"tabel column header","string":"Cantidad Reembolsada"},"2W4EBM":{"context":"button","string":"Ajustar cantidad máxima"},"+PclgM":{"context":"tabel column header","string":"Total"},"xoyCZ/":{"context":"error message","string":"Valor inadecuado"},"MewrtN":{"context":"section header","string":"Cumplimiento"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"No. de orden {orderNumber} - Reembolso"},"rVIlBs":{"context":"page header with order number","string":"Orden #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Cantidad Reembolsada"},"8F2D1H":{"context":"order refund amount, input button","string":"Reembolso {currency} {amount}"},"JEIN47":{"context":"label","string":"Cantidad Automática"},"FOehC/":{"context":"label","string":"Cantidad Manual"},"EP+jcU":{"context":"checkbox","string":"Reintegrar costos de envío"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"La cantidad no puede ser mayor al reembolso máximo"},"IKvOK+":{"context":"Amount error message","string":"Cantidad debe ser mayor a 0"},"L/O4LQ":{"context":"order refund amount","string":"Cantidad Autorizada"},"lrq8O6":{"context":"order refund amount, input label","string":"Cantidad"},"I7HyJZ":{"context":"order refund amount","string":"Reintegro máximo
"},"Q55cTG":{"context":"order refund amount","string":"Previamente reintegrado"},"wDUBLR":{"context":"order refund amount","string":"Cantidad reembolsada propuesta"},"QkFeOa":{"context":"order refund amount button","string":"Reembolso"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Cantidad total reembolsada"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Productos No Surtidos"},"iUIn50":{"context":"section notice","string":"Los productos sin cumplir serán reabastecidos"},"bqAJCT":{"context":"section header","string":"Reintegrar orden"},"LKpQYh":{"context":"refund type","string":"Reembolso Misceláneo"},"CLB1k9":{"context":"refund type","string":"Reembolsar Productos"},"Y299ST":{"context":"table column header","string":"Precio"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Producto"},"ikM00B":{"context":"table column header","string":"Reemplazar"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"({quantity}) cancelados"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"({quantity}) Cumplidos"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Reintegrado ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"No completada"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Configuracion de la orden"},"yuiyES":{"string":"Configuración general"},"CLYlsu":{"context":"section header","string":"Configuración"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"Todos los pedidos serán automáticamente confirmados y todos los pagos serán capturados."},"RLYfMF":{"context":"checkbox label","string":"Confirmar todas las órdenes automáticamente"},"V/YxJa":{"context":"dialog header","string":"Editar método de envío"},"/Xwjww":{"context":"button","string":"Completar"},"ND5x+V":{"string":"Estamos creando la factura solicitada. Por favor espere un momento"},"9RCuN3":{"string":"Pago capturado con éxito"},"c4gbXr":{"string":"Borador de pedido finalizado con éxito"},"9OtpHt":{"string":"Línea de pedido eliminada"},"CZmloB":{"string":"Cumplimiento actualizado con éxito"},"Fn3bE0":{"string":"Línea de pedido actualziada"},"lL1HTg":{"string":"Pedido marcado como pagado"},"HlCkMT":{"string":"Línea de pedido añadida"},"W/Es0H":{"string":"Pedido cancelado con éxito"},"KmPicj":{"string":"Nota agregada con éxito"},"L87bp7":{"string":"El pago del pedido se anuló correctamente"},"j2fPVo":{"string":"Pedido actualizado correctamente"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Correo electrónico de factura enviado"},"PKJqcq":{"string":"Creando Factura"},"7U8GRy":{"string":"Método de envío actualizado con éxito"},"uMpv1v":{"string":"Cumplimiento cancelado con éxito"},"TLNf6K":{"context":"window title","string":"Borrador de orden #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Orden #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Eliminar borradores de pedidos"},"ra2O4j":{"string":"Eliminar borradores de pedidos"},"6udlH+":{"string":"Borrador de orden creado exitosamente"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {¿Estás seguro de que deseas eliminar este borrador de orden?} other {¿Está seguro de que desea eliminar los {displayQuantity} borradores de orden?}}"},"2MKBk2":{"context":"window title","string":"Enviar orden #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Elementos enviados"},"NzifUg":{"context":"window title","string":"Enviar orden"},"XRf1Bi":{"context":"order refunded success message","string":"Artículos Reembolsados"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Tipos de Página"},"kTr2o8":{"string":"Nombre de atributo"},"uxPpRx":{"context":"button","string":"Asignar atributo"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Atributos de Contenido"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {El Tipo de Página que quiere eliminar es utilizado por algunas páginas. Eliminar este tipo de página también eliminará esas páginas. ¿Está seguro de que quiere eliminar este tipo de página? Luego de realizar está acción no podrá revertir los cambios.} other {Los Tipos de Página que quiere eliminar son utilizados por algunas páginas. Eliminar estos tipos de página también eliminará esas páginas. ¿Está seguro de que quiere eliminar {displayQuantity} tipos de página? Luego de realizar está acción no podrá revertir los cambios.}}"},"CcEwXH":{"context":"dialog header","string":"Eliminar Tipos de Página"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {¿Está seguro de que quiere eliminar este tipo de página? Luego de realizar está acción no podrá revertir los cambios.} other {¿Está seguro de que quiere eliminar {displayQuantity} tipos de página? Luego de realizar está acción no podrá revertir los cambios.}}"},"kZfIl/":{"string":"Estas son informaciones generales sobre este Tipo de Contenido."},"OVOU1z":{"context":"section header","string":"Metadatos"},"caqRmN":{"context":"header","string":"Crear tipo de página"},"lct0qd":{"string":"Esta lista muestra todos los atributos que serán asignados a las páginas que tienen este tipo de página asignado."},"jWna9Q":{"string":"Nombre de Tipo de Contenido"},"umsU70":{"string":"Buscar Tipo de Página"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"Todos los Tipos de Página"},"BQ2NVl":{"context":"page type name","string":"Nombre de Tipo de Contenido"},"6fORLY":{"string":"No se encontraron tipos de páginas"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Anular asignación de Atributo al Tipo de Página"},"NGc9kE":{"string":"Tipo de página eliminado"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Anular asignación"},"/L8wzi":{"context":"dialog header","string":"Anular asignación de Atributo al Tipo de Página"},"5bJ26s":{"string":"Tipo de página creado con éxito"},"H6NsC1":{"context":"pages section name","string":"Páginas"},"gr53VQ":{"context":"page header","string":"Crear pagina"},"jZbT0O":{"string":"Añade el título y la descripción del motor de búsqueda para que esta página sea más fácil de encontrar"},"GZgjK7":{"context":"page","string":"será visible desde {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"Oculto"},"gMwpNC":{"context":"page content","string":"Contenido"},"gr+oXW":{"context":"page title","string":"Título"},"AHRDWt":{"context":"button","string":"Crear pagina"},"Of19Pn":{"context":"Types","string":"Tipos de Página"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Título"},"5GSYCR":{"context":"page status","string":"Visibilidad"},"iMJka8":{"string":"No se encontraron páginas"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Publicado"},"UN3qWD":{"context":"page status","string":"No publicado"},"ufD5Jr":{"string":"Tipo de contenido"},"jU9GPX":{"context":"section header","string":"Organizar Contenido"},"mX7zJJ":{"context":"header","string":"Crear pagina"},"JMbFNo":{"string":"Nueva página creada exitosamente"},"C1luwg":{"context":"dialog header","string":"Eliminar página"},"4B32Ba":{"context":"delete page","string":"¿Seguro que desea eliminar {title}?"},"41z2Qi":{"context":"notification","string":"Páginas eliminadas"},"yEmwxD":{"context":"publish page, button","string":"Publicar"},"yHQQMQ":{"context":"dialog header","string":"Retirar publicación de estas páginas"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {¿Está seguro de que desea retirar la publicación de la pagina?} other {¿Está seguro de que desea retirar la publicación de las {displayQuantity} paginas?}}"},"F8gsds":{"context":"unpublish page, button","string":"Retirar publicación"},"wyvzh9":{"context":"dialog header","string":"Publicar páginas"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {¿Estás seguro de que deseas publicar esta pagina?} other {¿Está seguro de que desea publicar las {displayQuantity} paginas?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {¿Estás seguro de que deseas eliminar esta pagina?} other {¿Está seguro de que desea eliminar las {displayQuantity} paginas?}}"},"AzshS2":{"context":"notification","string":"Páginas publicadas"},"3Sz1/t":{"context":"dialog header","string":"Eliminar páginas"},"2pw5dQ":{"context":"payment status","string":"Totalmente Pagado"},"PbqNhi":{"context":"order status","string":"Parcialmente completada"},"INNPVX":{"context":"payment status","string":"Pago parcial"},"OGemtu":{"context":"payment status","string":"Parcialmente reembolsado"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Estado del Pago"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Grupos de permisos"},"jUuHVn":{"context":"description","string":"No se encontraron miembros"},"UQ4Kuh":{"context":"input label","string":"Buscar miembros del personal"},"6sjBvJ":{"context":"input placeholder","string":"Buscar por nombre, correo electrónico, etc..."},"9Zlogd":{"context":"staff member status","string":"Activo"},"7WzUxn":{"context":"staff member status","string":"Inactivo"},"DPz5y6":{"context":"dialog header","string":"Asignar miembros del personal"},"lT5MYM":{"context":"dialog title","string":"Anular la asignación de usuarios"},"H/o4Ex":{"context":"dialog content","string":"No puede modificar los miembros de este grupo. Resuelva este problema para continuar con la solicitud."},"mAabef":{"context":"checkbox label","string":"El grupo tiene acceso completo a la tienda."},"CYZse9":{"context":"card description","string":"Expanda o restrinja los permisos del grupo para acceder a cierta parte del sistema del vendedor."},"sR0urA":{"context":"dialog content","string":"¿Seguro que desea eliminar {name}?"},"L6+p8a":{"context":"dialog title","string":"Eliminar grupo de permisos"},"O22NIZ":{"context":"deletion error message","string":"No se puede eliminar el grupo por que está fuera de su alcance de permiso"},"rs815i":{"context":"text field label","string":"Nombre del grupo"},"5ftg/B":{"context":"button","string":"crear grupo de permisos"},"szXISP":{"context":"permission group name","string":"Nombre del grupo de permisos"},"+a+2ug":{"string":"Miembros"},"wL7VAE":{"string":"Acciones"},"CXn88q":{"string":"No se encontraron grupos de permisos"},"gVD1os":{"context":"empty list message","string":"Todavía no ha asignado ningún miembro a este grupo de permisos."},"qrWOxx":{"string":"No se encontraron miembros"},"xxQxLE":{"string":"Dirección de correo electrónico"},"OhFGpX":{"context":"button","string":"Asignar miembros"},"zD7/M6":{"context":"empty list message","string":"Utilice el botón asignar miembros para hacerlo."},"lGlDEH":{"context":"header","string":"Miembros del grupo"},"W32xfN":{"context":"staff member full name","string":"Nombre"},"XGBsoK":{"context":"dialog content","string":"¿Estás seguro de que desea anular la asignación de {counter,plural,one{este miembro} other{{displayQuantity} miembros}}?"},"eUjFjW":{"string":"Grupo de permisos creado"},"15PiOX":{"context":"button title","string":"Anular asignación"},"DovGIa":{"string":"Grupo de permisos eliminado"},"WhvuCb":{"context":"plugins section name","string":"Complementos"},"6aBkJm":{"context":"section header","string":"Autorización"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Nombre del complemento"},"bL/Wrc":{"context":"plugin status","string":"Estado"},"w424P4":{"context":"section header","string":"Información y estado del complemento"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Añadir valor al campo de autorización"},"Xy2T+y":{"context":"header","string":"Editar campo de autorización"},"Egyh2T":{"context":"section header","string":"Configuraciones de complementos"},"EtGDeK":{"context":"header","string":"Detalles de {pluginName}"},"BtErCZ":{"string":"Buscar complementos ..."},"aOelhW":{"context":"tab name","string":"Todos los plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No se encontraron complementos"},"rQOS7K":{"context":"status label active","string":"Activo"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Configuración"},"ho75Lr":{"context":"status label deactivated","string":"Desactivado"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Nombre"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Eliminar campo de autorización"},"JRfJD9":{"string":"El complemento puede dejar de funcionar después de que se borre este campo. ¿Estas seguro que deseas continuar?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Tipos de producto"},"9scTQ0":{"context":"section header","string":"Atributos del producto"},"5pHBSU":{"context":"switch button","string":"El tipo de producto utiliza atributos de variante"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Nombre del tipo de producto"},"1KSqnn":{"context":"tab name","string":"Todos los Tipos de Productos"},"rpFdD1":{"string":"Buscar tipo de producto"},"QY7FSs":{"context":"button","string":"crear tipo de producto"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Se puede enviar"},"Jsh6+U":{"context":"product type is digital or physical","string":"Tipo"},"0nLsyM":{"string":"No se encontraron tipos de productos"},"yNb+dT":{"context":"product type","string":"Producto Simple"},"TalJlD":{"context":"tax rate for a product type","string":"Impuesto"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Tipo"},"hHOI7D":{"context":"product type name","string":"Nombre de tipo"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Físico"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Envío"},"IBw72y":{"context":"switch button","string":"¿Este producto se puede enviar?"},"VOiUXQ":{"string":"Se utiliza para calcular las tarifas de envío de productos de este tipo de producto, cuando no se proporciona un peso específico"},"zCb8fX":{"string":"Peso"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Atributos de variante"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Tipo de producto creado con éxito"},"F3Upht":{"string":"Tipo de producto eliminado"},"UJnqdm":{"context":"dialog header","string":"Anular asignación de atributo del tipo de producto"},"r1aQ2f":{"context":"dialog header","string":"Anular asignación de atributo del tipo de producto"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Anular asignación"},"K8xNLe":{"context":"products section name","string":"Productos"},"ulh3kf":{"string":"Colecciones"},"fyE8BN":{"context":"product organization, header","string":"Organización"},"LKoIB1":{"string":"Añade el título y la descripción del motor de búsqueda para que esta producto sea más fácil de encontrar"},"L7N+0y":{"context":"product rating","string":"Calificación del Producto"},"JGm7E5":{"context":"option","string":"Exporta el inventario de todos los almacenes"},"ZDJEat":{"context":"button","string":"Cargar más"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"y {number} más"},"64aYF0":{"context":"informations about product organization, header","string":"Organización del Producto"},"6xC/Ls":{"context":"informations about product seo, header","string":"Información de SEO"},"qEZ463":{"context":"export selected items to csv file","string":"Productos seleccionados ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Exportar información para:"},"xtUXnK":{"context":"export all items to csv file","string":"Todos los productos ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Almacenes de la A a la Z"},"/68iG8":{"context":"product export to csv file, header","string":"Información exportada"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Exportar como:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Configuración de Exportación"},"lQRnYK":{"context":"selectt all options","string":"Seleccionar Todos"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Hoja de cálculo para Excel, Numbers, etc."},"YicEbK":{"string":"Buscar Atributos"},"ZRz3hM":{"string":"Exportar Cantidad de Stock de Producto a CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Información de Inventario"},"li1BBk":{"context":"export items as csv file","string":"Archivo CSV plano"},"Jwuu4X":{"context":"select product informations to be exported","string":"Información exportada:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Buscar por nombre de atributo"},"SZt9kC":{"context":"export filtered items to csv file","string":"Búsqueda actual ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Información Financiera"},"oOFrUd":{"context":"export products to csv file, button","string":"exporta productos"},"dc5KWn":{"context":"products export type label","string":"productos"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Exportar Información"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Exportar Productos"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Buscar Productos..."},"aFLtLk":{"context":"tab name","string":"Todos los Productos"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Disponible"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Oculto"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Agotado"},"b1zuN9":{"string":"Precio"},"3Z8972":{"context":"product","string":"Cantidad de stock"},"g+GAf4":{"context":"product visibility","string":"Visibilidad"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Disponibilidad"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Cargar"},"JjeZEG":{"context":"section header","string":"Organizar producto"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"Opcional, agregar productos a \"Colección\" ayuda a encontrarlos."},"anK7jD":{"string":"Tipo de producto"},"3rIMq/":{"context":"product shipping","string":"Envío"},"SUbxSK":{"context":"product weight","string":"Peso"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit) (Unidad de mantenimiento de stock)"},"KTAg0f":{"context":"tabel column header","string":"Nombre del almacén"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Cantidad"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Canales"},"TjGYna":{"context":"product inventory, checkbox","string":"Seguimiento de inventario"},"cBHRxx":{"context":"button","string":"Asignar almacén"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"El seguimiento de inventario activo calculará automáticamente los cambios de stock"},"TfY/Pi":{"context":"checkbox","string":"Cargar impuestos en este producto"},"CdIHMu":{"context":"select tax ratte","string":"Tasa de impuesto"},"iYH3Y7":{"context":"checkbox","string":"Sobreescribir la tasa de impuesto del tipo de producto"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Crear variantes"},"f3B4tc":{"context":"attributes, section header","string":"Atributos de variante"},"o6260f":{"context":"attributes, section header","string":"Atributos de Selección de Variante"},"7hNjaI":{"context":"button","string":"Eliminar variante"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Guardar variante"},"TPCRKr":{"context":"variant price, header","string":"Precio"},"ClFzoD":{"string":"Los valores seleccionados se utilizarán para crear variantes para el producto configurable."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Atributo"},"TDXskW":{"context":"variant attribute","string":"Seleccionar atributo"},"7WEC+G":{"context":"page title","string":"Precio y SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock y Almacenaje"},"NXpFlL":{"context":"product attribute values, page title","string":"Elegir valores"},"CrbI/c":{"context":"variant channel price","string":"Precio de {channel}"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Seleccionar valores"},"ucYPtV":{"context":"variant attribute","string":"Elegir atributo"},"slKV5G":{"context":"variant creation step","string":"Resumen"},"lra7Ej":{"string":"Aplicar precio único a todos los SKU"},"J0UdxG":{"string":"Omitir precio por ahora"},"L5rthO":{"string":"Aplicar stock único por atributo a cada SKU"},"EGG8f+":{"string":"Aplique precios únicos por atributo a cada SKU"},"STp3Hl":{"string":"Aplicar un solo stock a todas las SKU"},"+bFHzi":{"context":"button","string":"Siguiente"},"rHXF43":{"string":"Aquí está el resumen de las variantes que se crearán. Puede cambiar los precios, almacena un SKU por cada uno creado."},"BIqhVQ":{"string":"Omitir stock por ahora"},"Q3j++G":{"context":"create multiple variants, button","string":"Crear"},"S5PVx1":{"context":"variant creator summary card header","string":"Variantes creadas"},"/Qb92c":{"string":"Según sus selecciones hemos creado {numberOfProducts} productos. Use este paso para personalizar el precio y las existencias de sus nuevos productos"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Precios y SKU"},"iigydN":{"string":"Según sus selecciones hemos creado 8 productos. Use este paso para personalizar el precio y las existencias de sus nuevos productos"},"esg2wu":{"context":"previous step, button","string":"Previo"},"V76IV7":{"context":"variant name","string":"Variante"},"rbkmfG":{"context":"button","string":"Borrar variante"},"WwNtFn":{"context":"delete product variant","string":"¿Seguro que desea eliminar {name}?"},"GFJabu":{"context":"dialog header","string":"Eliminar variante"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Valor por defecto"},"1kdQdO":{"context":"section header","string":"Variantes"},"3C3Nj5":{"context":"button","string":"Agregar variante"},"gF7hbK":{"context":"variant name","string":"Nueva variante"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Oculto"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Disponibilidad"},"Xm9qOu":{"context":"product pricing, section header","string":"Precios"},"JFtFgc":{"context":"tabel column header","string":"Precio de Venta"},"KQSONM":{"context":"tabel column header","string":"Costo"},"VvA7ai":{"context":"info text","string":"Canales que no tengan asignados precios usarán el de su canal padre para determinar su precio. El precio será convertido a la divisa del canal."},"c8UT0c":{"context":"tabel column header","string":"Nombre del canal"},"2zCmiR":{"context":"tabel column header","string":"Precio de coste"},"SZH0fw":{"context":"set variant as default, button","string":"Guardar como valor por defecto"},"6+sMz4":{"context":"product variant inventory","string":"No disponible en todas las ubicaciones"},"7mK2vs":{"context":"product variant inventory","string":"No disponible"},"n02c9W":{"context":"product variant price","string":"Precio"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} disponible} other {{stockQuantity} disponible}}"},"FSinkL":{"context":"variant stock status","string":"Inventario disponible en:"},"HcjV6k":{"context":"button","string":"Crear variantes"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} disponible en {numLocations} ubicación} other {{numAvailable} disponible en {numLocations} ubicaciones }}"},"rIJbNC":{"string":"Utilice variantes para productos que vienen en una variedad de versiones, por ejemplo, diferentes tamaños o colores."},"JtZ71e":{"context":"filtering option","string":"Todos los almacenes"},"kL3C+K":{"context":"product variant inventory status","string":"Inventario"},"3VyHbJ":{"context":"button","string":"Crear variante"},"9PmyrU":{"context":"product variant inventory","string":"No disponible"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Variante"},"uCn/rd":{"context":"dialog header","string":"Eliminar imagen"},"BUKMzM":{"string":"Variante eliminada"},"T6dXGG":{"context":"header","string":"Crear variante"},"VEext+":{"string":"¿Estás seguro de que deseas eliminar esta imagen?"},"MyM2oR":{"context":"window title","string":"Crear variante"},"PXx4Jk":{"context":"window title","string":"Crear producto"},"NBP8uu":{"context":"page header","string":"Nuevo producto"},"DO8+uV":{"string":"Producto creado"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {¿Estás seguro de que deseas eliminar este producto?} other {¿Está seguro de que desea eliminar los {displayQuantity} productos?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exportando CSV"},"F4WdSO":{"context":"dialog header","string":"Eliminar productos"},"dPYqy0":{"string":"Estamos exportando el CSV solicitado. Tan pronto esté disponible será enviado a su correo electrónico."},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Producto eliminado"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"¿Seguro que desea eliminar {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Eliminar producto"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Eliminar variantes de producto"},"oChkS4":{"context":"success message","string":"Variantes creadas con éxito"},"z+wMgQ":{"context":"window title","string":"Crear variantes"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Propiedades"},"kFYlu2":{"string":"El sistema se ejecuta en modo de solo lectura. Cambios no guardados."},"rqtV5d":{"context":"order status","string":"Listo para capturar"},"oLMXDv":{"context":"order status","string":"Listo para enviar"},"XJSRDK":{"context":"payment status","string":"Totalmente reembolsado"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Eliminar"},"TKmub+":{"string":"Este campo es requerido"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Descuentos"},"RaycYK":{"context":"button","string":"Guardar"},"rqiCWU":{"string":"Cambios guardados"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Seleccionar Todos"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Enviar"},"8xsKUv":{"context":"service accounts section name","string":"Cuentas de servicio"},"Fvvgoi":{"string":"Su sesión ha caducado. Inicia sesión de nuevo para continuar."},"D9ie4n":{"context":"shipping section name","string":"Métodos de envío"},"nNeWAx":{"context":"dialog header","string":"Eliminar método de envío"},"ER/yBq":{"context":"max price in channel","string":"Valor máximo"},"aZDHYr":{"context":"price rates info","string":"Esta tarifa aplicará a todas las órdenes"},"kN6SLs":{"string":"Valor mínimo"},"u5c/tR":{"context":"channels discount info","string":"Canales que no tienen asignados descuentos usarán su canal padre para determinar el precio. El precio será convertido a la divisa del canal."},"yatGsm":{"context":"card title","string":"Valor del Pedido"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Valor máximo"},"0FexL7":{"context":"min price in channel","string":"Valor mínimo"},"7v8suW":{"context":"info text","string":"Esta tarifa aplicará a todas las órdenes"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Peso de la orden"},"w+5Djm":{"string":"Peso min. de la orden"},"u0V06N":{"string":"Peso max. de la orden"},"TnTi/a":{"context":"pricing card title","string":"Precios"},"5ZvuVw":{"string":"No hay productos que coincidan con la consulta dada"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Asigna Productos"},"Gg4+K7":{"string":"Ningún Producto"},"t3aiWF":{"context":"section header","string":"Productos Excluídos"},"ZIc5lM":{"string":"Nombre del producto"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Nombre de la tarifa de envío"},"4Kq3O6":{"string":"Esta unidad se usará como peso de envío predeterminado"},"Rp/Okl":{"string":"Unidad de peso de envío"},"llBnr+":{"string":"Nombre del almacén"},"yzYXW/":{"context":"header, dialog","string":"Crear nuevo almacén"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Elija los países que desea agregar a la zona de envío de la lista a continuación"},"f2F1NJ":{"context":"section title","string":"Selección rápida"},"K/ic0P":{"context":"checkbox label","string":"Resto del mundo"},"G+9nOZ":{"context":"checkbox description","string":"Si se selecciona, esto agregará todos los países no seleccionados a otras zonas de envío"},"pGDYG5":{"context":"search label","string":"Buscar países"},"1rpzrM":{"context":"search placeholder","string":"Buscar por nombre de país"},"55LMJv":{"context":"country list header","string":"Paises"},"6fxdUO":{"context":"section header","string":"Crear nueva zona de envió"},"y7mfbl":{"string":"Actualmente, no hay países asignados a esta zona de envío."},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Nombre de la zona de envío"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Añadir"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Creación de Tarifa de Precio"},"PRlD0A":{"string":"Envío"},"NDm2Fe":{"context":"page title","string":"Creación Tarifa de Peso"},"EKoPNg":{"context":"shipping method price","string":"Precio"},"WR8rir":{"context":"button","string":"Crear tasa"},"njUQPz":{"context":"shipping method price range","string":"Rango de valores"},"RUzdUH":{"string":"No se encontraron tarifas de envío"},"FjrExY":{"context":"price based shipping methods, section header","string":"Tarifas basadas en precios"},"aYhcie":{"context":"shipping method weight range","string":"Rango de peso"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Tarifa basada en peso"},"aPCrsp":{"context":"shipping method name","string":"Nombre"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Agregar nuevo almacén"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Selecionar almacén"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Seleccione el almacén desde el que enviará los productos para esta zona de envío. Esta dirección de almacén también se utilizará para calcular los impuestos."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Configuración"},"uULcph":{"context":"header","string":"Envío"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Envío por zona"},"mIUNgR":{"context":"button","string":"Crear zona de envió"},"aMwxYb":{"string":"Paises"},"gRa/TS":{"context":"shipping zone","string":"Nombre"},"IhK1F3":{"string":"No se encontraron zonas de envío"},"Gfbp36":{"context":"dialog header","string":"Anular Asignación de Productos al Envío"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"El valor es inválido"},"pwqwcy":{"context":"error message","string":"El precio máximo no puede ser inferior al mínimo."},"qf/m5l":{"string":"¿Está seguro de que desea eliminar la zona de envío de {shippingZoneName}?"},"k3EI/U":{"context":"dialog header","string":"Eliminar zona de envío"},"cpZLRH":{"context":"dialog header","string":"Eliminar zonas de envío"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {¿Estás seguro de que deseas eliminar esta zona de envió?} other {¿Está seguro de que desea eliminar las {displayQuantity} zonas de envió?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Anular asignación"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"El peso máximo no puede ser inferior al mínimo."},"/8/Ffn":{"context":"button","string":"Ver"},"viFkCw":{"context":"site settings section name","string":"Configuracion del sitio"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Guardar información"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Información de la compañía"},"LVa5ew":{"string":"Saleor se topó con un problema inesperado"},"AQFMYU":{"context":"staff section name","string":"Miembros del personal"},"23g7PY":{"context":"dialog header","string":"Invitar miembro del personal"},"hw9Fah":{"context":"button","string":"Enviar invitación"},"P+kVxW":{"context":"card description","string":"El usuario está asignado a:"},"XMrYaA":{"context":"checkbox label","string":"El usuario está activo"},"YJ4TXc":{"context":"tab name","string":"Todos los miembros del personal"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Buscar miembro del personal"},"4JcNaA":{"context":"button","string":"Invitar miembro del personal"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Activo"},"Fc3O3r":{"context":"staff member's account","string":"Desactivado"},"utaSh3":{"context":"staff member's account","string":"Estado"},"xJQX5t":{"string":"No se encontraron miembros del personal"},"cMFlOp":{"context":"input label","string":"Contraseña nueva"},"qEJT8e":{"string":"La nueva contraseña debe tener al menos 8 caracteres."},"+kb2lM":{"context":"dialog header","string":"Cambiar Contraseña"},"GXdwyR":{"context":"input label","string":"Contraseña anterior"},"mm0CXe":{"string":"Debe cambiar su contraseña todos los meses para evitar problemas de seguridad."},"N3Zot1":{"context":"button","string":"Cambia tu contraseña"},"ZhDQel":{"context":"header","string":"Contraseña"},"JJgJwi":{"string":"Al seleccionar esto, cambiará el idioma de su tablero"},"e822us":{"string":"Tenga en cuenta que, si bien todos los ajustes de moneda y fecha están completos, las traducciones de idiomas tienen distintos grados de finura."},"mr9jbO":{"string":"Idioma preferido"},"CLeDae":{"context":"section header","string":"Preferencias"},"+2VzH4":{"context":"avatar change button","string":"Cambiar"},"VTITVe":{"context":"section header","string":"Información del miembro del personal"},"11lR5V":{"context":"avatar delete button","string":"Eliminar"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"Eliminar usuario del personal"},"fzpXvv":{"string":"¿Estás seguro de que deseas remover {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Eliminar el avatar del usuario del personal"},"gxPjIQ":{"string":"¿Estás seguro de que deseas eliminar {email} de los miembros del personal?"},"QirE3M":{"string":"Fecha de inicio"},"tWbE34":{"string":"Hora de inicio"},"tzMNF3":{"string":"Estado"},"RrCui3":{"string":"Resumen"},"5elC9k":{"context":"taxes section name","string":"Impuestos"},"lnQAos":{"context":"header","string":"Impuestos"},"3BTtL2":{"string":"No se encontraron países"},"/JENWS":{"string":"Tasas de impuestos reducidas"},"07KB2d":{"string":"Código de país"},"0GJfWd":{"string":"Nombre de país"},"la9cZ4":{"string":"Tasa de impuesto"},"QHB48n":{"context":"header","string":"Tasa de impuesto en {countryName}"},"Ubath+":{"string":"No se encontraron categorías de impuestos reducidos"},"4EuJKs":{"string":"Todos los precios de productos son ingresados con impuestos incluídos"},"98isC5":{"string":"Mostrar precios brutos a los clientes en la tienda"},"FNKhkx":{"string":"Cargar impuestos en las tarifas de envío"},"+OV+Gj":{"context":"button","string":"Obtener impuestos"},"HtQGEH":{"string":"Tasas impositivas obtenidas con éxito"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Atributos"},"5fCMUI":{"context":"translations section name","string":"Traducciones"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} traducciones, {numberOfTranslatedFields} completados"},"Xtd0AT":{"string":"Texto original"},"/vCXIP":{"string":"Traducción"},"vTN5DZ":{"context":"button","string":"Descartar"},"T/5OyA":{"string":"Aún no hay traducción"},"DRMMDs":{"string":"nombre de atributo"},"SPBLzT":{"context":"header","string":"Traducción de atributo \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Valor {number}"},"JE0TAx":{"context":"section name","string":"Valores"},"US3IPU":{"string":"Descripción del motor de búsqueda"},"XitW/z":{"string":"Traducción de categoría \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Título del motor de búsqueda"},"Bphmwe":{"context":"header","string":"Traducción de colección \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Idiomas"},"FemBUF":{"context":"header","string":"Traducciones a {language}"},"7NFfmz":{"string":"Productos"},"CxfKLC":{"string":"Páginas"},"VKb1MS":{"string":"Categorías"},"RzsKm8":{"string":"Métodos de envío"},"c8nvms":{"string":"Descuentos"},"etP0+D":{"string":"Cupones"},"ikRuLs":{"context":"translation progress","string":"{current} de {max}"},"vcwrgW":{"string":"No se encontraron entidades traducibles"},"LWmYSU":{"string":"Traducciones completadas"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Nombre"},"ptPPVk":{"string":"No se encontraron idiomas"},"y1Z3or":{"string":"Idioma"},"oUWXLO":{"context":"header","string":"Traducción de página \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Título de página"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Traducción de producto \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Traducción de oferta \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Nombre de venta"},"GpqEl5":{"context":"shipping method description","string":"Descripción"},"1UKx20":{"context":"header","string":"Traducción de método de envío \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Traducción de cupón \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Nombre del cupón"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Sin confirmar"},"vN3qdA":{"context":"button","string":"Deshacer"},"oB0y5Y":{"context":"order status","string":"No completada"},"FBtqtl":{"context":"payment status","string":"Sin pagar"},"Lx1ima":{"context":"button","string":"Subir imagen"},"m8cjcK":{"context":"add authorization key error","string":"La clave de autorización con este tipo ya existe"},"+x4cZH":{"string":"Solo se pueden asignar miembros del personal"},"aggaJg":{"string":"Este atributo ya se ha asignado a este tipo de producto"},"u24Ppd":{"string":"Este atributo no se puede asignar a este tipo de producto"},"cd13nN":{"context":"product attribute error","string":"Todos los atributos deben tener valor"},"lLwtgs":{"string":"Las variantes están deshabilitadas en este tipo de producto"},"IFWHn0":{"context":"error message","string":"La dirección de facturación no está configurada"},"ij7olm":{"context":"error message","string":"Este envío no se puede cancelar."},"BM1JiJ":{"context":"error message","string":"Este pedido no se puede cancelar."},"nOo0oL":{"context":"error message","string":"No hay suficientes elementos para enviar"},"Xb6BJ9":{"context":"error message","string":"Los pagos manuales no pueden ser reembolsados"},"WzA5Ll":{"string":"No se puede eliminar al usuario del último grupo"},"sZ27WU":{"context":"error message","string":"Sólo los pagos pre-autorizados pueden ser anulados"},"gKdGxP":{"context":"error message","string":"Solo pagos pre autorizados pueden ser capturados"},"DK+8PB":{"string":"Este canal ya ha sido creado"},"V2BBQu":{"string":"La divisa en ámbos canales debe ser la misma"},"QFCUEt":{"string":"El slug debe ser único"},"AY7Tuz":{"string":"El mismo objeto no puede estar en ambas listas"},"E8T3e+":{"string":"No se puede agregar ni eliminar grupos al mismo tiempo"},"abTH5q":{"context":"error message","string":"El correo electrónico no está configurado"},"c5pMZ8":{"string":"Error de API"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Valor invalido"},"pC6/1z":{"string":"Formato de manifiesto inválido"},"eu98dw":{"string":"Contraseña invalida"},"D2qihU":{"string":"El permiso es inválido"},"g/BrOt":{"string":"La URL tiene un formato inválido"},"AdmPca":{"context":"error message","string":"El valor máximo no puede ser menor al valor mínimo"},"0AQH0Q":{"string":"El plugin está mal configurado y no puede ser activado"},"FuAV5G":{"string":"Este nombre ya está ocupado. Por favor provea otro."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"No se puede elegir un método de envío para un pedido sin la dirección de envío"},"r+8q4B":{"context":"error message","string":"Solo los borradores de ordenes se pueden editar"},"PCoO4D":{"context":"error message","string":"Página no encontrada."},"Fz3kic":{"context":"error message","string":"La dirección de facturación no está configurada o la factura no está lista para ser enviada"},"N43t3/":{"context":"error message","string":"El número no ha sido configurado para una factura"},"C4hCsD":{"string":"La app está fuera de su alcance de permisos"},"1n1tOR":{"string":"El grupo está fuera de su alcance de permiso"},"4prRLv":{"string":"El permiso está fuera de su alcance"},"KRqgfo":{"string":"El usuario está fuera de su alcance de permisos"},"cY42ht":{"string":"La contraseña no puede ser completamente numérica"},"Y1B0PN":{"context":"error message","string":"No hay pago asociado con la orden"},"vVviA2":{"string":"Esos permisos están fuera de su alcance"},"mYs3tb":{"string":"El precio del producto no puede ser menor a 0."},"VEE4gD":{"context":"error message","string":"El método de envío no es válido para la dirección de envío elegida"},"ychKsb":{"context":"error message","string":"Se requiere un método de envío para esta orden"},"rZf1qL":{"context":"bulk variant create error","string":"SKU debe ser único"},"nKjLjT":{"context":"error message","string":"Slug debe ser único para cada almacén"},"wn3di2":{"string":"Esta contraseña se usa con demasiada frecuencia"},"LR3HlT":{"string":"Esta contraseña es muy corta"},"1wyZpQ":{"string":"Estas contraseñas son muy similares"},"TDhHMi":{"string":"Esto debe ser único"},"qDwvZ4":{"string":"Error desconocido"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"La URL no ha sido configurada para una factura."},"Z6QAbw":{"string":"Esta variante no tiene ningún contenido digital"},"i3Mvj8":{"context":"product attribute error","string":"Esta variante ya existe"},"iUy2dx":{"context":"vouchers section name","string":"Cupones"},"ycMLN9":{"context":"warehouses section name","string":"Almacenes"},"43Nlay":{"context":"warehouse","string":"Informacion de dirección"},"GhcypC":{"context":"header","string":"Crear almacén"},"DTL7sE":{"context":"dialog content","string":"¿Está seguro de que desea eliminar {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Eliminar almacén"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Buscar almacén"},"2yU+q9":{"context":"tab name","string":"Todos los almacenes"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Crear almacén"},"PFXGaR":{"string":"Zonas de envío"},"2gsiR1":{"string":"No se encontraron almacenes"},"aCJwVq":{"context":"warehouse","string":"Nombre"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"Este almacén no tiene zonas de envío asignadas."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Configuración"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"¿Seguro que quieres eliminar este webhook?"},"o5KXAN":{"context":"delete webhook","string":"¿Seguro que desea eliminar {name}?"},"X90ElB":{"context":"dialog header","string":"Eliminar webhook"},"snUby7":{"context":"header","string":"Detalles de webhook sin nombre"},"Ryh3iR":{"context":"header","string":"Crear webhook"},"OPtrMg":{"context":"header","string":"Detalles de {webhookName} "},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Eventos"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"La clave secreta se utiliza para crear una firma hash con cada carga útil. * campo opcional"},"u9/vj9":{"context":"webhook input label","string":"URL de destino"},"0MetrR":{"context":"webhook input help text","string":"Esta URL recibirá solicitudes POST de webhook"},"WDy0tF":{"context":"section header","string":"Información del webhook"},"D0KaT6":{"context":"webhook input label","string":"Nombre del webhook"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook activo"},"IBCBi1":{"context":"webhook active description","string":"Si desea deshabilitar este webhook, desactive la casilla a continuación."},"1+M/52":{"context":"section header","string":"Estado del webhook"},"wbjuR4":{"string":"No se encontraron webhooks"},"wlr0Si":{"context":"button","string":"Crear webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Acción "},"1eCau/":{"string":"Webhook sin nombre"},"OTpV1t":{"context":"webhook name","string":"Nombre"},"JVaz1C":{"context":"window title","string":"Crear webhook"},"a5msuh":{"string":"Si"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Asignado"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Cantidad"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Referencia de la transacción"},"Y9lv8z":{"context":"product unavailability","string":"No disponible para la compra"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Anular asignación"},"KSp+8B":{"context":"product available for purchase date","string":"estará disponible el {date}"},"hAcUEl":{"context":"product publication date label","string":"se publicará el {date}"}} \ No newline at end of file diff --git a/locale/es_CO.json b/locale/es_CO.json index c4694960d..35a718a0c 100644 --- a/locale/es_CO.json +++ b/locale/es_CO.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Cancel Order" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Hidden" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Activity" - }, - "homeActivityCardNoActivities": { - "string": "No activities found" - }, - "homeAnalyticsCardHeader": { - "string": "Hoy" - }, - "homeHeaderText": { - "context": "header", - "string": "Hello there, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Here is some information we gathered about your store" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Products" - }, - "homeProductsListCardNoProducts": { - "string": "No products found" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "The new dashboard and the GraphQL API are preview-quality software." - }, - "homeScreenDisclaimerText2": { - "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hello there, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "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": "Enlace" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Start typing to begin search..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Nombre" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menu Items" - }, - "menuItemsPlaceholder": { - "string": "Add new menu item to begin creating menu" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Create Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "no publicado" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Category" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Collections" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Descripción" - }, - "productExportFieldName": { - "context": "product field", - "string": "Nombre" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variant Images" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "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": "Impuestos" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Precio" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Publicado" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Key" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Create" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Attributes" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Are you sure you want to delete {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Area" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Date" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "File" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Pages" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Productos" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Weight" - }, - "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Image" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "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": "Nombre" - }, - "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_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Password" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Forgot password?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "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_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Passwords do not match" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "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_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Cancel" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Cancelled" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "categorías" - }, - "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_1657559629": { - "string": "No products found" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Nombre" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Add product" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "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": "Productos" - }, - "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_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "activo" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Limpiar" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Collections" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Hidden" - }, - "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_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Hidden" - }, - "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": "Nombre" - }, - "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_2685595924": { - "string": "Search Collections" - }, - "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": "Publicado" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "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_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "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_3326160357": { - "context": "product availability", - "string": "Availability" - }, - "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": "Nombre" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Colección Eliminada" - }, - "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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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_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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_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": "Ciudad" - }, - "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_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Attributes" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Valor" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Availability" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Publicado" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Status" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Country" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Ciudad" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_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_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Dashboard" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filters" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filters" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Save changes" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "valor" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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": "Publicado" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Not Published" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Create Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Create Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Create Customer" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "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_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Log out" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Account Settings" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibility" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Configuration" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "Continue" - }, - "src_dot_create": { - "context": "button", - "string": "Create" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "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_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Default Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Default Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Dirección de Envío Predeterminada" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Establecer como dirección de facturación predeterminada." - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Establecer como dirección de envío predeterminada." - }, - "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": "Dirección" - }, - "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": "notas" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "nota" - }, - "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": "nota" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_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_date": { - "string": "Date" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Descripción" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Discounts" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Productos" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Productos" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "No products found" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Availability" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "No variants found" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "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": "Nombre" - }, - "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": "activo" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "valor" - }, - "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": "Nombre" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "valor" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Nombre" - }, - "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": "valor" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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": "activo" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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": "valor" - }, - "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_1148029984": { - "context": "column title", - "string": "Valor" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "valor" - }, - "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_1134347598": { - "context": "column title", - "string": "Precio" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "valor" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Fulfilled" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Customer" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "nota" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Change" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Details" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Details" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Amount" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Status" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Settings" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "No orders ready to fulfill" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "No" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Orders" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Dirección de facturación" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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": "notas" - }, - "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_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Cancel order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Add" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Valor de Descuento" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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": "Precio" - }, - "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": "Cantidad" - }, - "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_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Descuento" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "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_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "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_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Order" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Product name" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Add tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edit tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "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_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Order address was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "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_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "created" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Customer" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_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_capture": { - "context": "capture payment, button", - "string": "Capture" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Captured amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Descuento" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Mark as paid" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Payment status" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Preauthorized amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Shipping" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Impuestos" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Voucher" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Precio" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Cantidad" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Precio" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Order" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Precio" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Precio" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Unfulfilled" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Fulfill" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "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_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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Hidden" - }, - "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_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "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": "Publicado" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Not Published" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Publish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Unpublish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Partially fulfilled" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Partially refunded" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Payment status" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "activo" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "activo" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Nombre" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Authorization" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "activo" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Configuration" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Nombre" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "Impuesto" - }, - "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_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "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": "Productos" - }, - "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_2341910657": { - "context": "product label", - "string": "no publicado" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Publicado" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Nombre" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "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": "Precio" - }, - "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_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Nombre" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Precio" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "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": { - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Shipping" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Weight" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Cantidad" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Charge taxes on this product" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "no publicado" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Publicado" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Precio" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Summary" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Create" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "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_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "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_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Precio" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Cost price" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Precio" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventory" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Variant" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Fully refunded" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Remove" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Sales" - }, - "src_dot_save": { - "context": "button", - "string": "Save" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Pricing" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Precio" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Shipping zone name" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Add" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Precio" - }, - "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": "Nombre" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Settings" - }, - "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": "Nombre" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Usuario activo" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "All Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "activo" - }, - "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": "activo" - }, - "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": "Nombre" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Change" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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": "Impuestos" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Impuestos" - }, - "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_1755013298": { - "string": "Category" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Attributes" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Values" - }, - "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_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_2968663655": { - "string": "Productos" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Pages" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "categorías" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Attributes" - }, - "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_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": "Nombre" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "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": "Descripción" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Descripción" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Nombre" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Unfulfilled" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Sin pagar" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manual payments can not be refunded" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Only pre-authorized payments can be voided" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Only pre-authorized payments can be captured" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Shipping method is not valid for chosen shipping address" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Vouchers" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Nombre" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Settings" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Nombre" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Yes" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Allocated" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Cantidad" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Cancel Order"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Hidden"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Determine attributes used to create product types"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Define how users can navigate through your store"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Define types of products you sell"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Activity"},"wWTUrM":{"string":"No activities found"},"zWgbGg":{"string":"Hoy"},"By5ZBp":{"context":"header","string":"Hello there, {userName}"},"aCX8rl":{"context":"subheader","string":"Here is some information we gathered about your store"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Top Products"},"Q1Uzbb":{"string":"No products found"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Create Menu"},"jhh/D6":{"string":"Menu Title"},"G/SYtU":{"string":"Are you sure you want to delete menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Delete Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Add Item"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edit Item"},"Urh2N3":{"context":"label","string":"Enlace"},"28GZnc":{"string":"Start typing to begin search..."},"0Vyr8h":{"context":"menu item name","string":"Nombre"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"Menu Items"},"WwZfNK":{"string":"Add new menu item to begin creating menu"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"Create Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"no publicado"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Category"},"jxoMLL":{"context":"product field","string":"Collections"},"YVIajc":{"context":"product field","string":"Descripción"},"W8i2Ez":{"context":"product field","string":"Nombre"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Variant Images"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventory"},"SSWFo8":{"context":"window title","string":"Create Product Type"},"bq1eEx":{"context":"header","string":"Create Product Type"},"mUb8Gt":{"context":"section header","string":"Impuestos"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Precio"},"vuKrlW":{"string":"Stock"},"ABgQcF":{"context":"variant stock, header","string":"Stock"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Publicado"},"ppLwx3":{"context":"number of categories","string":"Categories ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Key"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"Create"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Attributes"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Delete attribute"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Area"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Date"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"File"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Pages"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Productos"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Weight"},"dKPMyh":{"context":"tab name","string":"All Attributes"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Image"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Add Value"},"UhcALJ":{"context":"attribute name","string":"Nombre"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Sign in"},"5sg7KC":{"string":"Password"},"3tbL7x":{"context":"description","string":"Forgot password?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"New Password"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Confirm Password"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Passwords do not match"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Reset password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Availability"},"0OfZJA":{"context":"button","string":"Back"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Cancel"},"dOQB9o":{"context":"payment status","string":"Cancelled"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"categorías"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Optional)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"Delete category"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Category Name"},"8HRy+U":{"string":"Category Description"},"vof5TR":{"context":"button","string":"Create category"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"All Categories"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Subcategories"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"Nombre"},"x/pIZ9":{"context":"button","string":"Add product"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Subcategories"},"V+fkAO":{"context":"number of products in category","string":"Productos"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Create category"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Category deleted"},"KCjd1o":{"context":"dialog title","string":"Delete products"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Availability"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"Status"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"activo"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Limpiar"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Collections"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"Hidden"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Add Collection"},"/WXs6H":{"context":"collection name","string":"Nombre"},"G4g5Ii":{"context":"tab name","string":"All Collections"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"Hidden"},"lL3YJO":{"context":"collection","string":"Publicado"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"Availability"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Availability"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"Nombre"},"Q8wHwJ":{"string":"Colección Eliminada"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"Delete image"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Permissions"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Country"},"O95R3Z":{"string":"Phone"},"B52Em/":{"string":"Address line 1"},"TE4fIS":{"string":"Ciudad"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"Address line 2"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Attributes"},"j8PV7E":{"context":"attribute values","string":"Values"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Valor"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Availability"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Publicado"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Status"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"Dashboard"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Filters"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Filters"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Save changes"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"valor"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Category"},"phAZoj":{"string":"Collection"},"M1uijW":{"context":"collection","string":"Not Published"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Product"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"If empty, the preview shows what will be autogenerated."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Log out"},"X8+Lpa":{"context":"button","string":"Account Settings"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Visibility"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Configuration"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"Continue"},"H5NKfr":{"context":"button","string":"Create"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Customers"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Add Address"},"rjy9/k":{"context":"button","string":"Add address"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Default Address"},"VyzsWZ":{"string":"Default Billing Address"},"nLML8Y":{"string":"Dirección de Envío Predeterminada"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Establecer como dirección de facturación predeterminada."},"+7OsyM":{"context":"button","string":"Establecer como dirección de envío predeterminada."},"BfJGij":{"context":"header","string":"Address Information"},"Zd3Eew":{"context":"subsection header","string":"Shipping Address"},"bHdFph":{"context":"subsection header","string":"Dirección"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Billing Address"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"notas"},"uUQ+Al":{"context":"note about customer","string":"nota"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"Status"},"1LiVhv":{"context":"section header","string":"Recent Orders"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Date"},"taX/V3":{"context":"order total amount","string":"Total"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Last order"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"Dashboard"},"P7PLVj":{"string":"Date"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Descripción"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Discounts"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Category Name"},"QGjJcT":{"context":"number of products","string":"Productos"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"No products found"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"No variants found"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"Nombre"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"activo"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Status"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"valor"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"No sales found"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"valor"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Countries"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"activo"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Status"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"valor"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Code"},"U2mOqA":{"string":"No vouchers found"},"GVinbz":{"context":"column title","string":"Valor"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Precio"},"/oaqFS":{"context":"section header","string":"valor"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"Specific products"},"WasHjQ":{"context":"voucher discount","string":"Shipment"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Draft"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"Edit"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"First Name"},"pkjXPD":{"context":"order status","string":"Fulfilled"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Customer"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"nota"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Change"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Details"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Details"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Amount"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Product"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Status"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Product"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Settings"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Home"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"No orders ready to fulfill"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Last Name"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigation"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"No"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Optional"},"Ta9j04":{"context":"orders section name","string":"Orders"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Dirección de facturación"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Shipping address"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"notas"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Shipping Address"},"Y7M1YQ":{"context":"section header","string":"Customer"},"GLX9II":{"context":"billing address","string":"Same as shipping address"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Billing Address"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Cancel order"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Add"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Valor de Descuento"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Precio"},"nEWp+k":{"context":"quantity of ordered products","string":"Cantidad"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Total"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"Descuento"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Subtotal"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Total"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Create order"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Customer"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"Customer"},"mCP0UD":{"context":"order draft creation date","string":"Date"},"1Uj0Wd":{"context":"order draft total price","string":"Total"},"PAqicb":{"context":"button","string":"Cancel order"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Order"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Product name"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Fulfill"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Add tracking"},"dTkmON":{"context":"edit tracking button","string":"Edit tracking"},"K//bUK":{"context":"refund button","string":"Refund"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Cancel Fulfillment"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Tracking number"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Order was placed"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Order was fully paid"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"created"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Invoice"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Customer"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Payment"},"5blVMu":{"context":"e-mail or full name","string":"Customer"},"PHUcrU":{"context":"date when order was placed","string":"Date"},"k9hf7F":{"context":"total order price","string":"Total"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Amount"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Capture"},"V+gwx7":{"context":"order payment","string":"Captured amount"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Descuento"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Mark as paid"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Payment status"},"uUsZ7m":{"context":"order payment","string":"Preauthorized amount"},"HaQ8cg":{"context":"button","string":"Refund"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Shipping"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Subtotal"},"r+dgiv":{"string":"Impuestos"},"zb4eBO":{"context":"order total price","string":"Total"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Voucher"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Precio"},"WE8IFE":{"context":"product name","string":"Product"},"tvpAXl":{"context":"ordered product quantity","string":"Cantidad"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Total"},"5aiFbL":{"context":"tabel column header","string":"Precio"},"FNT4b+":{"context":"tabel column header","string":"Product"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Total"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Amount"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Refund"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Precio"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Product"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Unfulfilled"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Settings"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Fulfill"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Pages"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"Hidden"},"gMwpNC":{"context":"page content","string":"Content"},"gr+oXW":{"context":"page title","string":"Title"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Title"},"5GSYCR":{"context":"page status","string":"Visibility"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Publicado"},"UN3qWD":{"context":"page status","string":"Not Published"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Publish"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Unpublish"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"Partially fulfilled"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Partially refunded"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Payment status"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"activo"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Email Address"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Nombre"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Authorization"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Status"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"activo"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Configuration"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Nombre"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Impuesto"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Shipping"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Weight"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"Productos"},"ulh3kf":{"string":"Collections"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Hidden"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Precio"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Visibility"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Availability"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"Shipping"},"SUbxSK":{"context":"product weight","string":"Weight"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Cantidad"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Charge taxes on this product"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Precio"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Summary"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Create"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Variant"},"rbkmfG":{"context":"button","string":"Delete variant"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"Add variant"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Hidden"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Availability"},"Xm9qOu":{"context":"product pricing, section header","string":"Pricing"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Cost price"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Precio"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Inventory"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Variant"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Fully refunded"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Remove"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Sales"},"RaycYK":{"context":"button","string":"Save"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Pricing"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Countries"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Shipping zone name"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Add"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Shipping"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Precio"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"Nombre"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Settings"},"uULcph":{"context":"header","string":"Shipping"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Countries"},"gRa/TS":{"context":"shipping zone","string":"Nombre"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"Usuario activo"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"activo"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Status"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"New Password"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Change Password"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"Password"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Change"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Status"},"RrCui3":{"string":"Summary"},"5elC9k":{"context":"taxes section name","string":"Impuestos"},"lnQAos":{"context":"header","string":"Impuestos"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"All products prices are entered with tax included"},"98isC5":{"string":"Show gross prices to customers in the storefront"},"FNKhkx":{"string":"Charge taxes on shipping rates"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Attributes"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Values"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"Productos"},"CxfKLC":{"string":"Pages"},"VKb1MS":{"string":"categorías"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"Sales"},"etP0+D":{"string":"Vouchers"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Nombre"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"Descripción"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Unfulfilled"},"FBtqtl":{"context":"payment status","string":"Sin pagar"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Manual payments can not be refunded"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Only pre-authorized payments can be voided"},"gKdGxP":{"context":"error message","string":"Only pre-authorized payments can be captured"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Shipping method is not valid for chosen shipping address"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Vouchers"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Address Information"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Nombre"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Settings"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Nombre"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Yes"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Allocated"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Cantidad"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/et.json b/locale/et.json index 26ce87926..64a8ec536 100644 --- a/locale/et.json +++ b/locale/et.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Tühista tellimus" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Peidetud" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Nähtav" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Activity" - }, - "homeActivityCardNoActivities": { - "string": "No activities found" - }, - "homeAnalyticsCardHeader": { - "string": "Täna" - }, - "homeHeaderText": { - "context": "header", - "string": "Hello there, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Here is some information we gathered about your store" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Products" - }, - "homeProductsListCardNoProducts": { - "string": "No products found" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "The new dashboard and the GraphQL API are preview-quality software." - }, - "homeScreenDisclaimerText2": { - "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hello there, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "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": "Nimi" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menu Items" - }, - "menuItemsPlaceholder": { - "string": "Add new menu item to begin creating menu" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Create Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Ei ole avaldatud" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "Määramata" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "Määramata" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "Määramata" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Kategooria" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Kollektsioonid" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Kirjeldus" - }, - "productExportFieldName": { - "context": "product field", - "string": "Nimi" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variandi pildid" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Inventuur" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Create Product Type" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Create Product Type" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Maksud" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Hind" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Avaldatud" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Kategooriaid ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Võti" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Loo" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Omadus" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Kustuta omadused" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Kustuta omadus" - }, - "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_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Piirkond" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Kuupäev" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Fail" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Leheküljed" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Tooted" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Kaal" - }, - "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": "Otsitav" - }, - "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": "Nähtav" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organisatsioon" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Pilt" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "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": "Kustuta omaduse väärtus" - }, - "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": "Lisa Väärtus" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "Nimi" - }, - "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_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Lisa uus väärtus" - }, - "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_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Parool" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Unustasid parooli?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Uus parool" - }, - "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_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Paroolid ei klapi" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "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": "Saavadus" - }, - "src_dot_back": { - "context": "button", - "string": "Tagasi" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Tühista" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Tühistatud " - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Kataloog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Kategooriad" - }, - "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": "Kustuta kategooria" - }, - "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": "Kategooria nimi" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Kategooria kirjeldus" - }, - "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": "Kategooria nimi" - }, - "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": "Alamkategooriad" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "Toodete arv" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Nimi" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Lisa toode" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "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": "Alamkategooriad" - }, - "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": "Tooted" - }, - "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": "Kategooria loodud" - }, - "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": "Kustuta kategooria" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Kategooria kustutatud" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Kustuta tooted" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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": "Kustuta kategooriad" - }, - "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": "Kustuta kategooriad" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Saavadus" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Lühinimetus" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Seisund" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Aktiivne" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Puhasta" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Kollektsioonid" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Nähtav" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Peidetud" - }, - "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_643174786": { - "context": "collection label", - "string": "Nähtav" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Peidetud" - }, - "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": "Nimi" - }, - "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_2685595924": { - "string": "Search Collections" - }, - "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": "Peidetud" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Avaldatud" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "Toodete arv" - }, - "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": "Saavadus" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "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_3326160357": { - "context": "product availability", - "string": "Saavadus" - }, - "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": "Nimi" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Kustutatud kollektsioon" - }, - "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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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": "Eemalda" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "Kustuta pilt" - }, - "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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Õigused" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Riik" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Telefoninumber" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "Linn" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "Sihtnumber" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Ettevõtte" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Otsi tooteid" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Omadus" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Väärtused" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Väärtus" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Saavadus" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Avaldatud" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Seisund" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Riik" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Telefoninumber" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Linn" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "Sihtnumber" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Ettevõtte" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "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_DemoBanner_dot_1647850230": { - "string": "Pood" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Töölaud" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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": "Filtrid" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No results" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filtrid" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filtrid" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Salvesta muudatused" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Väärtus" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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": "Kategooria" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Kollektsioon" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Avaldatud" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Ei ole avaldatud" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Create Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Create Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Create Customer" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Otsi Kasutajaid" - }, - "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": "Toode" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Ups!.." - }, - "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_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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": "Otsi Nimi" - }, - "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": "Otsingumootori pealkiri" - }, - "src_dot_components_dot_SeoForm_dot_1991321627": { - "string": "Otsingumootori kirjeldus" - }, - "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_3478065224": { - "string": "Lühinimetus" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Kui tühi, näitab eelvaade, mis lisatakse automaatselt." - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Logi välja" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Account Settings" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Nähtavus" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Konfigureerimine" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Kinnita" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "Jätka" - }, - "src_dot_create": { - "context": "button", - "string": "Loo" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Kliendid" - }, - "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": "Lisa aadress" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Lisa Aadress" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Default Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Default Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Default Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Set as default billing address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Set as 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": "Aadress" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "Sellel kliendil ei ole aadresse veel" - }, - "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": "Märkused" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Märkus" - }, - "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": "Kasutajakonto on aktiivne" - }, - "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": "Märkus" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_numberOfOrders": { - "string": "Number of Orders" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "Tellimuste arv" - }, - "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": "Seisund" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "hiljutised tellimused" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "Tellimuste arv" - }, - "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": "Kuupäev" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "Kokku" - }, - "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": "Töölaud" - }, - "src_dot_date": { - "string": "Kuupäev" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Kirjeldus" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Allahindlused" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Kategooria nimi" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Tooted" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Tooted" - }, - "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": "Otsi riigi nime järgi" - }, - "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": "Aktiivsed kuupäevad" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "No products found" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Saavadus" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "Variante ei leitud" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "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": "Nimi" - }, - "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": "Aktiivne" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "Protsent" - }, - "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": "Seisund" - }, - "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": "Väärtus" - }, - "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": "Ühtegi müüki ei leitud" - }, - "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": "Nimi" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Väärtus" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Nimi" - }, - "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": "Protsent" - }, - "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": "Väärtus" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Aktiivsed kuupäevad" - }, - "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": "Riigid" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "Kategooriaid ({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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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": "Aktiivne" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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": "Protsent" - }, - "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": "Seisund" - }, - "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": "Väärtus" - }, - "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": "Kasutuste arv" - }, - "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": "Kood" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Vautšereid ei leitud" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Väärtus" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Väärtus" - }, - "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": "Kood" - }, - "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": "Protsent" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { - "context": "voucher discount type", - "string": "Fixed Amount" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1134347598": { - "context": "column title", - "string": "Hind" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Väärtus" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Kogu tellimus" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Spetsiifilised tooted" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Saadetis" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Mustand" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Draft Orders" - }, - "src_dot_drafts": { - "string": "Drafts" - }, - "src_dot_edit": { - "context": "button", - "string": "Muuda" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Täidetud" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Klient" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Märkus" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Muuda" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Andmed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Andmed" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Kogus" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Toode" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Seisund" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Toode" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Seaded" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Kodu" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "No orders ready to fulfill" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigeerimine" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "Ei" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Valikuline" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Tellimused" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Tühista tellimused" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Arve Aadress" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Kohaletoimetamise aadress" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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": "Märkused" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "Contact Information" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Otsi Kasutajaid" - }, - "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": "Klient" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Postiaadressiga sama" - }, - "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_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Tühista tellimus" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Lisa" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Allahindluse väärtus" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Protsent" - }, - "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": "Hind" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Toode" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Kogus" - }, - "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": "Kokku" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Allahindlus" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Vahesumma" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Kokku" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Tellimuse Detailid" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "Add products" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Loo tellimus" - }, - "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": "Klient" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "No draft orders found" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "Tellimuste arv" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "Klient" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Kuupäev" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Kokku" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Tühista tellimus" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Tellimus" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Tootenimi" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "Tootekood" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Täida" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Lisa jälgimine" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Muuda jälgimist" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Tagastamine" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Jälgimisnumber: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Tühista Saadetis" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Jälgimisnumber" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Add Tracking Code" - }, - "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_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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": "Tellimus edastati" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Tellimus oli täielikult tasutud" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3990160018": { - "string": "Tellimuse Ajalugu" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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": "Makse ebaõnnestus" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "loodud" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Arve" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Loo tellimus" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { - "string": "Otsi tellimusi..." - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { - "context": "tab name", - "string": "All Orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Klient" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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": "Makse" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "Tellimuste arv" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "Klient" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Kuupäev" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "Kokku" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "No orders found" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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": "Laekunud maksed" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_75546233": { - "context": "amount of refunded money", - "string": "Kogus" - }, - "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": "Tühine makse" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "Laekuma" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Laekunud summa" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Allahindlus" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Märgi makstuna" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Makse seisund" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Eelnevalt kinnitatud summa" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Tagastamine" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Transport" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Vahesumma" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Maksud" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Kokku" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "Käibemaksuga" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Tagastamine" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Vautšer" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Lisa Toode" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Otsi tooteid" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Hind" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Toode" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Kogus" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "Tootekood" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Kokku" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Hind" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Toode" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Kokku" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Tellimus" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Kogus" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Tagastamine" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Hind" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Toode" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Kokku" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Hind" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Toode" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Täitmata" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Seaded" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Täida" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Lühinimetus" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Eemalda" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Leheküljed" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Create Page" - }, - "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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Nähtav" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Peidetud" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Sisu" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Pealkiri" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Pealkiri" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Nähtavus" - }, - "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": "Lühinimetus" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3640454975": { - "context": "page status", - "string": "Avaldatud" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Ei ole avaldatud" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Avalda" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Kustuta" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Osaliselt täidetud" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Osaliselt makstud" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Osaliselt tagasi makstud" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Makse seisund" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Aktiivne" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Aktiivne" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Nimi" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Eemalda" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Volitamine" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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": "Seisund" - }, - "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_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Aktiivne" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Konfigureerimine" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Nimi" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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": "Lühinimetus" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_3559259966": { - "context": "section header", - "string": "Product Attributes" - }, - "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_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "Konfigureeritav" - }, - "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": "Maksud" - }, - "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": "Konfigureeritav" - }, - "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": "Füüsiline" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_1325966144": { - "context": "product type shipping settings, section header", - "string": "Transport" - }, - "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": "Kaal" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Lühinimetus" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Eemalda" - }, - "src_dot_products": { - "context": "products section name", - "string": "Tooted" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Kategooria" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Kollektsioonid" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organisatsioon" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Ei ole avaldatud" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Avaldatud" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Nimi" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Otsi tooteid" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Saadaval" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Peidetud" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "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": "Hind" - }, - "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": "Nähtavus" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Nähtav" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Konfigureeritav" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Nimi" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Saavadus" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Hind" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Valikuline" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Lae üles" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Kategooria" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Kollektsioonid" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "string": "Konfigureeritav" - }, - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Saatmine" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Kaal" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Kogus" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Muuda makse sellel tootel" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Maksu määr" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Ei ole avaldatud" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Avaldatud" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Hind" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Kokkuvõte" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Loo" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "Tootekood" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Väärtused" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Kustuta variandid" - }, - "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_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "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": "Lisa variant" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "New Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Peidetud" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Saavadus" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Hindamine" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Hind" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Sisseostuhind" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Ei ole saadaval" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Hind" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventuur" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "Tootekood" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Variant" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Täielikult tagasi makstud" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Eemalda" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Müügid" - }, - "src_dot_save": { - "context": "button", - "string": "Salvesta" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Hindamine" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Hind" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Otsi tooteid" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Otsi Riike" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Otsi riigi nime järgi" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Riigid" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Riigid" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Kohaletoimetamise piirkonna nimi" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Lisa" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Saatmine" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Saatmine" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Hind" - }, - "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": "Kaaluvahemik" - }, - "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": "Nimi" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Seaded" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Transport" - }, - "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": "Riigid" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Nimi" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Eemalda" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Õigused" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Kasutaja on aktiivne" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "All Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Aktiivne" - }, - "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": "Seisund" - }, - "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": "Aktiivne" - }, - "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": "Nimi" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "Uus parool" - }, - "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": "Muuda parooli" - }, - "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": "Parool" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Muuda" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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": "Seisund" - }, - "src_dot_summary": { - "string": "Kokkuvõte" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Maksud" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Maksud" - }, - "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_1755013298": { - "string": "Kategooria" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Maksu määr" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Maksumäär {countryName}s" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Kõik toote hinnad sisestatakse koos maksudega" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Näita brutohindu poes olevatele klientidele" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Maksusta tarnehinnad" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Omadus" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Tõlked" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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": "Tõlge" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Väärtused" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Kategooria nimi" - }, - "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": "Otsingumootori pealkiri" - }, - "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": "Otsingumootori pealkiri" - }, - "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_222873645": { - "string": "Kollektsioonid" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Tooted" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Leheküljed" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Kategooriad" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Omadus" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Müügid" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Vautšerid" - }, - "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": "Nimi" - }, - "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": "Sisu" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Otsingumootori pealkiri" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Otsingumootori pealkiri" - }, - "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": "Kirjeldus" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Kirjeldus" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Nimi" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Tühista" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Täitmata" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Maksmata" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Arve aadress määramata" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Käsitsi tehtud makseid ei ole võimalik tagastada" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Ainult lubatud makseid on võimalik tühistada" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Ainult lubatud maksetel on võimalik laekuda" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Kohaletoimetamisviis ei sobi valitud postiaadressiga" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Vautšerid" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Nimi" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Seaded" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Nimi" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Jah" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Eraldatud" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Kogus" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Eemalda" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Eemalda" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Eemalda" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Tühista tellimus"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Peidetud"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Nähtav"},"19/lwV":{"string":"Determine attributes used to create product types"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Define how users can navigate through your store"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Define types of products you sell"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Activity"},"wWTUrM":{"string":"No activities found"},"zWgbGg":{"string":"Täna"},"By5ZBp":{"context":"header","string":"Hello there, {userName}"},"aCX8rl":{"context":"subheader","string":"Here is some information we gathered about your store"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Top Products"},"Q1Uzbb":{"string":"No products found"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Create Menu"},"jhh/D6":{"string":"Menu Title"},"G/SYtU":{"string":"Are you sure you want to delete menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Delete Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Add Item"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edit Item"},"Urh2N3":{"context":"label","string":"Link"},"28GZnc":{"string":"Start typing to begin search..."},"0Vyr8h":{"context":"menu item name","string":"Nimi"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"Menu Items"},"WwZfNK":{"string":"Add new menu item to begin creating menu"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"Create Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Ei ole avaldatud"},"YI6Fhj":{"context":"no address is set in draft order","string":"Määramata"},"PX2zWy":{"context":"customer is not set in draft order","string":"Määramata"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Määramata"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Kategooria"},"jxoMLL":{"context":"product field","string":"Kollektsioonid"},"YVIajc":{"context":"product field","string":"Kirjeldus"},"W8i2Ez":{"context":"product field","string":"Nimi"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Variandi pildid"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventuur"},"SSWFo8":{"context":"window title","string":"Create Product Type"},"bq1eEx":{"context":"header","string":"Create Product Type"},"mUb8Gt":{"context":"section header","string":"Maksud"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Hind"},"vuKrlW":{"string":"Stock"},"ABgQcF":{"context":"variant stock, header","string":"Stock"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Avaldatud"},"ppLwx3":{"context":"number of categories","string":"Kategooriaid ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Võti"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"Loo"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Omadus"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Kustuta omadused"},"JI2Xwp":{"context":"dialog title","string":"Kustuta omadus"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Piirkond"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Kuupäev"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Fail"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Leheküljed"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Tooted"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Kaal"},"dKPMyh":{"context":"tab name","string":"All Attributes"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Otsitav"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Nähtav"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organisatsioon"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Pilt"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Kustuta omaduse väärtus"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Lisa Väärtus"},"UhcALJ":{"context":"attribute name","string":"Nimi"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Lisa uus väärtus"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Sign in"},"5sg7KC":{"string":"Parool"},"3tbL7x":{"context":"description","string":"Unustasid parooli?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Uus parool"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Confirm Password"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Paroolid ei klapi"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Reset password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Saavadus"},"0OfZJA":{"context":"button","string":"Tagasi"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Tühista"},"dOQB9o":{"context":"payment status","string":"Tühistatud "},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Kataloog"},"sK1FPw":{"context":"categories section name","string":"Kategooriad"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Optional)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"Kustuta kategooria"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Kategooria nimi"},"8HRy+U":{"string":"Kategooria kirjeldus"},"vof5TR":{"context":"button","string":"Create category"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"All Categories"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Alamkategooriad"},"k8ZJ5L":{"context":"number of products","string":"Toodete arv"},"VQLIXd":{"context":"product","string":"Nimi"},"x/pIZ9":{"context":"button","string":"Lisa toode"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Alamkategooriad"},"V+fkAO":{"context":"number of products in category","string":"Tooted"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Create category"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Kategooria loodud"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Kategooria kustutatud"},"KCjd1o":{"context":"dialog title","string":"Kustuta tooted"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Kustuta kategooriad"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Saavadus"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Lühinimetus"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"Seisund"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Aktiivne"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Puhasta"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Kollektsioonid"},"9vQR6c":{"context":"collection label","string":"Nähtav"},"V8FhTt":{"context":"collection label","string":"Peidetud"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Add Collection"},"/WXs6H":{"context":"collection name","string":"Nimi"},"G4g5Ii":{"context":"tab name","string":"All Collections"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"Peidetud"},"lL3YJO":{"context":"collection","string":"Avaldatud"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"Toodete arv"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"Saavadus"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Saavadus"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"Nimi"},"Q8wHwJ":{"string":"Kustutatud kollektsioon"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Eemalda"},"fzk04H":{"context":"dialog title","string":"Kustuta pilt"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Õigused"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Riik"},"O95R3Z":{"string":"Telefoninumber"},"B52Em/":{"string":"Address line 1"},"TE4fIS":{"string":"Linn"},"oYGfnY":{"string":"Sihtnumber"},"oQY0a2":{"string":"Address line 2"},"9YazHG":{"string":"Ettevõtte"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Otsi tooteid"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Omadus"},"j8PV7E":{"context":"attribute values","string":"Väärtused"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Väärtus"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Saavadus"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Avaldatud"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Seisund"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Pood"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"Töölaud"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Filtrid"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Filtrid"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Salvesta muudatused"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Väärtus"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Kategooria"},"phAZoj":{"string":"Kollektsioon"},"M1uijW":{"context":"collection","string":"Ei ole avaldatud"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Otsi Kasutajaid"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Toode"},"yH56V+":{"string":"Ups!.."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Otsi Nimi"},"w2Cewo":{"string":"Otsingumootori pealkiri"},"CXTIq8":{"string":"Otsingumootori kirjeldus"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Lühinimetus"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"Kui tühi, näitab eelvaade, mis lisatakse automaatselt."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Logi välja"},"X8+Lpa":{"context":"button","string":"Account Settings"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Nähtavus"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Konfigureerimine"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Kinnita"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"Jätka"},"H5NKfr":{"context":"button","string":"Loo"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Kliendid"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Lisa aadress"},"rjy9/k":{"context":"button","string":"Lisa Aadress"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Default Address"},"VyzsWZ":{"string":"Default Billing Address"},"nLML8Y":{"string":"Default Shipping Address"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Set as default billing address"},"+7OsyM":{"context":"button","string":"Set as default shipping address"},"BfJGij":{"context":"header","string":"Address Information"},"Zd3Eew":{"context":"subsection header","string":"Shipping Address"},"bHdFph":{"context":"subsection header","string":"Aadress"},"3d1RXL":{"string":"Sellel kliendil ei ole aadresse veel"},"biVFKU":{"context":"subsection header","string":"Billing Address"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Märkused"},"uUQ+Al":{"context":"note about customer","string":"Märkus"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"Kasutajakonto on aktiivne"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"Tellimuste arv"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"Seisund"},"1LiVhv":{"context":"section header","string":"hiljutised tellimused"},"nTF6tG":{"context":"number of order","string":"Tellimuste arv"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Kuupäev"},"taX/V3":{"context":"order total amount","string":"Kokku"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Last order"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"Töölaud"},"P7PLVj":{"string":"Kuupäev"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Kirjeldus"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Allahindlused"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Kategooria nimi"},"QGjJcT":{"context":"number of products","string":"Tooted"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Otsi riigi nime järgi"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Aktiivsed kuupäevad"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"No products found"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"Variante ei leitud"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"Nimi"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"Aktiivne"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Protsent"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Seisund"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Väärtus"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"Ühtegi müüki ei leitud"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Väärtus"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Aktiivsed kuupäevad"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Riigid"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Aktiivne"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Seisund"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Väärtus"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Kasutuste arv"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Kood"},"U2mOqA":{"string":"Vautšereid ei leitud"},"GVinbz":{"context":"column title","string":"Väärtus"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Protsent"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Hind"},"/oaqFS":{"context":"section header","string":"Väärtus"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Kogu tellimus"},"45zP+r":{"context":"voucher discount","string":"Spetsiifilised tooted"},"WasHjQ":{"context":"voucher discount","string":"Saadetis"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Mustand"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"Muuda"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"First Name"},"pkjXPD":{"context":"order status","string":"Täidetud"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Klient"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Märkus"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Muuda"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Andmed"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Andmed"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Kogus"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Toode"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Seisund"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Toode"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Seaded"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Kodu"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"No orders ready to fulfill"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Last Name"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigeerimine"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"Ei"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Valikuline"},"Ta9j04":{"context":"orders section name","string":"Tellimused"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Tühista tellimused"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Arve Aadress"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Kohaletoimetamise aadress"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Märkused"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Otsi Kasutajaid"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Shipping Address"},"Y7M1YQ":{"context":"section header","string":"Klient"},"GLX9II":{"context":"billing address","string":"Postiaadressiga sama"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Billing Address"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Tühista tellimus"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Lisa"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Allahindluse väärtus"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Protsent"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Hind"},"nEWp+k":{"context":"quantity of ordered products","string":"Kogus"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Kokku"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"Allahindlus"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Vahesumma"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Kokku"},"18wvf7":{"context":"section header","string":"Tellimuse Detailid"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Loo tellimus"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Klient"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"Tellimuste arv"},"hkENym":{"string":"Klient"},"mCP0UD":{"context":"order draft creation date","string":"Kuupäev"},"1Uj0Wd":{"context":"order draft total price","string":"Kokku"},"PAqicb":{"context":"button","string":"Tühista tellimus"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Tellimus"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Tootenimi"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"Tootekood"},"BLX9dz":{"context":"fulfill order, button","string":"Täida"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Lisa jälgimine"},"dTkmON":{"context":"edit tracking button","string":"Muuda jälgimist"},"K//bUK":{"context":"refund button","string":"Tagastamine"},"4PlW0w":{"context":"tracking number","string":"Jälgimisnumber: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Tühista Saadetis"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Jälgimisnumber"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Tellimus edastati"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Tellimus oli täielikult tasutud"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Tellimuse Ajalugu"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Makse ebaõnnestus"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"loodud"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Arve"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Otsi tellimusi..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Klient"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Makse"},"5blVMu":{"context":"e-mail or full name","string":"Klient"},"PHUcrU":{"context":"date when order was placed","string":"Kuupäev"},"k9hf7F":{"context":"total order price","string":"Kokku"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Laekunud maksed"},"OhdPS1":{"context":"amount of refunded money","string":"Kogus"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Tühine makse"},"BZ7BkQ":{"context":"capture payment, button","string":"Laekuma"},"V+gwx7":{"context":"order payment","string":"Laekunud summa"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Allahindlus"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Märgi makstuna"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Makse seisund"},"uUsZ7m":{"context":"order payment","string":"Eelnevalt kinnitatud summa"},"HaQ8cg":{"context":"button","string":"Tagastamine"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Transport"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Vahesumma"},"r+dgiv":{"string":"Maksud"},"zb4eBO":{"context":"order total price","string":"Kokku"},"dJVXIb":{"context":"vat included in order price","string":"Käibemaksuga"},"sEjRyz":{"context":"voucher type order discount","string":"Vautšer"},"myyWNp":{"context":"dialog header","string":"Lisa Toode"},"b810WJ":{"context":"product price","string":"Hind"},"WE8IFE":{"context":"product name","string":"Toode"},"tvpAXl":{"context":"ordered product quantity","string":"Kogus"},"8J81ri":{"context":"ordered product sku","string":"Tootekood"},"qT6YYk":{"context":"order line total price","string":"Kokku"},"5aiFbL":{"context":"tabel column header","string":"Hind"},"FNT4b+":{"context":"tabel column header","string":"Toode"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Kokku"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Kogus"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Tagastamine"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Hind"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Toode"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Täitmata"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Seaded"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Täida"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Lühinimetus"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Eemalda"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Leheküljed"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Nähtav"},"/TK7QD":{"context":"page label","string":"Peidetud"},"gMwpNC":{"context":"page content","string":"Sisu"},"gr+oXW":{"context":"page title","string":"Pealkiri"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Pealkiri"},"5GSYCR":{"context":"page status","string":"Nähtavus"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Lühinimetus"},"G1KzEx":{"context":"page status","string":"Avaldatud"},"UN3qWD":{"context":"page status","string":"Ei ole avaldatud"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Avalda"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Kustuta"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"Osaliselt täidetud"},"INNPVX":{"context":"payment status","string":"Osaliselt makstud"},"OGemtu":{"context":"payment status","string":"Osaliselt tagasi makstud"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Makse seisund"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Aktiivne"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Email Address"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Nimi"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Eemalda"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Volitamine"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Seisund"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"Aktiivne"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Konfigureerimine"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Nimi"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Konfigureeritav"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Maksud"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Füüsiline"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Transport"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Kaal"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Eemalda"},"K8xNLe":{"context":"products section name","string":"Tooted"},"ulh3kf":{"string":"Kollektsioonid"},"fyE8BN":{"context":"product organization, header","string":"Organisatsioon"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Otsi tooteid"},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Saadaval"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Peidetud"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Hind"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Nähtavus"},"6Y1nQd":{"context":"product is visible","string":"Nähtav"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Saavadus"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Lae üles"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Konfigureeritav"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"Saatmine"},"SUbxSK":{"context":"product weight","string":"Kaal"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Kogus"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Muuda makse sellel tootel"},"CdIHMu":{"context":"select tax ratte","string":"Maksu määr"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Hind"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Kokkuvõte"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Loo"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"Tootekood"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Variant"},"rbkmfG":{"context":"button","string":"Kustuta variandid"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"Lisa variant"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Peidetud"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Saavadus"},"Xm9qOu":{"context":"product pricing, section header","string":"Hindamine"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Sisseostuhind"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Ei ole saadaval"},"n02c9W":{"context":"product variant price","string":"Hind"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Inventuur"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Variant"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Täielikult tagasi makstud"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Eemalda"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Müügid"},"RaycYK":{"context":"button","string":"Salvesta"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Hindamine"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Otsi Riike"},"1rpzrM":{"context":"search placeholder","string":"Otsi riigi nime järgi"},"55LMJv":{"context":"country list header","string":"Riigid"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Kohaletoimetamise piirkonna nimi"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Lisa"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Saatmine"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Hind"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Kaaluvahemik"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"Nimi"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Seaded"},"uULcph":{"context":"header","string":"Transport"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Riigid"},"gRa/TS":{"context":"shipping zone","string":"Nimi"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Eemalda"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"Kasutaja on aktiivne"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Aktiivne"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Seisund"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"Uus parool"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Muuda parooli"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"Parool"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Muuda"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Seisund"},"RrCui3":{"string":"Kokkuvõte"},"5elC9k":{"context":"taxes section name","string":"Maksud"},"lnQAos":{"context":"header","string":"Maksud"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Maksu määr"},"QHB48n":{"context":"header","string":"Maksumäär {countryName}s"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"Kõik toote hinnad sisestatakse koos maksudega"},"98isC5":{"string":"Näita brutohindu poes olevatele klientidele"},"FNKhkx":{"string":"Maksusta tarnehinnad"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Omadus"},"5fCMUI":{"context":"translations section name","string":"Tõlked"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Tõlge"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Väärtused"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Otsingumootori pealkiri"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"Tooted"},"CxfKLC":{"string":"Leheküljed"},"VKb1MS":{"string":"Kategooriad"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"Müügid"},"etP0+D":{"string":"Vautšerid"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Nimi"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"Kirjeldus"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Tühista"},"oB0y5Y":{"context":"order status","string":"Täitmata"},"FBtqtl":{"context":"payment status","string":"Maksmata"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Arve aadress määramata"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Käsitsi tehtud makseid ei ole võimalik tagastada"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Ainult lubatud makseid on võimalik tühistada"},"gKdGxP":{"context":"error message","string":"Ainult lubatud maksetel on võimalik laekuda"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Kohaletoimetamisviis ei sobi valitud postiaadressiga"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Vautšerid"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Address Information"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Nimi"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Seaded"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Nimi"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Jah"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Eraldatud"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Kogus"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Eemalda"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/fa.json b/locale/fa.json index 6de558926..186c090c7 100644 --- a/locale/fa.json +++ b/locale/fa.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "لغو سفارش" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "پنهان" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "قابل رویت" - }, - "configurationMenuAttributes": { - "string": "مشخصه ها را تعیین کنید که نوع محصول را بسازید" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "تعیین کنید کاربرانی که میتوانند در فروشکاه شما مسیربانی کنند" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "مدیریت گروه دسترسی ها و دسترسی این گروه ها" - }, - "configurationMenuProductTypes": { - "string": "نوع محصولاتی که میخواهید بفروشید را تعیین کنید" - }, - "configurationMenuShipping": { - "string": "مدیریت چگونگی ارسال سفارشات" - }, - "configurationMenuSiteSettings": { - "string": "مشاهده و تغییر تنظیمات وبسایت" - }, - "configurationMenuStaff": { - "string": "مدیریت کارکنان و دسترسی‌هایشان" - }, - "configurationMenuTaxes": { - "string": "تغییر نحوه مدیریت مالیات توسط فروشگاه" - }, - "configurationMenuWarehouses": { - "string": "مدیریت و بروز رسانی اطلاعات انبار" - }, - "configurationPluginsPages": { - "string": "مشاهده و بروزرسانی پلاگین ها و تنظیمات آن ها" - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "فعالیت" - }, - "homeActivityCardNoActivities": { - "string": "هیچ فعالیتی پیدا نشد" - }, - "homeAnalyticsCardHeader": { - "string": "امروز" - }, - "homeHeaderText": { - "context": "header", - "string": "سلام ! , {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "اینجا برخی از اطلاعاتی که ما درمورد مغازه‌یتان جمع‌آوری کرده‌ایم آمده است" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {یک سفارش داده شد.} other {{amount} سفارش داده شد.}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "برترین کالاها" - }, - "homeProductsListCardNoProducts": { - "string": "کالایی پیدا نشد" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "سلب مسئولیت" - }, - "homeScreenDisclaimerText1": { - "string": "داشبورد جدید و GraphQL API پیش نمایشی برای کیفیت نرم افزار هستند." - }, - "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": "سلام ! , {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "ساخت منو" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "عنوان منو" - }, - "menuDetailsDeleteMenuContent": { - "string": "آیا از حذف منو {menuName} اطمینان دارید؟" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "حذف منو" - }, - "menuDetailsPageHelperText": { - "string": "ساختن ساختار مسیریابی با کشیدن و انداختن انجام میشود. به سادگی منو جدید بسازید و آن را به محل نهایی خود بکشید. میتوانید آیتم ها را از یکی به دیگری جابه جا کنید تا ساختار درختی بسازید و آیتم ها را بالا و پایین بکشید تا هرم بازید" - }, - "menuItemDialogAddItem": { - "context": "create new menu item, header", - "string": "افزودن مورد" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "لینک به : {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "ویرایش ایتم" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "پیوند" - }, - "menuItemDialogLinkPlaceholder": { - "string": "برای پیداکردن شروع به نوشتن کنید..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "نام" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "ساخت آیتم جدید" - }, - "menuItemsHeader": { - "context": "header", - "string": "آیتم های منو" - }, - "menuItemsPlaceholder": { - "string": "افزودن مورد جدید منو برای شروع ساخت منو" - }, - "menuListCreatedMenu": { - "string": "افزودن منو" - }, - "menuListDeleteMenuContent": { - "string": "آیا مطمئنید میخواهید {menuName} را حذف کنید؟" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "حذف منو" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "حذف منو ها" - }, - "menuListDeletedMenu": { - "string": "منو حذف شد" - }, - "menuListItems": { - "context": "number of menu items", - "string": "آیتم ها" - }, - "menuListMenutitle": { - "string": "عنوان منو" - }, - "menuListNoMenus": { - "string": "هیچ منو‌ای یافت نشد" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "ساخت منو" - }, - "menuPropertiesMenuTitle": { - "string": "عنوان منو" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "منتشر نشده است" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "تنظیم نشده" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "تنظیم نشده" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "تنظیم نشده" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "دسته بندی" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "مجموعه‌ها" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "توضیحات" - }, - "productExportFieldName": { - "context": "product field", - "string": "نام" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "تصویر کالا" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "تغییر مالیات" - }, - "productExportFieldType": { - "context": "product field", - "string": "گونه" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "عکس های محصولات مشابه" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "فهرست کالا" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "ساخت نوع محصول" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "ساخت نوع محصول" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "مالیات" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "قیمت" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "موجودی انبار" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "موجودی انبار" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "انبار ها" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "منتشر شده" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "تعداد دسته‌بندی‌ها: ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "مجموعه‌ها ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "آیا از حذف {name} مطمئن هستید؟" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "آیا از حذف {name} مطمئن هستید؟" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "انبار" - }, - "src_dot_accept": { - "context": "button", - "string": "پذیرفتن" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "نرم افزارها" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "نرم افزارها" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "فعال کردن نرم افزار" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "فعال سازی" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "غیر فعال سازی" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "غیر فعال سازی نرم افزار" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "پاک کردن نرم افزار" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "آیا می خواهید این نرم افزار را پاک کنید؟" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "غیر فعال سازی" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "خدمات پشتیبانی بگیر" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "بازکردن نرم افزار" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "فعال سازی" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "دسترسی های نرم افزار" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "درباره ی این نرم افزار" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "پاک کردن نرم افزار" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "آیا می خواهید این نرم افزار را پاک کنید؟" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "دسترسی های نرم افزار" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "کپی شد" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "توکن را کوپی کن" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "غیر فعال سازی" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "فعال سازی" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "کلید" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "ساخت توکن" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "عملیات ها" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "غیر فعال شد" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "توکن دسترسی برای رسمیت بخشیدن به حساب های سرویس است" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "توکن را کوپی کن" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "ساخت توکن" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "ایجاد" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "از حذف کلید {token} اطمینان دارید؟" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "اختصاص دادن" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "ویژگی‌ها" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "حذف مشخصه ها" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "حذف مشخصه" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "آیا از حذف {attributeName} مطمئن هستید؟" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "محدوده" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "برچسب پیش‌فرض" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "کد صفت" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "تاریخ" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "کرکره‌ای" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "فایل" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "نوع ورودی کاتالوگ برای صاحب فروشگاه" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "انتخاب چندگان" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "صفحات" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "محصولات" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "بها اجباری است" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "وزن" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "همه ویژگی ها" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "ساخت مشخصه " - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "جست و جوی ویژگی ها" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "میتواند به عنوان ستون استفاده شود" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Filterable in Dashboard" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { - "context": "use attribute in filtering", - "string": "Filterable in Storefront" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_isVariantOnly": { - "context": "attribute can be used only in variants", - "string": "Variant Only" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_valueRequired": { - "context": "attribute value is required", - "string": "بها اجباری است" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_visibleInStorefront": { - "context": "attribute", - "string": "Visible on Product Page in Storefront" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { - "string": "هیچ یک از ویژگی‌ها یافت نشد" - }, - "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": "قابل جست و جو" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { - "string": "کد صفت" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_643174786": { - "context": "attribute is visible", - "string": "قابل رویت" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "برچسب پیش‌فرض" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "سازمان" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "ساخت مشخصه جدید" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "افزودن تنطیمات ستون" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "ویژگی‌های داشبورد" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "ویژگی های ویترین" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "تصویر" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "آیا از حذف مقدار {name} مطمئن هستید؟" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "حذف مقدار مشخصه" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "آیا از حذف مقدار \"{name}\" اطمینان دارید؟ اگر حذف‌ش کنید دیگر نمی‌توان به هیج کدام از محصولات با ویژگی \"{attributeName}\" اضافه‌ش کنید." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "ویرایش مقدار" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "افزودن بها" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "نام" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "ظاهر پیش‌فرض فروشگاه" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "مدیر" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "هیچ مقداری یافت نشد" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "مقدار مشخصه" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "تخصیص مشخصه" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "مقدار حذف شد" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "صفت حذف شد" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "مقدار جدید افزوده شد" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "مشخصه با موفقیت حذف شد" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "ورود" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "رمزعبور" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "رمزعبور را فراموش کرده‌اید؟" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "رمز عبور جدید" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "تنظیم رمز عبور" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "تایید رمز عبور" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "رمز عبور یکسان نیست" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "بازنشانی رمز عبور" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "بازگشت به ورود" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "بازنشانی رمز عبور" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "Success! In a few minutes you’ll receive a message with instructions on how to reset your password." - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "Provided email address does not exist in our database." - }, - "src_dot_availability": { - "string": "دسترسی" - }, - "src_dot_back": { - "context": "button", - "string": "بازگشت" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "لغو" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "لغو شده" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "کاتالوگ" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "دسته‌بندی‌ها" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "تصویر پس زمینه" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(اختیاری)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "ایجاد دسته‌بندی جدید" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "عنوان و توضیحات موتور جستجو وارد کنید تا این دسته بندی راحتتر پیدا شود" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "حذف دسته‌بندی" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "آیا از حذف {categoryName} مطمئن هستید؟ " - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "نام دسته‌بندی" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "توضیحات دسته بندی" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "ایجاد دسته بندی" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "جست و جوی دسته بندی" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "همه ویژگی ها" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "نام دسته‌بندی" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "No categories found" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "No subcategories found" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "زیردسته‌بندی‌ها" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "تعداد محصولات" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "کالایی پیدا نشد" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "نام" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "افزودن محصول" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "محصولات در {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "زیردسته‌بندی‌ها" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "عنوان و توضیحات موتور جستجو وارد کنید تا این دسته بندی راحتتر پیدا شود" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "محصولات" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "همه زیر دسته بندی ها" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "ساخت زیر دسته بندی" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "ایجاد دسته بندی" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "دسته بندی ساخته شد" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "حذف دسته‌بندی" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "دسته‌بندی حذف شد" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "حذف محصولات" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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": "حذف دسته‌بندی‌ها" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "آیا از حذف {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": "حذف دسته‌بندی‌ها" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "دسترسی" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "کپی شد" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "وضعیت" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "غیر فعال سازی" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "فعال" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "فعال سازی" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "عملیات ها" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "پاک کن" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "مجموعه‌ها" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "قابل رویت" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "پنهان" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "عنوان و توضیحات موتور جستجو وارد کنید تا این مجموعه راحتتر پیدا شود" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "افزودن مجموعه" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "قابل رویت" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "پنهان" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "عنوان و توضیحات موتور جستجو وارد کنید تا این مجموعه راحتتر پیدا شود" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "نام" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "تصویر پس زمینه" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(اختیاری)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "همه کالکشن ها" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "ساخت کالکشن" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "پنهان" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "منتشر شده" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "تعداد محصولات" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "نام مجموعه" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "دسترسی" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "کالایی پیدا نشد" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "گونه" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "دسترسی" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Products in {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "تخصیص محصول" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "نام" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "مجموعه حذف شد" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "اضافه کردن محصول به کالکشن" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "آیا از حذف عکس کالکشن اطمینان دارید؟" - }, - "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": "محصول از مجموعه حذف شد" - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "src_dot_collections_dot_views_dot_3791354625": { - "context": "dialog title", - "string": "Unassign products from collection" - }, - "src_dot_collections_dot_views_dot_523939418": { - "string": "آیا از حذف {collectionName} مطمئن هستید؟ " - }, - "src_dot_collections_dot_views_dot_686910896": { - "context": "window title", - "string": "ساخت کالکشن" - }, - "src_dot_collections_dot_views_dot_699514132": { - "context": "dialog title", - "string": "حذف مجموعه" - }, - "src_dot_collections_dot_views_dot_870815507": { - "context": "unassign product from collection, button", - "string": "تخصیص نیافته" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "حذف تصویر" - }, - "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_3817188998": { - "context": "dialog title", - "string": "حذف مجموعه‌ها" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "دسترسی‌ها" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "کشور" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "شماره تلف" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "آدرس، خط 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "شهر" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "کد پستی" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "آدرس، خط 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "شرکت" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "منطقه کشور" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "ویژگی تخصیص داده شده" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "اختصاص دادن" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "جست و جوی دسته بندی" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "جستجو با دسته‌بندی، نام و ..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "تخصیص کالکشن" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "جستجو مجموعه" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "اختصاص دادن" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "تخصیص محصول" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} صفت" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "ویژگی‌ها" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "مقدار ها" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "بها" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "بدون نتیجه" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "دسترسی" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "از تاریخ {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "منتشر شده در" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "منتشر شده" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "وضعیت" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "ریست" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "ستون‌ها" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "کشور" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "شماره تلف" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "آدرس، خط 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "شهر" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "کد پستی" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "آدرس، خط 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "شرکت" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "منطقه کشور" - }, - "src_dot_components_dot_CountryList_dot_2460766407": { - "context": "number of countries", - "string": "{number} Countries" - }, - "src_dot_components_dot_CountryList_dot_2747492886": { - "context": "button", - "string": "تخصیص کشورها" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_2173195312": { - "context": "custom search delete, dialog header", - "string": "حذف جستجو" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_71479100": { - "string": "آیا ازمینان دارید میخواهید برگه جستجوی {name} را حذف کنید؟" - }, - "src_dot_components_dot_DemoBanner_dot_1647850230": { - "string": "فروشگاه" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "بازی کردن با GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "خطا" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "داشبورد" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "حذف جستجو" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "فیلتر سفارشی" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Save Search" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "فیلترها" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "بدون نتیجه" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "فیلترها" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "فیلترها" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "ذخیره تغییرات" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "src_dot_components_dot_ImageUpload_dot_1731007575": { - "context": "image upload", - "string": "برای بارگزاری اینجا رها کنید" - }, - "src_dot_components_dot_LanguageSwitch_dot_4150219184": { - "context": "button", - "string": "{languageName} - {languageCode}" - }, - "src_dot_components_dot_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "بها" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "عملیات ها" - }, - "src_dot_components_dot_MoneyRange_dot_12301532": { - "context": "money", - "string": "to {money}" - }, - "src_dot_components_dot_MoneyRange_dot_1316359951": { - "context": "money", - "string": "{fromMoney} - {toMoney}" - }, - "src_dot_components_dot_MoneyRange_dot_3729849657": { - "context": "money", - "string": "از {money}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "افزودن بهای جدید: {value}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_MultiSelectField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "Order Number" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Type Command" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Search Customer" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Search in Customers" - }, - "src_dot_components_dot_Navigator_dot_2874620973": { - "context": "navigator placeholder", - "string": "Type {key} to see available actions" - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Navigate to" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Quick Actions" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Navigator is here to help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "دسته بندی" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "مجموعه" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "منتشر شده" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "هنوز منتشر نشده" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "ایجاد دسته بندی" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "ساخت کالکشن" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "ساخت مشتری" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "ساخت سفارش" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "ایجاد محصول" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "ساخت کوپن" - }, - "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": "نمایش راهنما" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "محصول" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "اوه!!!!" - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Something's missing" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "Sorry, the page was not found" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "بازگشت به داشبورد" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_RowNumberSelect_dot_1154361791": { - "string": "شماره سطر:" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1514415736": { - "context": "save filter tab, header", - "string": "ذخیره جستجو‌ی سفارشی" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1556856943": { - "context": "save search tab", - "string": "جستجوی نام" - }, - "src_dot_components_dot_SearchBar_dot_2173195312": { - "context": "button", - "string": "حذف جستجو" - }, - "src_dot_components_dot_SearchBar_dot_2340527467": { - "string": "فیلتر سفارشی" - }, - "src_dot_components_dot_SearchBar_dot_3268463180": { - "context": "button", - "string": "Save Search" - }, - "src_dot_components_dot_SeoForm_dot_1324250412": { - "string": "عنوان موتور جستجو" - }, - "src_dot_components_dot_SeoForm_dot_1991321627": { - "string": "Search engine description" - }, - "src_dot_components_dot_SeoForm_dot_3198271020": { - "context": "button", - "string": "ویرایش تنطیمات SEO سایت" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "پیش‌نمایش موتور جستجو" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "اگر خالی باشد، پیش‌نمایش به صورت تولید خودکار نمایش داده می‌شود." - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "افزودن بهای جدید: {value}" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { - "string": "هیچ" - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "src_dot_components_dot_Timeline_dot_1359200231": { - "context": "add order note, button", - "string": "ارسال" - }, - "src_dot_components_dot_Timeline_dot_3028189627": { - "string": "یادداشت خود را اینجا قرار دهید..." - }, - "src_dot_components_dot_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "خروج" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "تنظیمات حساب کاربری" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "قابلیت مشاهده" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "از تاریخ {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "منتشر شده در" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "تنظیمات" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "تایید" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "بارگذاری" - }, - "src_dot_continue": { - "context": "button", - "string": "ادامه" - }, - "src_dot_create": { - "context": "button", - "string": "ایجاد" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "مشتری‌ها" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "آدرس ایمیل" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "افزودن آدرس" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "افزودن آدرس" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "جزئیات {fullName}" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "هیچ آدرسی برای این مشتری وجود ندارد" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "آدرس پیش‌فرض" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "آدرس فاکتور پیش‌فرض" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "آدرس پیش‌فرض ارسال" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "حذف آدرس" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "ویرایش آدرس" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "استفاده به عنوان آدرس پیش‌فرض" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "استفاده بعنوان آدرس پیش فرض ارسال" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "اطلاعات آدرس" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "آدرس حمل و نقل" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "آدرس" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "این مشتری هنوز هیچ آدرسی ثبت نکرده است" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "آدرس فاکتور" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "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": "بررسی مشتری" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "یادداشت ها" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "یادداشت" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Enter any extra infotmation regarding this customer." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "ساخت مشتری" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { - "context": "check to mark this account as active", - "string": "User account active" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { - "context": "section subheader", - "string": "عضو فعال از" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { - "context": "note about customer", - "string": "یادداشت" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "اطلاعات تماس" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Search Customer" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "ساخت مشتری" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "همه مشتریان" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Join Date" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { - "string": "Number of Orders" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "شماره‌ی سفارش‌ها" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "هیچ مشتری پیدا نشد" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "ایمیل مشتری" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "نام مشتری" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { - "context": "order status", - "string": "وضعیت" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "سفارش‌های اخیر" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "شماره سفارش" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "View all orders" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "تاریخ" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "مجموع کل" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { - "string": "هیچ سفارشی پیدا نشد" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "آخرین ورود" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "آخرین سفارش" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "تاریخچه مشتری" - }, - "src_dot_customers_dot_views_dot_1927691511": { - "context": "delete customer, dialog content", - "string": "اطمینان دارید میخواهید {email} را حذف کنید؟" - }, - "src_dot_customers_dot_views_dot_1998583641": { - "context": "dialog header", - "string": "حذف مشتری" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "حذف آدرس" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "ساخت مشتری" - }, - "src_dot_customers_dot_views_dot_3689332763": { - "string": "آیا مطمئن هستید که می خواهید این آدرس را از کتاب آدرس کاربر حذف کنید؟" - }, - "src_dot_customers_dot_views_dot_3901579344": { - "string": "مشتری حذف شد" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "مشتری ساخته شد" - }, - "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": "حذف مشتریان" - }, - "src_dot_dashboard": { - "string": "داشبورد" - }, - "src_dot_date": { - "string": "تاریخ" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "حذف" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "توضیحات" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "تخفیف‌ها" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "تخصیص دستهبندی ها " - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "دسته بندی های قابل انتخاب" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "نام دسته‌بندی" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "محصولات" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "تخصیص کالکشن ها" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "نام مجموعه" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "محصولات" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_1585396479": { - "context": "dialog header", - "string": "انتساب کشورها" - }, - "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": "کشور هایی که میخواهید کوپن تخفیف به آنها محدود شود از لیست زیر انتخاب کنید" - }, - "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": "تخصیص کشورها" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2777439857": { - "context": "country selection", - "string": "کشور ها a تا 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": "روزهای فعالیت" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsButton": { - "context": "button", - "string": "تخصیص محصولات" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "کالایی پیدا نشد" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "دسترسی" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "نام محصول" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "گونه ی مشابهی یافت نشد" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "نام محصول" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "ساخت حراج" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "نام" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Search Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "ساخت حراج" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "همه فروش ها" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "فعال" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "Expired" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { - "context": "discount type", - "string": "Fixed amount" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "Scheduled" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "وضعیت" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "گونه تخفیف" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "بها" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { - "context": "sale end date", - "string": "پایان یافته" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { - "string": "طرح تخفیفی یافت نشد." - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "شروع شده" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "نام" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "بها" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "نام" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "گونه تخفیف" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Fixed Amount" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "بها" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "ارزش تخفیف" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { - "context": "page header", - "string": "ساخت کوپن" - }, - "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": "روزهای فعالیت" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "کوپن در تمام کشورها اعمال می‌شود" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Voucher is limited to these countries" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "کشورها" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "تعداد دسته‌بندی‌ها: ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "مجموعه‌ها ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "کد تخفیف" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "تولید کد" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "محدود کردن تعداد دفعات استفاده از این تخفیف در کل" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "محدودیت استفاده" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "همه کوپن ها" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { - "string": "Search Voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { - "context": "button", - "string": "ساخت کوپن" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { - "context": "voucher status", - "string": "فعال" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "Expired" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { - "context": "discount type", - "string": "Fixed amount" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "Scheduled" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { - "context": "voucher status", - "string": "وضعیت" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { - "context": "voucher", - "string": "Times used" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "گونه تخفیف" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "بها" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "Min. Spent" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "پایان یافته" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "مصارف" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "شروع شده" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "کد" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "کوپنی یافت نشد." - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "بها" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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": "هیچ" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Minimal order value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "بها" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Min. Order Value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "اعمال شده به" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_3751756157": { - "context": "voucher value requirement", - "string": "محدودیت استفاده" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_78726751": { - "context": "voucher code", - "string": "کد" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3216816841": { - "context": "header", - "string": "گونه تخفیف" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3289659291": { - "context": "voucher discount type", - "string": "ارسال رایگان" - }, - "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_1134347598": { - "context": "column title", - "string": "قیمت" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "بها" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "ارزش تخفیف" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "تمام سفارش" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "محصولات خاص" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "ارسال" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "حذف طرح تخفیفی" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "حذف طرح تخفیفی" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "حذف تخفیف‌ها" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "آیا از حذف {saleName} مطمئن هستید؟" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_2809303671": { - "context": "dialog header", - "string": "حذف تخفیف" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "آیا مطمئنید میخواهید {voucherCode} را حذف کنید؟" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "حذف کوپن" - }, - "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": "حذف کوپن" - }, - "src_dot_done": { - "context": "button", - "string": "انجام شد" - }, - "src_dot_draft": { - "context": "order status", - "string": "پیش‌نویس" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "سفارشات پیشنویس" - }, - "src_dot_drafts": { - "string": "پیش‌نویس" - }, - "src_dot_edit": { - "context": "button", - "string": "ویرایش" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "ساعت پایان" - }, - "src_dot_error": { - "string": "خطا" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "نام کوچک" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "پردازش شده" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "مشتری" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "یادداشت" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "تغییر" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "جزییات" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "جزییات" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "مقدار" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "محصول" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "وضعیت" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "حذف" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "غیر فعال سازی" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "فعال سازی" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "محصول" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "تنظیمات" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "خانه" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "Order #{orderId} was placed from draft by {userEmail}" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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": "سفارش #{orderId} ثبت شد" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "هیچ سفارشی آماده‌ی پردازش نیست" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "هیچ پرداختی برای تحویل وجود ندارد." - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "نام خانوادگی" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "بعدی" - }, - "src_dot_no": { - "string": "خیر" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "دل بخواه" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "سفارش‌ها" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "سفارش‌های لغو شده" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "آدرس صورت حساب" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "آدرس جدید اضافه کنید" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "آدرس ارسال" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "هیچ یادداشتی از مشتری یافت نشد" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "یادداشت ها" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "اطلاعات تماس" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Search Customers" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "View Profile" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "آدرس حمل و نقل" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "مشتری" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "همان آدرس ارسال" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "کاربر ناشناس" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "آدرس فاکتور" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "لغو سفارش" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "افزودن" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "ارزش تخفیف" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "حذف سفارش پیشنویس" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "آیا مطمئنید میخواهید سفارش پیشنویس #{orderNumber} را حذف کنید؟" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "قیمت" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "محصول" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "تعداد" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "No Products added to Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { - "context": "total price of ordered products", - "string": "مجموع کل" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "افزودن عامل ارسال" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "تخفیف" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "جمع کل" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "مجموع کل" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "جزئیات سفارش" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "افزودن محصولات" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "ایجاد سفارش" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "همه پیش نویس ها" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Search Draft" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "ساخته شد" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "مشتری" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "هیچ پیش‌نویس سفارشی یافت نشد" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "شماره سفارش" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "مشتری" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "تاریخ" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "مجموع کل" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "لغو سفارش" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "سفارش" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "نام محصول" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "واحد انبار داری" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "پردازش" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "افزودن پیگیری" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "ویرایش پیگیری" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "بازپرداخت" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "لغو پردازش" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "کد پیگیری" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "اضافه کردن کد رهگیری" - }, - "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_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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": "پردازش لغو شد" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_184692906": { - "context": "order history message", - "string": "سفارش ثبت شد" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1867847329": { - "context": "order history message", - "string": "Links to the order's digital goods were sent" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1964864749": { - "context": "order history message", - "string": "Order was created from draft" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2020753264": { - "context": "order history message", - "string": "Payment confirmation was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2027649178": { - "context": "order history message", - "string": "Restocked {quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2304318421": { - "context": "order history message", - "string": "یادداشت به سفارش افزوده شد" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "هزینه سفارش بطور کامل پرداخت شده." - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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": "پیش‌نویس سفارش ایجاد شد" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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": "پرداخت بازپرداخت شد" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3990160018": { - "string": "تاریخچه‌ی سفارش" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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": "پرداخت باطل شد" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "ایجاد شده" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "صورت حساب" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "ایجاد سفارش" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { - "string": "جستجوی سفارش‌ها ..." - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { - "context": "tab name", - "string": "تمام سفارش‌ها" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "مشتری" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "ساخته شد" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Fulfillment status" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "پرداخت" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "شماره سفارش" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "مشتری" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "تاریخ" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "مجموع کل" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "هیچ سفارشی پیدا نشد" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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": "پرداخت ضبط شده" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_75546233": { - "context": "amount of refunded money", - "string": "مقدار" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "اطمینان دارید که میخواهید این پرداخت را بی اعتبار کنید؟" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Void Payment" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "بلوکه شده" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "مقدار بلوکه شده" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "تخفیف" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "تایید پرداخت" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "تراز" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "وضعیت پرداخت" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "مقدار پیش پرداخت" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "بازپرداخت" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "ارسال" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "جمع کل" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "مالیات" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "مجموع کل" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "مالیت بر ارزش افزوده محاسبه شده‌است" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "بازپرداخت" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "کد تخفیف" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "افزودن محصول" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "قیمت" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "محصول" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "تعداد" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "واحد انبار داری" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "مجموع کل" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "قیمت" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "کالایی پیدا نشد" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "محصول" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "مجموع کل" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "سفارش" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "مقدار" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "بازپرداخت" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "قیمت" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "کالایی پیدا نشد" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "محصول" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "مجموع کل" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "قیمت" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "محصول" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "پردازش نشده" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "تنظیمات" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "تغییر آدرس ارسال" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "پردازش" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "سفارش پیش‌نویس با موفقیت به پایان رسید" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "یادداشت با موفقیت افزوده شد" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "سفارش با موفقیت تغییر کرد" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "حذف پیش‌نویس‌های سفارش" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "حذف سفارشهای پیش نویس" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "هیچ یک از ویژگی‌ها یافت نشد" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "نام مشخصه" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "تخصیص مشخصه" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "تخصیص نیافته" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "صفحات" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "ایجاد صفحه" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1996767833": { - "string": "عنوان و توضیحات موتور جستجو وارد کنید تا این صفحه راحتتر پیدا شود" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { - "context": "page", - "string": "از تاریخ {date} قابل رویت خواهد بود" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "قابل رویت" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "پنهان" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "محتوا" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "عنوان" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "ایجاد صفحه" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "عنوان" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "قابلیت مشاهده" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "هیچ صفحه‌ای یافت نشد" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3478065224": { - "context": "page internal name", - "string": "Slug" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3640454975": { - "context": "page status", - "string": "منتشر شده" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "هنوز منتشر نشده" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "ایجاد صفحه" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "یک صفحه‌ی جدید با موفقیت ایجاد شد" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "حذف صفحه" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "آیا از حذف {title} مطمئن هستید؟" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "صفحه‌های حذف شده" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "انتشار" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "صفحات منتشر نشده" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "منتشر نشده" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "صفحات منتشر شده" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "حذف صفحه‌ها" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "پردازش نیمه کامل" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "قسمتی پرداخت شد" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "قسمتی بازپرداخت شد" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "وضعیت پرداخت" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "فعال" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "آیا از حذف {name} مطمئن هستید؟" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "عملیات ها" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "آدرس ایمیل" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "فعال" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "عملیات ها" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "نام" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "ایجاد دسته بندی" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "تخصیص نیافته" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "مجوز" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Plugin Name" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { - "context": "plugin status", - "string": "وضعیت" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { - "context": "section header", - "string": "Plugin Information and Status" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "string": "Set plugin as active" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_3032939398": { - "context": "header", - "string": "مقدار به فیلد مجوز اضافه کنید" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_4269236107": { - "context": "header", - "string": "ویرایش فیلد مجوز" - }, - "src_dot_plugins_dot_components_dot_PluginSettings_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_PluginsListPage_dot_3233248823": { - "string": "Search Plugins..." - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3523826683": { - "context": "tab name", - "string": "همه افزونه ها" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { - "context": "plugin filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "فعال" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "تنظیمات" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "غیر فعال شد" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "نام" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "src_dot_plugins_dot_views_dot_1096544448": { - "context": "header", - "string": "حذف فیلد هویت سنجی" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "گونه‌ها‌ی محصول" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { - "string": "هیچ یک از ویژگی‌ها یافت نشد" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1228425832": { - "string": "نام مشخصه" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1656462109": { - "context": "button", - "string": "تخصیص مشخصه" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "string": "نام گونه‌ی محصول" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { - "context": "tab name", - "string": "همه گونه های محصول" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3420445375": { - "string": "Search Product Type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3479705616": { - "context": "button", - "string": "create product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_configurable": { - "context": "product type", - "string": "قابل تنظیم" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_digital": { - "context": "product", - "string": "دیجیتال" - }, - "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": "گونه" - }, - "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": "مالیات" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { - "context": "product type is either simple or configurable", - "string": "گونه" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2253986440": { - "context": "product type name", - "string": "Type Name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2754779425": { - "context": "product type", - "string": "قابل تنظیم" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_881286562": { - "context": "product type", - "string": "دیجیتال" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_966610541": { - "context": "product type", - "string": "Physical" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_1325966144": { - "context": "product type shipping settings, section header", - "string": "ارسال" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2143413921": { - "context": "switch button", - "string": "آیا این محصول قابل ارسال است؟" - }, - "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": "وزن" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "هیچ یک از ویژگی‌ها یافت نشد" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "نام مشخصه" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "تخصیص مشخصه" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "گونه محصول با موفقیت ایجاد شد" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "حذف ویژگی از گونه محصول" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "تخصیص نیافته" - }, - "src_dot_products": { - "context": "products section name", - "string": "محصولات" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "دسته بندی" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "مجموعه‌ها" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "سازمان" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "منتشر نشده است" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { - "string": "عنوان و توضیحات موتور جستجو وارد کنید تا این محصول راحتتر پیدا شود" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "منتشر شده" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "امتیاز کالا" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "نام" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "انتخاب همه" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "ایجاد محصول" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "تمام محصولات" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "موجود" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "پنهان" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "ناموجود" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "قیمت" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "تعداد موجودی انبار" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "قابلیت مشاهده" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "قابل رویت" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "عادی" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "کالایی پیدا نشد" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "قابل تنظیم" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "نام" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "دسترسی" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "قیمت" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "گونه" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "دل بخواه" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "بارگذاری" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "دسته بندی" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "مجموعه‌ها" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "string": "قابل تنظیم" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "اختیاری. افزودن محصول در مجموعه به کاربران در یافتن آن کمک می‌کند." - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Product Type" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "ارسال" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "وزن" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (تعداد موجودی انبار)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "نام انبار" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "تعداد" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "افزودن مالیات به این محصول" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "نرخ مالیات" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "منتشر نشده است" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { - "string": "عنوان و توضیحات موتور جستجو وارد کنید تا این محصول راحتتر پیدا شود" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "منتشر شده" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "حذف نوع" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "قیمت" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "مشخصه" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "مسخصه انتخاب کنید" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "خلاصه" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "اعمال یک قیمت برای همه شناسه ها" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "اعمال تعداد منحصر به فرد با مشخصه به هر شناسه" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "اعمال قیمت منحصر به فرد با مشخصه به هر شناسه" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "اعمال تعداد یکسال برای همه شناسه ها" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "بعدی" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "ایجاد" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "واحد انبار داری" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "نوع" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "مقدار ها" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "حذف نوع" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_2297471173": { - "context": "delete product variant", - "string": "آیا از حذف {name} مطمئن هستید؟" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "حذف نوع" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "پیش فرض" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "افزودن نوع" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "New Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "پنهان" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "دسترسی" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "قیمت‌گذاری" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "قیمت" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "قیمت فروش" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "قیمت تمام شده" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "پیش فرض قرار بده" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "نا موجود" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "قیمت" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "پیش فرض" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "ساخت گونه" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "همه ی انبارها" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "فهرست کالا" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "ساخت نوع" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "واحد انبار داری" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "نوع" - }, - "src_dot_products_dot_views_dot_1731766393": { - "context": "dialog header", - "string": "حذف تصویر" - }, - "src_dot_products_dot_views_dot_2279302139": { - "string": "نوع حذف شد" - }, - "src_dot_products_dot_views_dot_2362587265": { - "context": "header", - "string": "ساخت گونه" - }, - "src_dot_products_dot_views_dot_2880386427": { - "string": "آیا از حذف این عکس اطمینان دارید؟" - }, - "src_dot_products_dot_views_dot_3989383405": { - "context": "window title", - "string": "ساخت گونه" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "ایجاد محصول" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "محصول جدید" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "کالا ایجاد شد" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "حذف تصاویر" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "آیا از حذف {name} مطمئن هستید؟" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "حذف محصول" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "حذف انواع محصول" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "ویژگی‌ها" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "بازپرداخت کامل" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "حذف" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "طرح تخفیف" - }, - "src_dot_save": { - "context": "button", - "string": "ذخیره" - }, - "src_dot_savedChanges": { - "string": "ذخیره دسته‌بندی" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "انتخاب همه" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "ارسال" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "روش ارسال" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "حذف نوع ارسال" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "قیمت‌گذاری" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "قیمت" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "هیچ محصولی مطابق درخواست پیدا نشد" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "تخصیص محصولات" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "نام محصول" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "عملیات ها" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "نام انبار" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "کشور هایی که میخواهید به مناطق ارسال اضافه کنید انتخاب کنید" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "تخصیص کشورها" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "کشور ها a تا z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "جستجوی کشورها" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "کشورها" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "افزودن محدوده‌ی ارسالی جدید" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "در حال حاضر هیچ کشوری به این محدوده‌ی ارسالی اختصاص پیدا نکرده‌است" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "کشورها" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "در حال حاضر هیچ کشوری به این محدوده‌ی ارسالی اختصاص پیدا نکرده‌است" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "نام منطقه حمل و نقل" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "افزودن" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "ارسال" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "ارسال" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "قیمت" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "ایجاد نرخ" - }, - "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": "هیچ نرخ ارسالی یافت نشد" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Price Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Weight Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Weight Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "نام" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "تنظیمات" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "ارسال" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Shipping By Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "ساخت منطقه ارسال" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "کشورها" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "نام" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "src_dot_shipping_dot_views_dot_1005071028": { - "string": "آیا ازمینان دارید میخواهید منطقه ارسال {shippingZoneName} را حذف کنید؟" - }, - "src_dot_shipping_dot_views_dot_1010705153": { - "context": "dialog header", - "string": "حذف محدوده‌ی ارسال" - }, - "src_dot_shipping_dot_views_dot_1711385401": { - "context": "dialog header", - "string": "حذف محدوده‌ی ارسال" - }, - "src_dot_shipping_dot_views_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "تخصیص نیافته" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "حذف محدوده‌ی ارسال" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "نشان بده" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "تنظیمات وب‌سایت" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "اطلاعات شرکت" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "کارکنان" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "ارسال دعوت‌نامه" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "دسترسی‌ها" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "کاربر فعال است" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "همه کارکنان" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "فعال" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "غیر فعال شد" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "وضعیت" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": "آدرس ایمیل" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "فعال" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "هیچ کارمندی یافت نشد" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "نام" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "پسورد جدید" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "New password must be at least 8 characters long" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "تغییر رمزعبور" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Previous Password" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "You should change your password every month to avoid security issues." - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "تغییر کلمه عبور" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "رمزعبور" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "Selecting this will change the language of your dashboard" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion." - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { - "string": "Preferred Language" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { - "context": "section header", - "string": "Preferences" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_1473195966": { - "context": "avatar change button", - "string": "تغییر" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "اطلاعات کارکنان" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "حذف" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "delete Staff User" - }, - "src_dot_staff_dot_views_dot_3945766678": { - "string": "آیا مطمئنید میخواهید آواتار {email} راحذف کنید؟" - }, - "src_dot_staff_dot_views_dot_701332676": { - "context": "dialog header", - "string": "حذف تصویر کاربر کارمند" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "مطمونید میخواهید {email} را از کارکنان حذف کنید؟" - }, - "src_dot_startDate": { - "string": "تاریخ شروع" - }, - "src_dot_startHour": { - "string": "ساعت شروع" - }, - "src_dot_status": { - "string": "وضعیت" - }, - "src_dot_summary": { - "string": "خلاصه" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "مالیات" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "مالیات" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "هیچ کشوری یافت نشد" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "نرخ مالیات کاهش یافته" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "کد کشور" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "نام کشور" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "دسته بندی" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "نرخ مالیات" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "نرخ مالیات در {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "قیمت تمام محصولات با مالیات محاسبه شده است" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "نمایش قیمت ناخالص در ویترین به مشتریان" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "افزودن مالیات براساس نرخ ارسال" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_3375540052": { - "context": "button", - "string": "دریافت مالیات" - }, - "src_dot_taxes_dot_views_dot_2411670026": { - "string": "Successfully fetched tax rates" - }, - "src_dot_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "ویژگی‌ها" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "ترجمه " - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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": "ترجمه" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_363646127": { - "context": "button", - "string": "دور بینداز" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_3793796047": { - "string": "هیچ ترجمه‌ای وجود ندارد" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_2642976392": { - "string": "نام مشخصه" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "مقدار ها" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "نام دسته‌بندی" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Translation Category \"{categoryName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { - "string": "پیش‌نمایش موتور جستجو" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { - "string": "نام مجموعه" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3055443821": { - "context": "header", - "string": "Translation Collection \"{collectionName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3468022343": { - "string": "پیش‌نمایش موتور جستجو" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1163855804": { - "string": "Languages" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { - "string": "مجموعه‌ها" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "محصولات" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "صفحات" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "دسته‌بندی‌ها" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "ویژگی‌ها" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "طرح تخفیف" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "کوپن‌ها" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} of {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "هیچ مورد قابل ترجمه یافت نشد" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "ترجمه‌ی کامل" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "نام" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "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": "محتوا" - }, - "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": "پیش‌نمایش موتور جستجو" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "عنوان صفحه" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "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": "نام محصول" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Translation Product \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "توضیحات" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "پیش‌نمایش موتور جستجو" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "توضیحات" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "نام" - }, - "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": "نام کوپن" - }, - "src_dot_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "باطل کردن" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "پردازش نشده" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "بارگذاری تصوی" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "همه مشخصه ها باید مقداری ذخیره کنند" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "پرداخت های دستی را نمی توان بازپرداخت کرد" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "فقط پیش پرداخت‌های مجاز می‌توانند باطل شوند" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "فقط پیش پرداخت‌های مجاز می‌توانند دریافت شوند" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "روش حمل و نقل برای آدرس حمل و نقل انتخابی معتبر نیست" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "کوپن‌ها" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "انبار ها" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "اطلاعات آدرس" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "پاک کردن انبار" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "اطلاعات آدرس" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "نام انبار" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "همه ی انبارها" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "عملیات ها" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "نام" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "تنظیمات" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "آیا از حذف {name} مطمئن هستید؟" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "حذف وب قلاب" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "ساخت وب قلاب" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "رویدادها" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "ساخت وب قلاب" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "ساخت وب قلاب" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "عملیات" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "نام" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "ساخت وب قلاب" - }, - "src_dot_yes": { - "string": "بله" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "اختصاص داده شده" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "تعداد" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "تخصیص نیافته" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "تخصیص نیافته" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "تخصیص نیافته" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"لغو سفارش"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"پنهان"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"قابل رویت"},"19/lwV":{"string":"مشخصه ها را تعیین کنید که نوع محصول را بسازید"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"تعیین کنید کاربرانی که میتوانند در فروشکاه شما مسیربانی کنند"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"مدیریت گروه دسترسی ها و دسترسی این گروه ها"},"n0RwMK":{"string":"نوع محصولاتی که میخواهید بفروشید را تعیین کنید"},"zxs6G3":{"string":"مدیریت چگونگی ارسال سفارشات"},"5BajZK":{"string":"مشاهده و تغییر تنظیمات وبسایت"},"RQUkVW":{"string":"مدیریت کارکنان و دسترسی‌هایشان"},"EIULpW":{"string":"تغییر نحوه مدیریت مالیات توسط فروشگاه"},"5RmuD+":{"string":"مدیریت و بروز رسانی اطلاعات انبار"},"m19JfL":{"string":"مشاهده و بروزرسانی پلاگین ها و تنظیمات آن ها"},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"فعالیت"},"wWTUrM":{"string":"هیچ فعالیتی پیدا نشد"},"zWgbGg":{"string":"امروز"},"By5ZBp":{"context":"header","string":"سلام ! , {userName}"},"aCX8rl":{"context":"subheader","string":"اینجا برخی از اطلاعاتی که ما درمورد مغازه‌یتان جمع‌آوری کرده‌ایم آمده است"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {یک سفارش داده شد.} other {{amount} سفارش داده شد.}}"},"rr8fyf":{"context":"header","string":"برترین کالاها"},"Q1Uzbb":{"string":"کالایی پیدا نشد"},"6L6Fy2":{"context":"header","string":"سلب مسئولیت"},"5LRkEs":{"string":"داشبورد جدید و GraphQL API پیش نمایشی برای کیفیت نرم افزار هستند."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"ساخت منو"},"jhh/D6":{"string":"عنوان منو"},"G/SYtU":{"string":"آیا از حذف منو {menuName} اطمینان دارید؟"},"QzseV7":{"context":"dialog header","string":"حذف منو"},"E54eoT":{"string":"ساختن ساختار مسیریابی با کشیدن و انداختن انجام میشود. به سادگی منو جدید بسازید و آن را به محل نهایی خود بکشید. میتوانید آیتم ها را از یکی به دیگری جابه جا کنید تا ساختار درختی بسازید و آیتم ها را بالا و پایین بکشید تا هرم بازید"},"H3Uirw":{"context":"create new menu item, header","string":"افزودن مورد"},"fzDI3A":{"context":"add link to navigation","string":"لینک به : {url}"},"KKQUMK":{"context":"edit menu item, header","string":"ویرایش ایتم"},"Urh2N3":{"context":"label","string":"پیوند"},"28GZnc":{"string":"برای پیداکردن شروع به نوشتن کنید..."},"0Vyr8h":{"context":"menu item name","string":"نام"},"Uf3oHA":{"context":"add new menu item","string":"ساخت آیتم جدید"},"dEUZg2":{"context":"header","string":"آیتم های منو"},"WwZfNK":{"string":"افزودن مورد جدید منو برای شروع ساخت منو"},"ugnggZ":{"string":"افزودن منو"},"bj1U23":{"string":"آیا مطمئنید میخواهید {menuName} را حذف کنید؟"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"حذف منو ها"},"OwG/0z":{"string":"منو حذف شد"},"0nL1D6":{"context":"number of menu items","string":"آیتم ها"},"DWs4ba":{"string":"هیچ منو‌ای یافت نشد"},"JXRYQg":{"context":"button","string":"ساخت منو"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"منتشر نشده است"},"YI6Fhj":{"context":"no address is set in draft order","string":"تنظیم نشده"},"PX2zWy":{"context":"customer is not set in draft order","string":"تنظیم نشده"},"e7yOai":{"context":"shipping address is not set in draft order","string":"تنظیم نشده"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"دسته بندی"},"jxoMLL":{"context":"product field","string":"مجموعه‌ها"},"YVIajc":{"context":"product field","string":"توضیحات"},"W8i2Ez":{"context":"product field","string":"نام"},"6y+k8V":{"context":"product field","string":"تصویر کالا"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"تغییر مالیات"},"Q/Nbku":{"context":"product field","string":"گونه"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"عکس های محصولات مشابه"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"فهرست کالا"},"SSWFo8":{"context":"window title","string":"ساخت نوع محصول"},"bq1eEx":{"context":"header","string":"ساخت نوع محصول"},"mUb8Gt":{"context":"section header","string":"مالیات"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"قیمت"},"vuKrlW":{"string":"موجودی انبار"},"ABgQcF":{"context":"variant stock, header","string":"موجودی انبار"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"انبار ها"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"منتشر شده"},"ppLwx3":{"context":"number of categories","string":"تعداد دسته‌بندی‌ها: ({quantity})"},"QdGzUf":{"context":"number of collections","string":"مجموعه‌ها ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"آیا از حذف {name} مطمئن هستید؟"},"LsgHmZ":{"context":"delete shipping zone","string":"آیا از حذف {name} مطمئن هستید؟"},"PV0SQd":{"context":"WarehousesSection select field label","string":"انبار"},"skPoVe":{"context":"button","string":"پذیرفتن"},"Y7UlMR":{"context":"app extensions subsection","string":"نرم افزارها"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"نرم افزارها"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"فعال کردن نرم افزار"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"فعال سازی"},"W+AFZY":{"context":"button label","string":"غیر فعال سازی"},"yMi8I8":{"context":"dialog header","string":"غیر فعال سازی نرم افزار"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"پاک کردن نرم افزار"},"6hLZNA":{"context":"delete app","string":"آیا می خواهید این نرم افزار را پاک کنید؟"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"غیر فعال سازی"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"خدمات پشتیبانی بگیر"},"HtfL5/":{"context":"button","string":"بازکردن نرم افزار"},"P5twxk":{"context":"link","string":"فعال سازی"},"VsGcdP":{"context":"section header","string":"دسترسی های نرم افزار"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"درباره ی این نرم افزار"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"کپی شد"},"HVFq//":{"context":"button","string":"توکن را کوپی کن"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"کلید"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"ساخت توکن"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"عملیات ها"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"غیر فعال شد"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"توکن دسترسی برای رسمیت بخشیدن به حساب های سرویس است"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"ساخت توکن"},"isM94c":{"context":"create service token, button","string":"ایجاد"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"از حذف کلید {token} اطمینان دارید؟"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"اختصاص دادن"},"l2oVCF":{"context":"attributes section name","string":"ویژگی‌ها"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"حذف مشخصه ها"},"JI2Xwp":{"context":"dialog title","string":"حذف مشخصه"},"h1rPPg":{"context":"dialog content","string":"آیا از حذف {attributeName} مطمئن هستید؟"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"محدوده"},"xOEZjV":{"context":"attribute's label","string":"برچسب پیش‌فرض"},"P79U4b":{"context":"attribute's slug short code label","string":"کد صفت"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"تاریخ"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"کرکره‌ای"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"فایل"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"نوع ورودی کاتالوگ برای صاحب فروشگاه"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"انتخاب چندگان"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"صفحات"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"محصولات"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"بها اجباری است"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"وزن"},"dKPMyh":{"context":"tab name","string":"همه ویژگی ها"},"IGvQ8k":{"context":"button","string":"ساخت مشخصه "},"1div9r":{"string":"جست و جوی ویژگی ها"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"بها اجباری است"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"هیچ یک از ویژگی‌ها یافت نشد"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"قابل جست و جو"},"oJkeS6":{"string":"کد صفت"},"k6WDZl":{"context":"attribute is visible","string":"قابل رویت"},"HjUoHK":{"context":"attribute's label'","string":"برچسب پیش‌فرض"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"سازمان"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"ساخت مشخصه جدید"},"jswILH":{"context":"add attribute as column in product list table","string":"افزودن تنطیمات ستون"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"ویژگی‌های داشبورد"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"ویژگی های ویترین"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"تصویر"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"آیا از حذف مقدار {name} مطمئن هستید؟"},"WWV8aZ":{"context":"dialog title","string":"حذف مقدار مشخصه"},"no3Ygn":{"string":"آیا از حذف مقدار \"{name}\" اطمینان دارید؟ اگر حذف‌ش کنید دیگر نمی‌توان به هیج کدام از محصولات با ویژگی \"{attributeName}\" اضافه‌ش کنید."},"XYhE8p":{"context":"edit attribute value","string":"ویرایش مقدار"},"PqMbma":{"context":"add attribute value","string":"افزودن بها"},"UhcALJ":{"context":"attribute name","string":"نام"},"H60H6L":{"context":"attribute values list: name column header","string":"ظاهر پیش‌فرض فروشگاه"},"3psvRS":{"context":"attribute values list: slug column header","string":"مدیر"},"g5zIpS":{"context":"No attribute values found","string":"هیچ مقداری یافت نشد"},"J3uE0t":{"context":"section header","string":"مقدار مشخصه"},"+iVKR1":{"context":"assign attribute value button","string":"تخصیص مشخصه"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"مقدار حذف شد"},"V/VAHG":{"string":"صفت حذف شد"},"xVn5B0":{"context":"added new attribute value","string":"مقدار جدید افزوده شد"},"lw9WIk":{"context":"deleted multiple attributes","string":"مشخصه با موفقیت حذف شد"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"ورود"},"5sg7KC":{"string":"رمزعبور"},"3tbL7x":{"context":"description","string":"رمزعبور را فراموش کرده‌اید؟"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"رمز عبور جدید"},"S22jIs":{"context":"button","string":"تنظیم رمز عبور"},"vfG+nh":{"string":"تایید رمز عبور"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"رمز عبور یکسان نیست"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"بازنشانی رمز عبور"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"بازگشت به ورود"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"دسترسی"},"0OfZJA":{"context":"button","string":"بازگشت"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"لغو"},"dOQB9o":{"context":"payment status","string":"لغو شده"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"کاتالوگ"},"sK1FPw":{"context":"categories section name","string":"دسته‌بندی‌ها"},"DP6b8U":{"context":"section header","string":"تصویر پس زمینه"},"0iMYc+":{"context":"field is optional","string":"(اختیاری)"},"cgsY/X":{"context":"page header","string":"ایجاد دسته‌بندی جدید"},"wQdR8M":{"string":"عنوان و توضیحات موتور جستجو وارد کنید تا این دسته بندی راحتتر پیدا شود"},"xo5UIb":{"context":"dialog title","string":"حذف دسته‌بندی"},"dJQxHt":{"context":"delete category","string":"آیا از حذف {categoryName} مطمئن هستید؟ "},"vEYtiq":{"string":"نام دسته‌بندی"},"8HRy+U":{"string":"توضیحات دسته بندی"},"vof5TR":{"context":"button","string":"ایجاد دسته بندی"},"JiXNEV":{"string":"جست و جوی دسته بندی"},"vy7fjd":{"context":"tab name","string":"همه ویژگی ها"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"زیردسته‌بندی‌ها"},"k8ZJ5L":{"context":"number of products","string":"تعداد محصولات"},"VQLIXd":{"context":"product","string":"نام"},"x/pIZ9":{"context":"button","string":"افزودن محصول"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"محصولات در {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"زیردسته‌بندی‌ها"},"V+fkAO":{"context":"number of products in category","string":"محصولات"},"NivJal":{"context":"section header","string":"همه زیر دسته بندی ها"},"UycVMp":{"context":"button","string":"ساخت زیر دسته بندی"},"Irflxf":{"context":"window title","string":"ایجاد دسته بندی"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"دسته بندی ساخته شد"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"دسته‌بندی حذف شد"},"KCjd1o":{"context":"dialog title","string":"حذف محصولات"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"حذف دسته‌بندی‌ها"},"xRkj2h":{"string":"آیا از حذف {categoryName} مطمئن هستید؟ "},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"دسترسی"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"وضعیت"},"MHVglr":{"context":"deactivate","string":"غیر فعال سازی"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"فعال"},"MQwT1W":{"context":"activate","string":"فعال سازی"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"پاک کن"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"مجموعه‌ها"},"9vQR6c":{"context":"collection label","string":"قابل رویت"},"V8FhTt":{"context":"collection label","string":"پنهان"},"Rj8LxK":{"string":"عنوان و توضیحات موتور جستجو وارد کنید تا این مجموعه راحتتر پیدا شود"},"Fxa6xp":{"context":"page header","string":"افزودن مجموعه"},"/WXs6H":{"context":"collection name","string":"نام"},"G4g5Ii":{"context":"tab name","string":"همه کالکشن ها"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"ساخت کالکشن"},"9eC0MZ":{"context":"collection","string":"پنهان"},"lL3YJO":{"context":"collection","string":"منتشر شده"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"تعداد محصولات"},"VZsE96":{"string":"نام مجموعه"},"UxdBmI":{"context":"collection availability","string":"دسترسی"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"گونه"},"Oe62bR":{"context":"product availability","string":"دسترسی"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"تخصیص محصول"},"6AMFki":{"context":"product name","string":"نام"},"Q8wHwJ":{"string":"مجموعه حذف شد"},"56vUeQ":{"string":"اضافه کردن محصول به کالکشن"},"MxhVZv":{"string":"آیا از حذف عکس کالکشن اطمینان دارید؟"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"محصول از مجموعه حذف شد"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"آیا از حذف {collectionName} مطمئن هستید؟ "},"ttMauu":{"context":"window title","string":"ساخت کالکشن"},"+wpvnk":{"context":"dialog title","string":"حذف مجموعه"},"67V0c0":{"context":"unassign product from collection, button","string":"تخصیص نیافته"},"fzk04H":{"context":"dialog title","string":"حذف تصویر"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"حذف مجموعه‌ها"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"دسترسی‌ها"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"کشور"},"O95R3Z":{"string":"شماره تلف"},"B52Em/":{"string":"آدرس، خط 1"},"TE4fIS":{"string":"شهر"},"oYGfnY":{"string":"کد پستی"},"oQY0a2":{"string":"آدرس، خط 2"},"9YazHG":{"string":"شرکت"},"AuwpCm":{"string":"منطقه کشور"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"ویژگی تخصیص داده شده"},"ylobu9":{"context":"assign reference to product, button","string":"اختصاص دادن"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"جست و جوی دسته بندی"},"sf6FMK":{"context":"dialog search placeholder","string":"جستجو با دسته‌بندی، نام و ..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"تخصیص کالکشن"},"f0hXz4":{"context":"dialog header","string":"جستجو مجموعه"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"تخصیص محصول"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} صفت"},"3ukd9/":{"context":"attributes, section header","string":"ویژگی‌ها"},"j8PV7E":{"context":"attribute values","string":"مقدار ها"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"بها"},"jHJmjf":{"string":"بدون نتیجه"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"دسترسی"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"از تاریخ {date}"},"Jt3DwJ":{"context":"publish on date","string":"منتشر شده در"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"منتشر شده"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"وضعیت"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"ریست"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"تخصیص کشورها"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"حذف جستجو"},"UaYJJ8":{"string":"آیا ازمینان دارید میخواهید برگه جستجوی {name} را حذف کنید؟"},"LmKz3g":{"string":"فروشگاه"},"/X8Mjx":{"string":"بازی کردن با GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"خطا"},"9mGA/Q":{"context":"button linking to dashboard","string":"داشبورد"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"حذف جستجو"},"qIgdO6":{"string":"فیلتر سفارشی"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"فیلترها"},"HnVtSS":{"context":"search","string":"بدون نتیجه"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"فیلترها"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"ذخیره تغییرات"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"برای بارگزاری اینجا رها کنید"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"بها"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"عملیات ها"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"از {money}"},"U2WgwW":{"context":"add custom select input option","string":"افزودن بهای جدید: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"دسته بندی"},"phAZoj":{"string":"مجموعه"},"M1uijW":{"context":"collection","string":"هنوز منتشر نشده"},"CjSRT1":{"context":"button","string":"ایجاد دسته بندی"},"VdDcxc":{"context":"button","string":"ساخت کالکشن"},"QooeI/":{"context":"button","string":"ساخت مشتری"},"cfQf0w":{"context":"button","string":"ساخت سفارش"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"ایجاد محصول"},"y9cvqE":{"context":"button","string":"ساخت کوپن"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"نمایش راهنما"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"محصول"},"yH56V+":{"string":"اوه!!!!"},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"بازگشت به داشبورد"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"شماره سطر:"},"liLrVs":{"context":"save filter tab, header","string":"ذخیره جستجو‌ی سفارشی"},"QcIFCs":{"context":"save search tab","string":"جستجوی نام"},"w2Cewo":{"string":"عنوان موتور جستجو"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"ویرایش تنطیمات SEO سایت"},"TGX4T1":{"string":"پیش‌نمایش موتور جستجو"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"اگر خالی باشد، پیش‌نمایش به صورت تولید خودکار نمایش داده می‌شود."},"450Fty":{"string":"هیچ"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"ارسال"},"3evXPj":{"string":"یادداشت خود را اینجا قرار دهید..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"خروج"},"X8+Lpa":{"context":"button","string":"تنظیمات حساب کاربری"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"قابلیت مشاهده"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"تنظیمات"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"تایید"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"بارگذاری"},"Rjs1CD":{"context":"button","string":"ادامه"},"H5NKfr":{"context":"button","string":"ایجاد"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"مشتری‌ها"},"gQGUsN":{"context":"dialog title","string":"آدرس ایمیل"},"W0kQd+":{"context":"dialog title","string":"افزودن آدرس"},"rjy9/k":{"context":"button","string":"افزودن آدرس"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"جزئیات {fullName}"},"y/UWBR":{"string":"هیچ آدرسی برای این مشتری وجود ندارد"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"آدرس پیش‌فرض"},"VyzsWZ":{"string":"آدرس فاکتور پیش‌فرض"},"nLML8Y":{"string":"آدرس پیش‌فرض ارسال"},"puikeb":{"context":"button","string":"حذف آدرس"},"w+8BfK":{"context":"button","string":"ویرایش آدرس"},"hLOEeb":{"context":"button","string":"استفاده به عنوان آدرس پیش‌فرض"},"+7OsyM":{"context":"button","string":"استفاده بعنوان آدرس پیش فرض ارسال"},"BfJGij":{"context":"header","string":"اطلاعات آدرس"},"Zd3Eew":{"context":"subsection header","string":"آدرس حمل و نقل"},"bHdFph":{"context":"subsection header","string":"آدرس"},"3d1RXL":{"string":"این مشتری هنوز هیچ آدرسی ثبت نکرده است"},"biVFKU":{"context":"subsection header","string":"آدرس فاکتور"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"بررسی مشتری"},"qNcoRY":{"context":"notes about customer header","string":"یادداشت ها"},"uUQ+Al":{"context":"note about customer","string":"یادداشت"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"ساخت مشتری"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"عضو فعال از"},"SMakqb":{"context":"customer contact section, header","string":"اطلاعات تماس"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"ساخت مشتری"},"xQK2EC":{"context":"tab name","string":"همه مشتریان"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"شماره‌ی سفارش‌ها"},"FpIcp9":{"string":"هیچ مشتری پیدا نشد"},"97l2MO":{"string":"ایمیل مشتری"},"Gr1SAu":{"string":"نام مشتری"},"pURrk1":{"context":"order status","string":"وضعیت"},"1LiVhv":{"context":"section header","string":"سفارش‌های اخیر"},"nTF6tG":{"context":"number of order","string":"شماره سفارش"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"تاریخ"},"taX/V3":{"context":"order total amount","string":"مجموع کل"},"RlfqSV":{"string":"هیچ سفارشی پیدا نشد"},"FNAZoh":{"string":"آخرین ورود"},"HMD+ib":{"string":"آخرین سفارش"},"e7Nyu7":{"context":"section header","string":"تاریخچه مشتری"},"2p0tZx":{"context":"delete customer, dialog content","string":"اطمینان دارید میخواهید {email} را حذف کنید؟"},"ey0lZj":{"context":"dialog header","string":"حذف مشتری"},"qLOBff":{"context":"dialog header","string":"حذف آدرس"},"nX2pCU":{"context":"window title","string":"ساخت مشتری"},"/kWzY1":{"string":"آیا مطمئن هستید که می خواهید این آدرس را از کتاب آدرس کاربر حذف کنید؟"},"PXatmC":{"string":"مشتری حذف شد"},"ftcHpD":{"string":"مشتری ساخته شد"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"حذف مشتریان"},"hzSNj4":{"string":"داشبورد"},"P7PLVj":{"string":"تاریخ"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"حذف"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"توضیحات"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"تخفیف‌ها"},"g3qjSf":{"context":"button","string":"تخصیص دستهبندی ها "},"AbyDC7":{"context":"section header","string":"دسته بندی های قابل انتخاب"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"نام دسته‌بندی"},"QGjJcT":{"context":"number of products","string":"محصولات"},"/6uK4C":{"context":"button","string":"تخصیص کالکشن ها"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"نام مجموعه"},"cvVIV/":{"context":"dialog header","string":"تخصیص کشورها"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"کشور هایی که میخواهید کوپن تخفیف به آنها محدود شود از لیست زیر انتخاب کنید"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"کشور ها a تا z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"روزهای فعالیت"},"U8eeLW":{"context":"button","string":"تخصیص محصولات"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"کالایی پیدا نشد"},"6cMkfT":{"context":"table head","string":"نام محصول"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"گونه ی مشابهی یافت نشد"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"ساخت حراج"},"F56hOz":{"context":"sale name","string":"نام"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"ساخت حراج"},"Yjhgle":{"context":"tab name","string":"همه فروش ها"},"AnqH4p":{"context":"sale status","string":"فعال"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"وضعیت"},"KHZlmi":{"string":"گونه تخفیف"},"XZR590":{"context":"sale value","string":"بها"},"giF5UV":{"context":"sale end date","string":"پایان یافته"},"51HE+Q":{"string":"طرح تخفیفی یافت نشد."},"iBSq6l":{"context":"sale start date","string":"شروع شده"},"WkxE8/":{"context":"percentage or fixed, header","string":"گونه تخفیف"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"بها"},"x3g4Ry":{"context":"sale discount","string":"ارزش تخفیف"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"ساخت کوپن"},"YjcN9w":{"context":"time during voucher is active, header","string":"روزهای فعالیت"},"jd/LWa":{"string":"کوپن در تمام کشورها اعمال می‌شود"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"کشورها"},"jvKNMP":{"string":"کد تخفیف"},"mSLr9d":{"context":"voucher code, button","string":"تولید کد"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"محدود کردن تعداد دفعات استفاده از این تخفیف در کل"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"محدودیت استفاده"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"همه کوپن ها"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"ساخت کوپن"},"amQg6f":{"context":"voucher status","string":"فعال"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"وضعیت"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"بها"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"پایان یافته"},"yHwvLL":{"context":"voucher uses","string":"مصارف"},"5u7b3V":{"context":"voucher is active from date","string":"شروع شده"},"JsPIOX":{"context":"voucher code","string":"کد"},"U2mOqA":{"string":"کوپنی یافت نشد."},"GVinbz":{"context":"column title","string":"بها"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"هیچ"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"اعمال شده به"},"HLqWXA":{"context":"voucher value requirement","string":"محدودیت استفاده"},"6cq+c+":{"context":"header","string":"گونه تخفیف"},"sS5aVm":{"context":"voucher discount type","string":"ارسال رایگان"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"قیمت"},"/oaqFS":{"context":"section header","string":"بها"},"mmcHeH":{"string":"ارزش تخفیف"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"تمام سفارش"},"45zP+r":{"context":"voucher discount","string":"محصولات خاص"},"WasHjQ":{"context":"voucher discount","string":"ارسال"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"حذف طرح تخفیفی"},"V3fvcD":{"context":"dialog content","string":"حذف طرح تخفیفی"},"1/oG76":{"context":"dialog header","string":"حذف تخفیف‌ها"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"آیا از حذف {saleName} مطمئن هستید؟"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"حذف تخفیف"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"آیا مطمئنید میخواهید {voucherCode} را حذف کنید؟"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"حذف کوپن"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"حذف کوپن"},"eOrLzG":{"context":"button","string":"انجام شد"},"toDL5R":{"context":"order status","string":"پیش‌نویس"},"YMBn8d":{"context":"draft orders section name","string":"سفارشات پیشنویس"},"2atspc":{"string":"پیش‌نویس"},"Ja7gHc":{"context":"button","string":"ویرایش"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"ساعت پایان"},"KN7zKn":{"string":"خطا"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"نام کوچک"},"pkjXPD":{"context":"order status","string":"پردازش شده"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"مشتری"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"یادداشت"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"تغییر"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"جزییات"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"جزییات"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"مقدار"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"محصول"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"وضعیت"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"حذف"},"IzEVek":{"context":"bulk disable label","string":"غیر فعال سازی"},"hz+9ES":{"context":"bulk activate label","string":"فعال سازی"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"محصول"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"تنظیمات"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"خانه"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"سفارش #{orderId} ثبت شد"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"هیچ سفارشی آماده‌ی پردازش نیست"},"5dyOs0":{"string":"هیچ پرداختی برای تحویل وجود ندارد."},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"نام خانوادگی"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigation"},"wlQTfb":{"context":"go to next step, button","string":"بعدی"},"oUWADl":{"string":"خیر"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"دل بخواه"},"Ta9j04":{"context":"orders section name","string":"سفارش‌ها"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"سفارش‌های لغو شده"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"آدرس صورت حساب"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"آدرس جدید اضافه کنید"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"آدرس ارسال"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"هیچ یادداشتی از مشتری یافت نشد"},"puALFo":{"context":"notes about customer, header","string":"یادداشت ها"},"4Jp83O":{"context":"subheader","string":"اطلاعات تماس"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"آدرس حمل و نقل"},"Y7M1YQ":{"context":"section header","string":"مشتری"},"GLX9II":{"context":"billing address","string":"همان آدرس ارسال"},"Qovenh":{"string":"کاربر ناشناس"},"c7/79+":{"string":"آدرس فاکتور"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"لغو سفارش"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"افزودن"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"ارزش تخفیف"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"حذف سفارش پیشنویس"},"mxtAFx":{"string":"آیا مطمئنید میخواهید سفارش پیشنویس #{orderNumber} را حذف کنید؟"},"32dfzI":{"context":"price or ordered products","string":"قیمت"},"nEWp+k":{"context":"quantity of ordered products","string":"تعداد"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"مجموع کل"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"افزودن عامل ارسال"},"+8v1ny":{"context":"discount button","string":"تخفیف"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"جمع کل"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"مجموع کل"},"18wvf7":{"context":"section header","string":"جزئیات سفارش"},"C50ahv":{"context":"button","string":"افزودن محصولات"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"ایجاد سفارش"},"7a1S4K":{"context":"tab name","string":"همه پیش نویس ها"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"ساخته شد"},"iEeIhY":{"context":"draft order","string":"مشتری"},"KIh25E":{"string":"هیچ پیش‌نویس سفارشی یافت نشد"},"ps0WUQ":{"string":"شماره سفارش"},"hkENym":{"string":"مشتری"},"mCP0UD":{"context":"order draft creation date","string":"تاریخ"},"1Uj0Wd":{"context":"order draft total price","string":"مجموع کل"},"PAqicb":{"context":"button","string":"لغو سفارش"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"سفارش"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"نام محصول"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"واحد انبار داری"},"BLX9dz":{"context":"fulfill order, button","string":"پردازش"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"افزودن پیگیری"},"dTkmON":{"context":"edit tracking button","string":"ویرایش پیگیری"},"K//bUK":{"context":"refund button","string":"بازپرداخت"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"لغو پردازش"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"کد پیگیری"},"/BJQIq":{"context":"dialog header","string":"اضافه کردن کد رهگیری"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"پردازش لغو شد"},"GJAX0z":{"context":"order history message","string":"سفارش ثبت شد"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"یادداشت به سفارش افزوده شد"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"هزینه سفارش بطور کامل پرداخت شده."},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"پیش‌نویس سفارش ایجاد شد"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"پرداخت بازپرداخت شد"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"تاریخچه‌ی سفارش"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"پرداخت باطل شد"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"ایجاد شده"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"صورت حساب"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"جستجوی سفارش‌ها ..."},"WRkCFt":{"context":"tab name","string":"تمام سفارش‌ها"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"مشتری"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"ساخته شد"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"پرداخت"},"5blVMu":{"context":"e-mail or full name","string":"مشتری"},"PHUcrU":{"context":"date when order was placed","string":"تاریخ"},"k9hf7F":{"context":"total order price","string":"مجموع کل"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"پرداخت ضبط شده"},"OhdPS1":{"context":"amount of refunded money","string":"مقدار"},"euRfu+":{"string":"اطمینان دارید که میخواهید این پرداخت را بی اعتبار کنید؟"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"بلوکه شده"},"V+gwx7":{"context":"order payment","string":"مقدار بلوکه شده"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"تخفیف"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"تایید پرداخت"},"5te3Tp":{"context":"order payment","string":"تراز"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"وضعیت پرداخت"},"uUsZ7m":{"context":"order payment","string":"مقدار پیش پرداخت"},"HaQ8cg":{"context":"button","string":"بازپرداخت"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"ارسال"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"جمع کل"},"r+dgiv":{"string":"مالیات"},"zb4eBO":{"context":"order total price","string":"مجموع کل"},"dJVXIb":{"context":"vat included in order price","string":"مالیت بر ارزش افزوده محاسبه شده‌است"},"sEjRyz":{"context":"voucher type order discount","string":"کد تخفیف"},"myyWNp":{"context":"dialog header","string":"افزودن محصول"},"b810WJ":{"context":"product price","string":"قیمت"},"WE8IFE":{"context":"product name","string":"محصول"},"tvpAXl":{"context":"ordered product quantity","string":"تعداد"},"8J81ri":{"context":"ordered product sku","string":"واحد انبار داری"},"qT6YYk":{"context":"order line total price","string":"مجموع کل"},"5aiFbL":{"context":"tabel column header","string":"قیمت"},"FNT4b+":{"context":"tabel column header","string":"محصول"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"مجموع کل"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"مقدار"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"بازپرداخت"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"قیمت"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"محصول"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"پردازش نشده"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"تنظیمات"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"تغییر آدرس ارسال"},"/Xwjww":{"context":"button","string":"پردازش"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"سفارش پیش‌نویس با موفقیت به پایان رسید"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"یادداشت با موفقیت افزوده شد"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"سفارش با موفقیت تغییر کرد"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"حذف پیش‌نویس‌های سفارش"},"ra2O4j":{"string":"حذف سفارشهای پیش نویس"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"نام مشخصه"},"uxPpRx":{"context":"button","string":"تخصیص مشخصه"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"تخصیص نیافته"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"صفحات"},"gr53VQ":{"context":"page header","string":"ایجاد صفحه"},"jZbT0O":{"string":"عنوان و توضیحات موتور جستجو وارد کنید تا این صفحه راحتتر پیدا شود"},"GZgjK7":{"context":"page","string":"از تاریخ {date} قابل رویت خواهد بود"},"X26jCC":{"context":"page label","string":"قابل رویت"},"/TK7QD":{"context":"page label","string":"پنهان"},"gMwpNC":{"context":"page content","string":"محتوا"},"gr+oXW":{"context":"page title","string":"عنوان"},"AHRDWt":{"context":"button","string":"ایجاد صفحه"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"عنوان"},"5GSYCR":{"context":"page status","string":"قابلیت مشاهده"},"iMJka8":{"string":"هیچ صفحه‌ای یافت نشد"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"منتشر شده"},"UN3qWD":{"context":"page status","string":"هنوز منتشر نشده"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"ایجاد صفحه"},"JMbFNo":{"string":"یک صفحه‌ی جدید با موفقیت ایجاد شد"},"C1luwg":{"context":"dialog header","string":"حذف صفحه"},"4B32Ba":{"context":"delete page","string":"آیا از حذف {title} مطمئن هستید؟"},"41z2Qi":{"context":"notification","string":"صفحه‌های حذف شده"},"yEmwxD":{"context":"publish page, button","string":"انتشار"},"yHQQMQ":{"context":"dialog header","string":"صفحات منتشر نشده"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"منتشر نشده"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"صفحات منتشر شده"},"3Sz1/t":{"context":"dialog header","string":"حذف صفحه‌ها"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"پردازش نیمه کامل"},"INNPVX":{"context":"payment status","string":"قسمتی پرداخت شد"},"OGemtu":{"context":"payment status","string":"قسمتی بازپرداخت شد"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"وضعیت پرداخت"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"فعال"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"آیا از حذف {name} مطمئن هستید؟"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"عملیات ها"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"آدرس ایمیل"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"نام"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"تخصیص نیافته"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"مجوز"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"وضعیت"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"مقدار به فیلد مجوز اضافه کنید"},"Xy2T+y":{"context":"header","string":"ویرایش فیلد مجوز"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"همه افزونه ها"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"فعال"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"تنظیمات"},"ho75Lr":{"context":"status label deactivated","string":"غیر فعال شد"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"نام"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"حذف فیلد هویت سنجی"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"گونه‌ها‌ی محصول"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"نام گونه‌ی محصول"},"1KSqnn":{"context":"tab name","string":"همه گونه های محصول"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"قابل تنظیم"},"dS8Adx":{"context":"product","string":"دیجیتال"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"گونه"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"مالیات"},"jyTwDR":{"context":"product type is either simple or configurable","string":"گونه"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"دیجیتال"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"ارسال"},"IBw72y":{"context":"switch button","string":"آیا این محصول قابل ارسال است؟"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"وزن"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"گونه محصول با موفقیت ایجاد شد"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"حذف ویژگی از گونه محصول"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"تخصیص نیافته"},"K8xNLe":{"context":"products section name","string":"محصولات"},"ulh3kf":{"string":"مجموعه‌ها"},"fyE8BN":{"context":"product organization, header","string":"سازمان"},"LKoIB1":{"string":"عنوان و توضیحات موتور جستجو وارد کنید تا این محصول راحتتر پیدا شود"},"L7N+0y":{"context":"product rating","string":"امتیاز کالا"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"انتخاب همه"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"تمام محصولات"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"موجود"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"پنهان"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"ناموجود"},"b1zuN9":{"string":"قیمت"},"3Z8972":{"context":"product","string":"تعداد موجودی انبار"},"g+GAf4":{"context":"product visibility","string":"قابلیت مشاهده"},"6Y1nQd":{"context":"product is visible","string":"قابل رویت"},"Jz/Cb+":{"context":"product type","string":"عادی"},"+VEhV8":{"context":"product channels","string":"دسترسی"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"بارگذاری"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"قابل تنظیم"},"v+Pkm+":{"context":"field is optional","string":"اختیاری. افزودن محصول در مجموعه به کاربران در یافتن آن کمک می‌کند."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"ارسال"},"SUbxSK":{"context":"product weight","string":"وزن"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (تعداد موجودی انبار)"},"KTAg0f":{"context":"tabel column header","string":"نام انبار"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"تعداد"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"افزودن مالیات به این محصول"},"CdIHMu":{"context":"select tax ratte","string":"نرخ مالیات"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"حذف نوع"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"قیمت"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"مشخصه"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"مسخصه انتخاب کنید"},"slKV5G":{"context":"variant creation step","string":"خلاصه"},"lra7Ej":{"string":"اعمال یک قیمت برای همه شناسه ها"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"اعمال تعداد منحصر به فرد با مشخصه به هر شناسه"},"EGG8f+":{"string":"اعمال قیمت منحصر به فرد با مشخصه به هر شناسه"},"STp3Hl":{"string":"اعمال تعداد یکسال برای همه شناسه ها"},"+bFHzi":{"context":"button","string":"بعدی"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"ایجاد"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"واحد انبار داری"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"نوع"},"rbkmfG":{"context":"button","string":"حذف نوع"},"WwNtFn":{"context":"delete product variant","string":"آیا از حذف {name} مطمئن هستید؟"},"GFJabu":{"context":"dialog header","string":"حذف نوع"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"پیش فرض"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"افزودن نوع"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"پنهان"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"دسترسی"},"Xm9qOu":{"context":"product pricing, section header","string":"قیمت‌گذاری"},"JFtFgc":{"context":"tabel column header","string":"قیمت فروش"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"قیمت تمام شده"},"SZH0fw":{"context":"set variant as default, button","string":"پیش فرض قرار بده"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"نا موجود"},"n02c9W":{"context":"product variant price","string":"قیمت"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"ساخت گونه"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"همه ی انبارها"},"kL3C+K":{"context":"product variant inventory status","string":"فهرست کالا"},"3VyHbJ":{"context":"button","string":"ساخت نوع"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"نوع"},"uCn/rd":{"context":"dialog header","string":"حذف تصویر"},"BUKMzM":{"string":"نوع حذف شد"},"T6dXGG":{"context":"header","string":"ساخت گونه"},"VEext+":{"string":"آیا از حذف این عکس اطمینان دارید؟"},"MyM2oR":{"context":"window title","string":"ساخت گونه"},"PXx4Jk":{"context":"window title","string":"ایجاد محصول"},"NBP8uu":{"context":"page header","string":"محصول جدید"},"DO8+uV":{"string":"کالا ایجاد شد"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"حذف تصاویر"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"آیا از حذف {name} مطمئن هستید؟"},"TWVx7O":{"context":"delete product dialog title","string":"حذف محصول"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"حذف انواع محصول"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"ویژگی‌ها"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"بازپرداخت کامل"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"حذف"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"طرح تخفیف"},"RaycYK":{"context":"button","string":"ذخیره"},"rqiCWU":{"string":"ذخیره دسته‌بندی"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"انتخاب همه"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"ارسال"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"روش ارسال"},"nNeWAx":{"context":"dialog header","string":"حذف نوع ارسال"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"قیمت‌گذاری"},"5ZvuVw":{"string":"هیچ محصولی مطابق درخواست پیدا نشد"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"نام محصول"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"نام انبار"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"کشور هایی که میخواهید به مناطق ارسال اضافه کنید انتخاب کنید"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"جستجوی کشورها"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"کشورها"},"6fxdUO":{"context":"section header","string":"افزودن محدوده‌ی ارسالی جدید"},"y7mfbl":{"string":"در حال حاضر هیچ کشوری به این محدوده‌ی ارسالی اختصاص پیدا نکرده‌است"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"نام منطقه حمل و نقل"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"افزودن"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"ارسال"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"قیمت"},"WR8rir":{"context":"button","string":"ایجاد نرخ"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"هیچ نرخ ارسالی یافت نشد"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"نام"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"تنظیمات"},"uULcph":{"context":"header","string":"ارسال"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"ساخت منطقه ارسال"},"aMwxYb":{"string":"کشورها"},"gRa/TS":{"context":"shipping zone","string":"نام"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"آیا ازمینان دارید میخواهید منطقه ارسال {shippingZoneName} را حذف کنید؟"},"k3EI/U":{"context":"dialog header","string":"حذف محدوده‌ی ارسال"},"cpZLRH":{"context":"dialog header","string":"حذف محدوده‌ی ارسال"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"تخصیص نیافته"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"نشان بده"},"viFkCw":{"context":"site settings section name","string":"تنظیمات وب‌سایت"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"اطلاعات شرکت"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"کارکنان"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"ارسال دعوت‌نامه"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"کاربر فعال است"},"YJ4TXc":{"context":"tab name","string":"همه کارکنان"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"فعال"},"Fc3O3r":{"context":"staff member's account","string":"غیر فعال شد"},"utaSh3":{"context":"staff member's account","string":"وضعیت"},"xJQX5t":{"string":"هیچ کارمندی یافت نشد"},"cMFlOp":{"context":"input label","string":"پسورد جدید"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"تغییر رمزعبور"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"تغییر کلمه عبور"},"ZhDQel":{"context":"header","string":"رمزعبور"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"تغییر"},"VTITVe":{"context":"section header","string":"اطلاعات کارکنان"},"11lR5V":{"context":"avatar delete button","string":"حذف"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"آیا مطمئنید میخواهید آواتار {email} راحذف کنید؟"},"VKWPBf":{"context":"dialog header","string":"حذف تصویر کاربر کارمند"},"gxPjIQ":{"string":"مطمونید میخواهید {email} را از کارکنان حذف کنید؟"},"QirE3M":{"string":"تاریخ شروع"},"tWbE34":{"string":"ساعت شروع"},"tzMNF3":{"string":"وضعیت"},"RrCui3":{"string":"خلاصه"},"5elC9k":{"context":"taxes section name","string":"مالیات"},"lnQAos":{"context":"header","string":"مالیات"},"3BTtL2":{"string":"هیچ کشوری یافت نشد"},"/JENWS":{"string":"نرخ مالیات کاهش یافته"},"07KB2d":{"string":"کد کشور"},"0GJfWd":{"string":"نام کشور"},"la9cZ4":{"string":"نرخ مالیات"},"QHB48n":{"context":"header","string":"نرخ مالیات در {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"قیمت تمام محصولات با مالیات محاسبه شده است"},"98isC5":{"string":"نمایش قیمت ناخالص در ویترین به مشتریان"},"FNKhkx":{"string":"افزودن مالیات براساس نرخ ارسال"},"+OV+Gj":{"context":"button","string":"دریافت مالیات"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"ویژگی‌ها"},"5fCMUI":{"context":"translations section name","string":"ترجمه "},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"ترجمه"},"vTN5DZ":{"context":"button","string":"دور بینداز"},"T/5OyA":{"string":"هیچ ترجمه‌ای وجود ندارد"},"DRMMDs":{"string":"نام مشخصه"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"مقدار ها"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"محصولات"},"CxfKLC":{"string":"صفحات"},"VKb1MS":{"string":"دسته‌بندی‌ها"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"طرح تخفیف"},"etP0+D":{"string":"کوپن‌ها"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"هیچ مورد قابل ترجمه یافت نشد"},"LWmYSU":{"string":"ترجمه‌ی کامل"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"نام"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"عنوان صفحه"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"توضیحات"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"نام کوپن"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"باطل کردن"},"oB0y5Y":{"context":"order status","string":"پردازش نشده"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"بارگذاری تصوی"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"همه مشخصه ها باید مقداری ذخیره کنند"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"پرداخت های دستی را نمی توان بازپرداخت کرد"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"فقط پیش پرداخت‌های مجاز می‌توانند باطل شوند"},"gKdGxP":{"context":"error message","string":"فقط پیش پرداخت‌های مجاز می‌توانند دریافت شوند"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"روش حمل و نقل برای آدرس حمل و نقل انتخابی معتبر نیست"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"کوپن‌ها"},"ycMLN9":{"context":"warehouses section name","string":"انبار ها"},"43Nlay":{"context":"warehouse","string":"اطلاعات آدرس"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"پاک کردن انبار"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"همه ی انبارها"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"نام"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"تنظیمات"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"آیا از حذف {name} مطمئن هستید؟"},"X90ElB":{"context":"dialog header","string":"حذف وب قلاب"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"ساخت وب قلاب"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"رویدادها"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"ساخت وب قلاب"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"عملیات"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"نام"},"JVaz1C":{"context":"window title","string":"ساخت وب قلاب"},"a5msuh":{"string":"بله"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"اختصاص داده شده"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"تعداد"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"تخصیص نیافته"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/fr.json b/locale/fr.json index 5f51f4313..d68cbe1a0 100644 --- a/locale/fr.json +++ b/locale/fr.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Annuler la commande" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Caché" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Déterminer les attributs utilisés pour créer les types de produits " - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Définir comment les utilisateurs peuvent naviguer dans votre magasin" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Gérez vos groupes de permissions et leurs permissions" - }, - "configurationMenuProductTypes": { - "string": "Définir les types de produits vendu" - }, - "configurationMenuShipping": { - "string": "Gérer les moyens de livraisons" - }, - "configurationMenuSiteSettings": { - "string": "Visualiser et mettre à jour les paramètres de votre site " - }, - "configurationMenuStaff": { - "string": "Gérer vos employés et leurs permissions" - }, - "configurationMenuTaxes": { - "string": "Gérer les taxes de votre magasin" - }, - "configurationMenuWarehouses": { - "string": "Gérez et mettez à jour les informations de votre entrepôt" - }, - "configurationPluginsPages": { - "string": "Visualiser et mettre à jour vos plugins et leurs paramètres " - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "montant de la remise" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Montant fixe" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Activité" - }, - "homeActivityCardNoActivities": { - "string": "Aucune activité trouvée" - }, - "homeAnalyticsCardHeader": { - "string": "Aujourd'hui" - }, - "homeHeaderText": { - "context": "header", - "string": "Bonjour, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Voici les informations que nous avons réunies à propos de votre magasin" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {Un commandé} other {{amount} commandés}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Produits phares" - }, - "homeProductsListCardNoProducts": { - "string": "Aucun produit trouvé" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Avertissement" - }, - "homeScreenDisclaimerText1": { - "string": "Le nouveau tableau de bord et l'API GraphQL sont des logiciels de qualité." - }, - "homeScreenDisclaimerText2": { - "string": "L'API GraphQL est de qualité bêta. Elle n'est pas complétement optimisée et certaines mutations ou requêtes peuvent être manquantes." - }, - "homeScreenHeader": { - "context": "header", - "string": "Bonjour, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "entre" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "égal à" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Créer menu" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Le titre du menu" - }, - "menuDetailsDeleteMenuContent": { - "string": "Êtes-vous certain de vouloir supprimer le menu {menuName}?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Supprimer le menu" - }, - "menuDetailsPageHelperText": { - "string": " La création de la structure de navigation se fait par glisser-déposer. Créez simplement un nouvel élément de menu, puis faites-le glisser à sa place. Vous pouvez déplacer des éléments les uns dans les autres pour créer une arborescence et faire glisser les éléments de haut en bas pour créer une hiérarchie." - }, - "menuItemDialogAddItem": { - "context": "create new menu item, header", - "string": "Ajouter un article" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Lien vers: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Modifier l'objet" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Lien hypertexte" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Commencez à taper pour débuter la recherche..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Nom" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Créer un nouvel article" - }, - "menuItemsHeader": { - "context": "header", - "string": "Les objets du menu" - }, - "menuItemsPlaceholder": { - "string": "Ajouter un élément pour commencer la création du menu" - }, - "menuListCreatedMenu": { - "string": "Menu créé" - }, - "menuListDeleteMenuContent": { - "string": "Êtes-vous certain de vouloir effacer {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Supprimer le menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Êtes-vous sûr de vouloir supprimer ce menu?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Supprimer les menus" - }, - "menuListDeletedMenu": { - "string": "Le menu est supprimé" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Article" - }, - "menuListMenutitle": { - "string": "Le titre du menu" - }, - "menuListNoMenus": { - "string": "Aucun menu trouvé" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Créer menu" - }, - "menuPropertiesMenuTitle": { - "string": "Le titre du menu" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Non publiée" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "Pas défini" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "Pas défini" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "Pas défini" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "ne s'applique pas" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Créer le type de page" - }, - "pageTypeInputLabel": { - "string": "Sélectionnez le type de contenu" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Disponible à l'achat" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Catégorie" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Collections" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Description" - }, - "productExportFieldName": { - "context": "product field", - "string": "Nom" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Images du produit" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Exporter le poids du produit" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Images de la variante" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Inventaire" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Créer un type de produit" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Créer un type de produit" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "TVA" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Prix" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Entrepôts" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Publié" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Catégories ({quantité})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Produits ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Êtes-vous certain de vouloir effacer {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Êtes-vous certain de vouloir effacer {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Entrepôt" - }, - "src_dot_accept": { - "context": "button", - "string": "J'accepte" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Applications" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Applications" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "L'application est active" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "Application désactivée" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activer" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Désactiver" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Désactiver App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Supprimer l'application" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Êtes-vous sûr de vouloir supprimer cette application?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Désactiver" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activer" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "Permissions de l'application" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Supprimer l'application" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Êtes-vous sûr de vouloir supprimer cette application?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "Il y a un problème avec l'application." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Retour à la page d'acceuil" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Installer l'application" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "Permissions de l'application" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "A Propos" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Ré-essayer" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installation de l'application..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Donner tous les accès au magasin pour cette application" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Créer une nouvelle application" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Clé d'accès générée" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "Cette clé vous donne accès à l'API de votre magasin et vous la trouverez là: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copié" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copier la clé d'accès" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_4189999598": { - "string": "Nous avons créé votre clé d'accès par défaut. Assurez-vous de copier votre nouvelle clé d'accès personnelle maintenant. Vous ne pourrez plus la voir ensuite. " - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Donner tous les accès au magasin pour cette application" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Désactiver" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activer" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "Informations de l'application" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Clé" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "Aucune clé d'accès trouvée" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Créer une clé d'accès" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Note de la clé d'accès" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Créer une application" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Désactivé" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "A Propos" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "Vous n'avez aucune application installée sur votre dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Applications tierces" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Le Marketplace sera bientôt disponible" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visiter le Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Découvrez des applications gratuites et payantes dans notre Marketplace Saleor" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Clé d'accès générée" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Les clés d'accès sont utilisées pour authentifier les comptes service " - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3009959880": { - "string": "Vous avez créé une clé d'accès. Assurez-vous de copier votre nouvelle clé d'accès personnelle maintenant. Vous ne pourrez plus la voir ensuite. " - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copier la clé d'accès" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Créer une clé d'accès" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Note de la clé d'accès" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Créer" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Supprimer la clé d'accès" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Êtes-vous certain de vouloir supprimer la clé d'accès {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Impossible de recevoir les paramètres de l'application" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Installer l'application" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Impossible d'installer {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "Application installée" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "L'application a été supprimée" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Créer une application" - }, - "src_dot_assign": { - "context": "button", - "string": "Affecter" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Attributs" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "L'attribut avec ce slug existe déjà" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "Cette valeur existe déjà dans cet attribut" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Êtes-vous sûr de vouloir supprimer cet attribut?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} attributs?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Supprimer les attributs" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Supprimer l'attribut" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Êtes-vous certain de vouloir supprimer {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Localité" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Label par défaut" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Code d'attribut" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "context": "attribute slug input field helper text", - "string": "Ceci est utilisé en interne. Assurez-vous de ne pas utiliser d'espaces" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Date" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Menu déroulant" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Fichier" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Type d'entrée de catalogue pour le propriétaire de magasin" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Sélection multiple" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Pages" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Produits" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Valeur requise" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Poids" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "Tous les attributs" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "Créer un attribut" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "Rechercher l'attribut" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "Peut être utilisé comme colonne" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Filtrable dans le tableau de bord" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { - "context": "use attribute in filtering", - "string": "Filtrable dans la boutique" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_isVariantOnly": { - "context": "attribute can be used only in variants", - "string": "Variantes uniquement" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_valueRequired": { - "context": "attribute value is required", - "string": "Valeur requise" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_visibleInStorefront": { - "context": "attribute", - "string": "Visible sur la page des produits de la boutique " - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { - "string": "Aucun attribut trouvé" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2186555805": { - "context": "attribute can be searched in storefront", - "string": "Utiliser dans la recherche par facettes" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2235596452": { - "context": "attribute can be searched in dashboard", - "string": "Cherchable" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { - "string": "Code d'attribut" - }, - "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": "Label par défaut" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organisation" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Créer nouvel attribut" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Ajouter à la colonne Options " - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "Si activé, cet attribut peut être utilisé entant que colonne dans la table de produit" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Propriété du tableau de bord" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Utiliser dans le filtrage " - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "Si activé, vous pourrez utiliser cet attribut pour filtrer les produits dans la liste des produits" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Utiliser dans la navigation à facettes" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Propriétés de la boutique" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position dans la navigation à facettes" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Photo" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Êtes-vous certain de vouloir supprimer la valeur \"{name}\"?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Supprimer la valeur d'attribut" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Êtes-vous certain de vouloir supprimer la valeur \"{name}\"? Si vous la supprimez, vous ne pourrez l'assigner à aucun autre produit avec l'attribut \"{attributeName}\"." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Modifier la valeur" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Ajouter une valeur" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "Nom" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Vue par défaut du magasin" - }, - "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": "Aucune valeur trouvée" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Valeurs de l'attribut" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Assigner valeur" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Attribut créé avec succès" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Valeur supprimée " - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribut supprimé" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "La nouvelle valeur a été ajoutée" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributs supprimés avec succès" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "S'enregistrer" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Mot de passe" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Mot de passe oublié ?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Désolé, votre pseudo et/ou mot-de-passe sont incorrects. Merci d'essayer à nouveau." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Nouveau mot de passe" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "Définir un nouveau mot-de-passe" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "Confirmer le mot de passe" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Les mots de passe ne correspondent pas" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Réinitialiser le mot de passe" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Retour à la connexion " - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Réinitialiser le mot de passe" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "Réussi! Dans quelques minutes vous recevrez un message avec les instructions pour redéfinir votre mot-de-passe." - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "L'adresse e-mail fournie n'existe pas dans notre base de données. " - }, - "src_dot_availability": { - "string": "Disponibilité" - }, - "src_dot_back": { - "context": "button", - "string": "Retour" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Annuler" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Annulé" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalogue" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Catégories" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Image de fond (optionnelle)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(Optionnel)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Créer nouvelle catégorie" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Ajouter un titre et une description pour les moteurs de recherche pour rendre cette catégorie plus facile à trouver" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Effacer la catégorie" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "Êtes-vous certain de vouloir effacer #{categoryName}?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Nom de la catégorie" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Description de la catégorie" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Créer une catégorie" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Rechercher la catégorie" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "Toutes les catégories" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Nom de la catégorie" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "Aucune catégorie trouvée" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "Aucune sous-catégorie trouvée" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "Sous catégories" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "Numéro des produits" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "Aucun produit trouvé" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Nom" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Ajouter un produit" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "Produits dans {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Sous catégories" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Ajouter un titre et une description pour les moteurs de recherche pour rendre cette catégorie plus facile à trouver" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "Produits" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "Toutes les sous-catégories" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Créer une sous-catégorie " - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Créer une catégorie" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Êtes-vous sûr de vouloir supprimer ce produit?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} produits?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "Date de création de la catégorie" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Êtes-vous sûr de vouloir supprimer cette catégorie?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} catégories?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "Effacer la catégorie" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Catégorie supprimée" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Effacer les produits" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "src_dot_categories_dot_views_dot_3488150607": { - "string": "Souvenez-vous que cela va aussi supprimer tous les produits assignés à cette catégorie." - }, - "src_dot_categories_dot_views_dot_712767046": { - "context": "dialog title", - "string": "Supprimer les catégories" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "Êtes-vous certain de vouloir effacer #{categoryName}?" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_1823337870": { - "string": "{counter,plural,one {Êtes-vous sûr de vouloir supprimer cette catégorie?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} catégories?}}" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_3488150607": { - "string": "Souvenez-vous que cela va aussi supprimer tous les produits assignés à cette catégorie." - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_712767046": { - "context": "dialog title", - "string": "Supprimer les catégories" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Disponibilité" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copié" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "inactif" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "État" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Désactiver" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Activé" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activer" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Effacer" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Collections" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Caché" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "Ajouter un titre et une description pour les moteurs de recherche pour rendre cette collection plus facile à trouver" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "Ajouter une collection " - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Caché" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Ajouter un titre et une description pour les moteurs de recherche pour rendre cette collection plus facile à trouver" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "Nom" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Image de fond (optionnelle)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(Optionnel)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "Toutes les collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Créer une collection" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "Caché" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Publié" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "Aucune collection trouvée" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "Numéro des produits" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "Nom de la collection" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "Disponibilité" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "Aucun produit trouvé" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Type" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "Disponibilité" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Produits dans {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Assigner un produit" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "Nom" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Collection supprimée" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Le produit a été ajouté à la collection" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Êtes-vous certain de vouloir supprimer l'image de collection?" - }, - "src_dot_collections_dot_views_dot_3215481647": { - "string": "{counter,plural,one {Êtes-vous sûr de vouloir dé-assigner ce produit?} other {Êtes-vous sûr de vouloir dé-assigner {displayQuantity} produits?}}" - }, - "src_dot_collections_dot_views_dot_3482612628": { - "string": "Le produit est supprimé de la collection" - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "src_dot_collections_dot_views_dot_3791354625": { - "context": "dialog title", - "string": "Désassigner les produits à la collection" - }, - "src_dot_collections_dot_views_dot_523939418": { - "string": "Êtes-vous certain de vouloir effacer #{collectionName}?" - }, - "src_dot_collections_dot_views_dot_686910896": { - "context": "window title", - "string": "Créer une collection" - }, - "src_dot_collections_dot_views_dot_699514132": { - "context": "dialog title", - "string": "Supprimer Collection" - }, - "src_dot_collections_dot_views_dot_870815507": { - "context": "unassign product from collection, button", - "string": "Désassigner" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "Effacer l'image" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2491832187": { - "string": "{counter,plural,one {Êtes-vous sûr de vouloir supprimer cette collection?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} collections?}}" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_3817188998": { - "context": "dialog title", - "string": "Effacer les collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Groupes de permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Permissions disponibles" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "Les permissions de ce groupe dépassent les vôtres. Vous ne pouvez gérer que les permissions dont vous disposez." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Pays" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Téléphone" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Ligne d'adresse 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "Ville" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "ZIP / Code Postal" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Ligne d'adresse 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Entreprise" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Région du pays" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "Aucun résultat trouvé" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Rechercher les attributs" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Recherchez par nom d'attribut" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assigner Attribut" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Affecter" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Rechercher la catégorie" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Recherchez par nom de catégorie, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assigner Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Rechercher la collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Recherchez par nom de collection, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Affecter" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Rechercher dans les produits" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Recherche par nom de produit, attribut, type de produit, etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assigner Produit" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "UGS {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Recherche par nom de produit, attribut, type de produit, etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributs" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Attributs" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Valeurs" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Valeur" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "Aucun résultat" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Disponibilité" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Gérer" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "depuis {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publier le" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Définir la date de publication" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Publié" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "État" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Réinitialiser " - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Colonne" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} colonnes sélectionnés sur {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Pays" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Téléphone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Ligne d'adresse 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Ville" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Code Postal" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Ligne d'adresse 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Entreprise" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Région du pays" - }, - "src_dot_components_dot_CountryList_dot_2460766407": { - "context": "number of countries", - "string": "{number} Pays" - }, - "src_dot_components_dot_CountryList_dot_2747492886": { - "context": "button", - "string": "Assigner des pays" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_2173195312": { - "context": "custom search delete, dialog header", - "string": "Supprimer recherche" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_71479100": { - "string": "Êtes-vous certain de vouloir effacer la tabulation de recherche {name}?" - }, - "src_dot_components_dot_DemoBanner_dot_1647850230": { - "string": "Boutique" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Erreur" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Tableau de bord" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Supprimer recherche" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Filtre client" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Sauvegarder la recherche" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "Filtres" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "Aucun résultat" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Afficher plus" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filtres" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "et" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filtres" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Sauvegarder les modifications" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "src_dot_components_dot_ImageUpload_dot_1731007575": { - "context": "image upload", - "string": "Déplacer les images ici pour les télécharger" - }, - "src_dot_components_dot_LanguageSwitch_dot_4150219184": { - "context": "button", - "string": "{languageName} - {languageCode}" - }, - "src_dot_components_dot_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Valeur" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Champ" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "src_dot_components_dot_MoneyRange_dot_12301532": { - "context": "money", - "string": "à {money}" - }, - "src_dot_components_dot_MoneyRange_dot_1316359951": { - "context": "money", - "string": "{fromMoney} - {toMoney}" - }, - "src_dot_components_dot_MoneyRange_dot_3729849657": { - "context": "money", - "string": "de {money}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Ajouter la nouvelle valeur: {value}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { - "string": "Aucun résultat trouvé" - }, - "src_dot_components_dot_MultiSelectField_dot_4205644805": { - "string": "Aucun résultat trouvé" - }, - "src_dot_components_dot_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "Numéro de commande" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Exécutez une action" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Rechercher le client" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Chercher un client" - }, - "src_dot_components_dot_Navigator_dot_2874620973": { - "context": "navigator placeholder", - "string": "Appuyez sur {key} pour voir les actions disponibles" - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Chercher dans le catalogue" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Naviguer vers" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "La nouvelle fonctionnalité pour vous aider dans vos tâches quotidiennes. Lancez le navigateur en utilisant le raccourci {keyboardShortcut}." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Actions rapides" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "La navigateur est là pour vous aider" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "Catégorie" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Publié" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Non Publiée" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Créer une catégorie" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Créer une collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Créer un client" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Créer une commande" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Créer un groupe de permissions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Créer produit" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Créer un bon d'achat" - }, - "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": "Aller à la commande #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Chercher dans le catalogue" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Rechercher une action" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Rechercher les clients" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Chercher dans les vues et les actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Afficher l'aide" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Chercher une commande" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "Aucun résultat" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Produit" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Oups!..." - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Quelques chose manque" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "Désolé, la page n'a pas été trouvée" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "Retourner au tableau de bord" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "Aucun résultat trouvé" - }, - "src_dot_components_dot_RowNumberSelect_dot_1154361791": { - "string": "Numéro de lignes:" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1514415736": { - "context": "save filter tab, header", - "string": "Enregistrer la recherche personnalisée " - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1556856943": { - "context": "save search tab", - "string": "Rechercher le nom" - }, - "src_dot_components_dot_SearchBar_dot_2173195312": { - "context": "button", - "string": "Supprimer recherche" - }, - "src_dot_components_dot_SearchBar_dot_2340527467": { - "string": "Filtre client" - }, - "src_dot_components_dot_SearchBar_dot_3268463180": { - "context": "button", - "string": "Sauvegarder la recherche" - }, - "src_dot_components_dot_SeoForm_dot_1324250412": { - "string": "Titre du moteur de recherche" - }, - "src_dot_components_dot_SeoForm_dot_1991321627": { - "string": "Description du moteur de recherche" - }, - "src_dot_components_dot_SeoForm_dot_3198271020": { - "context": "button", - "string": "Modifier le SEO du site web" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Prévisualisation pour moteur de recherche" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} sur {maxCharacters} caractères" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Si le champ est vide, la prévisualisation montre ce qui sera généré automatiquement." - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Ajouter la nouvelle valeur: {value}" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { - "string": "Aucun" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_4205644805": { - "string": "Aucun résultat trouvé" - }, - "src_dot_components_dot_SingleSelectField_dot_4205644805": { - "string": "Aucun résultat trouvé" - }, - "src_dot_components_dot_TableHead_dot_868570480": { - "string": "{number} objets sélectionné" - }, - "src_dot_components_dot_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "src_dot_components_dot_Timeline_dot_1359200231": { - "context": "add order note, button", - "string": "Envoyer" - }, - "src_dot_components_dot_Timeline_dot_3028189627": { - "string": "Laissez votre commentaire ici..." - }, - "src_dot_components_dot_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Déconnexion" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Paramètres du compte" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibilité" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "depuis {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publier le" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Définir la date de publication" - }, - "src_dot_components_dot_WeightRange_dot_264731940": { - "context": "weight", - "string": "de {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": "de {value} {unit}" - }, - "src_dot_components_dot_Weight_dot_2781622322": { - "context": "weight", - "string": "{value} {unit}" - }, - "src_dot_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Configuration" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Divers" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Paramètres de livraison" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Paramètres du personnel" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Paramètres du produit" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirmer" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Rafraîchir" - }, - "src_dot_continue": { - "context": "button", - "string": "Continuer" - }, - "src_dot_create": { - "context": "button", - "string": "Créer" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Clients" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "Modifier l'adresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "Ajouter une adresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Ajouter une adresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "string": "Ce client n'a aucune adresse ajoutée à son livret d'adresses. Vous pouvez ajouter une adresse en cliquant sur le bouton ci-dessous." - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameAddress": { - "context": "customer's address book, header", - "string": "Carnet d'adresses de {fullName}" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "Détails de {fullName}" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "Il n'y a pas d'adresse à afficher pour ce client" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Adresse par défaut" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Adresse de facturation par défaut" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Adresse d'envoi par défaut" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Effacer l'adresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Modifier l'adresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Définir comme adresse de facturation par défaut" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Définir comme adresse de livraison par défaut" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Informations d'adresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Adresse de livraison" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Adresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "Ce client n'a encore aucune adresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "Adresse de facturation" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "Adresse principale" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "L'adresse principale de ce client." - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Vue d'ensemble du client " - }, - "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": "Entrez une information supplémentaire concernant ce client" - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "Créer un client" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { - "context": "check to mark this account as active", - "string": "Compte utilisateur actif" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { - "context": "section subheader", - "string": "Membre actif depuis le {date}" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { - "context": "note about customer", - "string": "Note" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Informations de contact " - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Rechercher le client" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "Créer un client" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "Tous les clients" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Date de création" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { - "string": "Nombre de commandes" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "Numéro de commandes" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "Aucun client trouvé" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Email du client" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Nom du client" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { - "context": "order status", - "string": "État" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "Récentes commandes" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "Numéro de commande" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "Voir toutes les commandes" - }, - "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": "Aucune commande trouvée" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Dernière connexion" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "Dernière commande" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Historique du client" - }, - "src_dot_customers_dot_views_dot_1927691511": { - "context": "delete customer, dialog content", - "string": "Êtes-vous certain de vouloir effacer l'email {email}?" - }, - "src_dot_customers_dot_views_dot_1998583641": { - "context": "dialog header", - "string": "Supprimer le client " - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "Effacer l'adresse" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Créer un client" - }, - "src_dot_customers_dot_views_dot_3689332763": { - "string": "Êtes-vous certain de vouloir supprimer cette adresse du carnet d'adresses des utilisateurs?" - }, - "src_dot_customers_dot_views_dot_3901579344": { - "string": "Client supprimé" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Client crée" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_1932444813": { - "string": "{counter,plural,one {Êtes-vous sûr de vouloir supprimer ce client?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} clients?}}" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_2136923553": { - "context": "dialog header", - "string": "Supprimer les clients " - }, - "src_dot_dashboard": { - "string": "Tableau de bord" - }, - "src_dot_date": { - "string": "Date" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Effacer" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Description" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Réductions" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assigner une catégorie" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Catégories éligibles " - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "Aucune catégorie trouvée" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Nom de la catégorie" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Produits" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assigner des collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Collections éligibles" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "Aucune collection trouvée" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Nom de la collection" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Produits" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_1585396479": { - "context": "dialog header", - "string": "Assigner Pays" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2110418881": { - "context": "search box placeholder", - "string": "Recherchez par nom de pays" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2177165134": { - "string": "Choisissez les pays auxquels vous souhaitez que le bon d'achat soit limité dans la liste ci-dessous" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2566713432": { - "context": "search box label", - "string": "Filtrer les pays" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2747492886": { - "context": "button", - "string": "Assigner des pays" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2777439857": { - "context": "country selection", - "string": "Pays de A à Z" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Définir une date de fin" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1662220323": { - "context": "time during discount is active, header", - "string": "Dates actives" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsButton": { - "context": "button", - "string": "Assigner des produits" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Produits éligibles" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "Aucun produit trouvé" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Disponibilité" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Nom du produit" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Type du produit" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "Aucune variation trouvée" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Nom du produit" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Type du produit" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Créer une promotion" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "Nom" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Rechercher une promotion" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Créer une promotion" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "Toutes les promotions" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "Activé" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "Expiré" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { - "context": "discount type", - "string": "Montant fixe" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Pourcentage" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "Planifiée" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "Démarré" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "État" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "Type de réduction" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "Valeur" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { - "context": "sale end date", - "string": "Finit" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { - "string": "Aucune promotion trouvée" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Commence" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "Nom" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Valeur" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Nom" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Type de réduction" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Pourcentage" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Montant fixe " - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "Valeur" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Montant de réduction" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { - "context": "page header", - "string": "Créer un bon d'achat" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Définir une date de fin" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { - "context": "time during voucher is active, header", - "string": "Dates actives" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "Le bon d'achat s'applique à tous les pays" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Le bon d'achat est limité à ces pays" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "Pays" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "Catégories ({quantité})" - }, - "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": "Produits ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Code de réduction" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Générer un code" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limiter a une utilisation par client" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limiter le nombre de fois que cette réduction peut être utilisée au total " - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limite d'utilisation" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Limite d'usage" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "Tous les bons d'achats" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { - "string": "Rechercher un coupon de réduction" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { - "context": "button", - "string": "Créer un bon d'achat" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { - "context": "voucher status", - "string": "Activé" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "Expiré" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { - "context": "discount type", - "string": "Montant fixe" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Pourcentage" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "Planifiée" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Démarré" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { - "context": "voucher status", - "string": "État" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { - "context": "voucher", - "string": "Nombre d'utilisation" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "Type de réduction" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "Valeur" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "La dépense minimale" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "Finit" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "usages" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "Commence" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "Code" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Pas de bons d'achat trouvés" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Valeur" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_2746532349": { - "context": "voucher requirements, header", - "string": "Les exigences minimales " - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3069107721": { - "context": "voucher has no requirements", - "string": "Aucun" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3740704788": { - "context": "voucher requirement", - "string": "La quantité minimale d'articles " - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "La valeur minimale de commande" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "Valeur" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "La valeur minimale de commande" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "S'applique à " - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_3751756157": { - "context": "voucher value requirement", - "string": "Limite d'usage" - }, - "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": "Type de réduction" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3289659291": { - "context": "voucher discount type", - "string": "Livraison gratuite" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3688224049": { - "context": "voucher discount type", - "string": "Pourcentage" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { - "context": "voucher discount type", - "string": "Montant fixe " - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1134347598": { - "context": "column title", - "string": "Prix" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Valeur" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Montant de réduction" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Seulement une fois par commande" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Informations spécifiques du bon" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4189095909": { - "string": "Si cette option est désactivée, le solde sera compté pour tout produit éligible " - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Toute la commande" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Des produits spécifiques" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Livraison" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Promotion créée avec succès" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Promotion retirée" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Promotion retirée" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Effacer la promotion" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Désassigner les catégories aux promotions" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Êtes-vous certain de vouloir supprimer {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_2809303671": { - "context": "dialog header", - "string": "Supprimer les promotions" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_372098008": { - "context": "dialog content", - "string": "{counter,plural,one {Êtes-vous sûr de vouloir supprimer cette promotion?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} promotions?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Bon créé avec succès" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Désassigner les collections aux bons" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Désassigner les produits aux bons" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Désassigner les catégories aux bons" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Êtes-vous certain de vouloir effacer {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Supprimer le bon d'achat" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_2983742638": { - "context": "dialog content", - "string": "{counter,plural,one {Êtes-vous sûr de vouloir supprimer ce bon d'achat?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} bons d'achat?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_367317371": { - "context": "dialog header", - "string": "Supprimer les bons d'achats" - }, - "src_dot_done": { - "context": "button", - "string": "Terminé " - }, - "src_dot_draft": { - "context": "order status", - "string": "Brouillon" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Ebauches de commandes" - }, - "src_dot_drafts": { - "string": "Brouillons" - }, - "src_dot_edit": { - "context": "button", - "string": "Modifier" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "Date de fin" - }, - "src_dot_endHour": { - "string": "Heure de fin" - }, - "src_dot_error": { - "string": "Erreur" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "Prénom" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Traitée" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Client" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Note" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Modifier" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Détails" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expiré" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Détails" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Montant" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Produit" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "État" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Effacer" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Désactiver" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activer" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Produit" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Paramètres" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Accueil" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "La commande #{orderId} a été placée à partir du brouillon par {userEmail}" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_paid": { - "string": "La commande #{orderId} a été entièrement payée" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_placed": { - "string": "La commande #{orderId} a été placée" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "Aucune commande prête a être traitée" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "Aucun paiement en attente" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Nom de famille" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Gérer" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Suivant" - }, - "src_dot_no": { - "string": "Non" - }, - "src_dot_ok": { - "context": "button", - "string": "D'accord" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optionnel" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Commandes" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Annuler les commandes" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Êtes-vous sûr de vouloir annuler cette commande?} other {Êtes-vous sûr de vouloir annuler {displayQuantity} commandes?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor n'a pas pu annuler la commande" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Adresse de facturation" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Ajouter une nouvelle adresse" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "Aucun résultat trouvé" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Adresse de livraison" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "Aucune note du client " - }, - "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": "Informations de contact " - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Rechercher les clients" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "Voir profil" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "Adresse de livraison" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Client" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Même adresse que la livraison" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Utilisateur anonyme" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Adresse de facturation" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Commande #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Annuler la commande" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Ajouter" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Montant de la remise" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Montant fixe " - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Valeur invalide" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Pourcentage" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "Supprimer le brouillon de commande " - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "Êtes vous certains de vouloir supprimer le brouillon #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "Prix" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Produit" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Quantité" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "Aucun produit ajouté à la commande" - }, - "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_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Ajouter un service de livraison" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Remise" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "Aucun service de livraison applicable " - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Sous-total" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (TVA incluse)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Détails de commande" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "Ajouter des produits" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Créer la commande" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "Tous les brouillons" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Rechercher le brouillon" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Créé" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "Client" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "Aucun brouillon de commande trouvé" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "Numéro de commande" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "Client" - }, - "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": "Annuler la commande" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finaliser" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Commande" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Commande #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Articles prêts à être expédiés" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "Pas de stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Nom de produit" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "UGS (Unité de Gestion de Stock)" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Traiter" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Ajouter un suivi" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Modifier le suivi" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Remboursement" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Numéro de suivi: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Sélectionner un entrepôt" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Annuler le traitement" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Numéro de suivi" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Ajouter un code de suivi " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "L'adresse de la commande a été mise à jour" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1521936480": { - "context": "order history message", - "string": "Articles traités {quantity} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1527620381": { - "context": "order history message", - "string": "Le traitement a été annulée" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_184692906": { - "context": "order history message", - "string": "La commande a été passée" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1867847329": { - "context": "order history message", - "string": "Des liens vers les produits numériques de la commande ont été envoyés" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1964864749": { - "context": "order history message", - "string": "La commande a été créée depuis le brouillon" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2020753264": { - "context": "order history message", - "string": "La confirmation de paiement a été envoyée au client " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2027649178": { - "context": "order history message", - "string": "{quantity} articles réapprovisionnés " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2304318421": { - "context": "order history message", - "string": "La note a été ajoutée à la commande" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2369495522": { - "context": "order history message", - "string": "La confirmation de commande a été envoyée au client" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2566971846": { - "context": "order history message", - "string": "Le paiement a été annulé" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "La commande a été entièrement payée" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2770854455": { - "context": "order history message", - "string": "Le paiement a été capturé " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3081292385": { - "context": "order history message", - "string": "La confirmation de traitement a été envoyée au client" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3095247195": { - "context": "order history message", - "string": "Le brouillon de commande a été créé" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3453124210": { - "context": "order history message", - "string": "Le numéro de suivi de la livraison a été envoyé au client " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_348557206": { - "context": "order history message", - "string": "Le paiement a été remboursé" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3990160018": { - "string": "Historique de commande" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4015160303": { - "context": "order history message", - "string": "{quantity} articles survendus" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4265697648": { - "context": "order history message", - "string": "Numéro de suivi mis à jour du groupe d'exécution" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4266665081": { - "context": "order history message", - "string": "Paiement refusé " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_651019008": { - "context": "order history message", - "string": "Les détails de livraison ont été envoyés au client " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "La commande a été annulée" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "créé" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Facture" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Créer la commande" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { - "string": "Rechercher parmi les commandes..." - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { - "context": "tab name", - "string": "Toutes les commandes" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Client" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Créé" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Status du traitement" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "Paiement" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "Numéro de commande" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "Client" - }, - "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": "Aucune commande trouvée" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going to mark this order as paid." - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_4196844912": { - "context": "dialog header", - "string": "Marquer la commande comme étant payée" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_1466130374": { - "context": "dialog header", - "string": "Saisie de Paiement " - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_75546233": { - "context": "amount of refunded money", - "string": "Montant" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Êtes-vous certain de vouloir annuler ce paiement ?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Paiement nul" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "Saisie" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Montant saisi" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Remise" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} articles" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Marquer payé" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Solde exceptionnel " - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Statut du paiement" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Montant pré-autorisé" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Remboursement" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "La livraison" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "ne s'applique pas" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "ne s'applique pas" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Sous-total" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "TVA" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "TVA incluse" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Remboursement" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Bon d'achat" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "UGS {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Recherche par nom de produit, attribut, type de produit, etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Ajouter un produit" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Rechercher dans les produits" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Prix" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Produit" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Quantité" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "UGS (Unité de Gestion de Stock)" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Prix" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "Aucun produit trouvé" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produit" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Commande" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Commande #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Montant" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Remboursement" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Prix" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "Aucun produit trouvé" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produit" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Prix" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Produit" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Remplacer" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Traitées ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Non traitées" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Commande #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Paramètres" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Modifier la méthode de livraison" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Traiter" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Paiement capturé avec succès" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Le brouillon de commande a été finalisé avec succès" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Ligne de commande supprimée" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Le traitement a été mise à jour" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Ligne de commande mise à jour" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "La commande est marquée comme étant payée" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Ligne de commande ajoutée" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Commande supprimée avec succès" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note ajoutée avec succès" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Le paiement de commande annulé avec succès" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Commande mise à jour avec succès" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "La méthode de livraison a été mise à jour avec succès" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Le traitement a été annulé" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Commande brouillonne #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Commande #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Commande #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Supprimer les brouillons de commandes" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Les brouillons de commandes sont supprimés " - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Brouillon de commande créé avec succès" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Êtes-vous sûr de vouloir supprimer ce brouillon de commande?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} brouillons de commande?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Brouillon de commande créé avec succès" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "Aucun attribut trouvé" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Nom de l'attribut" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assigner un attribut" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Créer le type de page" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Désassigner" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Pages" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Créer page" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1996767833": { - "string": "Ajouter un titre et une description pour les moteurs de recherche pour rendre cette page plus facile à trouver" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { - "context": "page", - "string": "Sera visible à partir du {date}" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Caché" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Contenu" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Titre" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Créer une page" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Titre" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Visibilité" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "Aucune page trouvée" - }, - "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": "Publié" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Non Publiée" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Créer page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Nouvelle page créée avec succès" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Supprimer Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Êtes-vous certain de vouloir effacer {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Pages supprimées" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Publier" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Pages non publiées" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Êtes-vous sûr de vouloir dépublier cette page?} other {Êtes-vous sûr de vouloir dépublier {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Dépublier" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publier les pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Êtes-vous sûr de vouloir publier cette page?} other {Êtes-vous sûr de vouloir publier {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Êtes-vous sûr de vouloir supprimer cette page?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Pages publiées" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Supprimer Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Paiement totalement effectué" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Partiellement traitée" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partiellement payé" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Partiellement remboursé " - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Statut du paiement" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Groupes de permissions" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "Aucun membre trouvé" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Rechercher des membres du personnel" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Recherche par nom, email, etc ..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Activé" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "inactif" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Affecter des membres du personnel" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Annuler l'attribution des utilisateurs" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Le groupe a un accès complet au magasin" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Êtes-vous certain de vouloir effacer {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Supprimer le groupe de permissions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Le groupe a un accès complet au magasin" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Nom du groupe" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "Créer un groupe de permissions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Nom du groupe de permission" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Membres" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "Aucun groupe de permissions trouvé" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "inactif" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "Aucun membre trouvé" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Adresse e-mail" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Affecter des membres" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Activé" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Les membres du groupe" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Nom" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Annuler l'attribution des utilisateurs" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Créer une catégorie" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Groupe de permissions créé" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Désassigner" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Groupe de permission supprimé" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "authorisation." - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Nom du plugin" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { - "context": "plugin status", - "string": "État" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { - "context": "section header", - "string": "Information et statut du plugin" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "string": "Set plugin as active" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_3032939398": { - "context": "header", - "string": "Ajouter une entrée au champ d'autorisations" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_4269236107": { - "context": "header", - "string": "Modifier le champ d'autorisation" - }, - "src_dot_plugins_dot_components_dot_PluginSettings_dot_1970881031": { - "context": "section header", - "string": "Paramètres du plugin" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3352026836": { - "context": "header", - "string": "Details de {pluginName} " - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3233248823": { - "string": "Chercher dans les plugins…" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3523826683": { - "context": "tab name", - "string": "Tous les plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { - "context": "plugin filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "Aucun plugin trouvé" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Activé" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Configuration" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Désactivé" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Nom" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "src_dot_plugins_dot_views_dot_1096544448": { - "context": "header", - "string": "Supprimer le champ d'autorisation" - }, - "src_dot_plugins_dot_views_dot_955370043": { - "string": "Le plugin risque de ne plus fonctionner si vous videz ce champ. Êtes-vous sûr de vouloir continuer?" - }, - "src_dot_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Types de produit" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { - "string": "Aucun attribut trouvé" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1228425832": { - "string": "Nom de l'attribut" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assigner un attribut" - }, - "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": "Attributs du produit" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Le type du produit utilise des variantes d'attributs " - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "string": "Nom du type du produit" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { - "context": "tab name", - "string": "Tous les types de produit" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3420445375": { - "string": "Rechercher le type de produit" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3479705616": { - "context": "button", - "string": "Créer un type de produit" - }, - "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": "Expédiable" - }, - "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": "Aucun type de produit trouvé" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1211157042": { - "context": "product type", - "string": "Produit simple" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1240292548": { - "context": "tax rate for a product type", - "string": "Taxe" - }, - "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": "Nom du type" - }, - "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": "Physique" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_1325966144": { - "context": "product type shipping settings, section header", - "string": "La livraison" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2143413921": { - "context": "switch button", - "string": "Est-ce que produit est expédiable?" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2927891783": { - "string": "Utilisé pour calculer les taux pour la livraison de produits de ce type de produit quand aucun poids n'est spécifié " - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_746695941": { - "string": "Poids" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "Aucun attribut trouvé" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Nom de l'attribut" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assigner un attribut" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Attributs de la variante" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Type du produit créé avec succès" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Type du produit supprimé " - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Désassigner l'attribut de Type de produit" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Désassigner l'attribut de Type de produit" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Désassigner" - }, - "src_dot_products": { - "context": "products section name", - "string": "Produits" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Catégorie" - }, - "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": "Organisation" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Non publiée" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { - "string": "Ajouter un titre et une description pour les moteurs de recherche pour rendre cet article plus facile à trouver" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Publié" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Nom" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Recherchez par nom d'attribut" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "produits" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Créer produit" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Rechercher parmi les produits..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "Tous les produits" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Disponible" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Caché" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "En rupture de stock" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "Prix" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Quantité de stock" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "Visibilité" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visible" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "Aucun produit trouvé" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Nom" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Disponibilité" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Prix" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optionnel" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Télécharger" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Catégorie" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Collections" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organiser le produit" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "*Optionnel. Ajouter un produit à une collection aide l'utilisateur à le trouver." - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Type du produit" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "La livraison" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Poids" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "UGS (Unité de Gestion de Stock)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Nom de l'entrepôt" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Quantité" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Attribuer un entrepôt" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "TVA sur ce produit" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Taux de la taxe" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Non publiée" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { - "string": "Ajouter un titre et une description pour les moteurs de recherche pour rendre cet article plus facile à trouver" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Publié" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Créer une variante" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Attributs de la variante" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Supprimer la variante" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Enregistrer la variante" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Prix" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribut" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Sélectionnez un attribut" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Prix et UGS" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock et entreposage" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choisissez des valeurs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Sélectionner des valeurs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choisir un attribut" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Résumé" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Appliquer le prix unique à tous les UGS " - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Appliquer le stock unique par attribut à chaque UGS " - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Appliquer les prix uniques par attribut à chaque UGS " - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Appliquer le stock unique à tous les UGS " - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Suivant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Ignorer le stock pour l'instant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Créer" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Variantes créées" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "UGS (Unité de Gestion de Stock)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prix et UGS" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Précédent" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Variation" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Valeurs" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Effacer la variante" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_2297471173": { - "context": "delete product variant", - "string": "Êtes-vous certain de vouloir effacer {name}?" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "Supprimer la variante" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Variantes" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "Ajouter une variante" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "Nouvelle variante" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Caché" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Attributs de la variante" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Disponibilité" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Prix" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Prix" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Coût" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Coût de revient" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Indisponible" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Prix" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Inventaire disponible à:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Créer des variantes" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variantes" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Utiliser des variantes de produits pour les produits qui ont plusieurs versions par exemple différentes tailles ou couleurs" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "Tous les entrepôts" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventaire" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Créer une variante" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "non stocké" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "UGS (Unité de Gestion de Stock)" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Variation" - }, - "src_dot_products_dot_views_dot_1731766393": { - "context": "dialog header", - "string": "Supprimer Image" - }, - "src_dot_products_dot_views_dot_2279302139": { - "string": "Variante retirée" - }, - "src_dot_products_dot_views_dot_2362587265": { - "context": "header", - "string": "Créer une variante" - }, - "src_dot_products_dot_views_dot_2880386427": { - "string": "Êtes-vous certain de vouloir supprimer cette image?" - }, - "src_dot_products_dot_views_dot_3989383405": { - "context": "window title", - "string": "Créer une variante" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Créer produit" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "Nouveau produit" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Produit créé" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Êtes-vous sûr de vouloir supprimer ce produit?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} produits?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Supprimer produit" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Produit enlevé " - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Êtes-vous certain de vouloir effacer {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Supprimer Produit" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Supprimer variantes de produit" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Créer une variante" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Propriétés" - }, - "src_dot_readOnly": { - "string": "Saleor est en mode lecture seule. Les modifications n’ont pas été sauvegardées." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Prêt à capturer" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Prêt à traitée" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Totalement remboursé" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Supprimer" - }, - "src_dot_requiredField": { - "string": "Ce champ est requis" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Promotions" - }, - "src_dot_save": { - "context": "button", - "string": "Sauvegarder" - }, - "src_dot_savedChanges": { - "string": "Changements enregistrés " - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Envoyer" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Comptes service" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Méthodes de livraison" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Supprimer méthode d'envoi" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Prix" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Prix" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Rechercher dans les produits" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "Aucun produit ne correspond à la demande" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assigner des produits" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Nom du produit" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "Cette unité sera utilisée comme poids de livraison par défaut" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Unité du poids de la livraison " - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Nom de l'entrepôt" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Créer un nouvel entrepôt" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choisissez les pays que vous voulez ajouter à la liste des zones de livraison ci-dessous" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assigner Pays" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Pays de A à Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Chercher rapidement " - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Le reste du monde" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "Si sélectionné, cela ajoutera tous les pays non-sélectionnés aux autres zones de livraison" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Rechercher pays" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Recherchez par nom de pays" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Pays" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Créer nouvelle zone d'envoi" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": " Actuellement, aucun pays n'est affecté à cette zone de livraison" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Pays" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": " Actuellement, aucun pays n'est affecté à cette zone de livraison" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} sur {maxCharacters} caractères" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Shipping zone name" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Ajouter" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "La livraison" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "La livraison" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Prix" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Créer le taux" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Fourchette de valeurs" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "Aucun taux de livraison trouvé" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Taux basés sur le prix" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Fourchette de poids" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Taux basés sur le poids" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "Nom" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Ajouter un nouvel entrepôt" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Sélectionner un entrepôt" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Paramètres" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "La livraison" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Livraison par zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Créer une zone de livraison" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "Pays" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Nom" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "Aucune zone de livraison trouvée" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "src_dot_shipping_dot_views_dot_1005071028": { - "string": "Êtes-vous certain de vouloir supprimer {shippingZoneName} de la zone de livraison?" - }, - "src_dot_shipping_dot_views_dot_1010705153": { - "context": "dialog header", - "string": "Supprimer zone d'envoi" - }, - "src_dot_shipping_dot_views_dot_1711385401": { - "context": "dialog header", - "string": "Supprimer zones d'envoi" - }, - "src_dot_shipping_dot_views_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Êtes-vous sûr de vouloir supprimer cette zone de livraison?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} zones de livraison?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Désassigner" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Supprimer zone d'envoi" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Afficher" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Paramètres du site" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Le nom de votre magasin est affiché sur l'onglet de votre navigateur web" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Nom de votre magasin" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "La description du magasin est affichée dans la barre des tâches après le nom de votre magasin" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Information du magasin " - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Informations sur votre entreprise" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "string": "Ceci sont des informations générales à propos de votre boutique. Ils définissent l'adresse de votre boutique et ce qui est affiché dans la barre d'adresse du navigateur." - }, - "src_dot_somethingWentWrong": { - "string": "Saleor a rencontré un problème inattendu " - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Membres du personnel" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Inviter le membre du personnel " - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Envoyer une invitation" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Droits" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "L'utilisateur est activé" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "Tous les membres du personnel" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_61043583": { - "string": "Rechercher un membre du personnel" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_797461521": { - "context": "button", - "string": "Inviter le membre du personnel" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Activé" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Désactivé" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "État" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { - "context": "staff member status", - "string": "inactif" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": "Adresse e-mail" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Activé" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "Aucun membre du personnel trouvé" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "Nom" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "Nouveau mot de passe" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "Le nouveau mot de passe doit contenir au moins 8 caractères" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "Modification de votre mot de passe" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Mot de passe précédent" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "Vous devriez changer votre mot de passe tous les mois pour améliorer la sécurité." - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "Modifier votre mot de passe" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "Mot de passe" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "Changer cette valeur modifiera la langue du tableau de bord" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "Veuillez noter que, bien que toutes les monnaies et paramètres de dates soit disponibles, les traductions de l'interface ne sont que partiellement complètes." - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { - "string": "Langue souhaitée" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { - "context": "section header", - "string": "Paramètres" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_1473195966": { - "context": "avatar change button", - "string": "Modifier" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Information sur le membre du personnel" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Effacer" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "Supprimer l'utilisateur du personnel " - }, - "src_dot_staff_dot_views_dot_3945766678": { - "string": "Êtes-vous certain de vouloir effacer l'avatar de {email}?" - }, - "src_dot_staff_dot_views_dot_701332676": { - "context": "dialog header", - "string": "Supprimer l'avatar du membre du staff" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "Êtes-vous certain de vouloir supprimer {email} des membres du staff?" - }, - "src_dot_startDate": { - "string": "Date de commencement " - }, - "src_dot_startHour": { - "string": "Heure du commencement" - }, - "src_dot_status": { - "string": "État" - }, - "src_dot_summary": { - "string": "Résumé" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "TVA" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "TVA" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "Aucun pays trouvé" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Taux de taxe réduit " - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Code du pays" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "Nom du pays" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "Catégorie" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Taux de la taxe" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Taux de la taxe en {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "Aucune catégorie de taxe réduite trouvée" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Tous les prix de produits incluent la TVA" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Afficher les prix bruts aux clients dans la boutique" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Appliquer la TVA sur les frais de livraison" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_3375540052": { - "context": "button", - "string": "Chercher les taxes" - }, - "src_dot_taxes_dot_views_dot_2411670026": { - "string": "Les taux de taxes ont bien été rapatriés" - }, - "src_dot_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Attributs" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Traductions" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1308081812": { - "string": "{numberOfFields} traductions, {numberOfTranslatedFields} prêtes" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1348655672": { - "string": "Chaîne originale" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_2481190613": { - "string": "Traduction" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_363646127": { - "context": "button", - "string": "Jeter" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_3793796047": { - "string": "Encore aucune traduction" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_2642976392": { - "string": "Nom de l'attribut" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Valeur {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Valeurs" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Nom de la catégorie" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "Description pour moteur de recherche" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Traduction de la catégorie \"{categoryName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { - "string": "Titre pour moteur de recherche" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { - "string": "Prévisualisation pour moteur de recherche" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { - "string": "Description pour moteur de recherche" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { - "string": "Titre pour moteur de recherche" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { - "string": "Nom de la collection" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3055443821": { - "context": "header", - "string": "Traduction Collection \"{collectionName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3468022343": { - "string": "Prévisualisation pour moteur de recherche" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1163855804": { - "string": "Langues" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { - "string": "Collections" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Traductions à {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Produits" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Pages" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Catégories" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Méthodes d'expédition" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Attributs" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Promotions" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Bons d'achats" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} de {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "Aucune entité traduisible trouvée" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "Traduction complétées" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "Nom" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Langues" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "Aucune langue trouvée" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Langue" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Contenu" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Description pour moteur de recherche" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Titre pour moteur de recherche" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Traduction Page \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Prévisualisation pour moteur de recherche" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Titre de page" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Description pour moteur de recherche" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Titre pour moteur de recherche" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Nom du produit" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Traduction Produit \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "Description" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Prévisualisation pour moteur de recherche" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_3731955064": { - "context": "header", - "string": "Traduction Promotion \"{saleName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_898281424": { - "string": "Nom de la promotion" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Description" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Nom" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2447510181": { - "context": "header", - "string": "Traduction Bon \"{voucherName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2599922713": { - "string": "Nom du bon d'achat" - }, - "src_dot_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Annuler" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Non traitées" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Non payé" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Télécharger une image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Seuls les membres du personnel peuvent être affectés" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "Tous les attributs doivent avoir une valeur" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "L'adresse de facturation n'est pas définie" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Les paiements manuels ne peuvent pas être rembousés" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": " Seuls les paiements pré-autorisés peuvent être annulés" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Seuls les paiements pré-autorisés peuvent être saisis " - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Valeur invalide" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Mot de passe incorrect" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "La méthode de livraison est invalide pour l'addresse de livraison choisie" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "Les UGSs doivent être uniques" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Le slug doit être unique pour chaque entrepôt" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "Ce mot de passe est trop couramment utilisé" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "Ce mot de passe est trop court" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "Ces mots de passe sont trop similaires" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "Cela doit être unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Erreur inconnue" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "Cette variante n'a pas de contenu numérique" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "Cette variante existe déjà" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Bons d'achats" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Entrepôts" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Informations d'adresse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Créer un entrepôt" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Etes-vous sûr que vous voulez supprimer {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Supprimer l'entrepôt" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Informations d'adresse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Nom de l'entrepôt" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Rechercher entrepôt" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "Tous les entrepôts" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Créer un entrepôt" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Zones d'expédition" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "Aucun entrepôt trouvé" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Nom" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "Cet entrepôt n'a aucune zone de livraison assignée." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Paramètres" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Créer un entrepôt" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Voulez-vous vraiment supprimer ce webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Êtes-vous certain de vouloir effacer {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Supprimer le Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Détails du Webhook sans nom" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Créer un Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "Détails pour {webhookName}" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Événements" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input help text", - "string": "La clé secrète est utilisée pour créer une signature de hachage pour chaque transfert de données. *Champ optionnel" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrl": { - "context": "webhook input label", - "string": "URL cible" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "Cette URL recevra des requêtes Webhook de type POST" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Information sur le Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Nom du Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Le Webhook est actif" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "Si vous voulez désactiver ce Webhook décochez la case ci-dessous." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Status du Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Détails du Webhook sans nom" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Créer un Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "Détails pour {webhookName}" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "Aucun Webhook n’a été trouvé" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Créer un Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Webhook sans nom" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Nom" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Créer un Webhook" - }, - "src_dot_yes": { - "string": "Oui" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Alloué" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Quantité" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Désassigner" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Désassigner" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Désassigner" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Annuler la commande"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Caché"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Déterminer les attributs utilisés pour créer les types de produits "},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Définir comment les utilisateurs peuvent naviguer dans votre magasin"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Gérez vos groupes de permissions et leurs permissions"},"n0RwMK":{"string":"Définir les types de produits vendu"},"zxs6G3":{"string":"Gérer les moyens de livraisons"},"5BajZK":{"string":"Visualiser et mettre à jour les paramètres de votre site "},"RQUkVW":{"string":"Gérer vos employés et leurs permissions"},"EIULpW":{"string":"Gérer les taxes de votre magasin"},"5RmuD+":{"string":"Gérez et mettez à jour les informations de votre entrepôt"},"m19JfL":{"string":"Visualiser et mettre à jour vos plugins et leurs paramètres "},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"montant de la remise"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Montant fixe"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Activité"},"wWTUrM":{"string":"Aucune activité trouvée"},"zWgbGg":{"string":"Aujourd'hui"},"By5ZBp":{"context":"header","string":"Bonjour, {userName}"},"aCX8rl":{"context":"subheader","string":"Voici les informations que nous avons réunies à propos de votre magasin"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {Un commandé} other {{amount} commandés}}"},"rr8fyf":{"context":"header","string":"Produits phares"},"Q1Uzbb":{"string":"Aucun produit trouvé"},"6L6Fy2":{"context":"header","string":"Avertissement"},"5LRkEs":{"string":"Le nouveau tableau de bord et l'API GraphQL sont des logiciels de qualité."},"G7mu0y":{"string":"L'API GraphQL est de qualité bêta. Elle n'est pas complétement optimisée et certaines mutations ou requêtes peuvent être manquantes."},"QBxN6z":{"context":"is filter range or value","string":"entre"},"I+UwqI":{"context":"is filter range or value","string":"égal à"},"0OtaXa":{"context":"dialog header","string":"Créer menu"},"jhh/D6":{"string":"Le titre du menu"},"G/SYtU":{"string":"Êtes-vous certain de vouloir supprimer le menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Supprimer le menu"},"E54eoT":{"string":" La création de la structure de navigation se fait par glisser-déposer. Créez simplement un nouvel élément de menu, puis faites-le glisser à sa place. Vous pouvez déplacer des éléments les uns dans les autres pour créer une arborescence et faire glisser les éléments de haut en bas pour créer une hiérarchie."},"H3Uirw":{"context":"create new menu item, header","string":"Ajouter un article"},"fzDI3A":{"context":"add link to navigation","string":"Lien vers: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Modifier l'objet"},"Urh2N3":{"context":"label","string":"Lien hypertexte"},"28GZnc":{"string":"Commencez à taper pour débuter la recherche..."},"0Vyr8h":{"context":"menu item name","string":"Nom"},"Uf3oHA":{"context":"add new menu item","string":"Créer un nouvel article"},"dEUZg2":{"context":"header","string":"Les objets du menu"},"WwZfNK":{"string":"Ajouter un élément pour commencer la création du menu"},"ugnggZ":{"string":"Menu créé"},"bj1U23":{"string":"Êtes-vous certain de vouloir effacer {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Êtes-vous sûr de vouloir supprimer ce menu?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Supprimer les menus"},"OwG/0z":{"string":"Le menu est supprimé"},"0nL1D6":{"context":"number of menu items","string":"Article"},"DWs4ba":{"string":"Aucun menu trouvé"},"JXRYQg":{"context":"button","string":"Créer menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Non publiée"},"YI6Fhj":{"context":"no address is set in draft order","string":"Pas défini"},"PX2zWy":{"context":"customer is not set in draft order","string":"Pas défini"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Pas défini"},"5Jo3C5":{"context":"vat not included in order price","string":"ne s'applique pas"},"BftZHy":{"context":"window title","string":"Créer le type de page"},"W5SK5c":{"string":"Sélectionnez le type de contenu"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Disponible à l'achat"},"KupNHw":{"context":"product field","string":"Catégorie"},"jxoMLL":{"context":"product field","string":"Collections"},"YVIajc":{"context":"product field","string":"Description"},"W8i2Ez":{"context":"product field","string":"Nom"},"6y+k8V":{"context":"product field","string":"Images du produit"},"7JAAul":{"context":"product field","string":"Exporter le poids du produit"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Images de la variante"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventaire"},"SSWFo8":{"context":"window title","string":"Créer un type de produit"},"bq1eEx":{"context":"header","string":"Créer un type de produit"},"mUb8Gt":{"context":"section header","string":"TVA"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Prix"},"vuKrlW":{"string":"Stock"},"ABgQcF":{"context":"variant stock, header","string":"Stock"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Entrepôts"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Publié"},"ppLwx3":{"context":"number of categories","string":"Catégories ({quantité})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Produits ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Êtes-vous certain de vouloir effacer {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Êtes-vous certain de vouloir effacer {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Entrepôt"},"skPoVe":{"context":"button","string":"J'accepte"},"Y7UlMR":{"context":"app extensions subsection","string":"Applications"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Applications"},"D/+84n":{"context":"snackbar text","string":"L'application est active"},"USO8PB":{"context":"snackbar text","string":"Application désactivée"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activer"},"W+AFZY":{"context":"button label","string":"Désactiver"},"yMi8I8":{"context":"dialog header","string":"Désactiver App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Supprimer l'application"},"6hLZNA":{"context":"delete app","string":"Êtes-vous sûr de vouloir supprimer cette application?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Désactiver"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activer"},"VsGcdP":{"context":"section header","string":"Permissions de l'application"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"Il y a un problème avec l'application."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Retour à la page d'acceuil"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Installer l'application"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"A Propos"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Ré-essayer"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installation de l'application..."},"D4nzdD":{"context":"checkbox label","string":"Donner tous les accès au magasin pour cette application"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Créer une nouvelle application"},"Kxiige":{"string":"Clé d'accès générée"},"DGCzal":{"string":"Cette clé vous donne accès à l'API de votre magasin et vous la trouverez là: {url}"},"r86alc":{"context":"button","string":"Copié"},"HVFq//":{"context":"button","string":"Copier la clé d'accès"},"ixjvkM":{"string":"Nous avons créé votre clé d'accès par défaut. Assurez-vous de copier votre nouvelle clé d'accès personnelle maintenant. Vous ne pourrez plus la voir ensuite. "},"imYxM9":{"context":"header","string":"Informations de l'application"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Clé"},"bsP4f3":{"string":"Aucune clé d'accès trouvée"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Créer une clé d'accès"},"0DRBjg":{"string":"Note de la clé d'accès"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Créer une application"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Désactivé"},"TBaMo2":{"context":"about app","string":"A Propos"},"9tgY4G":{"context":"apps content","string":"Vous n'avez aucune application installée sur votre dashboard"},"ZeD2TK":{"context":"section header","string":"Applications tierces"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Le Marketplace sera bientôt disponible"},"wxFwUW":{"context":"marketplace button","string":"Visiter le Marketplace"},"LATpSE":{"context":"marketplace content","string":"Découvrez des applications gratuites et payantes dans notre Marketplace Saleor"},"k0rGBI":{"string":"Les clés d'accès sont utilisées pour authentifier les comptes service "},"t9a9GQ":{"string":"Vous avez créé une clé d'accès. Assurez-vous de copier votre nouvelle clé d'accès personnelle maintenant. Vous ne pourrez plus la voir ensuite. "},"T5nU7u":{"context":"header","string":"Créer une clé d'accès"},"isM94c":{"context":"create service token, button","string":"Créer"},"quV5zH":{"context":"dialog title","string":"Supprimer la clé d'accès"},"2VSP8C":{"context":"delete token","string":"Êtes-vous certain de vouloir supprimer la clé d'accès {token}?"},"ac+Y98":{"context":"app settings error","string":"Impossible de recevoir les paramètres de l'application"},"2cjt25":{"context":"window title","string":"Installer l'application"},"5t/4um":{"context":"message title","string":"Impossible d'installer {name}"},"0fM/pV":{"context":"message title","string":"Application installée"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"L'application a été supprimée"},"agZQkB":{"context":"window title","string":"Créer une application"},"oiuwOl":{"context":"button","string":"Affecter"},"l2oVCF":{"context":"attributes section name","string":"Attributs"},"eWV760":{"string":"L'attribut avec ce slug existe déjà"},"J/QqOI":{"string":"Cette valeur existe déjà dans cet attribut"},"lG/MDw":{"context":"dialog content","string":"{counter,plural,one {Êtes-vous sûr de vouloir supprimer cet attribut?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} attributs?}}"},"rKf4LU":{"context":"dialog title","string":"Supprimer les attributs"},"JI2Xwp":{"context":"dialog title","string":"Supprimer l'attribut"},"h1rPPg":{"context":"dialog content","string":"Êtes-vous certain de vouloir supprimer {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Localité"},"xOEZjV":{"context":"attribute's label","string":"Label par défaut"},"P79U4b":{"context":"attribute's slug short code label","string":"Code d'attribut"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"Ceci est utilisé en interne. Assurez-vous de ne pas utiliser d'espaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Date"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Menu déroulant"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Fichier"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Type d'entrée de catalogue pour le propriétaire de magasin"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Sélection multiple"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Pages"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Produits"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Valeur requise"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Poids"},"dKPMyh":{"context":"tab name","string":"Tous les attributs"},"IGvQ8k":{"context":"button","string":"Créer un attribut"},"1div9r":{"string":"Rechercher l'attribut"},"PsRG+v":{"context":"use attribute in filtering","string":"Filtrable dans la boutique"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variantes uniquement"},"HQR2y0":{"context":"attribute value is required","string":"Valeur requise"},"cvbqJu":{"context":"attribute","string":"Visible sur la page des produits de la boutique "},"ztQgD8":{"string":"Aucun attribut trouvé"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Cherchable"},"oJkeS6":{"string":"Code d'attribut"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Label par défaut"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organisation"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Créer nouvel attribut"},"jswILH":{"context":"add attribute as column in product list table","string":"Ajouter à la colonne Options "},"AzMSmb":{"context":"caption","string":"Si activé, cet attribut peut être utilisé entant que colonne dans la table de produit"},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Propriété du tableau de bord"},"RH+aOF":{"context":"use attribute in filtering","string":"Utiliser dans le filtrage "},"Q9wTrz":{"context":"caption","string":"Si activé, vous pourrez utiliser cet attribut pour filtrer les produits dans la liste des produits"},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Propriétés de la boutique"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position dans la navigation à facettes"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Photo"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Êtes-vous certain de vouloir supprimer la valeur \"{name}\"?"},"WWV8aZ":{"context":"dialog title","string":"Supprimer la valeur d'attribut"},"no3Ygn":{"string":"Êtes-vous certain de vouloir supprimer la valeur \"{name}\"? Si vous la supprimez, vous ne pourrez l'assigner à aucun autre produit avec l'attribut \"{attributeName}\"."},"XYhE8p":{"context":"edit attribute value","string":"Modifier la valeur"},"PqMbma":{"context":"add attribute value","string":"Ajouter une valeur"},"UhcALJ":{"context":"attribute name","string":"Nom"},"H60H6L":{"context":"attribute values list: name column header","string":"Vue par défaut du magasin"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"Aucune valeur trouvée"},"J3uE0t":{"context":"section header","string":"Valeurs de l'attribut"},"+iVKR1":{"context":"assign attribute value button","string":"Assigner valeur"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Attribut créé avec succès"},"7H2D5m":{"context":"attribute value deleted","string":"Valeur supprimée "},"V/VAHG":{"string":"Attribut supprimé"},"xVn5B0":{"context":"added new attribute value","string":"La nouvelle valeur a été ajoutée"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributs supprimés avec succès"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"S'enregistrer"},"5sg7KC":{"string":"Mot de passe"},"3tbL7x":{"context":"description","string":"Mot de passe oublié ?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Désolé, votre pseudo et/ou mot-de-passe sont incorrects. Merci d'essayer à nouveau."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Nouveau mot de passe"},"S22jIs":{"context":"button","string":"Définir un nouveau mot-de-passe"},"vfG+nh":{"string":"Confirmer le mot de passe"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Les mots de passe ne correspondent pas"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Réinitialiser le mot de passe"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Retour à la connexion "},"2ob30/":{"string":"Réussi! Dans quelques minutes vous recevrez un message avec les instructions pour redéfinir votre mot-de-passe."},"C0JLNW":{"string":"L'adresse e-mail fournie n'existe pas dans notre base de données. "},"hOxIeP":{"string":"Disponibilité"},"0OfZJA":{"context":"button","string":"Retour"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Annuler"},"dOQB9o":{"context":"payment status","string":"Annulé"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalogue"},"sK1FPw":{"context":"categories section name","string":"Catégories"},"DP6b8U":{"context":"section header","string":"Image de fond (optionnelle)"},"0iMYc+":{"context":"field is optional","string":"(Optionnel)"},"cgsY/X":{"context":"page header","string":"Créer nouvelle catégorie"},"wQdR8M":{"string":"Ajouter un titre et une description pour les moteurs de recherche pour rendre cette catégorie plus facile à trouver"},"xo5UIb":{"context":"dialog title","string":"Effacer la catégorie"},"dJQxHt":{"context":"delete category","string":"Êtes-vous certain de vouloir effacer #{categoryName}?"},"vEYtiq":{"string":"Nom de la catégorie"},"8HRy+U":{"string":"Description de la catégorie"},"vof5TR":{"context":"button","string":"Créer une catégorie"},"JiXNEV":{"string":"Rechercher la catégorie"},"vy7fjd":{"context":"tab name","string":"Toutes les catégories"},"dM86a2":{"string":"Aucune catégorie trouvée"},"rrbzZt":{"string":"Aucune sous-catégorie trouvée"},"BHQrgz":{"context":"number of subcategories","string":"Sous catégories"},"k8ZJ5L":{"context":"number of products","string":"Numéro des produits"},"VQLIXd":{"context":"product","string":"Nom"},"x/pIZ9":{"context":"button","string":"Ajouter un produit"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Produits dans {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Sous catégories"},"V+fkAO":{"context":"number of products in category","string":"Produits"},"NivJal":{"context":"section header","string":"Toutes les sous-catégories"},"UycVMp":{"context":"button","string":"Créer une sous-catégorie "},"Irflxf":{"context":"window title","string":"Créer une catégorie"},"7l5Bh9":{"string":"{counter,plural,one {Êtes-vous sûr de vouloir supprimer ce produit?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} produits?}}"},"xl7Fag":{"string":"Date de création de la catégorie"},"Pp/7T7":{"string":"{counter,plural,one {Êtes-vous sûr de vouloir supprimer cette catégorie?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} catégories?}}"},"HvJPcU":{"string":"Catégorie supprimée"},"KCjd1o":{"context":"dialog title","string":"Effacer les produits"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Souvenez-vous que cela va aussi supprimer tous les produits assignés à cette catégorie."},"sG0w22":{"context":"dialog title","string":"Supprimer les catégories"},"xRkj2h":{"string":"Êtes-vous certain de vouloir effacer #{categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Disponibilité"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"inactif"},"+tIkAe":{"context":"status","string":"État"},"MHVglr":{"context":"deactivate","string":"Désactiver"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Activé"},"MQwT1W":{"context":"activate","string":"Activer"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Effacer"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Collections"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"Caché"},"Rj8LxK":{"string":"Ajouter un titre et une description pour les moteurs de recherche pour rendre cette collection plus facile à trouver"},"Fxa6xp":{"context":"page header","string":"Ajouter une collection "},"/WXs6H":{"context":"collection name","string":"Nom"},"G4g5Ii":{"context":"tab name","string":"Toutes les collections"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Créer une collection"},"9eC0MZ":{"context":"collection","string":"Caché"},"lL3YJO":{"context":"collection","string":"Publié"},"Yw+9F7":{"string":"Aucune collection trouvée"},"mWQt3s":{"string":"Numéro des produits"},"VZsE96":{"string":"Nom de la collection"},"UxdBmI":{"context":"collection availability","string":"Disponibilité"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Disponibilité"},"/dnWE8":{"context":"products in collection","string":"Produits dans {name}"},"scHVdW":{"context":"button","string":"Assigner un produit"},"6AMFki":{"context":"product name","string":"Nom"},"Q8wHwJ":{"string":"Collection supprimée"},"56vUeQ":{"string":"Le produit a été ajouté à la collection"},"MxhVZv":{"string":"Êtes-vous certain de vouloir supprimer l'image de collection?"},"AulH/n":{"string":"{counter,plural,one {Êtes-vous sûr de vouloir dé-assigner ce produit?} other {Êtes-vous sûr de vouloir dé-assigner {displayQuantity} produits?}}"},"WW+Ruy":{"string":"Le produit est supprimé de la collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Désassigner les produits à la collection"},"pVFoOk":{"string":"Êtes-vous certain de vouloir effacer #{collectionName}?"},"ttMauu":{"context":"window title","string":"Créer une collection"},"+wpvnk":{"context":"dialog title","string":"Supprimer Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Désassigner"},"fzk04H":{"context":"dialog title","string":"Effacer l'image"},"yT5zvU":{"string":"{counter,plural,one {Êtes-vous sûr de vouloir supprimer cette collection?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Effacer les collections"},"C7eDb9":{"string":"Groupes de permissions"},"Fbr4Vp":{"context":"dialog header","string":"Droits"},"6cS4Rd":{"context":"card section description","string":"Permissions disponibles"},"MVU6ol":{"context":"exceeded permissions description","string":"Les permissions de ce groupe dépassent les vôtres. Vous ne pouvez gérer que les permissions dont vous disposez."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Pays"},"O95R3Z":{"string":"Téléphone"},"B52Em/":{"string":"Ligne d'adresse 1"},"TE4fIS":{"string":"Ville"},"oYGfnY":{"string":"ZIP / Code Postal"},"oQY0a2":{"string":"Ligne d'adresse 2"},"9YazHG":{"string":"Entreprise"},"AuwpCm":{"string":"Région du pays"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"Aucun résultat trouvé"},"fP9FXB":{"context":"input label","string":"Rechercher les attributs"},"auxEP1":{"context":"input placeholder","string":"Recherchez par nom d'attribut"},"QM9P8G":{"context":"dialog header","string":"Assigner Attribut"},"ylobu9":{"context":"assign reference to product, button","string":"Affecter"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Rechercher la catégorie"},"sf6FMK":{"context":"dialog search placeholder","string":"Recherchez par nom de catégorie, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assigner Collection"},"f0hXz4":{"context":"dialog header","string":"Rechercher la collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Recherchez par nom de collection, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Rechercher dans les produits"},"SHm7ee":{"string":"Recherche par nom de produit, attribut, type de produit, etc..."},"dTCDMn":{"context":"dialog header","string":"Assigner Produit"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"UGS {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributs"},"3ukd9/":{"context":"attributes, section header","string":"Attributs"},"j8PV7E":{"context":"attribute values","string":"Valeurs"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Valeur"},"jHJmjf":{"string":"Aucun résultat"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Disponibilité"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Gérer"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"depuis {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publier le"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Définir la date de publication"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Publié"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"État"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Réinitialiser "},"62Ywh2":{"context":"number of countries","string":"{number} Pays"},"zZCCqz":{"context":"button","string":"Assigner des pays"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Supprimer recherche"},"UaYJJ8":{"string":"Êtes-vous certain de vouloir effacer la tabulation de recherche {name}?"},"LmKz3g":{"string":"Boutique"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Erreur"},"9mGA/Q":{"context":"button linking to dashboard","string":"Tableau de bord"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Supprimer recherche"},"qIgdO6":{"string":"Filtre client"},"DEa1T1":{"context":"button","string":"Sauvegarder la recherche"},"zSOvI0":{"string":"Filtres"},"HnVtSS":{"context":"search","string":"Aucun résultat"},"PLCwT/":{"context":"search results","string":"Afficher plus"},"FNpv6K":{"context":"button","string":"Filtres"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"et"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Sauvegarder les modifications"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Déplacer les images ici pour les télécharger"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Valeur"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Champ"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"à {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"de {money}"},"U2WgwW":{"context":"add custom select input option","string":"Ajouter la nouvelle valeur: {value}"},"hX5PAb":{"string":"Aucun résultat trouvé"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Numéro de commande"},"NqxvFh":{"context":"navigator placeholder","string":"Exécutez une action"},"TpPx7V":{"context":"navigator placeholder","string":"Rechercher le client"},"4gT3eD":{"context":"navigator section header","string":"Chercher un client"},"BooQvo":{"context":"navigator placeholder","string":"Appuyez sur {key} pour voir les actions disponibles"},"AOI4LW":{"context":"navigator placeholder","string":"Chercher dans le catalogue"},"YYkkhx":{"context":"navigator section header","string":"Naviguer vers"},"EM+30g":{"context":"navigator notification","string":"La nouvelle fonctionnalité pour vous aider dans vos tâches quotidiennes. Lancez le navigateur en utilisant le raccourci {keyboardShortcut}."},"me585h":{"context":"navigator section header","string":"Actions rapides"},"Gxm7Qx":{"context":"navigator notification title","string":"La navigateur est là pour vous aider"},"ccXLVi":{"string":"Catégorie"},"phAZoj":{"string":"Collection"},"M1uijW":{"context":"collection","string":"Non Publiée"},"CjSRT1":{"context":"button","string":"Créer une catégorie"},"VdDcxc":{"context":"button","string":"Créer une collection"},"QooeI/":{"context":"button","string":"Créer un client"},"cfQf0w":{"context":"button","string":"Créer une commande"},"V1mqpZ":{"context":"button","string":"Créer un groupe de permissions"},"JFmOfi":{"context":"button","string":"Créer produit"},"y9cvqE":{"context":"button","string":"Créer un bon d'achat"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Aller à la commande #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Chercher dans le catalogue"},"3TlhJS":{"context":"navigator command mode description","string":"Rechercher une action"},"DHBlFi":{"context":"navigator customer mode description","string":"Rechercher les clients"},"Xel9C+":{"context":"navigator default mode description","string":"Chercher dans les vues et les actions"},"iAvKNf":{"context":"navigator help mode description","string":"Afficher l'aide"},"usSkzP":{"context":"navigator order mode description","string":"Chercher une commande"},"k8bltk":{"string":"Aucun résultat"},"x/ZVlU":{"string":"Produit"},"yH56V+":{"string":"Oups!..."},"bj6pTd":{"string":"Quelques chose manque"},"nRiOg+":{"string":"Désolé, la page n'a pas été trouvée"},"95oJ5d":{"context":"button","string":"Retourner au tableau de bord"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"Numéro de lignes:"},"liLrVs":{"context":"save filter tab, header","string":"Enregistrer la recherche personnalisée "},"QcIFCs":{"context":"save search tab","string":"Rechercher le nom"},"w2Cewo":{"string":"Titre du moteur de recherche"},"CXTIq8":{"string":"Description du moteur de recherche"},"s5Imt5":{"context":"button","string":"Modifier le SEO du site web"},"TGX4T1":{"string":"Prévisualisation pour moteur de recherche"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} sur {maxCharacters} caractères"},"s/sTT6":{"string":"Si le champ est vide, la prévisualisation montre ce qui sera généré automatiquement."},"450Fty":{"string":"Aucun"},"qu/hXD":{"string":"{number} objets sélectionné"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Envoyer"},"3evXPj":{"string":"Laissez votre commentaire ici..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Déconnexion"},"X8+Lpa":{"context":"button","string":"Paramètres du compte"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Visibilité"},"qMB6d2":{"context":"weight","string":"de {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"de {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Configuration"},"YZl6cv":{"string":"Divers"},"gTr0qE":{"string":"Paramètres de livraison"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Paramètres du personnel"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Paramètres du produit"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirmer"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Rafraîchir"},"Rjs1CD":{"context":"button","string":"Continuer"},"H5NKfr":{"context":"button","string":"Créer"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Clients"},"gQGUsN":{"context":"dialog title","string":"Modifier l'adresse"},"W0kQd+":{"context":"dialog title","string":"Ajouter une adresse"},"rjy9/k":{"context":"button","string":"Ajouter une adresse"},"kErneR":{"string":"Ce client n'a aucune adresse ajoutée à son livret d'adresses. Vous pouvez ajouter une adresse en cliquant sur le bouton ci-dessous."},"n5vskv":{"context":"customer's address book, header","string":"Carnet d'adresses de {fullName}"},"MpR4zK":{"context":"customer details, header","string":"Détails de {fullName}"},"y/UWBR":{"string":"Il n'y a pas d'adresse à afficher pour ce client"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Adresse par défaut"},"VyzsWZ":{"string":"Adresse de facturation par défaut"},"nLML8Y":{"string":"Adresse d'envoi par défaut"},"puikeb":{"context":"button","string":"Effacer l'adresse"},"w+8BfK":{"context":"button","string":"Modifier l'adresse"},"hLOEeb":{"context":"button","string":"Définir comme adresse de facturation par défaut"},"+7OsyM":{"context":"button","string":"Définir comme adresse de livraison par défaut"},"BfJGij":{"context":"header","string":"Informations d'adresse"},"Zd3Eew":{"context":"subsection header","string":"Adresse de livraison"},"bHdFph":{"context":"subsection header","string":"Adresse"},"3d1RXL":{"string":"Ce client n'a encore aucune adresse"},"biVFKU":{"context":"subsection header","string":"Adresse de facturation"},"jGGnSZ":{"context":"page header","string":"Adresse principale"},"wNQzS/":{"string":"L'adresse principale de ce client."},"fjPWOA":{"context":"header","string":"Vue d'ensemble du client "},"qNcoRY":{"context":"notes about customer header","string":"Notes"},"uUQ+Al":{"context":"note about customer","string":"Note"},"w3sGrD":{"string":"Entrez une information supplémentaire concernant ce client"},"N76zUg":{"context":"page header","string":"Créer un client"},"+NUzaQ":{"context":"check to mark this account as active","string":"Compte utilisateur actif"},"MjUyhA":{"context":"section subheader","string":"Membre actif depuis le {date}"},"SMakqb":{"context":"customer contact section, header","string":"Informations de contact "},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Rechercher le client"},"QLVddq":{"context":"button","string":"Créer un client"},"xQK2EC":{"context":"tab name","string":"Tous les clients"},"icz/jb":{"context":"customer","string":"Date de création"},"fhksPD":{"string":"Nombre de commandes"},"E8VDeH":{"string":"Numéro de commandes"},"FpIcp9":{"string":"Aucun client trouvé"},"97l2MO":{"string":"Email du client"},"Gr1SAu":{"string":"Nom du client"},"pURrk1":{"context":"order status","string":"État"},"1LiVhv":{"context":"section header","string":"Récentes commandes"},"nTF6tG":{"context":"number of order","string":"Numéro de commande"},"3+990c":{"context":"button","string":"Voir toutes les commandes"},"ri3kK9":{"context":"order placement date","string":"Date"},"taX/V3":{"context":"order total amount","string":"Total"},"RlfqSV":{"string":"Aucune commande trouvée"},"FNAZoh":{"string":"Dernière connexion"},"HMD+ib":{"string":"Dernière commande"},"e7Nyu7":{"context":"section header","string":"Historique du client"},"2p0tZx":{"context":"delete customer, dialog content","string":"Êtes-vous certain de vouloir effacer l'email {email}?"},"ey0lZj":{"context":"dialog header","string":"Supprimer le client "},"qLOBff":{"context":"dialog header","string":"Effacer l'adresse"},"nX2pCU":{"context":"window title","string":"Créer un client"},"/kWzY1":{"string":"Êtes-vous certain de vouloir supprimer cette adresse du carnet d'adresses des utilisateurs?"},"PXatmC":{"string":"Client supprimé"},"ftcHpD":{"string":"Client crée"},"N2SbNc":{"string":"{counter,plural,one {Êtes-vous sûr de vouloir supprimer ce client?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} clients?}}"},"q8ep2I":{"context":"dialog header","string":"Supprimer les clients "},"hzSNj4":{"string":"Tableau de bord"},"P7PLVj":{"string":"Date"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Effacer"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Description"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Réductions"},"g3qjSf":{"context":"button","string":"Assigner une catégorie"},"AbyDC7":{"context":"section header","string":"Catégories éligibles "},"Uu76vj":{"context":"no categories","string":"Aucune catégorie trouvée"},"fV6yX5":{"context":"table head","string":"Nom de la catégorie"},"QGjJcT":{"context":"number of products","string":"Produits"},"/6uK4C":{"context":"button","string":"Assigner des collections"},"XNeJay":{"context":"section header","string":"Collections éligibles"},"IoCMjg":{"context":"no collections","string":"Aucune collection trouvée"},"ht9yOD":{"context":"table head","string":"Nom de la collection"},"cvVIV/":{"context":"dialog header","string":"Assigner Pays"},"dGqEJ9":{"context":"search box placeholder","string":"Recherchez par nom de pays"},"dWK/Ck":{"string":"Choisissez les pays auxquels vous souhaitez que le bon d'achat soit limité dans la liste ci-dessous"},"8EGagh":{"context":"search box label","string":"Filtrer les pays"},"wgA48T":{"context":"country selection","string":"Pays de A à Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Définir une date de fin"},"zKOGkU":{"context":"time during discount is active, header","string":"Dates actives"},"U8eeLW":{"context":"button","string":"Assigner des produits"},"xqXYF+":{"context":"section header","string":"Produits éligibles"},"OrR3Qy":{"context":"no products","string":"Aucun produit trouvé"},"6cMkfT":{"context":"table head","string":"Nom du produit"},"bPFp8B":{"context":"product type","string":"Type du produit"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"Aucune variation trouvée"},"Q1HhPk":{"context":"table head","string":"Type du produit"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Créer une promotion"},"F56hOz":{"context":"sale name","string":"Nom"},"MSD3A/":{"string":"Rechercher une promotion"},"JHfbXR":{"context":"button","string":"Créer une promotion"},"Yjhgle":{"context":"tab name","string":"Toutes les promotions"},"AnqH4p":{"context":"sale status","string":"Activé"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expiré"},"XDBeA+":{"context":"discount type","string":"Montant fixe"},"s17U7u":{"context":"discount type","string":"Pourcentage"},"BanAhF":{"context":"sale status","string":"Planifiée"},"zjHH6b":{"context":"sale start date","string":"Démarré"},"SpngiS":{"context":"sale status","string":"État"},"KHZlmi":{"string":"Type de réduction"},"XZR590":{"context":"sale value","string":"Valeur"},"giF5UV":{"context":"sale end date","string":"Finit"},"51HE+Q":{"string":"Aucune promotion trouvée"},"iBSq6l":{"context":"sale start date","string":"Commence"},"WkxE8/":{"context":"percentage or fixed, header","string":"Type de réduction"},"JnzDrI":{"context":"discount type","string":"Montant fixe "},"wHdMAX":{"context":"sale value, header","string":"Valeur"},"x3g4Ry":{"context":"sale discount","string":"Montant de réduction"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Créer un bon d'achat"},"YjcN9w":{"context":"time during voucher is active, header","string":"Dates actives"},"jd/LWa":{"string":"Le bon d'achat s'applique à tous les pays"},"glT6fm":{"string":"Le bon d'achat est limité à ces pays"},"ibnmEd":{"context":"voucher country range","string":"Pays"},"jvKNMP":{"string":"Code de réduction"},"mSLr9d":{"context":"voucher code, button","string":"Générer un code"},"vTgRTZ":{"context":"limit voucher","string":"Limiter a une utilisation par client"},"Qj/3sH":{"context":"limit voucher","string":"Limiter le nombre de fois que cette réduction peut être utilisée au total "},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limite d'utilisation"},"pzSF+b":{"context":"voucher usage limit, header","string":"Limite d'usage"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"Tous les bons d'achats"},"IruP2T":{"string":"Rechercher un coupon de réduction"},"GbhZJ4":{"context":"button","string":"Créer un bon d'achat"},"amQg6f":{"context":"voucher status","string":"Activé"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expiré"},"Jj0de8":{"context":"voucher status","string":"Planifiée"},"ujFo4A":{"context":"voucher start date","string":"Démarré"},"uy+tB8":{"context":"voucher status","string":"État"},"h75GAF":{"context":"voucher","string":"Nombre d'utilisation"},"JV+EiM":{"context":"voucher value","string":"Valeur"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"La dépense minimale"},"b6L9n7":{"context":"voucher is active until date","string":"Finit"},"yHwvLL":{"context":"voucher uses","string":"usages"},"5u7b3V":{"context":"voucher is active from date","string":"Commence"},"JsPIOX":{"context":"voucher code","string":"Code"},"U2mOqA":{"string":"Pas de bons d'achat trouvés"},"GVinbz":{"context":"column title","string":"Valeur"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Les exigences minimales "},"u/hkKO":{"context":"voucher has no requirements","string":"Aucun"},"XT/ZvF":{"context":"voucher requirement","string":"La quantité minimale d'articles "},"bh9+8A":{"context":"voucher requirement","string":"La valeur minimale de commande"},"FOa+Xd":{"context":"voucher value requirement","string":"La valeur minimale de commande"},"bcf60I":{"context":"voucher","string":"S'applique à "},"HLqWXA":{"context":"voucher value requirement","string":"Limite d'usage"},"6cq+c+":{"context":"header","string":"Type de réduction"},"sS5aVm":{"context":"voucher discount type","string":"Livraison gratuite"},"fEfCtO":{"context":"voucher discount type","string":"Pourcentage"},"vXFPD6":{"context":"voucher discount type","string":"Montant fixe "},"1shOIS":{"context":"column title","string":"Prix"},"/oaqFS":{"context":"section header","string":"Valeur"},"mmcHeH":{"string":"Montant de réduction"},"5c2JVF":{"context":"voucher application, switch button","string":"Seulement une fois par commande"},"9UHfux":{"string":"Informations spécifiques du bon"},"ObRk1O":{"string":"Si cette option est désactivée, le solde sera compté pour tout produit éligible "},"bP7ZLP":{"context":"voucher discount","string":"Toute la commande"},"45zP+r":{"context":"voucher discount","string":"Des produits spécifiques"},"WasHjQ":{"context":"voucher discount","string":"Livraison"},"n7Fg8i":{"string":"Promotion créée avec succès"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Promotion retirée"},"V3fvcD":{"context":"dialog content","string":"Promotion retirée"},"1/oG76":{"context":"dialog header","string":"Effacer la promotion"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Désassigner les catégories aux promotions"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Êtes-vous certain de vouloir supprimer {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Supprimer les promotions"},"FPzzh7":{"context":"dialog content","string":"{counter,plural,one {Êtes-vous sûr de vouloir supprimer cette promotion?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} promotions?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Bon créé avec succès"},"MmGlkp":{"context":"dialog header","string":"Désassigner les collections aux bons"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Désassigner les produits aux bons"},"LOSNq0":{"context":"dialog header","string":"Désassigner les catégories aux bons"},"NEJo1I":{"context":"dialog content","string":"Êtes-vous certain de vouloir effacer {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Supprimer le bon d'achat"},"O9QPe1":{"context":"dialog content","string":"{counter,plural,one {Êtes-vous sûr de vouloir supprimer ce bon d'achat?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} bons d'achat?}}"},"Q0JJ4F":{"context":"dialog header","string":"Supprimer les bons d'achats"},"eOrLzG":{"context":"button","string":"Terminé "},"toDL5R":{"context":"order status","string":"Brouillon"},"YMBn8d":{"context":"draft orders section name","string":"Ebauches de commandes"},"2atspc":{"string":"Brouillons"},"Ja7gHc":{"context":"button","string":"Modifier"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"Date de fin"},"juBV+h":{"string":"Heure de fin"},"KN7zKn":{"string":"Erreur"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"Prénom"},"pkjXPD":{"context":"order status","string":"Traitée"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Client"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Note"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Modifier"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Détails"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expiré"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Détails"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Montant"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Produit"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"État"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Effacer"},"IzEVek":{"context":"bulk disable label","string":"Désactiver"},"hz+9ES":{"context":"bulk activate label","string":"Activer"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Produit"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Paramètres"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Accueil"},"sjRXXz":{"string":"La commande #{orderId} a été placée à partir du brouillon par {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"La commande #{orderId} a été entièrement payée"},"0dPP8O":{"string":"La commande #{orderId} a été placée"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"Aucune commande prête a être traitée"},"5dyOs0":{"string":"Aucun paiement en attente"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Nom de famille"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Gérer"},"9C7PZE":{"context":"navigation section name","string":"Navigation"},"wlQTfb":{"context":"go to next step, button","string":"Suivant"},"oUWADl":{"string":"Non"},"s9sOcC":{"context":"button","string":"D'accord"},"lzdvwp":{"context":"field is optional","string":"Optionnel"},"Ta9j04":{"context":"orders section name","string":"Commandes"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Annuler les commandes"},"i+JSEZ":{"string":"{counter,plural,one {Êtes-vous sûr de vouloir annuler cette commande?} other {Êtes-vous sûr de vouloir annuler {displayQuantity} commandes?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor n'a pas pu annuler la commande"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Adresse de facturation"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Ajouter une nouvelle adresse"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"Aucun résultat trouvé"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Adresse de livraison"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"Aucune note du client "},"puALFo":{"context":"notes about customer, header","string":"Notes"},"4Jp83O":{"context":"subheader","string":"Informations de contact "},"hkSkNx":{"string":"Rechercher les clients"},"VCzrEZ":{"context":"link","string":"Voir profil"},"DP5VOH":{"string":"Adresse de livraison"},"Y7M1YQ":{"context":"section header","string":"Client"},"GLX9II":{"context":"billing address","string":"Même adresse que la livraison"},"Qovenh":{"string":"Utilisateur anonyme"},"c7/79+":{"string":"Adresse de facturation"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Commande #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Annuler la commande"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Ajouter"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Montant de la remise"},"fo7nfa":{"context":"fixed amount","string":"Montant fixe "},"IN5iJz":{"context":"value input helper text","string":"Valeur invalide"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Pourcentage"},"APcoSA":{"context":"dialog header","string":"Supprimer le brouillon de commande "},"mxtAFx":{"string":"Êtes vous certains de vouloir supprimer le brouillon #{orderNumber} "},"32dfzI":{"context":"price or ordered products","string":"Prix"},"nEWp+k":{"context":"quantity of ordered products","string":"Quantité"},"UD7/q8":{"string":"Aucun produit ajouté à la commande"},"lVwmf5":{"context":"total price of ordered products","string":"Total"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Ajouter un service de livraison"},"+8v1ny":{"context":"discount button","string":"Remise"},"M9LXb5":{"context":"no shipping carriers title","string":"Aucun service de livraison applicable "},"xUvWaP":{"context":"subtotal price","string":"Sous-total"},"mQtoRO":{"context":"taxes title","string":"Taxes (TVA incluse)"},"S/yAtJ":{"context":"total price","string":"Total"},"18wvf7":{"context":"section header","string":"Détails de commande"},"C50ahv":{"context":"button","string":"Ajouter des produits"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Créer la commande"},"7a1S4K":{"context":"tab name","string":"Tous les brouillons"},"NJEe12":{"string":"Rechercher le brouillon"},"vwMO04":{"context":"draft order","string":"Créé"},"iEeIhY":{"context":"draft order","string":"Client"},"KIh25E":{"string":"Aucun brouillon de commande trouvé"},"ps0WUQ":{"string":"Numéro de commande"},"hkENym":{"string":"Client"},"mCP0UD":{"context":"order draft creation date","string":"Date"},"1Uj0Wd":{"context":"order draft total price","string":"Total"},"PAqicb":{"context":"button","string":"Annuler la commande"},"4Z14xW":{"context":"button","string":"Finaliser"},"6u4K7e":{"context":"page header","string":"Commande"},"kPIZ65":{"context":"page header","string":"Commande #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Articles prêts à être expédiés"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"Pas de stock"},"vW3tb6":{"context":"name","string":"Nom de produit"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"UGS (Unité de Gestion de Stock)"},"BLX9dz":{"context":"fulfill order, button","string":"Traiter"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Ajouter un suivi"},"dTkmON":{"context":"edit tracking button","string":"Modifier le suivi"},"K//bUK":{"context":"refund button","string":"Remboursement"},"4PlW0w":{"context":"tracking number","string":"Numéro de suivi: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Sélectionner un entrepôt"},"bb4nSp":{"context":"dialog header","string":"Annuler le traitement"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Numéro de suivi"},"/BJQIq":{"context":"dialog header","string":"Ajouter un code de suivi "},"RLTaAR":{"context":"order history message","string":"L'adresse de la commande a été mise à jour"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Articles traités {quantity} "},"GLy2UR":{"context":"order history message","string":"Le traitement a été annulée"},"GJAX0z":{"context":"order history message","string":"La commande a été passée"},"OzHN0Z":{"context":"order history message","string":"Des liens vers les produits numériques de la commande ont été envoyés"},"OKGd/k":{"context":"order history message","string":"La commande a été créée depuis le brouillon"},"4Z6BtA":{"context":"order history message","string":"La confirmation de paiement a été envoyée au client "},"wOeIR4":{"context":"order history message","string":"{quantity} articles réapprovisionnés "},"6WRFp2":{"context":"order history message","string":"La note a été ajoutée à la commande"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"La confirmation de commande a été envoyée au client"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Le paiement a été annulé"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"La commande a été entièrement payée"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Le paiement a été capturé "},"aq5ZiN":{"context":"order history message","string":"La confirmation de traitement a été envoyée au client"},"hWO1SD":{"context":"order history message","string":"Le brouillon de commande a été créé"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Le numéro de suivi de la livraison a été envoyé au client "},"3fgyFh":{"context":"order history message","string":"Le paiement a été remboursé"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Historique de commande"},"Fl3ORD":{"context":"order history message","string":"{quantity} articles survendus"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Numéro de suivi mis à jour du groupe d'exécution"},"TCR639":{"context":"order history message","string":"Paiement refusé "},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Les détails de livraison ont été envoyés au client "},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"La commande a été annulée"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"créé"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Facture"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Rechercher parmi les commandes..."},"WRkCFt":{"context":"tab name","string":"Toutes les commandes"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Client"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Créé"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Status du traitement"},"p+UDec":{"context":"payment status","string":"Paiement"},"5blVMu":{"context":"e-mail or full name","string":"Client"},"PHUcrU":{"context":"date when order was placed","string":"Date"},"k9hf7F":{"context":"total order price","string":"Total"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Marquer la commande comme étant payée"},"+PbHKD":{"context":"dialog header","string":"Saisie de Paiement "},"OhdPS1":{"context":"amount of refunded money","string":"Montant"},"euRfu+":{"string":"Êtes-vous certain de vouloir annuler ce paiement ?"},"KszPFx":{"context":"dialog header","string":"Paiement nul"},"BZ7BkQ":{"context":"capture payment, button","string":"Saisie"},"V+gwx7":{"context":"order payment","string":"Montant saisi"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Remise"},"pr513b":{"context":"ordered products","string":"{quantity} articles"},"+5HkZN":{"context":"order, button","string":"Marquer payé"},"5te3Tp":{"context":"order payment","string":"Solde exceptionnel "},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Statut du paiement"},"uUsZ7m":{"context":"order payment","string":"Montant pré-autorisé"},"HaQ8cg":{"context":"button","string":"Remboursement"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"La livraison"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"ne s'applique pas"},"Rsknyh":{"context":"order does not require shipping","string":"ne s'applique pas"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Sous-total"},"r+dgiv":{"string":"TVA"},"zb4eBO":{"context":"order total price","string":"Total"},"dJVXIb":{"context":"vat included in order price","string":"TVA incluse"},"sEjRyz":{"context":"voucher type order discount","string":"Bon d'achat"},"myyWNp":{"context":"dialog header","string":"Ajouter un produit"},"b810WJ":{"context":"product price","string":"Prix"},"WE8IFE":{"context":"product name","string":"Produit"},"tvpAXl":{"context":"ordered product quantity","string":"Quantité"},"8J81ri":{"context":"ordered product sku","string":"UGS (Unité de Gestion de Stock)"},"qT6YYk":{"context":"order line total price","string":"Total"},"5aiFbL":{"context":"tabel column header","string":"Prix"},"FNT4b+":{"context":"tabel column header","string":"Produit"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Total"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Commande #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Montant"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Remboursement"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Prix"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Produit"},"ikM00B":{"context":"table column header","string":"Remplacer"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Traitées ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Non traitées"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Paramètres"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Modifier la méthode de livraison"},"/Xwjww":{"context":"button","string":"Traiter"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Paiement capturé avec succès"},"c4gbXr":{"string":"Le brouillon de commande a été finalisé avec succès"},"9OtpHt":{"string":"Ligne de commande supprimée"},"CZmloB":{"string":"Le traitement a été mise à jour"},"Fn3bE0":{"string":"Ligne de commande mise à jour"},"lL1HTg":{"string":"La commande est marquée comme étant payée"},"HlCkMT":{"string":"Ligne de commande ajoutée"},"W/Es0H":{"string":"Commande supprimée avec succès"},"KmPicj":{"string":"Note ajoutée avec succès"},"L87bp7":{"string":"Le paiement de commande annulé avec succès"},"j2fPVo":{"string":"Commande mise à jour avec succès"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"La méthode de livraison a été mise à jour avec succès"},"uMpv1v":{"string":"Le traitement a été annulé"},"TLNf6K":{"context":"window title","string":"Commande brouillonne #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Commande #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Supprimer les brouillons de commandes"},"ra2O4j":{"string":"Les brouillons de commandes sont supprimés "},"6udlH+":{"string":"Brouillon de commande créé avec succès"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Êtes-vous sûr de vouloir supprimer ce brouillon de commande?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} brouillons de commande?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Nom de l'attribut"},"uxPpRx":{"context":"button","string":"Assigner un attribut"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Créer le type de page"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Désassigner"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Pages"},"gr53VQ":{"context":"page header","string":"Créer page"},"jZbT0O":{"string":"Ajouter un titre et une description pour les moteurs de recherche pour rendre cette page plus facile à trouver"},"GZgjK7":{"context":"page","string":"Sera visible à partir du {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"Caché"},"gMwpNC":{"context":"page content","string":"Contenu"},"gr+oXW":{"context":"page title","string":"Titre"},"AHRDWt":{"context":"button","string":"Créer une page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Titre"},"5GSYCR":{"context":"page status","string":"Visibilité"},"iMJka8":{"string":"Aucune page trouvée"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Publié"},"UN3qWD":{"context":"page status","string":"Non Publiée"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Créer page"},"JMbFNo":{"string":"Nouvelle page créée avec succès"},"C1luwg":{"context":"dialog header","string":"Supprimer Page"},"4B32Ba":{"context":"delete page","string":"Êtes-vous certain de vouloir effacer {title}?"},"41z2Qi":{"context":"notification","string":"Pages supprimées"},"yEmwxD":{"context":"publish page, button","string":"Publier"},"yHQQMQ":{"context":"dialog header","string":"Pages non publiées"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Êtes-vous sûr de vouloir dépublier cette page?} other {Êtes-vous sûr de vouloir dépublier {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Dépublier"},"wyvzh9":{"context":"dialog header","string":"Publier les pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Êtes-vous sûr de vouloir publier cette page?} other {Êtes-vous sûr de vouloir publier {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Êtes-vous sûr de vouloir supprimer cette page?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Pages publiées"},"3Sz1/t":{"context":"dialog header","string":"Supprimer Pages"},"2pw5dQ":{"context":"payment status","string":"Paiement totalement effectué"},"PbqNhi":{"context":"order status","string":"Partiellement traitée"},"INNPVX":{"context":"payment status","string":"Partiellement payé"},"OGemtu":{"context":"payment status","string":"Partiellement remboursé "},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Statut du paiement"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Groupes de permissions"},"jUuHVn":{"context":"description","string":"Aucun membre trouvé"},"UQ4Kuh":{"context":"input label","string":"Rechercher des membres du personnel"},"6sjBvJ":{"context":"input placeholder","string":"Recherche par nom, email, etc ..."},"9Zlogd":{"context":"staff member status","string":"Activé"},"7WzUxn":{"context":"staff member status","string":"inactif"},"DPz5y6":{"context":"dialog header","string":"Affecter des membres du personnel"},"lT5MYM":{"context":"dialog title","string":"Annuler l'attribution des utilisateurs"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Le groupe a un accès complet au magasin"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Êtes-vous certain de vouloir effacer {name}?"},"L6+p8a":{"context":"dialog title","string":"Supprimer le groupe de permissions"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Nom du groupe"},"5ftg/B":{"context":"button","string":"Créer un groupe de permissions"},"szXISP":{"context":"permission group name","string":"Nom du groupe de permission"},"+a+2ug":{"string":"Membres"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"Aucun groupe de permissions trouvé"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"Aucun membre trouvé"},"xxQxLE":{"string":"Adresse e-mail"},"OhFGpX":{"context":"button","string":"Affecter des membres"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Les membres du groupe"},"W32xfN":{"context":"staff member full name","string":"Nom"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Groupe de permissions créé"},"15PiOX":{"context":"button title","string":"Désassigner"},"DovGIa":{"string":"Groupe de permission supprimé"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"authorisation."},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Nom du plugin"},"bL/Wrc":{"context":"plugin status","string":"État"},"w424P4":{"context":"section header","string":"Information et statut du plugin"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Ajouter une entrée au champ d'autorisations"},"Xy2T+y":{"context":"header","string":"Modifier le champ d'autorisation"},"Egyh2T":{"context":"section header","string":"Paramètres du plugin"},"EtGDeK":{"context":"header","string":"Details de {pluginName} "},"BtErCZ":{"string":"Chercher dans les plugins…"},"aOelhW":{"context":"tab name","string":"Tous les plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"Aucun plugin trouvé"},"rQOS7K":{"context":"status label active","string":"Activé"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Configuration"},"ho75Lr":{"context":"status label deactivated","string":"Désactivé"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Nom"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Supprimer le champ d'autorisation"},"JRfJD9":{"string":"Le plugin risque de ne plus fonctionner si vous videz ce champ. Êtes-vous sûr de vouloir continuer?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Types de produit"},"9scTQ0":{"context":"section header","string":"Attributs du produit"},"5pHBSU":{"context":"switch button","string":"Le type du produit utilise des variantes d'attributs "},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Nom du type du produit"},"1KSqnn":{"context":"tab name","string":"Tous les types de produit"},"rpFdD1":{"string":"Rechercher le type de produit"},"QY7FSs":{"context":"button","string":"Créer un type de produit"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Expédiable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"Aucun type de produit trouvé"},"yNb+dT":{"context":"product type","string":"Produit simple"},"TalJlD":{"context":"tax rate for a product type","string":"Taxe"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Nom du type"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physique"},"/2OOMe":{"context":"product type shipping settings, section header","string":"La livraison"},"IBw72y":{"context":"switch button","string":"Est-ce que produit est expédiable?"},"VOiUXQ":{"string":"Utilisé pour calculer les taux pour la livraison de produits de ce type de produit quand aucun poids n'est spécifié "},"zCb8fX":{"string":"Poids"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Attributs de la variante"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Type du produit créé avec succès"},"F3Upht":{"string":"Type du produit supprimé "},"UJnqdm":{"context":"dialog header","string":"Désassigner l'attribut de Type de produit"},"r1aQ2f":{"context":"dialog header","string":"Désassigner l'attribut de Type de produit"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Désassigner"},"K8xNLe":{"context":"products section name","string":"Produits"},"ulh3kf":{"string":"Collections"},"fyE8BN":{"context":"product organization, header","string":"Organisation"},"LKoIB1":{"string":"Ajouter un titre et une description pour les moteurs de recherche pour rendre cet article plus facile à trouver"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Recherchez par nom d'attribut"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"produits"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Rechercher parmi les produits..."},"aFLtLk":{"context":"tab name","string":"Tous les produits"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Disponible"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Caché"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"En rupture de stock"},"b1zuN9":{"string":"Prix"},"3Z8972":{"context":"product","string":"Quantité de stock"},"g+GAf4":{"context":"product visibility","string":"Visibilité"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Disponibilité"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Télécharger"},"JjeZEG":{"context":"section header","string":"Organiser le produit"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optionnel. Ajouter un produit à une collection aide l'utilisateur à le trouver."},"anK7jD":{"string":"Type du produit"},"3rIMq/":{"context":"product shipping","string":"La livraison"},"SUbxSK":{"context":"product weight","string":"Poids"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"UGS (Unité de Gestion de Stock)"},"KTAg0f":{"context":"tabel column header","string":"Nom de l'entrepôt"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Quantité"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Attribuer un entrepôt"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"TVA sur ce produit"},"CdIHMu":{"context":"select tax ratte","string":"Taux de la taxe"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Créer une variante"},"f3B4tc":{"context":"attributes, section header","string":"Attributs de la variante"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Supprimer la variante"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Enregistrer la variante"},"TPCRKr":{"context":"variant price, header","string":"Prix"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribut"},"TDXskW":{"context":"variant attribute","string":"Sélectionnez un attribut"},"7WEC+G":{"context":"page title","string":"Prix et UGS"},"GQcp83":{"context":"variant stock, header","string":"Stock et entreposage"},"NXpFlL":{"context":"product attribute values, page title","string":"Choisissez des valeurs"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Sélectionner des valeurs"},"ucYPtV":{"context":"variant attribute","string":"Choisir un attribut"},"slKV5G":{"context":"variant creation step","string":"Résumé"},"lra7Ej":{"string":"Appliquer le prix unique à tous les UGS "},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Appliquer le stock unique par attribut à chaque UGS "},"EGG8f+":{"string":"Appliquer les prix uniques par attribut à chaque UGS "},"STp3Hl":{"string":"Appliquer le stock unique à tous les UGS "},"+bFHzi":{"context":"button","string":"Suivant"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Ignorer le stock pour l'instant"},"Q3j++G":{"context":"create multiple variants, button","string":"Créer"},"S5PVx1":{"context":"variant creator summary card header","string":"Variantes créées"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"UGS (Unité de Gestion de Stock)"},"Sx7QVu":{"context":"variant creation step","string":"Prix et UGS"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Précédent"},"V76IV7":{"context":"variant name","string":"Variation"},"rbkmfG":{"context":"button","string":"Effacer la variante"},"WwNtFn":{"context":"delete product variant","string":"Êtes-vous certain de vouloir effacer {name}?"},"GFJabu":{"context":"dialog header","string":"Supprimer la variante"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variantes"},"3C3Nj5":{"context":"button","string":"Ajouter une variante"},"gF7hbK":{"context":"variant name","string":"Nouvelle variante"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Caché"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Disponibilité"},"Xm9qOu":{"context":"product pricing, section header","string":"Prix"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Coût"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Coût de revient"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Indisponible"},"n02c9W":{"context":"product variant price","string":"Prix"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Inventaire disponible à:"},"HcjV6k":{"context":"button","string":"Créer des variantes"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Utiliser des variantes de produits pour les produits qui ont plusieurs versions par exemple différentes tailles ou couleurs"},"JtZ71e":{"context":"filtering option","string":"Tous les entrepôts"},"kL3C+K":{"context":"product variant inventory status","string":"Inventaire"},"3VyHbJ":{"context":"button","string":"Créer une variante"},"9PmyrU":{"context":"product variant inventory","string":"non stocké"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Variation"},"uCn/rd":{"context":"dialog header","string":"Supprimer Image"},"BUKMzM":{"string":"Variante retirée"},"T6dXGG":{"context":"header","string":"Créer une variante"},"VEext+":{"string":"Êtes-vous certain de vouloir supprimer cette image?"},"MyM2oR":{"context":"window title","string":"Créer une variante"},"PXx4Jk":{"context":"window title","string":"Créer produit"},"NBP8uu":{"context":"page header","string":"Nouveau produit"},"DO8+uV":{"string":"Produit créé"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Êtes-vous sûr de vouloir supprimer ce produit?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} produits?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Supprimer produit"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Produit enlevé "},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Êtes-vous certain de vouloir effacer {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Supprimer Produit"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Supprimer variantes de produit"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Créer une variante"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Propriétés"},"kFYlu2":{"string":"Saleor est en mode lecture seule. Les modifications n’ont pas été sauvegardées."},"rqtV5d":{"context":"order status","string":"Prêt à capturer"},"oLMXDv":{"context":"order status","string":"Prêt à traitée"},"XJSRDK":{"context":"payment status","string":"Totalement remboursé"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Supprimer"},"TKmub+":{"string":"Ce champ est requis"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Promotions"},"RaycYK":{"context":"button","string":"Sauvegarder"},"rqiCWU":{"string":"Changements enregistrés "},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Envoyer"},"8xsKUv":{"context":"service accounts section name","string":"Comptes service"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Méthodes de livraison"},"nNeWAx":{"context":"dialog header","string":"Supprimer méthode d'envoi"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Prix"},"5ZvuVw":{"string":"Aucun produit ne correspond à la demande"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Nom du produit"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"Cette unité sera utilisée comme poids de livraison par défaut"},"Rp/Okl":{"string":"Unité du poids de la livraison "},"llBnr+":{"string":"Nom de l'entrepôt"},"yzYXW/":{"context":"header, dialog","string":"Créer un nouvel entrepôt"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choisissez les pays que vous voulez ajouter à la liste des zones de livraison ci-dessous"},"f2F1NJ":{"context":"section title","string":"Chercher rapidement "},"K/ic0P":{"context":"checkbox label","string":"Le reste du monde"},"G+9nOZ":{"context":"checkbox description","string":"Si sélectionné, cela ajoutera tous les pays non-sélectionnés aux autres zones de livraison"},"pGDYG5":{"context":"search label","string":"Rechercher pays"},"1rpzrM":{"context":"search placeholder","string":"Recherchez par nom de pays"},"55LMJv":{"context":"country list header","string":"Pays"},"6fxdUO":{"context":"section header","string":"Créer nouvelle zone d'envoi"},"y7mfbl":{"string":" Actuellement, aucun pays n'est affecté à cette zone de livraison"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Shipping zone name"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Ajouter"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"La livraison"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Prix"},"WR8rir":{"context":"button","string":"Créer le taux"},"njUQPz":{"context":"shipping method price range","string":"Fourchette de valeurs"},"RUzdUH":{"string":"Aucun taux de livraison trouvé"},"FjrExY":{"context":"price based shipping methods, section header","string":"Taux basés sur le prix"},"aYhcie":{"context":"shipping method weight range","string":"Fourchette de poids"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Taux basés sur le poids"},"aPCrsp":{"context":"shipping method name","string":"Nom"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Ajouter un nouvel entrepôt"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Sélectionner un entrepôt"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Paramètres"},"uULcph":{"context":"header","string":"La livraison"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Livraison par zone"},"mIUNgR":{"context":"button","string":"Créer une zone de livraison"},"aMwxYb":{"string":"Pays"},"gRa/TS":{"context":"shipping zone","string":"Nom"},"IhK1F3":{"string":"Aucune zone de livraison trouvée"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Êtes-vous certain de vouloir supprimer {shippingZoneName} de la zone de livraison?"},"k3EI/U":{"context":"dialog header","string":"Supprimer zone d'envoi"},"cpZLRH":{"context":"dialog header","string":"Supprimer zones d'envoi"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Êtes-vous sûr de vouloir supprimer cette zone de livraison?} other {Êtes-vous sûr de vouloir supprimer {displayQuantity} zones de livraison?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Désassigner"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Afficher"},"viFkCw":{"context":"site settings section name","string":"Paramètres du site"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Information du magasin "},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Informations sur votre entreprise"},"LVa5ew":{"string":"Saleor a rencontré un problème inattendu "},"AQFMYU":{"context":"staff section name","string":"Membres du personnel"},"23g7PY":{"context":"dialog header","string":"Inviter le membre du personnel "},"hw9Fah":{"context":"button","string":"Envoyer une invitation"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"L'utilisateur est activé"},"YJ4TXc":{"context":"tab name","string":"Tous les membres du personnel"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Rechercher un membre du personnel"},"4JcNaA":{"context":"button","string":"Inviter le membre du personnel"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Activé"},"Fc3O3r":{"context":"staff member's account","string":"Désactivé"},"utaSh3":{"context":"staff member's account","string":"État"},"xJQX5t":{"string":"Aucun membre du personnel trouvé"},"cMFlOp":{"context":"input label","string":"Nouveau mot de passe"},"qEJT8e":{"string":"Le nouveau mot de passe doit contenir au moins 8 caractères"},"+kb2lM":{"context":"dialog header","string":"Modification de votre mot de passe"},"GXdwyR":{"context":"input label","string":"Mot de passe précédent"},"mm0CXe":{"string":"Vous devriez changer votre mot de passe tous les mois pour améliorer la sécurité."},"N3Zot1":{"context":"button","string":"Modifier votre mot de passe"},"ZhDQel":{"context":"header","string":"Mot de passe"},"JJgJwi":{"string":"Changer cette valeur modifiera la langue du tableau de bord"},"e822us":{"string":"Veuillez noter que, bien que toutes les monnaies et paramètres de dates soit disponibles, les traductions de l'interface ne sont que partiellement complètes."},"mr9jbO":{"string":"Langue souhaitée"},"CLeDae":{"context":"section header","string":"Paramètres"},"+2VzH4":{"context":"avatar change button","string":"Modifier"},"VTITVe":{"context":"section header","string":"Information sur le membre du personnel"},"11lR5V":{"context":"avatar delete button","string":"Effacer"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"Supprimer l'utilisateur du personnel "},"fzpXvv":{"string":"Êtes-vous certain de vouloir effacer l'avatar de {email}?"},"VKWPBf":{"context":"dialog header","string":"Supprimer l'avatar du membre du staff"},"gxPjIQ":{"string":"Êtes-vous certain de vouloir supprimer {email} des membres du staff?"},"QirE3M":{"string":"Date de commencement "},"tWbE34":{"string":"Heure du commencement"},"tzMNF3":{"string":"État"},"RrCui3":{"string":"Résumé"},"5elC9k":{"context":"taxes section name","string":"TVA"},"lnQAos":{"context":"header","string":"TVA"},"3BTtL2":{"string":"Aucun pays trouvé"},"/JENWS":{"string":"Taux de taxe réduit "},"07KB2d":{"string":"Code du pays"},"0GJfWd":{"string":"Nom du pays"},"la9cZ4":{"string":"Taux de la taxe"},"QHB48n":{"context":"header","string":"Taux de la taxe en {countryName}"},"Ubath+":{"string":"Aucune catégorie de taxe réduite trouvée"},"4EuJKs":{"string":"Tous les prix de produits incluent la TVA"},"98isC5":{"string":"Afficher les prix bruts aux clients dans la boutique"},"FNKhkx":{"string":"Appliquer la TVA sur les frais de livraison"},"+OV+Gj":{"context":"button","string":"Chercher les taxes"},"HtQGEH":{"string":"Les taux de taxes ont bien été rapatriés"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Attributs"},"5fCMUI":{"context":"translations section name","string":"Traductions"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} traductions, {numberOfTranslatedFields} prêtes"},"Xtd0AT":{"string":"Chaîne originale"},"/vCXIP":{"string":"Traduction"},"vTN5DZ":{"context":"button","string":"Jeter"},"T/5OyA":{"string":"Encore aucune traduction"},"DRMMDs":{"string":"Nom de l'attribut"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Valeur {number}"},"JE0TAx":{"context":"section name","string":"Valeurs"},"US3IPU":{"string":"Description pour moteur de recherche"},"XitW/z":{"string":"Traduction de la catégorie \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Titre pour moteur de recherche"},"Bphmwe":{"context":"header","string":"Traduction Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Langues"},"FemBUF":{"context":"header","string":"Traductions à {language}"},"7NFfmz":{"string":"Produits"},"CxfKLC":{"string":"Pages"},"VKb1MS":{"string":"Catégories"},"RzsKm8":{"string":"Méthodes d'expédition"},"c8nvms":{"string":"Promotions"},"etP0+D":{"string":"Bons d'achats"},"ikRuLs":{"context":"translation progress","string":"{current} de {max}"},"vcwrgW":{"string":"Aucune entité traduisible trouvée"},"LWmYSU":{"string":"Traduction complétées"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Nom"},"ptPPVk":{"string":"Aucune langue trouvée"},"y1Z3or":{"string":"Langue"},"oUWXLO":{"context":"header","string":"Traduction Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Titre de page"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Traduction Produit \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Traduction Promotion \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Nom de la promotion"},"GpqEl5":{"context":"shipping method description","string":"Description"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Traduction Bon \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Nom du bon d'achat"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Annuler"},"oB0y5Y":{"context":"order status","string":"Non traitées"},"FBtqtl":{"context":"payment status","string":"Non payé"},"Lx1ima":{"context":"button","string":"Télécharger une image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Seuls les membres du personnel peuvent être affectés"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"Tous les attributs doivent avoir une valeur"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"L'adresse de facturation n'est pas définie"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Les paiements manuels ne peuvent pas être rembousés"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":" Seuls les paiements pré-autorisés peuvent être annulés"},"gKdGxP":{"context":"error message","string":"Seuls les paiements pré-autorisés peuvent être saisis "},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Valeur invalide"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Mot de passe incorrect"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"La méthode de livraison est invalide pour l'addresse de livraison choisie"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"Les UGSs doivent être uniques"},"nKjLjT":{"context":"error message","string":"Le slug doit être unique pour chaque entrepôt"},"wn3di2":{"string":"Ce mot de passe est trop couramment utilisé"},"LR3HlT":{"string":"Ce mot de passe est trop court"},"1wyZpQ":{"string":"Ces mots de passe sont trop similaires"},"TDhHMi":{"string":"Cela doit être unique"},"qDwvZ4":{"string":"Erreur inconnue"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"Cette variante n'a pas de contenu numérique"},"i3Mvj8":{"context":"product attribute error","string":"Cette variante existe déjà"},"iUy2dx":{"context":"vouchers section name","string":"Bons d'achats"},"ycMLN9":{"context":"warehouses section name","string":"Entrepôts"},"43Nlay":{"context":"warehouse","string":"Informations d'adresse"},"GhcypC":{"context":"header","string":"Créer un entrepôt"},"DTL7sE":{"context":"dialog content","string":"Etes-vous sûr que vous voulez supprimer {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Supprimer l'entrepôt"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Rechercher entrepôt"},"2yU+q9":{"context":"tab name","string":"Tous les entrepôts"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Créer un entrepôt"},"PFXGaR":{"string":"Zones d'expédition"},"2gsiR1":{"string":"Aucun entrepôt trouvé"},"aCJwVq":{"context":"warehouse","string":"Nom"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"Cet entrepôt n'a aucune zone de livraison assignée."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Paramètres"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Voulez-vous vraiment supprimer ce webhook?"},"o5KXAN":{"context":"delete webhook","string":"Êtes-vous certain de vouloir effacer {name}?"},"X90ElB":{"context":"dialog header","string":"Supprimer le Webhook"},"snUby7":{"context":"header","string":"Détails du Webhook sans nom"},"Ryh3iR":{"context":"header","string":"Créer un Webhook"},"OPtrMg":{"context":"header","string":"Détails pour {webhookName}"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Événements"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"La clé secrète est utilisée pour créer une signature de hachage pour chaque transfert de données. *Champ optionnel"},"u9/vj9":{"context":"webhook input label","string":"URL cible"},"0MetrR":{"context":"webhook input help text","string":"Cette URL recevra des requêtes Webhook de type POST"},"WDy0tF":{"context":"section header","string":"Information sur le Webhook"},"D0KaT6":{"context":"webhook input label","string":"Nom du Webhook"},"W+x5ZI":{"context":"webhooks active label","string":"Le Webhook est actif"},"IBCBi1":{"context":"webhook active description","string":"Si vous voulez désactiver ce Webhook décochez la case ci-dessous."},"1+M/52":{"context":"section header","string":"Status du Webhook"},"wbjuR4":{"string":"Aucun Webhook n’a été trouvé"},"wlr0Si":{"context":"button","string":"Créer un Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Webhook sans nom"},"OTpV1t":{"context":"webhook name","string":"Nom"},"JVaz1C":{"context":"window title","string":"Créer un Webhook"},"a5msuh":{"string":"Oui"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Alloué"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Quantité"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Désassigner"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/hi.json b/locale/hi.json index 3e64bca5b..62067e1f0 100644 --- a/locale/hi.json +++ b/locale/hi.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Cancel Order" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Hidden" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "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" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Products" - }, - "homeProductsListCardNoProducts": { - "string": "No products found" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "The new dashboard and the GraphQL API are preview-quality software." - }, - "homeScreenDisclaimerText2": { - "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hello there, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Create Menu" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Menu Title" - }, - "menuDetailsDeleteMenuContent": { - "string": "Are you sure you want to delete menu {menuName}?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuDetailsPageHelperText": { - "string": "Creating the navigation structure is done by dragging and dropping. Simply create a new menu item and then drag it into its destined place. You can move items inside one another to create a tree structure and drag items up and down to create a hierarchy" - }, - "menuItemDialogAddItem": { - "context": "create new menu item, header", - "string": "Add Item" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Link to: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Edit Item" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Link" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Start typing to begin search..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "नाम" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menu Items" - }, - "menuItemsPlaceholder": { - "string": "Add new menu item to begin creating menu" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Create Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Not published" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Category" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "संग्रह" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "वर्णन" - }, - "productExportFieldName": { - "context": "product field", - "string": "नाम" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variant Images" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "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": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Price" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Published" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Key" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Create" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Attributes" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Are you sure you want to delete {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Area" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Date" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "File" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Pages" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Products" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Weight" - }, - "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Image" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Are you sure you want to delete \"{name}\" value?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Delete attribute value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Are you sure you want to delete \"{name}\" value? If you delete it you won’t be able to assign it to any of the products with \"{attributeName}\" attribute." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Edit Value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Add Value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "नाम" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Default Store View" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "Admin" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "No values found" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Attribute Values" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Assign value" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "पासवर्ड" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Forgot password?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "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_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Passwords do not match" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "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_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Cancel" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Cancelled" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "वर्ग" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Background Image (optional)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(Optional)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Create New Category" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Add search engine title and description to make this category easier to find" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Delete category" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "Are you sure you want to delete {categoryName}?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Category Name" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Category Description" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Create category" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Search Category" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "All Categories" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Category Name" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "No categories found" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "No subcategories found" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "Subcategories" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "No. of Products" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "नाम" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Add product" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "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_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Active" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Clear" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "संग्रह" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Hidden" - }, - "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_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Hidden" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Add search engine title and description to make this collection easier to find" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "नाम" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Background Image (optional)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(Optional)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "All Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "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_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_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "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_3326160357": { - "context": "product availability", - "string": "Availability" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Products in {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Assign product" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "नाम" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Deleted collection" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Added product to collection" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Are you sure you want to delete collection's image?" - }, - "src_dot_collections_dot_views_dot_3215481647": { - "string": "{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}" - }, - "src_dot_collections_dot_views_dot_3482612628": { - "string": "Deleted product from collection" - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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_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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_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_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Attributes" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Value" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Availability" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Published" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Status" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Country" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "City" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_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_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Dashboard" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filters" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filters" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Save changes" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Value" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "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_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Log out" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Account Settings" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibility" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Configuration" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "Continue" - }, - "src_dot_create": { - "context": "button", - "string": "Create" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "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_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Default Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Default Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Default Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Set as default billing address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Set as 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": "टिप्पणियाँ" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "टिप्पणी" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Enter any extra infotmation regarding this customer." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "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": "टिप्पणी" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_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_date": { - "string": "Date" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "वर्णन" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Discounts" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Products" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Products" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "No products found" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Availability" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "No variants found" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "नाम" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Search Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "All Sales" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "Active" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "नाम" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Value" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "नाम" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Fixed Amount" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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_1148029984": { - "context": "column title", - "string": "Value" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_1134347598": { - "context": "column title", - "string": "Price" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Fulfilled" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Customer" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "टिप्पणी" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Change" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Details" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Details" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Amount" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Status" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Settings" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "No orders ready to fulfill" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "No" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Orders" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "No notes from customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "टिप्पणियाँ" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "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_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Cancel order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Add" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Discount value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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": "मात्रा" - }, - "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_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "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_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "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_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Order" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Product name" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Add tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edit tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "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_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Order address was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "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_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "created" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Customer" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_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_capture": { - "context": "capture payment, button", - "string": "Capture" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Captured amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Discount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Mark as paid" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Payment status" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Preauthorized amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Shipping" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Taxes" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Voucher" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Price" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "मात्रा" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Price" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Order" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Price" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Price" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Unfulfilled" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Fulfill" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "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_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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Hidden" - }, - "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_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "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_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Publish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Unpublish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Partially fulfilled" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Partially refunded" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Payment status" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Active" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Active" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "नाम" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Authorization" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Active" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Configuration" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "नाम" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "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_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Category" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "संग्रह" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Not published" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Published" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "नाम" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "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_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "नाम" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Price" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Category" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "संग्रह" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Shipping" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Weight" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "मात्रा" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Charge taxes on this product" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Not published" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Published" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Summary" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Create" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "प्रकार" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "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_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "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_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Cost price" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Price" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventory" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "प्रकार" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Fully refunded" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Remove" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Sales" - }, - "src_dot_save": { - "context": "button", - "string": "Save" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Pricing" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Price" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Shipping zone name" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Add" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Shipping" - }, - "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": "नाम" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Settings" - }, - "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": "नाम" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "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_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "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": "नाम" - }, - "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": "पासवर्ड" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Change" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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_1755013298": { - "string": "Category" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Attributes" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Values" - }, - "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_222873645": { - "string": "संग्रह" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Products" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Pages" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "वर्ग" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Attributes" - }, - "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_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} of {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "No translatable entities found" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "Completed Translations" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "नाम" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Languages" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "No languages found" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Language" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Content" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Translation Page \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Translation Product \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "वर्णन" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "वर्णन" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "नाम" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Unfulfilled" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manual payments can not be refunded" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Only pre-authorized payments can be voided" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Only pre-authorized payments can be captured" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Shipping method is not valid for chosen shipping address" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Vouchers" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "नाम" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Settings" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "नाम" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Yes" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Allocated" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "मात्रा" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Cancel Order"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Hidden"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Determine attributes used to create product types"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Define how users can navigate through your store"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Define types of products you sell"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Activity"},"wWTUrM":{"string":"No activities found"},"zWgbGg":{"string":"Today"},"By5ZBp":{"context":"header","string":"Hello there, {userName}"},"aCX8rl":{"context":"subheader","string":"Here is some information we gathered about your store"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Top Products"},"Q1Uzbb":{"string":"No products found"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Create Menu"},"jhh/D6":{"string":"Menu Title"},"G/SYtU":{"string":"Are you sure you want to delete menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Delete Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Add Item"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edit Item"},"Urh2N3":{"context":"label","string":"Link"},"28GZnc":{"string":"Start typing to begin search..."},"0Vyr8h":{"context":"menu item name","string":"नाम"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"Menu Items"},"WwZfNK":{"string":"Add new menu item to begin creating menu"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"Create Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Not published"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Category"},"jxoMLL":{"context":"product field","string":"संग्रह"},"YVIajc":{"context":"product field","string":"वर्णन"},"W8i2Ez":{"context":"product field","string":"नाम"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Variant Images"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventory"},"SSWFo8":{"context":"window title","string":"Create Product Type"},"bq1eEx":{"context":"header","string":"Create Product Type"},"mUb8Gt":{"context":"section header","string":"Taxes"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Price"},"vuKrlW":{"string":"Stock"},"ABgQcF":{"context":"variant stock, header","string":"Stock"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Published"},"ppLwx3":{"context":"number of categories","string":"Categories ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Key"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"Create"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Attributes"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Delete attribute"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Area"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Date"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"File"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Pages"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Products"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Weight"},"dKPMyh":{"context":"tab name","string":"All Attributes"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Image"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Add Value"},"UhcALJ":{"context":"attribute name","string":"नाम"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Sign in"},"5sg7KC":{"string":"पासवर्ड"},"3tbL7x":{"context":"description","string":"Forgot password?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"New Password"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Confirm Password"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Passwords do not match"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Reset password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Availability"},"0OfZJA":{"context":"button","string":"Back"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Cancel"},"dOQB9o":{"context":"payment status","string":"Cancelled"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"वर्ग"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Optional)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"Delete category"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Category Name"},"8HRy+U":{"string":"Category Description"},"vof5TR":{"context":"button","string":"Create category"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"All Categories"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Subcategories"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"नाम"},"x/pIZ9":{"context":"button","string":"Add product"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Subcategories"},"V+fkAO":{"context":"number of products in category","string":"Products"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Create category"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Category deleted"},"KCjd1o":{"context":"dialog title","string":"Delete products"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Availability"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"Status"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Active"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Clear"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"संग्रह"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"Hidden"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Add Collection"},"/WXs6H":{"context":"collection name","string":"नाम"},"G4g5Ii":{"context":"tab name","string":"All Collections"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"Hidden"},"lL3YJO":{"context":"collection","string":"Published"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"Availability"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Availability"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"नाम"},"Q8wHwJ":{"string":"Deleted collection"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"Delete image"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Permissions"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Country"},"O95R3Z":{"string":"Phone"},"B52Em/":{"string":"Address line 1"},"TE4fIS":{"string":"City"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"Address line 2"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Attributes"},"j8PV7E":{"context":"attribute values","string":"Values"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Value"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Availability"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Published"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Status"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"Dashboard"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Filters"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Filters"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Save changes"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Value"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Category"},"phAZoj":{"string":"Collection"},"M1uijW":{"context":"collection","string":"Not Published"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Product"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"If empty, the preview shows what will be autogenerated."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Log out"},"X8+Lpa":{"context":"button","string":"Account Settings"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Visibility"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Configuration"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"Continue"},"H5NKfr":{"context":"button","string":"Create"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Customers"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Add Address"},"rjy9/k":{"context":"button","string":"Add address"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Default Address"},"VyzsWZ":{"string":"Default Billing Address"},"nLML8Y":{"string":"Default Shipping Address"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Set as default billing address"},"+7OsyM":{"context":"button","string":"Set as default shipping address"},"BfJGij":{"context":"header","string":"Address Information"},"Zd3Eew":{"context":"subsection header","string":"Shipping Address"},"bHdFph":{"context":"subsection header","string":"Address"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Billing Address"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"टिप्पणियाँ"},"uUQ+Al":{"context":"note about customer","string":"टिप्पणी"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"Status"},"1LiVhv":{"context":"section header","string":"Recent Orders"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Date"},"taX/V3":{"context":"order total amount","string":"Total"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Last order"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"Dashboard"},"P7PLVj":{"string":"Date"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"वर्णन"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Discounts"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Category Name"},"QGjJcT":{"context":"number of products","string":"Products"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"No products found"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"No variants found"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"नाम"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"Active"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Status"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Value"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"No sales found"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Value"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Countries"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Active"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Status"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Value"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Code"},"U2mOqA":{"string":"No vouchers found"},"GVinbz":{"context":"column title","string":"Value"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Price"},"/oaqFS":{"context":"section header","string":"Value"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"Specific products"},"WasHjQ":{"context":"voucher discount","string":"Shipment"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Draft"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"Edit"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"First Name"},"pkjXPD":{"context":"order status","string":"Fulfilled"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Customer"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"टिप्पणी"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Change"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Details"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Details"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Amount"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Product"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Status"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Product"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Settings"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Home"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"No orders ready to fulfill"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Last Name"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigation"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"No"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Optional"},"Ta9j04":{"context":"orders section name","string":"Orders"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Billing address"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Shipping address"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"टिप्पणियाँ"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Shipping Address"},"Y7M1YQ":{"context":"section header","string":"Customer"},"GLX9II":{"context":"billing address","string":"Same as shipping address"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Billing Address"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Cancel order"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Add"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Discount value"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Price"},"nEWp+k":{"context":"quantity of ordered products","string":"मात्रा"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Total"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"Discount"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Subtotal"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Total"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Create order"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Customer"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"Customer"},"mCP0UD":{"context":"order draft creation date","string":"Date"},"1Uj0Wd":{"context":"order draft total price","string":"Total"},"PAqicb":{"context":"button","string":"Cancel order"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Order"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Product name"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Fulfill"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Add tracking"},"dTkmON":{"context":"edit tracking button","string":"Edit tracking"},"K//bUK":{"context":"refund button","string":"Refund"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Cancel Fulfillment"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Tracking number"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Order was placed"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Order was fully paid"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"created"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Invoice"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Customer"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Payment"},"5blVMu":{"context":"e-mail or full name","string":"Customer"},"PHUcrU":{"context":"date when order was placed","string":"Date"},"k9hf7F":{"context":"total order price","string":"Total"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Amount"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Capture"},"V+gwx7":{"context":"order payment","string":"Captured amount"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Discount"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Mark as paid"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Payment status"},"uUsZ7m":{"context":"order payment","string":"Preauthorized amount"},"HaQ8cg":{"context":"button","string":"Refund"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Shipping"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Subtotal"},"r+dgiv":{"string":"Taxes"},"zb4eBO":{"context":"order total price","string":"Total"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Voucher"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Price"},"WE8IFE":{"context":"product name","string":"Product"},"tvpAXl":{"context":"ordered product quantity","string":"मात्रा"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Total"},"5aiFbL":{"context":"tabel column header","string":"Price"},"FNT4b+":{"context":"tabel column header","string":"Product"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Total"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Amount"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Refund"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Price"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Product"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Unfulfilled"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Settings"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Fulfill"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Pages"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"Hidden"},"gMwpNC":{"context":"page content","string":"Content"},"gr+oXW":{"context":"page title","string":"Title"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Title"},"5GSYCR":{"context":"page status","string":"Visibility"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Published"},"UN3qWD":{"context":"page status","string":"Not Published"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Publish"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Unpublish"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"Partially fulfilled"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Partially refunded"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Payment status"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Active"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Email Address"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"नाम"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Authorization"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Status"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"Active"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Configuration"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"नाम"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Tax"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Shipping"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Weight"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"Products"},"ulh3kf":{"string":"संग्रह"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Hidden"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Price"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Visibility"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Availability"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"Shipping"},"SUbxSK":{"context":"product weight","string":"Weight"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"मात्रा"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Charge taxes on this product"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Price"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Summary"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Create"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"प्रकार"},"rbkmfG":{"context":"button","string":"Delete variant"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"Add variant"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Hidden"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Availability"},"Xm9qOu":{"context":"product pricing, section header","string":"Pricing"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Cost price"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Price"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Inventory"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"प्रकार"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Fully refunded"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Remove"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Sales"},"RaycYK":{"context":"button","string":"Save"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Pricing"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Countries"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Shipping zone name"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Add"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Shipping"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Price"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"नाम"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Settings"},"uULcph":{"context":"header","string":"Shipping"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Countries"},"gRa/TS":{"context":"shipping zone","string":"नाम"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"User is active"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Active"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Status"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"New Password"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Change Password"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"पासवर्ड"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Change"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Status"},"RrCui3":{"string":"Summary"},"5elC9k":{"context":"taxes section name","string":"Taxes"},"lnQAos":{"context":"header","string":"Taxes"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"All products prices are entered with tax included"},"98isC5":{"string":"Show gross prices to customers in the storefront"},"FNKhkx":{"string":"Charge taxes on shipping rates"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Attributes"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Values"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"Products"},"CxfKLC":{"string":"Pages"},"VKb1MS":{"string":"वर्ग"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"Sales"},"etP0+D":{"string":"Vouchers"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"नाम"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"वर्णन"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Unfulfilled"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Manual payments can not be refunded"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Only pre-authorized payments can be voided"},"gKdGxP":{"context":"error message","string":"Only pre-authorized payments can be captured"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Shipping method is not valid for chosen shipping address"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Vouchers"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Address Information"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"नाम"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Settings"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"नाम"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Yes"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Allocated"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"मात्रा"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/hu.json b/locale/hu.json index 307cf4205..b2d9a9510 100644 --- a/locale/hu.json +++ b/locale/hu.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Rendelés lemondása" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Rejtett" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "kezdvezmény érték" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Activity" - }, - "homeActivityCardNoActivities": { - "string": "No activities found" - }, - "homeAnalyticsCardHeader": { - "string": "Ma" - }, - "homeHeaderText": { - "context": "header", - "string": "Hello there, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Here is some information we gathered about your store" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Products" - }, - "homeProductsListCardNoProducts": { - "string": "No products found" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "The new dashboard and the GraphQL API are preview-quality software." - }, - "homeScreenDisclaimerText2": { - "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hello there, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "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": "Hivatkozás" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Start typing to begin search..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Név" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menu Items" - }, - "menuItemsPlaceholder": { - "string": "Add new menu item to begin creating menu" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Create Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Nem közétett" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Kategória" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Kollekciók" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Leírás" - }, - "productExportFieldName": { - "context": "product field", - "string": "Név" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Változat képei" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Leltár" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Create Product Type" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Create Product Type" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Adók" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Ár" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Közétett" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Kulcs" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Létrehoz" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Tulajdonságok" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Are you sure you want to delete {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Környék" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Dátum" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Fájl" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Oldalak" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Termékek" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Súly" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "Minden tulajdonság" - }, - "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Kép" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "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": "Név" - }, - "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_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Jelszó" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Elfelejtetted a jelszavad?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "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_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Passwords do not match" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "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": "Elérhetőség" - }, - "src_dot_back": { - "context": "button", - "string": "Back" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Mégse" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Lemondva" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Kategóriák" - }, - "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": "(Opcionális)" - }, - "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": "Minden kategória" - }, - "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": "Alkategóriák" - }, - "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_1657559629": { - "string": "No products found" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Név" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Termék hozzáadás" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "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": "Alkategóriák" - }, - "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": "Termékek" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "Minden alkategória" - }, - "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_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Elérhetőség" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Státusz" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Aktív" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Töröl" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Kollekciók" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Rejtett" - }, - "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_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Rejtett" - }, - "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": "Név" - }, - "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": "(Opcionális)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "Minden kollekció" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "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": "Rejtett" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Közétett" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "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": "Elérhetőség" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "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_3326160357": { - "context": "product availability", - "string": "Elérhetőség" - }, - "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": "Név" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Kollekció törölve" - }, - "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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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_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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Jogosultságok" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Ország" - }, - "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": "Város" - }, - "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_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Tulajdonságok" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Értékek" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Érték" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Elérhetőség" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Közétett" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Státusz" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Ország" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Város" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_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_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Irányítópult" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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": "Szűrők" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No results" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Szűrők" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Szűrők" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Módosítás mentése" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Érték" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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": "Kategória" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Kollekció" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Közétett" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Not Published" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Create Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Create Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Create Customer" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Termék" - }, - "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_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "kijelentkezés" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Account Settings" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Láthatóság" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Beállítás" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "Tovább" - }, - "src_dot_create": { - "context": "button", - "string": "Létrehoz" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Vásárlók" - }, - "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_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Default Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Default Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Default Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Set as default billing address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Set as default shipping address" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Cím adatok" - }, - "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": "Cím" - }, - "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": "Megjegyzések" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Megjegyzés" - }, - "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": "Megjegyzés" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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": "Minden vásárló" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Join Date" - }, - "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": "Státusz" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "Korábbi rendelések" - }, - "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": "Dátum" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "Összesen" - }, - "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": "Irányítópult" - }, - "src_dot_date": { - "string": "Dátum" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Leírás" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Kedvezmények" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Termékek" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Termékek" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "No products found" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Elérhetőség" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "Nem található változat" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "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": "Név" - }, - "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": "Minden leértékelés" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "Aktív" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "Státusz" - }, - "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": "Érték" - }, - "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": "Nem található leértékelés" - }, - "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": "Név" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Érték" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Név" - }, - "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": "Érték" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Országok" - }, - "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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "Minden kupon" - }, - "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": "Aktív" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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": "Státusz" - }, - "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": "Érték" - }, - "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": "Kód" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Nem található kupon." - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Érték" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Érték" - }, - "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": "Kód" - }, - "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_1134347598": { - "context": "column title", - "string": "Ár" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Érték" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Teljes rendelésre" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Bizonyos termékekre" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Szállítás" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Vázlat" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Draft Orders" - }, - "src_dot_drafts": { - "string": "Drafts" - }, - "src_dot_edit": { - "context": "button", - "string": "Szerkeszt" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Teljesített" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Vásárló" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Megjegyzés" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Módosít" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Részletek" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Részletek" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Mennyiség" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Termék" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Státusz" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Termék" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Beállítások" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Főoldal" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "No orders ready to fulfill" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigáció" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "Nem" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Rendelések" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Számlázási cím" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Szállítási cím" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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": "Megjegyzések" - }, - "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": "Vásárló" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Megegyezik a szállítási címmel" - }, - "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_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Rendelés lemondása" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Hozzáad" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Kezdvezmény értéke" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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": "Ár" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Termék" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Mennyiség" - }, - "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": "Összesen" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Kedvezmény" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Részösszeg" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Összesen" - }, - "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_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Rendelés felvitel" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "Minden vázlat" - }, - "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": "Vásárló" - }, - "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": "Vásárló" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Dátum" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Összesen" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Rendelés lemondása" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Rendelés" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Termék név" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Teljesít" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Követés hozzáadása" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Követés szerkesztése" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Visszatérítés" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Teljesítés elvetése" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Követési szám" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Add Tracking Code" - }, - "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_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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": "Rendelés leadva" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "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_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "létrehozva" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Számla" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Rendelés felvitel" - }, - "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": "Minden rendelés" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Vásárló" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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": "Fizetés" - }, - "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": "Vásárló" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Dátum" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "Összesen" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "No orders found" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "Mennyiség" - }, - "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_capture": { - "context": "capture payment, button", - "string": "Bevonás" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Captured amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Kedvezmény" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Megjelölve fizetettként" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Fizetés állapota" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Előzetesen jóváhagyott összeg" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Visszatérítés" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Szállítás" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Részösszeg" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Adók" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Összesen" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Visszatérítés" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Kupon" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Ár" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Termék" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Mennyiség" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Összesen" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Ár" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Termék" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Összesen" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Rendelés" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Mennyiség" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Visszatérítés" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Ár" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Termék" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Összesen" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Ár" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Termék" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Kitöltetlen" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Beállítások" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Teljesít" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Oldalak" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Create Page" - }, - "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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Rejtett" - }, - "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": "Cím" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Cím" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Láthatóság" - }, - "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": "Közétett" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Not Published" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Publish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Unpublish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fizetve" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Részben kitöltve" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Részben visszatérített" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Fizetés állapota" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Aktív" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Aktív" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Név" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Jóváhagyás" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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": "Státusz" - }, - "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_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Aktív" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Beállítás" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Név" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "string": "Product Type Name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { - "context": "tab name", - "string": "Minden terméktípus" - }, - "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": "Szállítás" - }, - "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": "Súly" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "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": "Termékek" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Kategória" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Kollekciók" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Nem közétett" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Közétett" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Név" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "termékek" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "Minden termék" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Rejtett" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "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": "Ár" - }, - "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": "Láthatóság" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visible" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Név" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Elérhetőség" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Ár" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Kategória" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Kollekciók" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Szállítás" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Súly" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Mennyiség" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Charge taxes on this product" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Nem közétett" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Közétett" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Ár" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Összefoglaló" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Létrehoz" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Változat" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Értékek" - }, - "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_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "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": "Változat hozzáadása" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "New Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Rejtett" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Elérhetőség" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Árazás" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Ár" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Cost price" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Ár" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Leltár" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Változat" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Teljesen visszatérített" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Töröl" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Leértékelések" - }, - "src_dot_save": { - "context": "button", - "string": "Ment" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Árazás" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Ár" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Országok" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Országok" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Shipping zone name" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Hozzáad" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Szállítás" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Szállítás" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Ár" - }, - "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": "Név" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Beállítások" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Szállítás" - }, - "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": "Országok" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Név" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Jogosultságok" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Felhasználó aktív" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "Minden munkatárs" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Aktív" - }, - "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": "Státusz" - }, - "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": "Aktív" - }, - "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": "Név" - }, - "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": "Jelszóváltoztatás" - }, - "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": "Jelszó" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Módosít" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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": "Státusz" - }, - "src_dot_summary": { - "string": "Összefoglaló" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Adók" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Adók" - }, - "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_1755013298": { - "string": "Kategória" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Minden ár tartalmazza az ÁFÁ-t" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "A vásárlók bruttó árat lássanak a storefonton." - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Az ÁFA kerüljön felszámításra a szállítási költségben" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Tulajdonságok" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Értékek" - }, - "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_222873645": { - "string": "Kollekciók" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Termékek" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Oldalak" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Kategóriák" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Tulajdonságok" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Leértékelések" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Kuponok" - }, - "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": "Név" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "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": "Leírás" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Leírás" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Név" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Kitöltetlen" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manual payments can not be refunded" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Only pre-authorized payments can be voided" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Only pre-authorized payments can be captured" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Szállítási mód nem érvényes a választott szállítási címhez" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Kuponok" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Cím adatok" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Cím adatok" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Név" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Beállítások" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Név" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Igen" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Lefoglalt" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Mennyiség" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Rendelés lemondása"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Rejtett"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Determine attributes used to create product types"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Define how users can navigate through your store"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Define types of products you sell"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"kezdvezmény érték"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Activity"},"wWTUrM":{"string":"No activities found"},"zWgbGg":{"string":"Ma"},"By5ZBp":{"context":"header","string":"Hello there, {userName}"},"aCX8rl":{"context":"subheader","string":"Here is some information we gathered about your store"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Top Products"},"Q1Uzbb":{"string":"No products found"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Create Menu"},"jhh/D6":{"string":"Menu Title"},"G/SYtU":{"string":"Are you sure you want to delete menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Delete Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Add Item"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edit Item"},"Urh2N3":{"context":"label","string":"Hivatkozás"},"28GZnc":{"string":"Start typing to begin search..."},"0Vyr8h":{"context":"menu item name","string":"Név"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"Menu Items"},"WwZfNK":{"string":"Add new menu item to begin creating menu"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"Create Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Nem közétett"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Kategória"},"jxoMLL":{"context":"product field","string":"Kollekciók"},"YVIajc":{"context":"product field","string":"Leírás"},"W8i2Ez":{"context":"product field","string":"Név"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Változat képei"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Leltár"},"SSWFo8":{"context":"window title","string":"Create Product Type"},"bq1eEx":{"context":"header","string":"Create Product Type"},"mUb8Gt":{"context":"section header","string":"Adók"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Ár"},"vuKrlW":{"string":"Stock"},"ABgQcF":{"context":"variant stock, header","string":"Stock"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Közétett"},"ppLwx3":{"context":"number of categories","string":"Categories ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Kulcs"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"Létrehoz"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Tulajdonságok"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Delete attribute"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Környék"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Dátum"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Fájl"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Oldalak"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Termékek"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Súly"},"dKPMyh":{"context":"tab name","string":"Minden tulajdonság"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Kép"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Add Value"},"UhcALJ":{"context":"attribute name","string":"Név"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Sign in"},"5sg7KC":{"string":"Jelszó"},"3tbL7x":{"context":"description","string":"Elfelejtetted a jelszavad?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"New Password"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Confirm Password"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Passwords do not match"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Reset password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Elérhetőség"},"0OfZJA":{"context":"button","string":"Back"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Mégse"},"dOQB9o":{"context":"payment status","string":"Lemondva"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"Kategóriák"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Opcionális)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"Delete category"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Category Name"},"8HRy+U":{"string":"Category Description"},"vof5TR":{"context":"button","string":"Create category"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"Minden kategória"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Alkategóriák"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"Név"},"x/pIZ9":{"context":"button","string":"Termék hozzáadás"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Alkategóriák"},"V+fkAO":{"context":"number of products in category","string":"Termékek"},"NivJal":{"context":"section header","string":"Minden alkategória"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Create category"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Category deleted"},"KCjd1o":{"context":"dialog title","string":"Delete products"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Elérhetőség"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"Státusz"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Aktív"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Töröl"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Kollekciók"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"Rejtett"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Add Collection"},"/WXs6H":{"context":"collection name","string":"Név"},"G4g5Ii":{"context":"tab name","string":"Minden kollekció"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"Rejtett"},"lL3YJO":{"context":"collection","string":"Közétett"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"Elérhetőség"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Elérhetőség"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"Név"},"Q8wHwJ":{"string":"Kollekció törölve"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"Delete image"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Jogosultságok"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Ország"},"O95R3Z":{"string":"Phone"},"B52Em/":{"string":"Address line 1"},"TE4fIS":{"string":"Város"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"Address line 2"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Tulajdonságok"},"j8PV7E":{"context":"attribute values","string":"Értékek"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Érték"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Elérhetőség"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Közétett"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Státusz"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"Irányítópult"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Szűrők"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Szűrők"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Módosítás mentése"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Érték"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Kategória"},"phAZoj":{"string":"Kollekció"},"M1uijW":{"context":"collection","string":"Not Published"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Termék"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"If empty, the preview shows what will be autogenerated."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"kijelentkezés"},"X8+Lpa":{"context":"button","string":"Account Settings"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Láthatóság"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Beállítás"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"Tovább"},"H5NKfr":{"context":"button","string":"Létrehoz"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Vásárlók"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Add Address"},"rjy9/k":{"context":"button","string":"Add address"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Default Address"},"VyzsWZ":{"string":"Default Billing Address"},"nLML8Y":{"string":"Default Shipping Address"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Set as default billing address"},"+7OsyM":{"context":"button","string":"Set as default shipping address"},"BfJGij":{"context":"header","string":"Cím adatok"},"Zd3Eew":{"context":"subsection header","string":"Shipping Address"},"bHdFph":{"context":"subsection header","string":"Cím"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Billing Address"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Megjegyzések"},"uUQ+Al":{"context":"note about customer","string":"Megjegyzés"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"Minden vásárló"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"Státusz"},"1LiVhv":{"context":"section header","string":"Korábbi rendelések"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Dátum"},"taX/V3":{"context":"order total amount","string":"Összesen"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Last order"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"Irányítópult"},"P7PLVj":{"string":"Dátum"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Leírás"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Kedvezmények"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Category Name"},"QGjJcT":{"context":"number of products","string":"Termékek"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"No products found"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"Nem található változat"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"Név"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"Minden leértékelés"},"AnqH4p":{"context":"sale status","string":"Aktív"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Státusz"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Érték"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"Nem található leértékelés"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Érték"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Országok"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"Minden kupon"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Aktív"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Státusz"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Érték"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Kód"},"U2mOqA":{"string":"Nem található kupon."},"GVinbz":{"context":"column title","string":"Érték"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Ár"},"/oaqFS":{"context":"section header","string":"Érték"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Teljes rendelésre"},"45zP+r":{"context":"voucher discount","string":"Bizonyos termékekre"},"WasHjQ":{"context":"voucher discount","string":"Szállítás"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Vázlat"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"Szerkeszt"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"First Name"},"pkjXPD":{"context":"order status","string":"Teljesített"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Vásárló"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Megjegyzés"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Módosít"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Részletek"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Részletek"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Mennyiség"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Termék"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Státusz"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Termék"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Beállítások"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Főoldal"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"No orders ready to fulfill"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Last Name"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigáció"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"Nem"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Optional"},"Ta9j04":{"context":"orders section name","string":"Rendelések"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Számlázási cím"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Szállítási cím"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Megjegyzések"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Shipping Address"},"Y7M1YQ":{"context":"section header","string":"Vásárló"},"GLX9II":{"context":"billing address","string":"Megegyezik a szállítási címmel"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Billing Address"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Rendelés lemondása"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Hozzáad"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Kezdvezmény értéke"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Ár"},"nEWp+k":{"context":"quantity of ordered products","string":"Mennyiség"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Összesen"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"Kedvezmény"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Részösszeg"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Összesen"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Rendelés felvitel"},"7a1S4K":{"context":"tab name","string":"Minden vázlat"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Vásárló"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"Vásárló"},"mCP0UD":{"context":"order draft creation date","string":"Dátum"},"1Uj0Wd":{"context":"order draft total price","string":"Összesen"},"PAqicb":{"context":"button","string":"Rendelés lemondása"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Rendelés"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Termék név"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Teljesít"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Követés hozzáadása"},"dTkmON":{"context":"edit tracking button","string":"Követés szerkesztése"},"K//bUK":{"context":"refund button","string":"Visszatérítés"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Teljesítés elvetése"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Követési szám"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Rendelés leadva"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Order was fully paid"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"létrehozva"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Számla"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"Minden rendelés"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Vásárló"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Fizetés"},"5blVMu":{"context":"e-mail or full name","string":"Vásárló"},"PHUcrU":{"context":"date when order was placed","string":"Dátum"},"k9hf7F":{"context":"total order price","string":"Összesen"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Mennyiség"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Bevonás"},"V+gwx7":{"context":"order payment","string":"Captured amount"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Kedvezmény"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Megjelölve fizetettként"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Fizetés állapota"},"uUsZ7m":{"context":"order payment","string":"Előzetesen jóváhagyott összeg"},"HaQ8cg":{"context":"button","string":"Visszatérítés"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Szállítás"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Részösszeg"},"r+dgiv":{"string":"Adók"},"zb4eBO":{"context":"order total price","string":"Összesen"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Kupon"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Ár"},"WE8IFE":{"context":"product name","string":"Termék"},"tvpAXl":{"context":"ordered product quantity","string":"Mennyiség"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Összesen"},"5aiFbL":{"context":"tabel column header","string":"Ár"},"FNT4b+":{"context":"tabel column header","string":"Termék"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Összesen"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Mennyiség"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Visszatérítés"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Ár"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Termék"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Kitöltetlen"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Beállítások"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Teljesít"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Oldalak"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"Rejtett"},"gMwpNC":{"context":"page content","string":"Content"},"gr+oXW":{"context":"page title","string":"Cím"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Cím"},"5GSYCR":{"context":"page status","string":"Láthatóság"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Közétett"},"UN3qWD":{"context":"page status","string":"Not Published"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Publish"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Unpublish"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fizetve"},"PbqNhi":{"context":"order status","string":"Részben kitöltve"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Részben visszatérített"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Fizetés állapota"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Aktív"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Email Address"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Név"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Jóváhagyás"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Státusz"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"Aktív"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Beállítás"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Név"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"Minden terméktípus"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Tax"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Szállítás"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Súly"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"Termékek"},"ulh3kf":{"string":"Kollekciók"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"termékek"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"Minden termék"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Rejtett"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Ár"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Láthatóság"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Elérhetőség"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"Szállítás"},"SUbxSK":{"context":"product weight","string":"Súly"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Mennyiség"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Charge taxes on this product"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Ár"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Összefoglaló"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Létrehoz"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Változat"},"rbkmfG":{"context":"button","string":"Delete variant"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"Változat hozzáadása"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Rejtett"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Elérhetőség"},"Xm9qOu":{"context":"product pricing, section header","string":"Árazás"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Cost price"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Ár"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Leltár"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Változat"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Teljesen visszatérített"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Töröl"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Leértékelések"},"RaycYK":{"context":"button","string":"Ment"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Árazás"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Országok"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Shipping zone name"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Hozzáad"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Szállítás"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Ár"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"Név"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Beállítások"},"uULcph":{"context":"header","string":"Szállítás"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Országok"},"gRa/TS":{"context":"shipping zone","string":"Név"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"Felhasználó aktív"},"YJ4TXc":{"context":"tab name","string":"Minden munkatárs"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Aktív"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Státusz"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"New Password"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Jelszóváltoztatás"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"Jelszó"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Módosít"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Státusz"},"RrCui3":{"string":"Összefoglaló"},"5elC9k":{"context":"taxes section name","string":"Adók"},"lnQAos":{"context":"header","string":"Adók"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"Minden ár tartalmazza az ÁFÁ-t"},"98isC5":{"string":"A vásárlók bruttó árat lássanak a storefonton."},"FNKhkx":{"string":"Az ÁFA kerüljön felszámításra a szállítási költségben"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Tulajdonságok"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Értékek"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"Termékek"},"CxfKLC":{"string":"Oldalak"},"VKb1MS":{"string":"Kategóriák"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"Leértékelések"},"etP0+D":{"string":"Kuponok"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Név"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"Leírás"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Kitöltetlen"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Manual payments can not be refunded"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Only pre-authorized payments can be voided"},"gKdGxP":{"context":"error message","string":"Only pre-authorized payments can be captured"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Szállítási mód nem érvényes a választott szállítási címhez"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Kuponok"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Cím adatok"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Név"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Beállítások"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Név"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Igen"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Lefoglalt"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Mennyiség"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/hy.json b/locale/hy.json index 09af26e69..5204fcc82 100644 --- a/locale/hy.json +++ b/locale/hy.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Պատվերի Չեղարկում" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Hidden" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Գործունեություն" - }, - "homeActivityCardNoActivities": { - "string": "No activities found" - }, - "homeAnalyticsCardHeader": { - "string": "Այսօր" - }, - "homeHeaderText": { - "context": "header", - "string": "Hello there, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Here is some information we gathered about your store" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {Պատվերված է} other {{amount} Պատվերված են}}" - }, - "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}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "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": "Հղում" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Start typing to begin search..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Անուն" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menu Items" - }, - "menuItemsPlaceholder": { - "string": "Add new menu item to begin creating menu" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Create Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Չհրապարակված" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Տեսակ" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Հավաքածուներ" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Նկարագրություն" - }, - "productExportFieldName": { - "context": "product field", - "string": "Անուն" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variant Images" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "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": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Արժեք" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Հրապարակված" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Key" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Գործողություններ" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Create" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Attributes" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Are you sure you want to delete {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Area" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Date" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "File" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Pages" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Ապրանքներ" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Կշիռ" - }, - "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Image" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Are you sure you want to delete \"{name}\" value?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Delete attribute value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Are you sure you want to delete \"{name}\" value? If you delete it you won’t be able to assign it to any of the products with \"{attributeName}\" attribute." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Edit Value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Add Value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "Անուն" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Default Store View" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "Admin" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "No values found" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Attribute Values" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Assign value" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Գաղտնաբառ" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Forgot password?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "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_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Passwords do not match" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "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_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Cancel" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Cancelled" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Տեսականի" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Background Image (optional)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(Optional)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Create New Category" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Add search engine title and description to make this category easier to find" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Delete category" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "Are you sure you want to delete {categoryName}?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Category Name" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Category Description" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Create category" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Search Category" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "All Categories" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Category Name" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "No categories found" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "No subcategories found" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "Subcategories" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "No. of Products" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Անուն" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Add product" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "Products in {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Subcategories" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Add search engine title and description to make this category easier to find" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "Ապրանքներ" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "All Subcategories" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Create subcategory" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "Category created" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "Delete category" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Category deleted" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Delete products" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Նշան" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Ակտիվ" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Գործողություններ" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Մաքրել" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Հավաքածուներ" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Hidden" - }, - "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_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Hidden" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Add search engine title and description to make this collection easier to find" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "Անուն" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Background Image (optional)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(Optional)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "All Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Create collection" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "Hidden" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Հրապարակված" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_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_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "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_3326160357": { - "context": "product availability", - "string": "Availability" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Products in {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Assign product" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "Անուն" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Ջնջվել է հավաքածուն" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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_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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Երկիր" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "Քաղաք" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Attributes" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Արժեք" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Availability" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Հրապարակված" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Status" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Երկիր" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Քաղաք" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_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_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Dashboard" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filters" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filters" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Save changes" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Արժեք" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Գործողություններ" - }, - "src_dot_components_dot_MoneyRange_dot_12301532": { - "context": "money", - "string": "to {money}" - }, - "src_dot_components_dot_MoneyRange_dot_1316359951": { - "context": "money", - "string": "{fromMoney} - {toMoney}" - }, - "src_dot_components_dot_MoneyRange_dot_3729849657": { - "context": "money", - "string": "from {money}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Add new value: {value}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_MultiSelectField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "Order Number" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Type Command" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Search Customer" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Search in Customers" - }, - "src_dot_components_dot_Navigator_dot_2874620973": { - "context": "navigator placeholder", - "string": "Type {key} to see available actions" - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Navigate to" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Quick Actions" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Navigator is here to help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "Տեսակ" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Հավաքածու" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Հրապարակված" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Not Published" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Create Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Create Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Create Customer" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "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_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Նշան" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Log out" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Account Settings" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibility" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Configuration" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "Continue" - }, - "src_dot_create": { - "context": "button", - "string": "Create" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "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_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Default Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Default Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Default Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Set as default billing address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Set as default shipping address" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Հասցեի Տեղեկատվություն" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Հասցե" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "This customer has no addresses yet" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "Primary Address" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "The primary address of this customer." - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Customer Overview" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "Նշումներ" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Նշում" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Enter any extra infotmation regarding this customer." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "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": "Նշում" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_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": "Ընդհանուր" - }, - "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_date": { - "string": "Date" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Նկարագրություն" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Discounts" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Ապրանքներ" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Ապրանքներ" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "No products found" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Availability" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "No variants found" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "Անուն" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Search Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "All Sales" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "Ակտիվ" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "Արժեք" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { - "context": "sale end date", - "string": "Ends" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { - "string": "No sales found" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Starts" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "Անուն" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Արժեք" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Անուն" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Fixed Amount" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "Արժեք" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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": "Ակտիվ" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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": "Արժեք" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "Min. Spent" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "Ends" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "Starts" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "Կոդ" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "No vouchers found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Արժեք" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Minimal order value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "Արժեք" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Min. Order Value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "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": "Կոդ" - }, - "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_1134347598": { - "context": "column title", - "string": "Արժեք" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Արժեք" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Only once per order" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Fulfilled" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Հաճախորդ" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Նշում" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Change" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Details" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Details" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Գումար" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Status" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Settings" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "No orders ready to fulfill" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "No" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Orders" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "No notes from customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "Նշումներ" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "Contact Information" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Search Customers" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "View Profile" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "Shipping Address" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Հաճախորդ" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Same as shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Anonymous user" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Billing Address" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Cancel order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Add" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Զեղջի արժեքը" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "Delete Daft Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "Are you sure you want to delete draft #{orderNumber}?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "Արժեք" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Քանակ" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "No Products added to Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { - "context": "total price of ordered products", - "string": "Ընդհանուր" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Ընդհանուր" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Order Details" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "Add products" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Create order" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "All Drafts" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Search Draft" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "Հաճախորդ" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "No draft orders found" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "No. of Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "Հաճախորդ" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Date" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Ընդհանուր" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Cancel order" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Order" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Product name" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "ՊՊՄ" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Add tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edit tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Հետևելու համարը" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Add Tracking Code" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Order address was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "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_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "ստեղծվել է" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Հաճախորդ" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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": "Հաճախորդ" - }, - "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": "Ընդհանուր" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "No orders found" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "Գումար" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Are you sure you want to void this payment?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Void Payment" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "Capture" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Captured amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Discount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Mark as paid" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Վճարման կարգավիճակ" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Preauthorized amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Shipping" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Taxes" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Ընդհանուր" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Կտրոն" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Արժեք" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Քանակ" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "ՊՊՄ" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Ընդհանուր" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Արժեք" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Ընդհանուր" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Order" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Գումար" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Արժեք" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Ընդհանուր" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Արժեք" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Unfulfilled" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Fulfill" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Նշան" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "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_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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Hidden" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Բովանդակություն" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Վերնագիր" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Վերնագիր" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Visibility" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "No pages found" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3478065224": { - "context": "page internal name", - "string": "Նշան" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3640454975": { - "context": "page status", - "string": "Հրապարակված" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Not Published" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Հրապարակել" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Չհրապարակել" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Partially fulfilled" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Partially refunded" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Վճարման կարգավիճակ" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Ակտիվ" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Գործողություններ" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Ակտիվ" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Գործողություններ" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Անուն" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Authorization" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Ակտիվ" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Configuration" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Անուն" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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": "Նշան" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_3559259966": { - "context": "section header", - "string": "Product Attributes" - }, - "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_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "Կշիռ" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Նշան" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Unassign" - }, - "src_dot_products": { - "context": "products section name", - "string": "Ապրանքներ" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Տեսակ" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Հավաքածուներ" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Չհրապարակված" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Հրապարակված" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Անուն" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Out Of Stock" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "Արժեք" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Stock quantity" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "Visibility" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visible" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Անուն" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Արժեք" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Տեսակ" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Հավաքածուներ" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Shipping" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Կշիռ" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Քանակ" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Գանձեք հարկերը այս ապրանքի վրա" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Չհրապարակված" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Հրապարակված" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Արժեք" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Summary" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Create" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "ՊՊՄ" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Տարբերակ" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "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_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "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_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Արժեք" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Cost price" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Արժեք" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventory" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "ՊՊՄ" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Տարբերակ" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Fully refunded" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Remove" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Sales" - }, - "src_dot_save": { - "context": "button", - "string": "Save" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Pricing" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Արժեք" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Գործողություններ" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Shipping zone name" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Add" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Արժեք" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Create rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Value Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "No shipping rates found" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Price Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Weight Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Weight Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "Անուն" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Settings" - }, - "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": "Անուն" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Օգտագործողը ակտիվ է" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "All Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Ակտիվ" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Deactivated" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "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": "Ակտիվ" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "No staff members found" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "Անուն" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "New Password" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "New password must be at least 8 characters long" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "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": "Գաղտնաբառ" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Change" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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_1755013298": { - "string": "Տեսակ" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Attributes" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Values" - }, - "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_222873645": { - "string": "Հավաքածուներ" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Ապրանքներ" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Pages" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Տեսականի" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Attributes" - }, - "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_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} of {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "No translatable entities found" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "Completed Translations" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "Անուն" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Languages" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "No languages found" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Language" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Բովանդակություն" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Translation Product \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "Նկարագրություն" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Նկարագրություն" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Անուն" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Unfulfilled" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Կանխիկ վճարումը չի կարող վերադարձվել" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Միայն կանխավճարային վճարները կարող են չեղարկվել" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Միայն կանխավճարային վճարումները կարող են կատարվել" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Առաքումը հասանելի չէ ընտրված առաքման հասցեում" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Առաքման տարբերակը պահանջվում է այս պատվերի համար" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "Այս գաղտնաբառը չափազանց հաճախ է օգտագործվում" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "Այս գաղտնաբառը շատ կարճ է" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Անհայտ սխալ" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Vouchers" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Հասցեի Տեղեկատվություն" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Հասցեի Տեղեկատվություն" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Առաքման Շրջաներ" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Գործողություններ" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Անուն" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Settings" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Իրադարձություններ" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Գործողություն" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Անուն" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Այո" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Allocated" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Քանակ" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Պատվերի Չեղարկում"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Hidden"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Determine attributes used to create product types"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Define how users can navigate through your store"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Define types of products you sell"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Գործունեություն"},"wWTUrM":{"string":"No activities found"},"zWgbGg":{"string":"Այսօր"},"By5ZBp":{"context":"header","string":"Hello there, {userName}"},"aCX8rl":{"context":"subheader","string":"Here is some information we gathered about your store"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {Պատվերված է} other {{amount} Պատվերված են}}"},"rr8fyf":{"context":"header","string":"Top Products"},"Q1Uzbb":{"string":"No products found"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Create Menu"},"jhh/D6":{"string":"Menu Title"},"G/SYtU":{"string":"Are you sure you want to delete menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Delete Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Add Item"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edit Item"},"Urh2N3":{"context":"label","string":"Հղում"},"28GZnc":{"string":"Start typing to begin search..."},"0Vyr8h":{"context":"menu item name","string":"Անուն"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"Menu Items"},"WwZfNK":{"string":"Add new menu item to begin creating menu"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"Create Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Չհրապարակված"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Տեսակ"},"jxoMLL":{"context":"product field","string":"Հավաքածուներ"},"YVIajc":{"context":"product field","string":"Նկարագրություն"},"W8i2Ez":{"context":"product field","string":"Անուն"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Variant Images"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventory"},"SSWFo8":{"context":"window title","string":"Create Product Type"},"bq1eEx":{"context":"header","string":"Create Product Type"},"mUb8Gt":{"context":"section header","string":"Taxes"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Արժեք"},"vuKrlW":{"string":"Stock"},"ABgQcF":{"context":"variant stock, header","string":"Stock"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Հրապարակված"},"ppLwx3":{"context":"number of categories","string":"Categories ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Key"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Գործողություններ"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"Create"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Attributes"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Delete attribute"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Area"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Date"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"File"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Pages"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Ապրանքներ"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Կշիռ"},"dKPMyh":{"context":"tab name","string":"All Attributes"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Image"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Add Value"},"UhcALJ":{"context":"attribute name","string":"Անուն"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Sign in"},"5sg7KC":{"string":"Գաղտնաբառ"},"3tbL7x":{"context":"description","string":"Forgot password?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"New Password"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Confirm Password"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Passwords do not match"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Reset password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Availability"},"0OfZJA":{"context":"button","string":"Back"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Cancel"},"dOQB9o":{"context":"payment status","string":"Cancelled"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"Տեսականի"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Optional)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"Delete category"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Category Name"},"8HRy+U":{"string":"Category Description"},"vof5TR":{"context":"button","string":"Create category"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"All Categories"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Subcategories"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"Անուն"},"x/pIZ9":{"context":"button","string":"Add product"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Subcategories"},"V+fkAO":{"context":"number of products in category","string":"Ապրանքներ"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Create category"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Category deleted"},"KCjd1o":{"context":"dialog title","string":"Delete products"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Availability"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Նշան"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"Status"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Ակտիվ"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Մաքրել"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Հավաքածուներ"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"Hidden"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Add Collection"},"/WXs6H":{"context":"collection name","string":"Անուն"},"G4g5Ii":{"context":"tab name","string":"All Collections"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"Hidden"},"lL3YJO":{"context":"collection","string":"Հրապարակված"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"Availability"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Availability"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"Անուն"},"Q8wHwJ":{"string":"Ջնջվել է հավաքածուն"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"Delete image"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Permissions"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Երկիր"},"O95R3Z":{"string":"Phone"},"B52Em/":{"string":"Address line 1"},"TE4fIS":{"string":"Քաղաք"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"Address line 2"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Attributes"},"j8PV7E":{"context":"attribute values","string":"Values"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Արժեք"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Availability"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Հրապարակված"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Status"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"Dashboard"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Filters"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Filters"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Save changes"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Արժեք"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Գործողություններ"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Տեսակ"},"phAZoj":{"string":"Հավաքածու"},"M1uijW":{"context":"collection","string":"Not Published"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Product"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Նշան"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"If empty, the preview shows what will be autogenerated."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Log out"},"X8+Lpa":{"context":"button","string":"Account Settings"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Visibility"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Configuration"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"Continue"},"H5NKfr":{"context":"button","string":"Create"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Customers"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Add Address"},"rjy9/k":{"context":"button","string":"Add address"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Default Address"},"VyzsWZ":{"string":"Default Billing Address"},"nLML8Y":{"string":"Default Shipping Address"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Set as default billing address"},"+7OsyM":{"context":"button","string":"Set as default shipping address"},"BfJGij":{"context":"header","string":"Հասցեի Տեղեկատվություն"},"Zd3Eew":{"context":"subsection header","string":"Shipping Address"},"bHdFph":{"context":"subsection header","string":"Հասցե"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Billing Address"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Նշումներ"},"uUQ+Al":{"context":"note about customer","string":"Նշում"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"Status"},"1LiVhv":{"context":"section header","string":"Recent Orders"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Date"},"taX/V3":{"context":"order total amount","string":"Ընդհանուր"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Last order"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"Dashboard"},"P7PLVj":{"string":"Date"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Նկարագրություն"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Discounts"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Category Name"},"QGjJcT":{"context":"number of products","string":"Ապրանքներ"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"No products found"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"No variants found"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"Անուն"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"Ակտիվ"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Status"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Արժեք"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"No sales found"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Արժեք"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Countries"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Ակտիվ"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Status"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Արժեք"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Կոդ"},"U2mOqA":{"string":"No vouchers found"},"GVinbz":{"context":"column title","string":"Արժեք"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Արժեք"},"/oaqFS":{"context":"section header","string":"Արժեք"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"Specific products"},"WasHjQ":{"context":"voucher discount","string":"Shipment"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Draft"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"Edit"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"First Name"},"pkjXPD":{"context":"order status","string":"Fulfilled"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Հաճախորդ"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Նշում"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Change"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Details"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Details"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Գումար"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Product"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Status"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Product"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Settings"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Home"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"No orders ready to fulfill"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Last Name"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigation"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"No"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Optional"},"Ta9j04":{"context":"orders section name","string":"Orders"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Billing address"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Shipping address"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Նշումներ"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Shipping Address"},"Y7M1YQ":{"context":"section header","string":"Հաճախորդ"},"GLX9II":{"context":"billing address","string":"Same as shipping address"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Billing Address"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Cancel order"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Add"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Զեղջի արժեքը"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Արժեք"},"nEWp+k":{"context":"quantity of ordered products","string":"Քանակ"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Ընդհանուր"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"Discount"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Subtotal"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Ընդհանուր"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Create order"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Հաճախորդ"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"Հաճախորդ"},"mCP0UD":{"context":"order draft creation date","string":"Date"},"1Uj0Wd":{"context":"order draft total price","string":"Ընդհանուր"},"PAqicb":{"context":"button","string":"Cancel order"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Order"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Product name"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"ՊՊՄ"},"BLX9dz":{"context":"fulfill order, button","string":"Fulfill"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Add tracking"},"dTkmON":{"context":"edit tracking button","string":"Edit tracking"},"K//bUK":{"context":"refund button","string":"Refund"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Cancel Fulfillment"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Հետևելու համարը"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Order was placed"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Order was fully paid"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"ստեղծվել է"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Invoice"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Հաճախորդ"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Payment"},"5blVMu":{"context":"e-mail or full name","string":"Հաճախորդ"},"PHUcrU":{"context":"date when order was placed","string":"Date"},"k9hf7F":{"context":"total order price","string":"Ընդհանուր"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Գումար"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Capture"},"V+gwx7":{"context":"order payment","string":"Captured amount"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Discount"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Mark as paid"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Վճարման կարգավիճակ"},"uUsZ7m":{"context":"order payment","string":"Preauthorized amount"},"HaQ8cg":{"context":"button","string":"Refund"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Shipping"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Subtotal"},"r+dgiv":{"string":"Taxes"},"zb4eBO":{"context":"order total price","string":"Ընդհանուր"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Կտրոն"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Արժեք"},"WE8IFE":{"context":"product name","string":"Product"},"tvpAXl":{"context":"ordered product quantity","string":"Քանակ"},"8J81ri":{"context":"ordered product sku","string":"ՊՊՄ"},"qT6YYk":{"context":"order line total price","string":"Ընդհանուր"},"5aiFbL":{"context":"tabel column header","string":"Արժեք"},"FNT4b+":{"context":"tabel column header","string":"Product"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Ընդհանուր"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Գումար"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Refund"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Արժեք"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Product"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Unfulfilled"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Settings"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Fulfill"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Նշան"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Pages"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"Hidden"},"gMwpNC":{"context":"page content","string":"Բովանդակություն"},"gr+oXW":{"context":"page title","string":"Վերնագիր"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Վերնագիր"},"5GSYCR":{"context":"page status","string":"Visibility"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Նշան"},"G1KzEx":{"context":"page status","string":"Հրապարակված"},"UN3qWD":{"context":"page status","string":"Not Published"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Հրապարակել"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Չհրապարակել"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"Partially fulfilled"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Partially refunded"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Վճարման կարգավիճակ"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Ակտիվ"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Գործողություններ"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Email Address"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Անուն"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Authorization"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Status"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"Ակտիվ"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Configuration"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Անուն"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Tax"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Shipping"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Կշիռ"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"Ապրանքներ"},"ulh3kf":{"string":"Հավաքածուներ"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Hidden"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Արժեք"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Visibility"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Availability"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"Shipping"},"SUbxSK":{"context":"product weight","string":"Կշիռ"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Քանակ"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Գանձեք հարկերը այս ապրանքի վրա"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Արժեք"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Summary"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Create"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"ՊՊՄ"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Տարբերակ"},"rbkmfG":{"context":"button","string":"Delete variant"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"Add variant"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Hidden"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Availability"},"Xm9qOu":{"context":"product pricing, section header","string":"Pricing"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Cost price"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Արժեք"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Inventory"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Տարբերակ"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Fully refunded"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Remove"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Sales"},"RaycYK":{"context":"button","string":"Save"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Pricing"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Countries"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Shipping zone name"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Add"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Shipping"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Արժեք"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"Անուն"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Settings"},"uULcph":{"context":"header","string":"Shipping"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Countries"},"gRa/TS":{"context":"shipping zone","string":"Անուն"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"Օգտագործողը ակտիվ է"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Ակտիվ"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Status"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"New Password"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Change Password"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"Գաղտնաբառ"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Change"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Status"},"RrCui3":{"string":"Summary"},"5elC9k":{"context":"taxes section name","string":"Taxes"},"lnQAos":{"context":"header","string":"Taxes"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"All products prices are entered with tax included"},"98isC5":{"string":"Show gross prices to customers in the storefront"},"FNKhkx":{"string":"Charge taxes on shipping rates"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Attributes"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Values"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"Ապրանքներ"},"CxfKLC":{"string":"Pages"},"VKb1MS":{"string":"Տեսականի"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"Sales"},"etP0+D":{"string":"Vouchers"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Անուն"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"Նկարագրություն"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Unfulfilled"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Կանխիկ վճարումը չի կարող վերադարձվել"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Միայն կանխավճարային վճարները կարող են չեղարկվել"},"gKdGxP":{"context":"error message","string":"Միայն կանխավճարային վճարումները կարող են կատարվել"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Առաքումը հասանելի չէ ընտրված առաքման հասցեում"},"ychKsb":{"context":"error message","string":"Առաքման տարբերակը պահանջվում է այս պատվերի համար"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"Այս գաղտնաբառը չափազանց հաճախ է օգտագործվում"},"LR3HlT":{"string":"Այս գաղտնաբառը շատ կարճ է"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Անհայտ սխալ"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Vouchers"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Հասցեի Տեղեկատվություն"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Առաքման Շրջաներ"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Անուն"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Settings"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Իրադարձություններ"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Գործողություն"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Անուն"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Այո"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Allocated"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Քանակ"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/id.json b/locale/id.json index 7452ce2fe..f7253960b 100644 --- a/locale/id.json +++ b/locale/id.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Batalkan pesanan" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Tersembunyi" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Terlihat" - }, - "configurationMenuAttributes": { - "string": "Tentukan atribut yang digunakan untuk membuat jenis produk" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Tentukan bagaimana pengguna dapat menavigasi toko Anda" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Kelola izin grup kamu dan izin mereka" - }, - "configurationMenuProductTypes": { - "string": "Tentukan jenis produk yang Anda jual" - }, - "configurationMenuShipping": { - "string": "Kelola cara Anda mengirimkan pesanan" - }, - "configurationMenuSiteSettings": { - "string": "Lihat dan perbarui pengaturan situs Anda" - }, - "configurationMenuStaff": { - "string": "Kelola karyawan Anda dan izin mereka" - }, - "configurationMenuTaxes": { - "string": "Kelola bagaimana toko Anda mengenakan pajak" - }, - "configurationMenuWarehouses": { - "string": "Kelola dan perbarui informasi gudang Anda" - }, - "configurationPluginsPages": { - "string": "Lihat dan perbarui plugin Anda dan pengaturannya." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Aktivitas" - }, - "homeActivityCardNoActivities": { - "string": "Tidak ditemukan aktivitas" - }, - "homeAnalyticsCardHeader": { - "string": "Hari ini" - }, - "homeHeaderText": { - "context": "header", - "string": "Selamat datang, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Berikut ini adalah beberapa informasi yang kami kumpulkan terkait toko Anda" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,other {{amount} Dipesan}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Produk Unggulan" - }, - "homeProductsListCardNoProducts": { - "string": "Produk tidak ditemukan" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "Dasbor baru dan API GraphQL adalah perangkat lunak berkualitas pratinjau." - }, - "homeScreenDisclaimerText2": { - "string": "API GraphQL adalah kualitas beta. Ini tidak sepenuhnya dioptimalkan dan beberapa mutasi atau kueri mungkin hilang." - }, - "homeScreenHeader": { - "context": "header", - "string": "Halo, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Buat Menu" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Judul Menu" - }, - "menuDetailsDeleteMenuContent": { - "string": "Apakah Anda yakin ingin menghapus menu {menuName}?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Hapus 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": "Tambahkan Item" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Tautan ke: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Sunting Item" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Tautan" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Mulai mengetik untuk memulai pencarian ..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Nama" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Buat item baru" - }, - "menuItemsHeader": { - "context": "header", - "string": "Item Menu" - }, - "menuItemsPlaceholder": { - "string": "Tambah item baru untuk mulai membuat menu" - }, - "menuListCreatedMenu": { - "string": "Menu yang dibuat" - }, - "menuListDeleteMenuContent": { - "string": "Apakah Anda yakin ingin menghapus {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Hapus Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,other {Apakah Anda yakin ingin menghapus menu {displayQuantity}?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Hapus Menu" - }, - "menuListDeletedMenu": { - "string": "Menu yang dihapus" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Item" - }, - "menuListMenutitle": { - "string": "Judul Menu" - }, - "menuListNoMenus": { - "string": "Tidak ada menu yang ditemukan" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Buat Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Judul Menu" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Tidak diterbitkan" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "Tidak diatur" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "Tidak diatur" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "Tidak diatur" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "Tidak berlaku" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Pilih jenis konten" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Tersedia untuk pembelian" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Kategori" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Koleksi" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Deskripsi" - }, - "productExportFieldName": { - "context": "product field", - "string": "Nama" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Gambar Produk" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Tipe" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Gambar Varian" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Inventaris" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Buat Tipe Produk" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Buat Tipe Produk" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Pajak" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Harga" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Persediaan" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Persediaan" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Gudang" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Diterbitkan" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Kategori ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Koleksi ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Produk ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Apakah Anda yakin ingin menghapus {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Apakah Anda yakin ingin menghapus {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Gudang" - }, - "src_dot_accept": { - "context": "button", - "string": "Menyetujui" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Kunci" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Buat" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Atribut" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Atribut dengan slug ini sudah ada" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "Nilai ini sudah ada dalam atribut ini" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,other {Kamu yakin mau menghapus {displayQuantity} atribut?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Hapus atribut" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Hapus atribut" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Kamu yakin mau menghapus {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Area" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Kode Atribut" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "context": "attribute slug input field helper text", - "string": "Ini digunakan secara internal. Pastikan kamu tidak menggunakan spasi" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Tanggal" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "File" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Halaman" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Daftar produk" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Berat" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "Semua Atribut" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "Buat Atribut" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "Cari Atribut" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "Dapat digunakan sebagai kolom" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Dapat difilter di Dashboard" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { - "context": "use attribute in filtering", - "string": "Dapat difilter di Storefront" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_isVariantOnly": { - "context": "attribute can be used only in variants", - "string": "Hanya Varian" - }, - "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": "Terlihat di Halaman Produk pada Storefront" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { - "string": "Atribut tidak ditemukan" - }, - "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": "Dapat dicari" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { - "string": "Kode Atribut" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_643174786": { - "context": "attribute is visible", - "string": "Terlihat" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Buat Atribut Baru" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Tambahkan ke Opsi Kolom" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "Jika diaktifkan, atribut ini dapat digunakan sebagai kolom di tabel produk" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Properti Dashboard" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Gunakan pada Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "Jika diaktifkan, kamu bisa menggunakan atribut ini untuk memfilter produk di daftar produk." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Properti Storefront" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Gambar" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Kamu yakin mau menghapus nilai \"{name}\"?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Hapus nilai atribut" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Kamu yakin mau menghapus nilai \"{name}\"? Jika dihapus kamu tidak akan dapat menetapkannya ke salah satu produk dengan atribut \"{attributeName}\"." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Ubah Nilai" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Tambah Nilai" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "Nama" - }, - "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": "Nilai Atribute" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Assign value" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Berhasil membuat atribut" - }, - "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_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Masuk" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Kata sandi" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Lupa kata sandi?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Kata Sandi Baru" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "Atur kata sandi baru" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "Konfirmasi Kata Sandi" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Kata sandi tidak cocok" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Atur ulang kata sandi" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Kembali ke login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Atur ulang kata sandi" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "Berhasil! Dalam beberapa menit kamu akan menerima pesan instruksi bagaimana cara menyetel ulang kata sandimu." - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "Alamat email yang diberikan tidak ada di basis data kami." - }, - "src_dot_availability": { - "string": "Ketersediaan" - }, - "src_dot_back": { - "context": "button", - "string": "Kembali" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Batal" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Dibatalkan" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Katalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Kategori" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Gambar Latar (opsional)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(Opsional)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Buat Kategori Baru" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Tambahkan judul mesin pencari dan deskripsi untuk membuat kategori ini lebih mudah ditemukan" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Hapus kategori" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "Kamu yakin mau menghapus {categoryName}?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Nama Kategori" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Deskripsi Kategori" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Buat kategori" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Cari Kategori" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "Semua Kategori" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Nama Kategori" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "Kategori tidak ditemukan" - }, - "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": "Sub Kategori" - }, - "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_1657559629": { - "string": "Produk tidak ditemukan" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Nama" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Tambahkan produk" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "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": "Sub Kategori" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Tambahkan judul mesin pencari dan deskripsi untuk membuat kategori ini lebih mudah ditemukan" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "Daftar produk" - }, - "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": "Buat kategori" - }, - "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": "Hapus kategori" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Kategori dihapus" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Hapus produk" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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": "Hapus kategori" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "Kamu yakin mau menghapus {categoryName}?" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_1823337870": { - "string": "{counter,plural,other {Kamu yakin mau menghapus {displayQuantity} kategori?}}" - }, - "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": "Hapus kategori" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Ketersediaan" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Aktif" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Bersihkan" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Koleksi" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Terlihat" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Tersembunyi" - }, - "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": "Tambah Koleksi" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "Terlihat" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Tersembunyi" - }, - "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": "Nama" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Gambar Latar (opsional)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(Opsional)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "Semua Koleksi" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Buat koleksi" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "Tersembunyi" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Diterbitkan" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "No. of Products" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "Nama Koleksi" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "Ketersediaan" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "Produk tidak ditemukan" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Tipe" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "Ketersediaan" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Produk di {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": "Nama" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Koleksi dihapus" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Added product to collection" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Kamu yakin mau menghapus gambar koleksi?" - }, - "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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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": "Buat koleksi" - }, - "src_dot_collections_dot_views_dot_699514132": { - "context": "dialog title", - "string": "Hapus Koleksi" - }, - "src_dot_collections_dot_views_dot_870815507": { - "context": "unassign product from collection, button", - "string": "Batalkan penetapan" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "Hapus gambar" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2491832187": { - "string": "{counter,plural,other {Kamu yakin mau menghapus {displayQuantity} koleksi?}}" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_3817188998": { - "context": "dialog title", - "string": "Hapus koleksi" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Izin" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Negara" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Telepon" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Alamat baris 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "Kota" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Alamat baris 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Cari Kategori" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Atribut" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Nilai" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Nominal" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Ketersediaan" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "sejak {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Diterbitkan" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Status" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Negara" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Telepon" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Alamat baris 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Kota" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Alamat baris 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "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_DemoBanner_dot_1647850230": { - "string": "Etalase" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Bermain dengan GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Dashboard" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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": "Filter" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No results" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filter" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filter" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Simpan perubahan" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Nominal" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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": "Kategori" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Koleksi" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Diterbitkan" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Not Published" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Create Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Create Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Create Customer" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Produk" - }, - "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_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Jika kosong, pratinjau menunjukkan apa yang akan dibuat otomatis." - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Keluar" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Account Settings" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibilitas" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "sejak {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Konfigurasi" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "Terus" - }, - "src_dot_create": { - "context": "button", - "string": "Buat" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Pelanggan" - }, - "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_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Alamat Utama" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Alamat Penagihan Utama" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Alamat Pengiriman Utama" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Atur sebagai alamat penagihan utama" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Atur sebagai alamat pengiriman utama" - }, - "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": "Alamat Pengiriman" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Alamat" - }, - "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": "Alamat Penagihan" - }, - "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": "Catatan" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Catatan" - }, - "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": "Catatan" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_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": "Pesanan Terbaru" - }, - "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": "Tanggal" - }, - "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": "Pelanggan dibuat" - }, - "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_date": { - "string": "Tanggal" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Deskripsi" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Diskon" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "Kategori tidak ditemukan" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Nama Kategori" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Daftar produk" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Nama Koleksi" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Daftar produk" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "Produk tidak ditemukan" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Ketersediaan" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "Tidak ditemukan varian" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "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": "Nama" - }, - "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": "Aktif" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "Nominal" - }, - "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": "Tidak ditemukan penjualan" - }, - "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": "Nama" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Nominal" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Nama" - }, - "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": "Nominal" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Negara" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "Kategori ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "Koleksi ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "Produk ({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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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": "Aktif" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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": "Nominal" - }, - "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": "Kode" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Tidak ada voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Nominal" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Nominal" - }, - "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": "Kode" - }, - "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_1134347598": { - "context": "column title", - "string": "Harga" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Nominal" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Entire order" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Produk tertentu" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Pengiriman" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Draf" - }, - "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": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "Nama Depan" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Terpenuhi" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Pelanggan" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Catatan" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Ubah" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Detail" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Detail" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Jumlah" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Produk" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Status" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Produk" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Pengaturan" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Beranda" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "Tidak ada pesanan yang siap diselesaikan" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "Tidak ada pembayaran yang menunggu di-capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Nama Belakang" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigasi" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "Tidak" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Opsional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Pesanan" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Alamat tagihan" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Tambah alamat baru" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Alamat pengiriman" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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": "Catatan" - }, - "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": "Alamat Pengiriman" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Pelanggan" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Sama seperti alamat pengiriman" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Anonymous user" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Alamat Penagihan" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Batalkan pesanan" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Tambah" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Nominal diskon" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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": "Harga" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Produk" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Jumlah" - }, - "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_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Diskon" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "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_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Buat pesanan" - }, - "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": "Pelanggan" - }, - "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": "Pelanggan" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Tanggal" - }, - "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": "Batalkan pesanan" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Pesanan" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Nama produk" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Penuhi" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Tambahkan pelacakan" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edit pelacakan" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Pengembalian dana" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Batalkan Pemenuhan" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Melacak nomor" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Add Tracking Code" - }, - "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_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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": "Pesanan telah dicatat" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Pesanan sudah dibayar penuh" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "dibuat" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Faktur" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Buat pesanan" - }, - "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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Pelanggan" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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": "Pembayaran" - }, - "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": "Pelanggan" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Tanggal" - }, - "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_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "Jumlah" - }, - "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_capture": { - "context": "capture payment, button", - "string": "Rekaman" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Jumlah yang direkam" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Diskon" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Telah dibayar" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Status pembayaran" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Jumlah yang diotorisasi" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Pengembalian dana" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Pengiriman" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "Tidak berlaku" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "Tidak berlaku" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Pajak" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Pengembalian dana" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Voucher" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Harga" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Produk" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Jumlah" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Harga" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "Produk tidak ditemukan" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produk" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Pesanan" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Jumlah" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Pengembalian dana" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Harga" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "Produk tidak ditemukan" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produk" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Harga" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Produk" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Tidak terpenuhi" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Pengaturan" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Penuhi" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "Atribut tidak ditemukan" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Batalkan penetapan" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Halaman" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Create Page" - }, - "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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Terlihat" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Tersembunyi" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Isi" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Judul" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Judul" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Visibilitas" - }, - "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": "Diterbitkan" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Not Published" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Terbit" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Tidak terbit" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Sebagian terpenuhi" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Dikembalikan sebagian" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Status pembayaran" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Aktif" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Apakah Anda yakin ingin menghapus {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Alamat Email" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Aktif" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Nama" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Buat kategori" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Batalkan penetapan" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Otorisasi" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Aktif" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Konfigurasi" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Nama" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { - "string": "Atribut tidak ditemukan" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "Tipe" - }, - "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": "Pajak" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { - "context": "product type is either simple or configurable", - "string": "Tipe" - }, - "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": "Pengiriman" - }, - "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": "Berat" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "Atribut tidak ditemukan" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Batalkan penetapan" - }, - "src_dot_products": { - "context": "products section name", - "string": "Daftar produk" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Kategori" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Koleksi" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Tidak diterbitkan" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Diterbitkan" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Nama" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Tersembunyi" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "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": "Harga" - }, - "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": "Visibilitas" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Terlihat" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "Produk tidak ditemukan" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Nama" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Ketersediaan" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Harga" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Tipe" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Opsional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Kategori" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Koleksi" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Pengiriman" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Berat" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Jumlah" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Tagihan pajak untuk produk ini" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Tidak diterbitkan" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Diterbitkan" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Harga" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Ringkasan" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Buat" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Variasi" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Nilai" - }, - "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": "Apakah Anda yakin ingin menghapus {name}?" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "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": "Tambahkan varian" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "New Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Tersembunyi" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Ketersediaan" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Harga" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Harga" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Harga biaya" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Harga" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventaris" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Variasi" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Produk dibuat" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Apakah Anda yakin ingin menghapus {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Pengembalian dana sepenuhnya" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Hapus" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Penjualan" - }, - "src_dot_save": { - "context": "button", - "string": "Simpan" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Harga" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Harga" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Negara" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Negara" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Nama zona pengiriman" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Tambah" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Pengiriman" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Pengiriman" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Harga" - }, - "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": "Nama" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Pengaturan" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Pengiriman" - }, - "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": "Negara" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Nama" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Batalkan penetapan" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Izin" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Pengguna aktif" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "All Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Aktif" - }, - "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": "Alamat Email" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Aktif" - }, - "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": "Nama" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "Kata Sandi Baru" - }, - "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": "Ganti Kata Sandi" - }, - "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": "Kata sandi" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Ubah" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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": "Ringkasan" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Pajak" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Pajak" - }, - "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_1755013298": { - "string": "Kategori" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Semua harga produk dimasukkan dengan termasuk pajak" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Menampilkan harga gross kepada pelanggan di etalase" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Beban pajak pada tarif pengiriman" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Atribut" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Nilai" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Nama Kategori" - }, - "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": "Nama Koleksi" - }, - "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_222873645": { - "string": "Koleksi" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Daftar produk" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Halaman" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Kategori" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Atribut" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Penjualan" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Voucher" - }, - "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": "Nama" - }, - "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": "Isi" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "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": "Deskripsi" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Deskripsi" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Nama" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Tidak terpenuhi" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Belum bayar" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Alamat penagihan belum diisi" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Pembayaran manual tidak dapat dikembalikan" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Hanya pembayaran pra-otorisasi yang dapat dibatalkan" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Hanya pembayaran pra-otorisasi yang dapat direkam" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Metode pengiriman tidak valid untuk alamat pengiriman yang dipilih" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Voucher" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Gudang" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Nama" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Pengaturan" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Apakah Anda yakin ingin menghapus {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Hapus Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Buat Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Perihal" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Buat Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Buat Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Tindakan" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Nama" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Buat Webhook" - }, - "src_dot_yes": { - "string": "Ya" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Dialokasikan" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Jumlah" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Batalkan penetapan" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Batalkan penetapan" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Batalkan penetapan" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Batalkan pesanan"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Tersembunyi"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Terlihat"},"19/lwV":{"string":"Tentukan atribut yang digunakan untuk membuat jenis produk"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Tentukan bagaimana pengguna dapat menavigasi toko Anda"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Kelola izin grup kamu dan izin mereka"},"n0RwMK":{"string":"Tentukan jenis produk yang Anda jual"},"zxs6G3":{"string":"Kelola cara Anda mengirimkan pesanan"},"5BajZK":{"string":"Lihat dan perbarui pengaturan situs Anda"},"RQUkVW":{"string":"Kelola karyawan Anda dan izin mereka"},"EIULpW":{"string":"Kelola bagaimana toko Anda mengenakan pajak"},"5RmuD+":{"string":"Kelola dan perbarui informasi gudang Anda"},"m19JfL":{"string":"Lihat dan perbarui plugin Anda dan pengaturannya."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Aktivitas"},"wWTUrM":{"string":"Tidak ditemukan aktivitas"},"zWgbGg":{"string":"Hari ini"},"By5ZBp":{"context":"header","string":"Halo, {userName}"},"aCX8rl":{"context":"subheader","string":"Berikut ini adalah beberapa informasi yang kami kumpulkan terkait toko Anda"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,other {{amount} Dipesan}}"},"rr8fyf":{"context":"header","string":"Produk Unggulan"},"Q1Uzbb":{"string":"Produk tidak ditemukan"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"Dasbor baru dan API GraphQL adalah perangkat lunak berkualitas pratinjau."},"G7mu0y":{"string":"API GraphQL adalah kualitas beta. Ini tidak sepenuhnya dioptimalkan dan beberapa mutasi atau kueri mungkin hilang."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Buat Menu"},"jhh/D6":{"string":"Judul Menu"},"G/SYtU":{"string":"Apakah Anda yakin ingin menghapus menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Hapus Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Tambahkan Item"},"fzDI3A":{"context":"add link to navigation","string":"Tautan ke: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Sunting Item"},"Urh2N3":{"context":"label","string":"Tautan"},"28GZnc":{"string":"Mulai mengetik untuk memulai pencarian ..."},"0Vyr8h":{"context":"menu item name","string":"Nama"},"Uf3oHA":{"context":"add new menu item","string":"Buat item baru"},"dEUZg2":{"context":"header","string":"Item Menu"},"WwZfNK":{"string":"Tambah item baru untuk mulai membuat menu"},"ugnggZ":{"string":"Menu yang dibuat"},"bj1U23":{"string":"Apakah Anda yakin ingin menghapus {menuName}?"},"svK+kv":{"string":"{counter,plural,other {Apakah Anda yakin ingin menghapus menu {displayQuantity}?}}"},"1LBYpE":{"context":"dialog header","string":"Hapus Menu"},"OwG/0z":{"string":"Menu yang dihapus"},"0nL1D6":{"context":"number of menu items","string":"Item"},"DWs4ba":{"string":"Tidak ada menu yang ditemukan"},"JXRYQg":{"context":"button","string":"Buat Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Tidak diterbitkan"},"YI6Fhj":{"context":"no address is set in draft order","string":"Tidak diatur"},"PX2zWy":{"context":"customer is not set in draft order","string":"Tidak diatur"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Tidak diatur"},"5Jo3C5":{"context":"vat not included in order price","string":"Tidak berlaku"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Pilih jenis konten"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Tersedia untuk pembelian"},"KupNHw":{"context":"product field","string":"Kategori"},"jxoMLL":{"context":"product field","string":"Koleksi"},"YVIajc":{"context":"product field","string":"Deskripsi"},"W8i2Ez":{"context":"product field","string":"Nama"},"6y+k8V":{"context":"product field","string":"Gambar Produk"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Tipe"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Gambar Varian"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventaris"},"SSWFo8":{"context":"window title","string":"Buat Tipe Produk"},"bq1eEx":{"context":"header","string":"Buat Tipe Produk"},"mUb8Gt":{"context":"section header","string":"Pajak"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Harga"},"vuKrlW":{"string":"Persediaan"},"ABgQcF":{"context":"variant stock, header","string":"Persediaan"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Gudang"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Diterbitkan"},"ppLwx3":{"context":"number of categories","string":"Kategori ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Koleksi ({quantity})"},"bNw8PM":{"context":"number of products","string":"Produk ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Apakah Anda yakin ingin menghapus {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Apakah Anda yakin ingin menghapus {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Gudang"},"skPoVe":{"context":"button","string":"Menyetujui"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Kunci"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"Buat"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Atribut"},"eWV760":{"string":"Atribut dengan slug ini sudah ada"},"J/QqOI":{"string":"Nilai ini sudah ada dalam atribut ini"},"lG/MDw":{"context":"dialog content","string":"{counter,plural,other {Kamu yakin mau menghapus {displayQuantity} atribut?}}"},"rKf4LU":{"context":"dialog title","string":"Hapus atribut"},"JI2Xwp":{"context":"dialog title","string":"Hapus atribut"},"h1rPPg":{"context":"dialog content","string":"Kamu yakin mau menghapus {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Area"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Kode Atribut"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"Ini digunakan secara internal. Pastikan kamu tidak menggunakan spasi"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Tanggal"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"File"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Halaman"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Daftar produk"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Berat"},"dKPMyh":{"context":"tab name","string":"Semua Atribut"},"IGvQ8k":{"context":"button","string":"Buat Atribut"},"1div9r":{"string":"Cari Atribut"},"PsRG+v":{"context":"use attribute in filtering","string":"Dapat difilter di Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Hanya Varian"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Terlihat di Halaman Produk pada Storefront"},"ztQgD8":{"string":"Atribut tidak ditemukan"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Dapat dicari"},"oJkeS6":{"string":"Kode Atribut"},"k6WDZl":{"context":"attribute is visible","string":"Terlihat"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Buat Atribut Baru"},"jswILH":{"context":"add attribute as column in product list table","string":"Tambahkan ke Opsi Kolom"},"AzMSmb":{"context":"caption","string":"Jika diaktifkan, atribut ini dapat digunakan sebagai kolom di tabel produk"},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Properti Dashboard"},"RH+aOF":{"context":"use attribute in filtering","string":"Gunakan pada Filtering"},"Q9wTrz":{"context":"caption","string":"Jika diaktifkan, kamu bisa menggunakan atribut ini untuk memfilter produk di daftar produk."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Properti Storefront"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Gambar"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Kamu yakin mau menghapus nilai \"{name}\"?"},"WWV8aZ":{"context":"dialog title","string":"Hapus nilai atribut"},"no3Ygn":{"string":"Kamu yakin mau menghapus nilai \"{name}\"? Jika dihapus kamu tidak akan dapat menetapkannya ke salah satu produk dengan atribut \"{attributeName}\"."},"XYhE8p":{"context":"edit attribute value","string":"Ubah Nilai"},"PqMbma":{"context":"add attribute value","string":"Tambah Nilai"},"UhcALJ":{"context":"attribute name","string":"Nama"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Nilai Atribute"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Berhasil membuat atribut"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Masuk"},"5sg7KC":{"string":"Kata sandi"},"3tbL7x":{"context":"description","string":"Lupa kata sandi?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Kata Sandi Baru"},"S22jIs":{"context":"button","string":"Atur kata sandi baru"},"vfG+nh":{"string":"Konfirmasi Kata Sandi"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Kata sandi tidak cocok"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Atur ulang kata sandi"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Kembali ke login"},"2ob30/":{"string":"Berhasil! Dalam beberapa menit kamu akan menerima pesan instruksi bagaimana cara menyetel ulang kata sandimu."},"C0JLNW":{"string":"Alamat email yang diberikan tidak ada di basis data kami."},"hOxIeP":{"string":"Ketersediaan"},"0OfZJA":{"context":"button","string":"Kembali"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Batal"},"dOQB9o":{"context":"payment status","string":"Dibatalkan"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Katalog"},"sK1FPw":{"context":"categories section name","string":"Kategori"},"DP6b8U":{"context":"section header","string":"Gambar Latar (opsional)"},"0iMYc+":{"context":"field is optional","string":"(Opsional)"},"cgsY/X":{"context":"page header","string":"Buat Kategori Baru"},"wQdR8M":{"string":"Tambahkan judul mesin pencari dan deskripsi untuk membuat kategori ini lebih mudah ditemukan"},"xo5UIb":{"context":"dialog title","string":"Hapus kategori"},"dJQxHt":{"context":"delete category","string":"Kamu yakin mau menghapus {categoryName}?"},"vEYtiq":{"string":"Nama Kategori"},"8HRy+U":{"string":"Deskripsi Kategori"},"vof5TR":{"context":"button","string":"Buat kategori"},"JiXNEV":{"string":"Cari Kategori"},"vy7fjd":{"context":"tab name","string":"Semua Kategori"},"dM86a2":{"string":"Kategori tidak ditemukan"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Sub Kategori"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"Nama"},"x/pIZ9":{"context":"button","string":"Tambahkan produk"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Sub Kategori"},"V+fkAO":{"context":"number of products in category","string":"Daftar produk"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Buat kategori"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,other {Kamu yakin mau menghapus {displayQuantity} kategori?}}"},"HvJPcU":{"string":"Kategori dihapus"},"KCjd1o":{"context":"dialog title","string":"Hapus produk"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Hapus kategori"},"xRkj2h":{"string":"Kamu yakin mau menghapus {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Ketersediaan"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"Status"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Aktif"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Bersihkan"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Koleksi"},"9vQR6c":{"context":"collection label","string":"Terlihat"},"V8FhTt":{"context":"collection label","string":"Tersembunyi"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Tambah Koleksi"},"/WXs6H":{"context":"collection name","string":"Nama"},"G4g5Ii":{"context":"tab name","string":"Semua Koleksi"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Buat koleksi"},"9eC0MZ":{"context":"collection","string":"Tersembunyi"},"lL3YJO":{"context":"collection","string":"Diterbitkan"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"Nama Koleksi"},"UxdBmI":{"context":"collection availability","string":"Ketersediaan"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Tipe"},"Oe62bR":{"context":"product availability","string":"Ketersediaan"},"/dnWE8":{"context":"products in collection","string":"Produk di {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"Nama"},"Q8wHwJ":{"string":"Koleksi dihapus"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Kamu yakin mau menghapus gambar koleksi?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Buat koleksi"},"+wpvnk":{"context":"dialog title","string":"Hapus Koleksi"},"67V0c0":{"context":"unassign product from collection, button","string":"Batalkan penetapan"},"fzk04H":{"context":"dialog title","string":"Hapus gambar"},"yT5zvU":{"string":"{counter,plural,other {Kamu yakin mau menghapus {displayQuantity} koleksi?}}"},"Ykw8k5":{"context":"dialog title","string":"Hapus koleksi"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Izin"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Negara"},"O95R3Z":{"string":"Telepon"},"B52Em/":{"string":"Alamat baris 1"},"TE4fIS":{"string":"Kota"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"Alamat baris 2"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Cari Kategori"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Atribut"},"j8PV7E":{"context":"attribute values","string":"Nilai"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Nominal"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Ketersediaan"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"sejak {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Diterbitkan"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Status"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Etalase"},"/X8Mjx":{"string":"Bermain dengan GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"Dashboard"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Filter"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Filter"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Simpan perubahan"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Nominal"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Kategori"},"phAZoj":{"string":"Koleksi"},"M1uijW":{"context":"collection","string":"Not Published"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Produk"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"Jika kosong, pratinjau menunjukkan apa yang akan dibuat otomatis."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Keluar"},"X8+Lpa":{"context":"button","string":"Account Settings"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Visibilitas"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Konfigurasi"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"Terus"},"H5NKfr":{"context":"button","string":"Buat"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Pelanggan"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Add Address"},"rjy9/k":{"context":"button","string":"Add address"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Alamat Utama"},"VyzsWZ":{"string":"Alamat Penagihan Utama"},"nLML8Y":{"string":"Alamat Pengiriman Utama"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Atur sebagai alamat penagihan utama"},"+7OsyM":{"context":"button","string":"Atur sebagai alamat pengiriman utama"},"BfJGij":{"context":"header","string":"Address Information"},"Zd3Eew":{"context":"subsection header","string":"Alamat Pengiriman"},"bHdFph":{"context":"subsection header","string":"Alamat"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Alamat Penagihan"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Catatan"},"uUQ+Al":{"context":"note about customer","string":"Catatan"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"Status"},"1LiVhv":{"context":"section header","string":"Pesanan Terbaru"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Tanggal"},"taX/V3":{"context":"order total amount","string":"Total"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Last order"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Pelanggan dibuat"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"Dashboard"},"P7PLVj":{"string":"Tanggal"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Deskripsi"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Diskon"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"Kategori tidak ditemukan"},"fV6yX5":{"context":"table head","string":"Nama Kategori"},"QGjJcT":{"context":"number of products","string":"Daftar produk"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Nama Koleksi"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"Produk tidak ditemukan"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"Tidak ditemukan varian"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"Nama"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"Aktif"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Status"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Nominal"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"Tidak ditemukan penjualan"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Nominal"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Negara"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Aktif"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Status"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Nominal"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Kode"},"U2mOqA":{"string":"Tidak ada voucher"},"GVinbz":{"context":"column title","string":"Nominal"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Harga"},"/oaqFS":{"context":"section header","string":"Nominal"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"Produk tertentu"},"WasHjQ":{"context":"voucher discount","string":"Pengiriman"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Draf"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"Edit"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"Nama Depan"},"pkjXPD":{"context":"order status","string":"Terpenuhi"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Pelanggan"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Catatan"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Ubah"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Detail"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Detail"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Jumlah"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Produk"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Status"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Produk"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Pengaturan"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Beranda"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"Tidak ada pesanan yang siap diselesaikan"},"5dyOs0":{"string":"Tidak ada pembayaran yang menunggu di-capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Nama Belakang"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigasi"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"Tidak"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Opsional"},"Ta9j04":{"context":"orders section name","string":"Pesanan"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Alamat tagihan"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Tambah alamat baru"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Alamat pengiriman"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Catatan"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Alamat Pengiriman"},"Y7M1YQ":{"context":"section header","string":"Pelanggan"},"GLX9II":{"context":"billing address","string":"Sama seperti alamat pengiriman"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Alamat Penagihan"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Batalkan pesanan"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Tambah"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Nominal diskon"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Harga"},"nEWp+k":{"context":"quantity of ordered products","string":"Jumlah"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Total"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"Diskon"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Subtotal"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Total"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Buat pesanan"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Pelanggan"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"Pelanggan"},"mCP0UD":{"context":"order draft creation date","string":"Tanggal"},"1Uj0Wd":{"context":"order draft total price","string":"Total"},"PAqicb":{"context":"button","string":"Batalkan pesanan"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Pesanan"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Nama produk"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Penuhi"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Tambahkan pelacakan"},"dTkmON":{"context":"edit tracking button","string":"Edit pelacakan"},"K//bUK":{"context":"refund button","string":"Pengembalian dana"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Batalkan Pemenuhan"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Melacak nomor"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Pesanan telah dicatat"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Pesanan sudah dibayar penuh"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"dibuat"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Faktur"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Pelanggan"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Pembayaran"},"5blVMu":{"context":"e-mail or full name","string":"Pelanggan"},"PHUcrU":{"context":"date when order was placed","string":"Tanggal"},"k9hf7F":{"context":"total order price","string":"Total"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Jumlah"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Rekaman"},"V+gwx7":{"context":"order payment","string":"Jumlah yang direkam"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Diskon"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Telah dibayar"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Status pembayaran"},"uUsZ7m":{"context":"order payment","string":"Jumlah yang diotorisasi"},"HaQ8cg":{"context":"button","string":"Pengembalian dana"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Pengiriman"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"Tidak berlaku"},"Rsknyh":{"context":"order does not require shipping","string":"Tidak berlaku"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Subtotal"},"r+dgiv":{"string":"Pajak"},"zb4eBO":{"context":"order total price","string":"Total"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Voucher"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Harga"},"WE8IFE":{"context":"product name","string":"Produk"},"tvpAXl":{"context":"ordered product quantity","string":"Jumlah"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Total"},"5aiFbL":{"context":"tabel column header","string":"Harga"},"FNT4b+":{"context":"tabel column header","string":"Produk"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Total"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Jumlah"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Pengembalian dana"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Harga"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Produk"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Tidak terpenuhi"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Pengaturan"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Penuhi"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Batalkan penetapan"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Halaman"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Terlihat"},"/TK7QD":{"context":"page label","string":"Tersembunyi"},"gMwpNC":{"context":"page content","string":"Isi"},"gr+oXW":{"context":"page title","string":"Judul"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Judul"},"5GSYCR":{"context":"page status","string":"Visibilitas"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Diterbitkan"},"UN3qWD":{"context":"page status","string":"Not Published"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Terbit"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Tidak terbit"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"Sebagian terpenuhi"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Dikembalikan sebagian"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Status pembayaran"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Aktif"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Apakah Anda yakin ingin menghapus {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Alamat Email"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Nama"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Batalkan penetapan"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Otorisasi"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Status"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"Aktif"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Konfigurasi"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Nama"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Tipe"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Pajak"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Tipe"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Pengiriman"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Berat"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Batalkan penetapan"},"K8xNLe":{"context":"products section name","string":"Daftar produk"},"ulh3kf":{"string":"Koleksi"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Tersembunyi"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Harga"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Visibilitas"},"6Y1nQd":{"context":"product is visible","string":"Terlihat"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Ketersediaan"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"Pengiriman"},"SUbxSK":{"context":"product weight","string":"Berat"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Jumlah"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Tagihan pajak untuk produk ini"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Harga"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Ringkasan"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Buat"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Variasi"},"rbkmfG":{"context":"button","string":"Delete variant"},"WwNtFn":{"context":"delete product variant","string":"Apakah Anda yakin ingin menghapus {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"Tambahkan varian"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Tersembunyi"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Ketersediaan"},"Xm9qOu":{"context":"product pricing, section header","string":"Harga"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Harga biaya"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Harga"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Inventaris"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Variasi"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Produk dibuat"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Apakah Anda yakin ingin menghapus {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Pengembalian dana sepenuhnya"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Hapus"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Penjualan"},"RaycYK":{"context":"button","string":"Simpan"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Harga"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Negara"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Nama zona pengiriman"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Tambah"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Pengiriman"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Harga"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"Nama"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Pengaturan"},"uULcph":{"context":"header","string":"Pengiriman"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Negara"},"gRa/TS":{"context":"shipping zone","string":"Nama"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Batalkan penetapan"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"Pengguna aktif"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Aktif"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Status"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"Kata Sandi Baru"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Ganti Kata Sandi"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"Kata sandi"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Ubah"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Status"},"RrCui3":{"string":"Ringkasan"},"5elC9k":{"context":"taxes section name","string":"Pajak"},"lnQAos":{"context":"header","string":"Pajak"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"Semua harga produk dimasukkan dengan termasuk pajak"},"98isC5":{"string":"Menampilkan harga gross kepada pelanggan di etalase"},"FNKhkx":{"string":"Beban pajak pada tarif pengiriman"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Atribut"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Nilai"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"Daftar produk"},"CxfKLC":{"string":"Halaman"},"VKb1MS":{"string":"Kategori"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"Penjualan"},"etP0+D":{"string":"Voucher"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Nama"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"Deskripsi"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Tidak terpenuhi"},"FBtqtl":{"context":"payment status","string":"Belum bayar"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Alamat penagihan belum diisi"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Pembayaran manual tidak dapat dikembalikan"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Hanya pembayaran pra-otorisasi yang dapat dibatalkan"},"gKdGxP":{"context":"error message","string":"Hanya pembayaran pra-otorisasi yang dapat direkam"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Metode pengiriman tidak valid untuk alamat pengiriman yang dipilih"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Voucher"},"ycMLN9":{"context":"warehouses section name","string":"Gudang"},"43Nlay":{"context":"warehouse","string":"Address Information"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Nama"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Pengaturan"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Apakah Anda yakin ingin menghapus {name}?"},"X90ElB":{"context":"dialog header","string":"Hapus Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Buat Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Perihal"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Buat Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Tindakan"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Nama"},"JVaz1C":{"context":"window title","string":"Buat Webhook"},"a5msuh":{"string":"Ya"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Dialokasikan"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Jumlah"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Batalkan penetapan"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/is.json b/locale/is.json index 1c847440f..c729a0cf7 100644 --- a/locale/is.json +++ b/locale/is.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Hætta við pöntun" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Falið" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Activity" - }, - "homeActivityCardNoActivities": { - "string": "No activities found" - }, - "homeAnalyticsCardHeader": { - "string": "Í dag" - }, - "homeHeaderText": { - "context": "header", - "string": "Hello there, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Here is some information we gathered about your store" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Products" - }, - "homeProductsListCardNoProducts": { - "string": "No products found" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "The new dashboard and the GraphQL API are preview-quality software." - }, - "homeScreenDisclaimerText2": { - "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hello there, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "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": "Tengill" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Start typing to begin search..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Nafn" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menu Items" - }, - "menuItemsPlaceholder": { - "string": "Add new menu item to begin creating menu" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Create Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Ekki birt" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Flokkur" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Collections" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Lýsing" - }, - "productExportFieldName": { - "context": "product field", - "string": "Nafn" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variant Images" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "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": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Verð" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Birt" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Key" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Stofna" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Attributes" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Are you sure you want to delete {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Svæði" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Dagsetning" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Skrá" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Síður" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Vörur" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Vigt" - }, - "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Mynd" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "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": "Nafn" - }, - "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_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Lykilorð" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Gleymt lykilorð?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Nýtt lykilorð" - }, - "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": "Staðfesta lykilorð" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Lykilorð eru ekki eins" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "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_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Hætta við" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Cancelled" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Flokkar" - }, - "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": "Undirflokkar" - }, - "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_1657559629": { - "string": "No products found" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Nafn" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Bæta við vöru" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "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": "Undirflokkar" - }, - "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": "Vörur" - }, - "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_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Staða" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Virkt" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Hreinsa" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Collections" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Falið" - }, - "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_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Falið" - }, - "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": "Nafn" - }, - "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_2685595924": { - "string": "Search Collections" - }, - "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": "Falið" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Birt" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "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_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "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_3326160357": { - "context": "product availability", - "string": "Availability" - }, - "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": "Nafn" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Deleted collection" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Added product to collection" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Are you sure you want to delete collection's image?" - }, - "src_dot_collections_dot_views_dot_3215481647": { - "string": "{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}" - }, - "src_dot_collections_dot_views_dot_3482612628": { - "string": "Deleted product from collection" - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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_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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Réttindi" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Land" - }, - "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": "Borg" - }, - "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_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Attributes" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Gildi" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Availability" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Birt" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Staða" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Land" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Borg" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_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_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Mælaborð" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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": "Afmarkanir" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No results" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Afmarkanir" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Afmarkanir" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Save changes" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Gildi" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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": "Flokkur" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Birt" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Not Published" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Create Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Create Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Create Customer" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Vara" - }, - "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_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Skrá út" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Account Settings" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Sýnileiki" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Configuration" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "Halda áfram" - }, - "src_dot_create": { - "context": "button", - "string": "Stofna" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Viðskiptavinir" - }, - "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_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Default Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Default Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Default Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Set as default billing address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Set as 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": "Heimilisfang" - }, - "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": "Útskýringar" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Athugasemd" - }, - "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": "Athugasemd" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_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": "Staða" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "Nýlegar pantanir" - }, - "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": "Dagsetning" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "Samtals" - }, - "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": "Mælaborð" - }, - "src_dot_date": { - "string": "Dagsetning" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Lýsing" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Afslættir" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Vörur" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Vörur" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "No products found" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Availability" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "No variants found" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "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": "Nafn" - }, - "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": "Virkt" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "Staða" - }, - "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": "Gildi" - }, - "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": "Nafn" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Gildi" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Nafn" - }, - "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": "Gildi" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Lönd" - }, - "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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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": "Virkt" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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": "Staða" - }, - "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": "Gildi" - }, - "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": "Kóði" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "No vouchers found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Gildi" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Gildi" - }, - "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": "Kóði" - }, - "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_1134347598": { - "context": "column title", - "string": "Verð" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Gildi" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Drög" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Draft Orders" - }, - "src_dot_drafts": { - "string": "Drafts" - }, - "src_dot_edit": { - "context": "button", - "string": "Breyta" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Fulfilled" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Viðskiptavinur" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Athugasemd" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Breyta" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Details" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Details" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Upphæð" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Vara" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Staða" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Vara" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Stillingar" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Heim" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "No orders ready to fulfill" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "Nei" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Pantanir" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Greiðslustaður" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Afhendingarstaður" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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": "Útskýringar" - }, - "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": "Viðskiptavinur" - }, - "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_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Hætta við pöntun" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Bæta við" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Afsláttargildi" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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": "Verð" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Vara" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Magn" - }, - "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": "Samtals" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Afsláttur" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Millisumma" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Samtals" - }, - "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_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Stofna pöntun" - }, - "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": "Viðskiptavinur" - }, - "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": "Viðskiptavinur" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Dagsetning" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Samtals" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Hætta við pöntun" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Pöntun" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Nafn vöru" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "VN" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Add tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edit tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Endurgreiða" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Rakningarnúmer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Add Tracking Code" - }, - "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_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Pöntun greidd að fullu" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "created" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Reikningur" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Stofna pöntun" - }, - "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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Viðskiptavinur" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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": "Greiðsla" - }, - "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": "Viðskiptavinur" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Dagsetning" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "Samtals" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "No orders found" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "Upphæð" - }, - "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_capture": { - "context": "capture payment, button", - "string": "Capture" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Captured amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Afsláttur" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Merkja sem greitt" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Greiðslustaða" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Preauthorized amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Endurgreiða" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Shipping" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Millisumma" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Taxes" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Samtals" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Endurgreiða" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Voucher" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Verð" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Vara" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Magn" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "VN" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Samtals" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Verð" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Vara" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Samtals" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Pöntun" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Upphæð" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Endurgreiða" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Verð" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Vara" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Samtals" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Verð" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Vara" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Unfulfilled" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Stillingar" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Fulfill" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Síður" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Create Page" - }, - "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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Falið" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Innihald" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Titill" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Titill" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Sýnileiki" - }, - "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": "Birt" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Not Published" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Birta" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Taka úr birtingu" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Partially fulfilled" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Endurgreitt að hluta" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Greiðslustaða" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Virkt" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Virkt" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Nafn" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Authorization" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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": "Staða" - }, - "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_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Virkt" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Configuration" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Nafn" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "Vigt" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "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": "Vörur" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Flokkur" - }, - "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_2341910657": { - "context": "product label", - "string": "Ekki birt" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Birt" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Nafn" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Falið" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "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": "Verð" - }, - "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": "Sýnileiki" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visible" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Nafn" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Verð" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Flokkur" - }, - "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": { - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Shipping" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Vigt" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Magn" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Rukka virðisauka fyrir þessa vöru" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Ekki birt" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Birt" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Verð" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Samantekt" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Stofna" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "VN" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Afbrigði" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "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_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "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_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Falið" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Verð" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Kostnaðarverð" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Verð" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventory" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "VN" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Afbrigði" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Endurgreitt að fullu" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Fjarlægja" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Útsölur" - }, - "src_dot_save": { - "context": "button", - "string": "Vista" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Pricing" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Verð" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Lönd" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Lönd" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Nafn á sendingarsvæði" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Bæta við" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Verð" - }, - "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": "Nafn" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Stillingar" - }, - "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": "Lönd" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Nafn" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Réttindi" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Notandi er virkur" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "All Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Virkt" - }, - "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": "Staða" - }, - "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": "Virkt" - }, - "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": "Nafn" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "Nýtt lykilorð" - }, - "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": "Breyta lykilorði" - }, - "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": "Lykilorð" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Breyta" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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": "Staða" - }, - "src_dot_summary": { - "string": "Samantekt" - }, - "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_1755013298": { - "string": "Flokkur" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Attributes" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Values" - }, - "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_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_2968663655": { - "string": "Vörur" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Síður" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Flokkar" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Attributes" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Útsölur" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Vouchers" - }, - "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": "Nafn" - }, - "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": "Innihald" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "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": "Lýsing" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Lýsing" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Nafn" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Unfulfilled" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manual payments can not be refunded" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Only pre-authorized payments can be voided" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Only pre-authorized payments can be captured" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Shipping method is not valid for chosen shipping address" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Vouchers" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Nafn" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Stillingar" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Nafn" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Já" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Allocated" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Magn" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Hætta við pöntun"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Falið"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Determine attributes used to create product types"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Define how users can navigate through your store"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Define types of products you sell"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Activity"},"wWTUrM":{"string":"No activities found"},"zWgbGg":{"string":"Í dag"},"By5ZBp":{"context":"header","string":"Hello there, {userName}"},"aCX8rl":{"context":"subheader","string":"Here is some information we gathered about your store"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Top Products"},"Q1Uzbb":{"string":"No products found"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Create Menu"},"jhh/D6":{"string":"Menu Title"},"G/SYtU":{"string":"Are you sure you want to delete menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Delete Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Add Item"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edit Item"},"Urh2N3":{"context":"label","string":"Tengill"},"28GZnc":{"string":"Start typing to begin search..."},"0Vyr8h":{"context":"menu item name","string":"Nafn"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"Menu Items"},"WwZfNK":{"string":"Add new menu item to begin creating menu"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"Create Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Ekki birt"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Flokkur"},"jxoMLL":{"context":"product field","string":"Collections"},"YVIajc":{"context":"product field","string":"Lýsing"},"W8i2Ez":{"context":"product field","string":"Nafn"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Variant Images"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventory"},"SSWFo8":{"context":"window title","string":"Create Product Type"},"bq1eEx":{"context":"header","string":"Create Product Type"},"mUb8Gt":{"context":"section header","string":"Taxes"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Verð"},"vuKrlW":{"string":"Stock"},"ABgQcF":{"context":"variant stock, header","string":"Stock"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Birt"},"ppLwx3":{"context":"number of categories","string":"Categories ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Key"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"Stofna"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Attributes"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Delete attribute"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Svæði"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Dagsetning"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Skrá"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Síður"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Vörur"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Vigt"},"dKPMyh":{"context":"tab name","string":"All Attributes"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Mynd"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Add Value"},"UhcALJ":{"context":"attribute name","string":"Nafn"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Sign in"},"5sg7KC":{"string":"Lykilorð"},"3tbL7x":{"context":"description","string":"Gleymt lykilorð?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Nýtt lykilorð"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Staðfesta lykilorð"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Lykilorð eru ekki eins"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Reset password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Availability"},"0OfZJA":{"context":"button","string":"Back"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Hætta við"},"dOQB9o":{"context":"payment status","string":"Cancelled"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"Flokkar"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Optional)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"Delete category"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Category Name"},"8HRy+U":{"string":"Category Description"},"vof5TR":{"context":"button","string":"Create category"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"All Categories"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Undirflokkar"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"Nafn"},"x/pIZ9":{"context":"button","string":"Bæta við vöru"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Undirflokkar"},"V+fkAO":{"context":"number of products in category","string":"Vörur"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Create category"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Category deleted"},"KCjd1o":{"context":"dialog title","string":"Delete products"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Availability"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"Staða"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Virkt"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Hreinsa"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Collections"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"Falið"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Add Collection"},"/WXs6H":{"context":"collection name","string":"Nafn"},"G4g5Ii":{"context":"tab name","string":"All Collections"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"Falið"},"lL3YJO":{"context":"collection","string":"Birt"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"Availability"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Availability"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"Nafn"},"Q8wHwJ":{"string":"Deleted collection"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"Delete image"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Réttindi"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Land"},"O95R3Z":{"string":"Phone"},"B52Em/":{"string":"Address line 1"},"TE4fIS":{"string":"Borg"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"Address line 2"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Attributes"},"j8PV7E":{"context":"attribute values","string":"Values"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Gildi"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Availability"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Birt"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Staða"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"Mælaborð"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Afmarkanir"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Afmarkanir"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Save changes"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Gildi"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Flokkur"},"phAZoj":{"string":"Collection"},"M1uijW":{"context":"collection","string":"Not Published"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Vara"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"If empty, the preview shows what will be autogenerated."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Skrá út"},"X8+Lpa":{"context":"button","string":"Account Settings"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Sýnileiki"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Configuration"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"Halda áfram"},"H5NKfr":{"context":"button","string":"Stofna"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Viðskiptavinir"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Add Address"},"rjy9/k":{"context":"button","string":"Add address"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Default Address"},"VyzsWZ":{"string":"Default Billing Address"},"nLML8Y":{"string":"Default Shipping Address"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Set as default billing address"},"+7OsyM":{"context":"button","string":"Set as default shipping address"},"BfJGij":{"context":"header","string":"Address Information"},"Zd3Eew":{"context":"subsection header","string":"Shipping Address"},"bHdFph":{"context":"subsection header","string":"Heimilisfang"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Billing Address"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Útskýringar"},"uUQ+Al":{"context":"note about customer","string":"Athugasemd"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"Staða"},"1LiVhv":{"context":"section header","string":"Nýlegar pantanir"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Dagsetning"},"taX/V3":{"context":"order total amount","string":"Samtals"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Last order"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"Mælaborð"},"P7PLVj":{"string":"Dagsetning"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Lýsing"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Afslættir"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Category Name"},"QGjJcT":{"context":"number of products","string":"Vörur"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"No products found"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"No variants found"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"Nafn"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"Virkt"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Staða"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Gildi"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"No sales found"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Gildi"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Lönd"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Virkt"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Staða"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Gildi"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Kóði"},"U2mOqA":{"string":"No vouchers found"},"GVinbz":{"context":"column title","string":"Gildi"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Verð"},"/oaqFS":{"context":"section header","string":"Gildi"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"Specific products"},"WasHjQ":{"context":"voucher discount","string":"Shipment"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Drög"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"Breyta"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"First Name"},"pkjXPD":{"context":"order status","string":"Fulfilled"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Viðskiptavinur"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Athugasemd"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Breyta"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Details"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Details"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Upphæð"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Vara"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Staða"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Vara"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Stillingar"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Heim"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"No orders ready to fulfill"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Last Name"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigation"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"Nei"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Optional"},"Ta9j04":{"context":"orders section name","string":"Pantanir"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Greiðslustaður"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Afhendingarstaður"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Útskýringar"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Shipping Address"},"Y7M1YQ":{"context":"section header","string":"Viðskiptavinur"},"GLX9II":{"context":"billing address","string":"Same as shipping address"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Billing Address"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Hætta við pöntun"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Bæta við"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Afsláttargildi"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Verð"},"nEWp+k":{"context":"quantity of ordered products","string":"Magn"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Samtals"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"Afsláttur"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Millisumma"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Samtals"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Stofna pöntun"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Viðskiptavinur"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"Viðskiptavinur"},"mCP0UD":{"context":"order draft creation date","string":"Dagsetning"},"1Uj0Wd":{"context":"order draft total price","string":"Samtals"},"PAqicb":{"context":"button","string":"Hætta við pöntun"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Pöntun"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Nafn vöru"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"VN"},"BLX9dz":{"context":"fulfill order, button","string":"Fulfill"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Add tracking"},"dTkmON":{"context":"edit tracking button","string":"Edit tracking"},"K//bUK":{"context":"refund button","string":"Endurgreiða"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Cancel Fulfillment"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Rakningarnúmer"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Order was placed"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Pöntun greidd að fullu"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"created"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Reikningur"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Viðskiptavinur"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Greiðsla"},"5blVMu":{"context":"e-mail or full name","string":"Viðskiptavinur"},"PHUcrU":{"context":"date when order was placed","string":"Dagsetning"},"k9hf7F":{"context":"total order price","string":"Samtals"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Upphæð"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Capture"},"V+gwx7":{"context":"order payment","string":"Captured amount"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Afsláttur"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Merkja sem greitt"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Greiðslustaða"},"uUsZ7m":{"context":"order payment","string":"Preauthorized amount"},"HaQ8cg":{"context":"button","string":"Endurgreiða"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Shipping"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Millisumma"},"r+dgiv":{"string":"Taxes"},"zb4eBO":{"context":"order total price","string":"Samtals"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Voucher"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Verð"},"WE8IFE":{"context":"product name","string":"Vara"},"tvpAXl":{"context":"ordered product quantity","string":"Magn"},"8J81ri":{"context":"ordered product sku","string":"VN"},"qT6YYk":{"context":"order line total price","string":"Samtals"},"5aiFbL":{"context":"tabel column header","string":"Verð"},"FNT4b+":{"context":"tabel column header","string":"Vara"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Samtals"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Upphæð"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Endurgreiða"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Verð"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Vara"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Unfulfilled"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Stillingar"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Fulfill"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Síður"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"Falið"},"gMwpNC":{"context":"page content","string":"Innihald"},"gr+oXW":{"context":"page title","string":"Titill"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Titill"},"5GSYCR":{"context":"page status","string":"Sýnileiki"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Birt"},"UN3qWD":{"context":"page status","string":"Not Published"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Birta"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Taka úr birtingu"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"Partially fulfilled"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Endurgreitt að hluta"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Greiðslustaða"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Virkt"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Email Address"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Nafn"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Authorization"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Staða"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"Virkt"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Configuration"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Nafn"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Tax"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Shipping"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Vigt"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"Vörur"},"ulh3kf":{"string":"Collections"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Falið"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Verð"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Sýnileiki"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Availability"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"Shipping"},"SUbxSK":{"context":"product weight","string":"Vigt"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Magn"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Rukka virðisauka fyrir þessa vöru"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Verð"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Samantekt"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Stofna"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"VN"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Afbrigði"},"rbkmfG":{"context":"button","string":"Delete variant"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"Add variant"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Falið"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Availability"},"Xm9qOu":{"context":"product pricing, section header","string":"Pricing"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Kostnaðarverð"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Verð"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Inventory"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Afbrigði"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Endurgreitt að fullu"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Fjarlægja"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Útsölur"},"RaycYK":{"context":"button","string":"Vista"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Pricing"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Lönd"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Nafn á sendingarsvæði"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Bæta við"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Shipping"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Verð"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"Nafn"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Stillingar"},"uULcph":{"context":"header","string":"Shipping"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Lönd"},"gRa/TS":{"context":"shipping zone","string":"Nafn"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"Notandi er virkur"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Virkt"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Staða"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"Nýtt lykilorð"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Breyta lykilorði"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"Lykilorð"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Breyta"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Staða"},"RrCui3":{"string":"Samantekt"},"5elC9k":{"context":"taxes section name","string":"Taxes"},"lnQAos":{"context":"header","string":"Taxes"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"All products prices are entered with tax included"},"98isC5":{"string":"Show gross prices to customers in the storefront"},"FNKhkx":{"string":"Charge taxes on shipping rates"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Attributes"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Values"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"Vörur"},"CxfKLC":{"string":"Síður"},"VKb1MS":{"string":"Flokkar"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"Útsölur"},"etP0+D":{"string":"Vouchers"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Nafn"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"Lýsing"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Unfulfilled"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Manual payments can not be refunded"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Only pre-authorized payments can be voided"},"gKdGxP":{"context":"error message","string":"Only pre-authorized payments can be captured"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Shipping method is not valid for chosen shipping address"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Vouchers"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Address Information"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Nafn"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Stillingar"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Nafn"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Já"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Allocated"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Magn"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/it.json b/locale/it.json index 07050a2cc..0679202eb 100644 --- a/locale/it.json +++ b/locale/it.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Annulla Ordine" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Nascosto" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visibile" - }, - "configurationMenuAttributes": { - "string": "Determina gli attributi usati per creare le tipologie di prodotto" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Definisci come gli utenti posso navigare nel tuo negozio" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Gestisci i gruppi ed i relativi permessi" - }, - "configurationMenuProductTypes": { - "string": "Definisci le tipologie di prodotto che vendi" - }, - "configurationMenuShipping": { - "string": "Gestisci come spedisci i tuoi ordini" - }, - "configurationMenuSiteSettings": { - "string": "Vedi e aggiorna le impostazioni del sito" - }, - "configurationMenuStaff": { - "string": "Gestisci i tuoi impiegati ed i loro permessi" - }, - "configurationMenuTaxes": { - "string": "Gestisci il modo in cui il tuo negozio addebita le tasse" - }, - "configurationMenuWarehouses": { - "string": "Gestisci ed aggiorna le informazioni del magazzino" - }, - "configurationPluginsPages": { - "string": "Vedi e aggiorno i tuoi plugin e le loro impostazioni." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "valore sconto" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Importo Fisso" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Attività" - }, - "homeActivityCardNoActivities": { - "string": "Nessuna attivita trovata" - }, - "homeAnalyticsCardHeader": { - "string": "Oggi" - }, - "homeHeaderText": { - "context": "header", - "string": "Ciao, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Queste sono alcune informazioni recuperate sul tuo negozio" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {Uno ordinato} other {{amount} Ordinati}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Prodotti Principali" - }, - "homeProductsListCardNoProducts": { - "string": "Nessun prodotto trovato" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "La nuova dashboard e le API GraphQL sono un'anteprima." - }, - "homeScreenDisclaimerText2": { - "string": "Le API GraphQL sono in versione beta. Non sono totalmente ottimizzate ed alcune queries o mutations possono mancare." - }, - "homeScreenHeader": { - "context": "header", - "string": "Ciao, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "tra" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equivale a" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Crea Menu" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Titolo Menu" - }, - "menuDetailsDeleteMenuContent": { - "string": "Sei sicuro di voler cancellare il menu {menuName}?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Elimina Menu" - }, - "menuDetailsPageHelperText": { - "string": "La struttura di navigazione si crea trascinando e rilasciando. Crea un nuovo elemento di menu e trascinalo al suo posto. Puoi muovere elementi uno dentro l'altro per creare strutture ad albero e trascinare elementi in alto o in basso per creare una gerarchia" - }, - "menuItemDialogAddItem": { - "context": "create new menu item, header", - "string": "Aggiunti Articolo" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Link a: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Modifica elemento" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Collegamento" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Inizia a scrivere per avviare la ricerca..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Nome" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Crea nuovo oggetto" - }, - "menuItemsHeader": { - "context": "header", - "string": "Elementi Menu" - }, - "menuItemsPlaceholder": { - "string": "Aggiungi una nuova voce di menu per iniziare a creare il menu" - }, - "menuListCreatedMenu": { - "string": "Menu creato" - }, - "menuListDeleteMenuContent": { - "string": "Sei sicuro di voler cancellare {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Elimina Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Sei sicuro di voler eliminare questo menu?} other {Sei sicuro di voler eliminare {displayQuantity} menu?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Elimina Menu" - }, - "menuListDeletedMenu": { - "string": "Menu eliminati" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Elementi" - }, - "menuListMenutitle": { - "string": "Titolo Menu" - }, - "menuListNoMenus": { - "string": "Nessun menu trovato" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Crea Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Titolo Menu" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Non pubblicato" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "Non impostato" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "Non impostato" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "Non impostato" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "non si applica" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Disponibile per l'acquisto" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Categoria" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Collezioni" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Descrizione" - }, - "productExportFieldName": { - "context": "product field", - "string": "Nome" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Immagine di Prodotto" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Tasse" - }, - "productExportFieldType": { - "context": "product field", - "string": "Tipologia" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Immagine della variante" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Magazzino" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Crea Tipologia di Prodotto" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Crea Tipologia di Prodotto" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Tasse" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Prezzo" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Magazzino" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Giacenza" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Pubblicato" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categorie ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collezioni ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Prodotti ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Imposta la data di disponibilita" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Sei sicuro di voler cancellare {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Sei sicuro di voler cancellare {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accetta" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Applicazioni" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Applicazioni" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Attiva Applicazione" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Attivare" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Disattivare" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Disattiva Applicazione" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Cancella Applicazione" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Disattivare" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Attivare" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "Permessi dell' App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Cancella Applicazione" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Torna alla Homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Informazioni sulla Privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Installa App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "Permessi dell' App" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Riprova" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Token Generato" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "Questo token da accesso alle API del tuo negozio, che trovi qui: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copiato" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copia il token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_4189999598": { - "string": "Abbiamo creato il tuo token principale. Assicurati di copiare il tuo nuovo token di accesso personale adesso. Non potrai vederlo nuovamente." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Disattivare" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Attivare" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Chiave" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "Nessun token trovato" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Crea Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Nota Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Azioni" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Disattivato" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Token Generato" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Il token di accesso è usato per autenticare gli account servizi" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3009959880": { - "string": "Abbiamo creato il tuo token. Assicurati di copiare il tuo nuovo token di accesso personale adesso. Non potrai vederlo nuovamente." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copia il token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Crea Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Nota Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Crea" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Sei sicuro di voler cancellare il token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Installa App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assegna" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Attributi" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Sei sicuro di voler eliminare questo attributo?} other {Sei sicuro di voler eliminare {displayQuantity} attributi?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Elimina attributi" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Elimina attributo" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Sei sicuro di voler cancellare {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Area" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Etichetta Predefinita" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Codice Attributo" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "context": "attribute slug input field helper text", - "string": "Questo è usato internamente. Assicurati di non usare spazi" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Data" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "A discesa" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "File" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Tipo di Input del Catalogo per il Proprietario del Negozio" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Selezione Multipla" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Pagine" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Prodotti" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Valore Richiesto" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Peso" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "Tutti gli attributi" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "Crea attributo" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "Cerca Attributo" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "Può essere usato come colonna" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Filtrabile nella Dashboard" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { - "context": "use attribute in filtering", - "string": "Filtrabile nel Negozio" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_isVariantOnly": { - "context": "attribute can be used only in variants", - "string": "Solo Variante" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_valueRequired": { - "context": "attribute value is required", - "string": "Valore Richiesto" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_visibleInStorefront": { - "context": "attribute", - "string": "Visibile sulla Pagina Prodotto del Negozio" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { - "string": "Nessun attributo trovato" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2186555805": { - "context": "attribute can be searched in storefront", - "string": "Usato nella ricerca sfaccettata" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2235596452": { - "context": "attribute can be searched in dashboard", - "string": "Ricercabile" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { - "string": "Codice Attributo" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_643174786": { - "context": "attribute is visible", - "string": "Visibile" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "Etichetta Predefinita" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organizzazione" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Crea Nuovo Attributo" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Aggiungi a Opzione di Colonna" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "Se attivato questo attributo può essere usato come colonna nella tabella prodotto." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Proprietà Dashboard" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Usato nei Filtri" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "Se attivato, potrai usare questo attributo per filtrare i prodotti nella lista prodotti." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Usato nella Navigazione Sfaccettata" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Proprietà Negozio" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Posizione nella navigazione sfaccettata" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Immagine" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Sei sicuro di voler cancellare il valore \"{name}\"?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Elimina valore attributo" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Sei sicuro di voler cancellare il valore \"{name}\"?\nSe lo elimini non potrai assegnarlo a nessuno dei prodotti con l'attributo \"{attributeName}\"." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Modifica Valore" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Aggiungi Valore" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "Nome" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Vista Negozio Predefinita" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "Amministratore" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "Nessun valore trovato" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Valore Attributo" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Assegna Valore" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Attributo creato correttamente" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Valore rimosso" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attributo eliminato" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Aggiungi Nuovo Valore" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributi eliminati correttamente" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Entra" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Password" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Password dimenticata?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Spiacente, la tua username e/o password non sono corretti. Riprova per favore." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Nuova password" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "Imposta nuova password" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "Conferma Password" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Le password non coincidono" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Resetta password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Indietro al login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Resetta password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "Fatto! In pochi minuti riceverai un messaggio con le istruzioni su come resettare la tua password." - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "L'email fornita non risulta nel nostro database." - }, - "src_dot_availability": { - "string": "Disponibilità" - }, - "src_dot_back": { - "context": "button", - "string": "Indietro" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Annulla" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Annullato" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalogo" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Categorie" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Immagine di sfondo (facoltativo)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(facoltativo)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Crea Nuova Categoria" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Aggiungi titolo e descrizione del motore di ricerca per rendere questa categoria più facile da trovare" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Elimina categoria" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "Sei sicuro di voler cancellare {categoryName}?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Nome Categoria" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Descrizione Categoria" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Crea categoria" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Cerca Categoria" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "Tutte le Categorie" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Nome Categoria" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "Nessuna categoria trovata" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "Nessuna sottocategoria trovata" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "Sottocategorie" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "N. di Prodotti" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "Nessun prodotto trovato" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Nome" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Aggiungi prodotto" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "Prodotti in {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Sottocategorie" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Aggiungi titolo e descrizione del motore di ricerca per rendere questa categoria più facile da trovare" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "Prodotti" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "Tutte le Sottocategorie" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Crea sottocategoria" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Crea categoria" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Sei sicuro di voler eliminare questo prodotto?} other {Sei sicuro di voler eliminare {displayQuantity} prodotti?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "Categoria creata" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Sei sicuro di voler eliminare questa categoria?} other {Sei sicuro di voler eliminare {displayQuantity} categorie?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "Elimina categoria" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Categoria eliminata" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Elimina prodotti" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "src_dot_categories_dot_views_dot_3488150607": { - "string": "Ricorda, questo eliminerà anche tutti i prodotti assegnati a questa categoria." - }, - "src_dot_categories_dot_views_dot_712767046": { - "context": "dialog title", - "string": "Elimina categorie" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "Sei sicuro di voler cancellare {categoryName}?" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_1823337870": { - "string": "{counter,plural,one {Sei sicuro di voler eliminare questa categoria?} other {Sei sicuro di voler eliminare {displayQuantity} categorie?}}" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_3488150607": { - "string": "Ricorda, questo eliminerà anche tutti i prodotti assegnati a questa categoria." - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_712767046": { - "context": "dialog title", - "string": "Elimina categorie" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Disponibilità" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copiato" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inattivo" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Stato" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Disattivare" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Attivo" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Attivare" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Azioni" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Azzera" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Collezioni" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visibile" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Nascosto" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "Aggiungi titolo e descrizione del motore di ricerca per rendere questa collezione più facile da trovare" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "Aggiungi Collezione" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "Visibile" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Nascosto" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Aggiungi titolo e descrizione del motore di ricerca per rendere questa collezione più facile da trovare" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "Nome" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Immagine di sfondo (facoltativo)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(facoltativo)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "Tutte le Collezioni" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Crea collezione" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "Nascosto" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Pubblicato" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "Nessuna collezione trovata" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "N. di Prodotti" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "Nome Collezione" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "Disponibilità" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "Nessun prodotto trovato" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Tipologia" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "Disponibilità" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Prodotti in {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Assegna Prodotto" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "Nome" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Eliminata collezione" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Aggiungi il prodotto alla collezione" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Sei sicuro di voler cancellare l'immagine della collazione?" - }, - "src_dot_collections_dot_views_dot_3215481647": { - "string": "{counter,plural,one {Sei sicuro di voler rimuovere questo prodotto?} other {Sei sicuro di voler rimuovere {displayQuantity} prodotti?}}" - }, - "src_dot_collections_dot_views_dot_3482612628": { - "string": "Prodotti eliminati dalla collezione" - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "src_dot_collections_dot_views_dot_3791354625": { - "context": "dialog title", - "string": "Rimuovi prodotti dalla collezione" - }, - "src_dot_collections_dot_views_dot_523939418": { - "string": "Sei sicuro di voler cancellare {collectionName}?" - }, - "src_dot_collections_dot_views_dot_686910896": { - "context": "window title", - "string": "Crea collezione" - }, - "src_dot_collections_dot_views_dot_699514132": { - "context": "dialog title", - "string": "Elimina Collezione" - }, - "src_dot_collections_dot_views_dot_870815507": { - "context": "unassign product from collection, button", - "string": "Non assegnato" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "Elimina immagine" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2491832187": { - "string": "{counter,plural,one {Sei sicuro di voler eliminare questa collezione?} other {Sei sicuro di voler eliminare {displayQuantity} collezioni?}}" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_3817188998": { - "context": "dialog title", - "string": "Elimina collezioni" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Permessi" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Nazione" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Telefono" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Riga 1 dell'indirizzo" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "Città" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "CAP / Codice Postale" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Riga 2 dell'indirizzo" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Azienda" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Codice area" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "Nessun risultato trovato" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Cerca Attributi" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Cerca per nome attributo" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assegna attributo" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assegna" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Cerca Categoria" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Cerca per nome categoria, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assegna Collezione" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Cerca Collezione" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Cerca per nome collezione, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assegna" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Cerca Prodotti" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Cerca per nome prodotto, attributo, tipologia di prodotto, etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assegna Prodotto" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Cerca per nome prodotto, attributo, tipologia di prodotto, etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributi" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Attributi" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Valori" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Valore" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "Nessun risultato" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Disponibilità" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Gestisci" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "da {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publicato il" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Imposta la data di pubblicazione" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Pubblicato" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Stato" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Resetta" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Colonne" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} colonne selezionate di {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Nazione" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Telefono" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Riga 1 dell'indirizzo" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Città" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "CAP / Codice Postale" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Riga 2 dell'indirizzo" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Azienda" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Codice area" - }, - "src_dot_components_dot_CountryList_dot_2460766407": { - "context": "number of countries", - "string": "{number} Nazioni" - }, - "src_dot_components_dot_CountryList_dot_2747492886": { - "context": "button", - "string": "Assegna Paesi" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_2173195312": { - "context": "custom search delete, dialog header", - "string": "Elimina Ricerca" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_71479100": { - "string": "Sei sicuro di voler cancellare la tab di ricerca {name}?" - }, - "src_dot_components_dot_DemoBanner_dot_1647850230": { - "string": "Negozio" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Gioca con GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Errore" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Panello di controllo" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Elimina Ricerca" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Filtro Cliente" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Salva Ricerca" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "Filtri" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "Nessun risultato" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Mostra ancora" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filtri" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "e" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filtri" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Salva modifiche" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "src_dot_components_dot_ImageUpload_dot_1731007575": { - "context": "image upload", - "string": "Trascina qui per caricare" - }, - "src_dot_components_dot_LanguageSwitch_dot_4150219184": { - "context": "button", - "string": "{languageName} - {languageCode}" - }, - "src_dot_components_dot_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Valore" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Azioni" - }, - "src_dot_components_dot_MoneyRange_dot_12301532": { - "context": "money", - "string": "a {money}" - }, - "src_dot_components_dot_MoneyRange_dot_1316359951": { - "context": "money", - "string": "{fromMoney} - {toMoney}" - }, - "src_dot_components_dot_MoneyRange_dot_3729849657": { - "context": "money", - "string": "da {money}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Aggiungi un nuovo valore: {valore}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { - "string": "Nessun risultato trovato" - }, - "src_dot_components_dot_MultiSelectField_dot_4205644805": { - "string": "Nessun risultato trovato" - }, - "src_dot_components_dot_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "Numero Ordine" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Digita il Comando" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Cerca Cliente" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Cerca in Clienti" - }, - "src_dot_components_dot_Navigator_dot_2874620973": { - "context": "navigator placeholder", - "string": "Digita {key} per vedere le azioni disponibili" - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Cerca in Catalogo" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Naviga a" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "La nostro nuovo strumento per aiutarti con i compiti quotidiani. Avvia il navigatore usando la scorciatoia {keyboardShortcut}" - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Azioni Rapide" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Il navigatore è qui per aiutare" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "Categoria" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Collezione" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Pubblicato" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Non Pubblicato " - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Crea Categoria" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Crea Collezione" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Crea Cliente" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Crea Ordine" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Crea un gruppo con permessi" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Crea Prodotto" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Crea 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": "Vai all'ordine #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Cerca in Catalogo" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Cerca Comando" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Cerca Clienti" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Cerca Viste e Azioni" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Mostra Aiuto" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Cerca Oridni" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "Nessun Risultato" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Prodotto" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Ooops!..." - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Manca qualcosa" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "Spiaciente, pagina non trovata" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "Torna alla dashboard" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "Nessun risultato trovato" - }, - "src_dot_components_dot_RowNumberSelect_dot_1154361791": { - "string": "Numero di Righe:" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1514415736": { - "context": "save filter tab, header", - "string": "Salva Ricerca Personalizzata" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1556856943": { - "context": "save search tab", - "string": "Cerca Nome" - }, - "src_dot_components_dot_SearchBar_dot_2173195312": { - "context": "button", - "string": "Elimina Ricerca" - }, - "src_dot_components_dot_SearchBar_dot_2340527467": { - "string": "Filtro Cliente" - }, - "src_dot_components_dot_SearchBar_dot_3268463180": { - "context": "button", - "string": "Salva Ricerca" - }, - "src_dot_components_dot_SeoForm_dot_1324250412": { - "string": "Titolo motore di ricerca" - }, - "src_dot_components_dot_SeoForm_dot_1991321627": { - "string": "Descrizione motore di ricerca" - }, - "src_dot_components_dot_SeoForm_dot_3198271020": { - "context": "button", - "string": "Modifica SEO del sito" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Anteprima Motore di Ricerca" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} di {maxCharacters} caratteri" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Se vuota, l'anteprima mostra cosa verrà generato automaticamente." - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Aggiungi un nuovo valore: {valore}" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { - "string": "Nessuno" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_4205644805": { - "string": "Nessun risultato trovato" - }, - "src_dot_components_dot_SingleSelectField_dot_4205644805": { - "string": "Nessun risultato trovato" - }, - "src_dot_components_dot_TableHead_dot_868570480": { - "string": "Selezionati {number} articoli" - }, - "src_dot_components_dot_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "src_dot_components_dot_Timeline_dot_1359200231": { - "context": "add order note, button", - "string": "Invia" - }, - "src_dot_components_dot_Timeline_dot_3028189627": { - "string": "Lascia il tuo commento qui..." - }, - "src_dot_components_dot_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Esci" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Settaggi Account" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibilità" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "da {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publicato il" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Imposta la data di pubblicazione" - }, - "src_dot_components_dot_WeightRange_dot_264731940": { - "context": "weight", - "string": "a {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": "da {value} {unit}" - }, - "src_dot_components_dot_Weight_dot_2781622322": { - "context": "weight", - "string": "{value} {unit}" - }, - "src_dot_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Configurazione" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Varie" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Configurazione Spedizioni" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Impostazioni Staff" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Impostazioni Prodotto" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Conferma" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Aggiorna" - }, - "src_dot_continue": { - "context": "button", - "string": "Continua" - }, - "src_dot_create": { - "context": "button", - "string": "Crea" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Clienti" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "Modifica Indirizzo" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "Aggiungi indirizzo" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Aggiungi Indirizzo" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "string": "Questo cliente non ha nessun indirizzo associato. Puoi aggiungerne uno con il pulsante sottostante." - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameAddress": { - "context": "customer's address book, header", - "string": "Rubrica Indirizzi di {fullName}" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "Dettagli {fullName}" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "Non c'è nessun indirizzo da mostrare per questo cliente" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Indirizzo Predefinito" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Indirizzo di Fatturazione Predefinito" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Indirizzo di Spedizione Predefinito" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Elimina Indirizzo" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Modifica Indirizzo" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Imposta come indirizzo di fatturazione predefinito" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Imposta come indirizzo di spedizione predefinito" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Informazioni sull'indirizzo" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Indirizzo di Spedizione" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Indirizzo" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "Questo cliente non ha ancora nessun indirizzo associato" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "Indirizzo di Fatturazione" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "Indirizzo Primario" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "L'indirizzo primario di questo cliente." - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Riepilogo Cliente" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "Note" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Nota" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Inserisci qualsiasi informazione extra per questo cliente." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "Crea Cliente" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { - "context": "check to mark this account as active", - "string": "Account utente attivo" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { - "context": "section subheader", - "string": "Membro attivo dal {date}" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { - "context": "note about customer", - "string": "Nota" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Informazioni Contatto" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Cerca Cliente" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "Crea cliente" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "Tutti i Clienti" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Data di Iscrizione" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { - "string": "Numero di Ordini" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "N. di Ordini" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "Nessun cliente trovato" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Email Cliente" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Nome Cliente" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { - "context": "order status", - "string": "Stato" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "Ordini recenti" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "N. Ordine" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "Vedi tutti gli ordini" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "Data" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "Totale" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { - "string": "Nessun ordine trovato" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Ultimo login" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "Ultimo ordine" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Storico Cliente" - }, - "src_dot_customers_dot_views_dot_1927691511": { - "context": "delete customer, dialog content", - "string": "Sei sicuro di voler cancellare {email}?" - }, - "src_dot_customers_dot_views_dot_1998583641": { - "context": "dialog header", - "string": "Elimina Utente" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "Elimina Indirizzo" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Crea cliente" - }, - "src_dot_customers_dot_views_dot_3689332763": { - "string": "Sei sicuro di voler eliminare questo indirizzo dalla rubrica degli utenti?" - }, - "src_dot_customers_dot_views_dot_3901579344": { - "string": "Cliente Rimosso" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Cliente creato" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_1932444813": { - "string": "{counter,plural,one {Sei sicuro di voler eliminare questo cliente?} other {Sei sicuro di voler eliminare {displayQuantity} clienti?}}" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_2136923553": { - "context": "dialog header", - "string": "Elimina Utenti" - }, - "src_dot_dashboard": { - "string": "Dashboard" - }, - "src_dot_date": { - "string": "Data" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Elimina" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Descrizione" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Sconti" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assegna Categorie" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Categorie Selezionabili" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "Nessuna categoria trovata" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Nome Categoria" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Prodotti" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assegna Collezioni" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Collezioni Selezionabili" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "Nessuna collezione trovata" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Nome Collezione" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Prodotti" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_1585396479": { - "context": "dialog header", - "string": "Assegna Paese" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2110418881": { - "context": "search box placeholder", - "string": "Cerca per nome nazione" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2177165134": { - "string": "Scegli i paesi, per i quali vuoi abilitare i voucher, dalla seguente lista" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2566713432": { - "context": "search box label", - "string": "Filtra Nazioni" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2747492886": { - "context": "button", - "string": "Assegna Paesi" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2777439857": { - "context": "country selection", - "string": "Nazioni dalla A alla Z" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Imposta data finale " - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1662220323": { - "context": "time during discount is active, header", - "string": "Date Attive" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsButton": { - "context": "button", - "string": "Assegna Prodotti" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Prodotti Selezionabili" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "Nessun prodotto trovato" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Disponibilità" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Nome Prodotto" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Tipologia di Prodotto" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "Nessuna variante trovata" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Nome Prodotto" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Tipologia di Prodotto" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Crea Offerta" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "Nome" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Cerca Offerta" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Crea Offerta" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "Tutte le Vendite" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "Attivo" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "Scaduto" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { - "context": "discount type", - "string": "Importo Fisso" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Percentuale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "Programmato" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "Iniziato" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "Stato" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "Tipologia di Sconto" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "Valore" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { - "context": "sale end date", - "string": "Fine" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { - "string": "Nessuna offerta trovata" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Inizio" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "Nome" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Valore" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Nome" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Tipologia di Sconto" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Percentuale" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Importo Fisso" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "Valore" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Valore Sconto" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { - "context": "page header", - "string": "Crea Voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Imposta data finale " - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { - "context": "time during voucher is active, header", - "string": "Date Attive" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "Il voucher si applica a tutte le nazioni" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Il voucher è limitato a queste nazioni" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "Nazioni" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "Categorie ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "Collezioni ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "Prodotti ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Codice Sconto" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Codice Generato" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limita ad un uso per cliente" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limita il numero totale di utilizzi di questo sconto" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limite di Utenti" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Limite Utilizzo" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "Tutti i Vouchers" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { - "string": "Cerca Voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { - "context": "button", - "string": "Crea voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { - "context": "voucher status", - "string": "Attivo" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "Scaduto" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { - "context": "discount type", - "string": "Importo Fisso" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Percentuale" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "Programmato" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Iniziato" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { - "context": "voucher status", - "string": "Stato" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { - "context": "voucher", - "string": "Tempo utilizzato" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "Tipologia di Sconto" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "Valore" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "Spesa Minima" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "Fine" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "Usi" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "Inizio" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "Codice" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Nessun voucher trovato" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Valore" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_2746532349": { - "context": "voucher requirements, header", - "string": "Requisiti Minimi" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3069107721": { - "context": "voucher has no requirements", - "string": "Nessuno" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3740704788": { - "context": "voucher requirement", - "string": "Quantità minima di oggetti" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Peso ordine minimo" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "Valore" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Valore Ordine Minimo" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "Applica a" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_3751756157": { - "context": "voucher value requirement", - "string": "Limite Utilizzo" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_78726751": { - "context": "voucher code", - "string": "Codice" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3216816841": { - "context": "header", - "string": "Tipologia di Sconto" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3289659291": { - "context": "voucher discount type", - "string": "Spedizione Gratuita" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3688224049": { - "context": "voucher discount type", - "string": "Percentuale" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { - "context": "voucher discount type", - "string": "Importo Fisso" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1134347598": { - "context": "column title", - "string": "Prezzo" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Valore" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Valore Sconto" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Solo una volta per ordine" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Informazioni Specifiche Voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4189095909": { - "string": "Se questa opzione è disabilitata, lo sconto verrà contato per ogni prodotto idoneo" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Intero ordine" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Prodotti specifici" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Spedizione" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Offerta creata correttamente" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Offerta rimossa" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Offerta rimossa" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Elimina Offerta" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Rimuovi Categorie dall'Offerta" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Sei sicuro di voler cancellare {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_2809303671": { - "context": "dialog header", - "string": "Elimina Offerte" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_372098008": { - "context": "dialog content", - "string": "{counter,plural,one {Sei sicuro di voler eliminare questa offerta?} other {Sei sicuro di voler eliminare {displayQuantity} offerte?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Voucher creato correttamente" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Rimuovi Collezioni Dal Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Rimuovi Prodotti Dal Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Rimuovi Categorie Dal Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Sei sicuro di voler cancellare {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Elimina Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_2983742638": { - "context": "dialog content", - "string": "{counter,plural,one {Sei sicuro di voler eliminare questo voucher?} other {Sei sicuro di voler eliminare {displayQuantity} voucher?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_367317371": { - "context": "dialog header", - "string": "Elimina Vouchers" - }, - "src_dot_done": { - "context": "button", - "string": "Fatto" - }, - "src_dot_draft": { - "context": "order status", - "string": "Bozza" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Bozze Ordini" - }, - "src_dot_drafts": { - "string": "Bozze" - }, - "src_dot_edit": { - "context": "button", - "string": "Modifica" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "Data Fine" - }, - "src_dot_endHour": { - "string": "Ora Fine" - }, - "src_dot_error": { - "string": "Errore" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "Nome" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Evaso" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Cliente" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Nota" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Cambia" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Dettagli" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Numero ordine" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Scaduto" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Dettagli" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Importo" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Prodotto" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Stato" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Elimina" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Disattivare" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Attivare" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Prodotto" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Configurazioni" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Home" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "Ordine#{orderId} piazzato dalla bozza da {userEmail}" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_paid": { - "string": "Ordine #{orderId} saldato" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_placed": { - "string": "Ordine #{orderId} piazzato" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "Nessun oridne pronto per l'evasione" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "Nessun pagamento in attesa di acquisizione" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Cognome" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Gestisci " - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigazione" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Prossimo" - }, - "src_dot_no": { - "string": "No" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Facoltativo" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Ordini" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancella Ordini" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Sei sicuro di voler eliminare questo ordine?} other {Sei sicuro di voler eliminare {displayQuantity} ordini?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Indirizzo di fatturazione" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Aggiungi un nuovo indirizzo" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "Nessun risultato trovato" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Indirizzo di spedizione" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "Nessuna nota dal cliente" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "Note" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "Informazioni Contatto" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Cerca Clienti" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "Vedi Profilo" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "Indirizzo di Spedizione" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Cliente" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Come l'indirizzo di spedizione" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Utente Anonimo" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Indirizzo di Fatturazione" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Ordine Numero" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Cancella ordine" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Aggiungi" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Valore di sconto" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Importo Fisso" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentuale" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "Elimina Bozza Ordine" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "Sei sicuro di voler cancellare la bozza #{orderNumber}?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "Prezzo" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Prodotto" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Quantità" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "Nessun Prodotto aggiunto all'Ordine" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { - "context": "total price of ordered products", - "string": "Totale" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Aggiungi Corriere" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Sconto" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "Nessun corriere applicabile" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Subtotale" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Tasse (IVA inclusa)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Totale" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Dettagli Ordine" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "Aggiungi Prodotto" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Crea ordine" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "Tutte le Bozze" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Cerca Bozza" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Creato" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "Cliente" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "Nessuna bozza ordine trovata" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "N. Ordine" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "Cliente" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Data" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Totale" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Cancella ordine" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalizza" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Ordine" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Ordine Numero" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Prodotto pronto per la spedizione" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Nome prodotto" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Invia i dettagli della spedizione al cliente" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Evaso" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Aggiungi Tracciamento" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Modifica tracciamento" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Rimborsa" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Numero di Tracciamento: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Invia i dettagli della spedizione al cliente" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancella evasione " - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Numero di tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Aggiungi Codice Tracciamento Sped." - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Indirizzo ordine aggiornato" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1521936480": { - "context": "order history message", - "string": "Oggetti {quantity} evasi" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1527620381": { - "context": "order history message", - "string": "Evasione annullata" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_184692906": { - "context": "order history message", - "string": "Ordine inviato" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1867847329": { - "context": "order history message", - "string": "I links ai prodotti digitali dell'ordine sono stati inviati" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1964864749": { - "context": "order history message", - "string": "Ordine creato dalla bozza" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2020753264": { - "context": "order history message", - "string": "La conferma del pagamento è stata inviata al cliente" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2027649178": { - "context": "order history message", - "string": "Riforniti {quantity} articoli" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2304318421": { - "context": "order history message", - "string": "La nota è stata aggiunta all'ordine" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2369495522": { - "context": "order history message", - "string": "Conferma d'ordine inviata al cliente" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2566971846": { - "context": "order history message", - "string": "Pagamento annullato" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "L'ordine è stato interamente pagato" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2770854455": { - "context": "order history message", - "string": "Pagamento catturato" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3081292385": { - "context": "order history message", - "string": "Conferma evazione inviata al cliente" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3095247195": { - "context": "order history message", - "string": "Bozza ordine creata" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3237374063": { - "context": "order history message", - "string": "Pagamento autorizzato" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3453124210": { - "context": "order history message", - "string": "Numero di tracciamento spedizione inviato correttamente" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_348557206": { - "context": "order history message", - "string": "Il pagamento è stato rimborsato" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3990160018": { - "string": "Storico Ordine" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4015160303": { - "context": "order history message", - "string": "Oggetti {quantity} ipervenduti" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4121987561": { - "context": "order history message", - "string": "Informazioni sul rimborso inviate al cliente" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4265697648": { - "context": "order history message", - "string": "Aggiorna il numero di tracciamento dell'evasione" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4266665081": { - "context": "order history message", - "string": "Pagamento fallito" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_651019008": { - "context": "order history message", - "string": "Dettagli spedizione inviati al cliente" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Ordine cancellato" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "creato" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Fattura" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Crea ordine" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { - "string": "Cerca Ordini..." - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { - "context": "tab name", - "string": "Tutti gli Ordini" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Cliente" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Creato" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Stato evasione" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "Pagamento" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "N. Ordine" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "Cliente" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Data" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "Totale" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "Nessun ordine trovato" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going to mark this order as paid." - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_4196844912": { - "context": "dialog header", - "string": "Imposta Ordine come Pagato" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_1466130374": { - "context": "dialog header", - "string": "Cattura Pagamento" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_75546233": { - "context": "amount of refunded money", - "string": "Importo" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Sei sicuro di voler annullare questo pagamento?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Annulla Pagamento" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "Acquisisci" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Importo acquisito" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Sconto" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} articoli" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Contrassegna come pagato" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Saldo in Sospeso" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Stato pagamento" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Importo pre-autorizzato" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Rimborsa" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Spedizione" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "non si applica" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "non si applica" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Subtotale" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Tasse" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Totale" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "IVA inclusa" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Rimborsa" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Voucher" - }, - "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": "Cerca per nome prodotto, attributo, tipologia di prodotto, etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Cerca Prodotti" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Prezzo" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Prodotto" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Quantità" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Totale" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Prezzo" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "Nessun prodotto trovato" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Prodotto" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Totale" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Ordine" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Ordine Numero" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Importo" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Rimborsa" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Prezzo" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "Nessun prodotto trovato" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Prodotto" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Totale" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Prezzo" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Prodotto" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Sostituisci" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Evasi ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Non evaso" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Ordine Numero" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Configurazioni" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Modifica Metodo di Spedizione" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Evaso" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Pagamento catturato correttamente" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Bozze ordini finalizzate correttamente" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Riga ordine eliminata" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Evasione correttamente aggiornata" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Riga ordine aggiornata" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Ordine segnato come pagato" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Riga ordine aggiunta" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Ordine cancellato correttamente" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Nota aggiunta correttamente" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Pagamento ordine annullato correttamente" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Ordine aggiornato correttamente" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Metodo di spedizione aggiornato correttamente" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Evasione annullata correttamente" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Ordine Numero" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Ordine Numero" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Elimina Bozza Ordini" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Elimina bozza ordini" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Bozza ordine creata correttamente" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Sei sicuro di voler eliminare questa bozza?} other {Sei sicuro di voler eliminare {displayQuantity} bozze?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Bozza ordine creata correttamente" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "Nessun attributo trovato" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Nome attributo" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assegna Attributo" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Rimuovi" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Pagine" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Crea Pagina" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1996767833": { - "string": "Aggiungi titolo e descrizione del motore di ricerca per rendere questa pagina più facile da trovare" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { - "context": "page", - "string": "sarà visibile da {date}" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visibile" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Nascosto" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Contenuto" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Titolo" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Crea pagina" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Titolo" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Visibilità" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "Nessuna pagina trovata" - }, - "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": "Pubblicato" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Non Pubblicato " - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Crea Pagina" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Pagina creata correttamente" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Elimina Pagina" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Sei sicuro di voler cancellare {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Pagine rimosse" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Pubblicato" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Pagine Non Pubblicate" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Sei sicuro di voler impostare non pubblicato questa pagina?} other {Sei sicuro di voler impostare non pubblicato {displayQuantity} pagine?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Non pubblicare" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Pubblica Pagine" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Sei sicuro di voler pubblicare questa pagina?} other {Sei sicuro di voler pubblicare {displayQuantity} pagine?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Sei sicuro di voler eliminare questa pagina?} other {Sei sicuro di voler eliminare {displayQuantity} pagine?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Pagine pubblicate" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Elimina Pagine" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Pagato" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Parzialmente evaso" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Pagato Parzialmente" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Parzialmente rimborsato" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Stato pagamento" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Attivo" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inattivo" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Sei sicuro di voler cancellare {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Nome del gruppo" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Membri" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Azioni" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inattivo" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Indirizzo Email" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Attivo" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Azioni" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Nome" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Crea categoria" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Rimuovi" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Autorizzazione" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Nome Plugin" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { - "context": "plugin status", - "string": "Stato" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { - "context": "section header", - "string": "Informazioni e Status Plugin" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "string": "Set plugin as active" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_3032939398": { - "context": "header", - "string": "Aggiungi un valore al campo Autorizzazione" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_4269236107": { - "context": "header", - "string": "Modifica Campo di Autorizzazione" - }, - "src_dot_plugins_dot_components_dot_PluginSettings_dot_1970881031": { - "context": "section header", - "string": "Impostazioni Plugin" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3352026836": { - "context": "header", - "string": "Dettagli {pluginName}" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3233248823": { - "string": "Cerca Plugins..." - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3523826683": { - "context": "tab name", - "string": "Tutti i Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { - "context": "plugin filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "Nessun plugin trovato" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Attivo" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Configurazione" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Disattivato" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Nome" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "src_dot_plugins_dot_views_dot_1096544448": { - "context": "header", - "string": "Campo Autorizzazione Eliminato" - }, - "src_dot_plugins_dot_views_dot_955370043": { - "string": "Il plugin può smettere di funzionare se questo campo viene rimosso. Sicuri di voler procedere?" - }, - "src_dot_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Tipologie di Prodotto" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { - "string": "Nessun attributo trovato" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1228425832": { - "string": "Nome attributo" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assegna Attributo" - }, - "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": "Attributi Prodotto" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "La Tipologia di Prodotto usa Attributi Varianti" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "string": "Nome Tipologia di Prodotto" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { - "context": "tab name", - "string": "Tutte le Tipologie Prodotto" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3420445375": { - "string": "Cerca Tipologia di Prodotto" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3479705616": { - "context": "button", - "string": "crea tipologia di prodotto" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_configurable": { - "context": "product type", - "string": "Configurabile" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_digital": { - "context": "product", - "string": "Digitale" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_shippable": { - "context": "product", - "string": "Consegnabile" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_type": { - "context": "product type is digital or physical", - "string": "Tipologia" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1126553969": { - "string": "Nessuna tipologia di prodotto trovato" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1211157042": { - "context": "product type", - "string": "Prodotto semplice" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1240292548": { - "context": "tax rate for a product type", - "string": "Tasse" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { - "context": "product type is either simple or configurable", - "string": "Tipologia" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2253986440": { - "context": "product type name", - "string": "Nome Tipologia" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2754779425": { - "context": "product type", - "string": "Configurabile" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_881286562": { - "context": "product type", - "string": "Digitale" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_966610541": { - "context": "product type", - "string": "Fisici" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_1325966144": { - "context": "product type shipping settings, section header", - "string": "Spedizione" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2143413921": { - "context": "switch button", - "string": "Questo prodotto è spedibile?" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2927891783": { - "string": "Utilizzato per calcolare le tariffe di spedizione per prodotti di questa tipologia quando non è stato specificato un peso" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_746695941": { - "string": "Peso" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "Nessun attributo trovato" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Nome attributo" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assegna Attributo" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Attributi Variante" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Tipologia di prodotto creato correttamente" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Tipologia di Prodotto eliminato" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Rimuovi Attributo dalla Tipologia di Prodotto" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Rimuovi Attributo dalla Tipologia di Prodotto" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Non assegnato" - }, - "src_dot_products": { - "context": "products section name", - "string": "Prodotti" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Categoria" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Collezioni" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organizzazione" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Non pubblicato" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { - "string": "Aggiungi titolo e descrizione del motore di ricerca per rendere questo prodotto più facile da trovare" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Pubblicato" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Nome" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Cerca per nome attributo" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "prodotti" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Crea Prodotto" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Cerca Prodotti..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "Tutti i prodotti" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Disponibile" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Nascosto" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Esaurito" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "Prezzo" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Quantità in giacenza" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "Visibilità" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visibile" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Semplice" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "Nessun prodotto trovato" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurabile" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Nome" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Disponibilità" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Prezzo" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Tipologia" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Facoltativo" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Carica" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Categoria" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Collezioni" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organizza Prodotto" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "string": "Configurabile" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "*Facoltativo. L'aggiunta di un prodotto ad una collazione aiuta gli utenti a trovarlo." - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Tipologia di Prodotto" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Spedizione" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Peso" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Quantità" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Cambia le tasse per questo prodotto" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Aliquota Fiscale" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Non pubblicato" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { - "string": "Aggiungi titolo e descrizione del motore di ricerca per rendere questo prodotto più facile da trovare" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Pubblicato" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Creare Varianti" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Attributi Variante" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Elimina Variante" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Salva variante" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Prezzo" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attributo" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Seleziona Valori" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Scegli attributo" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Riepilogo" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Applica un prezzo singolo a tutti gli SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Applica una giacenza distinta per ogni attributo ad ogni SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Applica prezzi unici per attributo ad ogni SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Applica un'unica giacenza a tutti gli SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Prossimo" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Crea" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Varianti creati" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prezzi ed SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Precedente" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Variante" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Valori" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Elimina variante" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_2297471173": { - "context": "delete product variant", - "string": "Sei sicuro di voler cancellare {name}?" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "Elimina Variante" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Varianti" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "Aggiungi variante" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "Nuova Variante" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Nascosto" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Attributi Variante" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Disponibilità" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Prezzo" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Prezzo" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Costo" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Prezzo di costo" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Non Disponibile" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Prezzo" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Crea varianti" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Varianti" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Usa le varianti per prodotti che hanno una diversità di versioni, per esempio diversi formati e colori" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Magazzino" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Crea variante" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Variante" - }, - "src_dot_products_dot_views_dot_1731766393": { - "context": "dialog header", - "string": "Elimina Immagine" - }, - "src_dot_products_dot_views_dot_2279302139": { - "string": "Variante rimossa" - }, - "src_dot_products_dot_views_dot_2362587265": { - "context": "header", - "string": "Crea Variante" - }, - "src_dot_products_dot_views_dot_2880386427": { - "string": "Sei sicuro di voler cancellare questa immagine?" - }, - "src_dot_products_dot_views_dot_3989383405": { - "context": "window title", - "string": "Crea variante" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Crea Prodotto" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "Nuovo Prodotto" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Prodotto creato" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Sei sicuro di voler eliminare questo prodotto?} other {Sei sicuro di voler eliminare {displayQuantity} prodotti?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Elimina Prodotti" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Prodotto rimosso" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Sei sicuro di voler cancellare {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Elimina Prodotto" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Elimina Varianti Prodotto" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Creare Varianti" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Propietà" - }, - "src_dot_readOnly": { - "string": "Saleor funziona in sola lettura. I cambiamenti non verranno salvati." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Completamente rimborsato" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Rimuovi" - }, - "src_dot_requiredField": { - "string": "Questo campo è obbligatorio" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Vendite" - }, - "src_dot_save": { - "context": "button", - "string": "Salva" - }, - "src_dot_savedChanges": { - "string": "Cambiamenti salvati" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Invia" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Account Servizi" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Metodi di Spedizione" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Elimina Metodo di Spedizione" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Prezzo" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Prezzo" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Cerca Prodotti" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "Nessun prodotto corrispondente alla richiesta" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assegna Prodotti" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Nome Prodotto" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Azioni" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "Questa unità verrà usata come principale unità di peso di trasporto" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Unità di Peso Spedizione" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Scegli i paesi per che vuoi aggiungere alle zone di consegna dalla seguente lista" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assegna Paese" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Nazioni dalla A alla Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Scelta Rapida" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Resto del Mondo" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "Se selezionato, questo aggiungerà tutte le nazioni non selezionate ad altre zone di spedizione" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Cerca Nazione" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Cerca per nome nazione" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Nazioni" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Crea Nuova Zona di Consegna " - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Attualmente non ci sono nazioni assegnate a questa zona di spedizione" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Nazioni" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Attualmente non ci sono nazioni assegnate a questa zona di spedizione" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} di {maxCharacters} caratteri" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Nome zona di spedizione" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Aggiungi" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Spedizione" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Spedizione" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Prezzo" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Crea tariffa" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Valore Rage" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "Nessuna tariffa di spedizione trovata" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Triffe Basate sul Prezzo" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Gamma di Peso" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Tariffe Basate sul Peso" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "Nome" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Configurazioni" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Spedizione" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Spedizione per Zona" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Crea zona di spedizione" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "Nazioni" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Nome" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "Nessuna zona di spedizione trovata" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "src_dot_shipping_dot_views_dot_1005071028": { - "string": "Sei sicuro di voler rimuovere la zona di spedizione {shippingZoneName}?" - }, - "src_dot_shipping_dot_views_dot_1010705153": { - "context": "dialog header", - "string": "Elimina Zona di Spedizione" - }, - "src_dot_shipping_dot_views_dot_1711385401": { - "context": "dialog header", - "string": "Elimina Zone di Spedizione" - }, - "src_dot_shipping_dot_views_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Sei sicuro di voler eliminare questa zona di spedizione?} other {Sei sicuro di voler eliminare {displayQuantity} zone di spedizione?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Rimuovi" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Elimina Zona di Spedizione" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Mostra" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Impostazioni del Sito" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Il Nome del tuo negozio è mostrato nella scheda del browser web" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Nome del tuo negozio" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "La descrizione negozio è mostrata nella barra attività dopo il nome del tuo negozio" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Informazioni Negozio" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Informazioni Azienda" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "string": "Queste sono informazioni generali sul tuo negozio. Definiscono la URL del negozio e ciò che viene mostrato nella taskbar del browser." - }, - "src_dot_somethingWentWrong": { - "string": "Saleor ha incontrato un problema inaspettato" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Membro Staff" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invita Membro Staff" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Invia invito" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Permessi" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "L'utente è attivo" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "Tutti i Membri dello Staff" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_61043583": { - "string": "Cerca Membro Staff" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_797461521": { - "context": "button", - "string": "Invita membro staff" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Attivo" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Disattivato" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "Stato" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { - "context": "staff member status", - "string": "Inattivo" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": "Indirizzo Email" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Attivo" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "Nessun membro staff trovato" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "Nome" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "Nuova password" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "La nuova password deve avere almeno 8 caratteri" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "Cambia password" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Password Precedente" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "Dovresti cambiare la tua password ogni mese per evitare problemi di sicurezza." - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "Cambia la tua password" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "Password" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "Selezionandolo cambierà la lingua della tua dashboard" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "Attenzione, le impostazioni di valuta e data sono complete, le traduzioni dei linguaggi possono non essere complete." - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { - "string": "Lingua Preferita" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { - "context": "section header", - "string": "Preferenze" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_1473195966": { - "context": "avatar change button", - "string": "Cambia" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Informazioni Membro Staff" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Elimina" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "elimina Utente Staff" - }, - "src_dot_staff_dot_views_dot_3945766678": { - "string": "Sei sicuro di voler rimuovere l'avatar {email}?" - }, - "src_dot_staff_dot_views_dot_701332676": { - "context": "dialog header", - "string": "Elimina Avatar Utente Staff" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "Sei sicuro di voler cancellare {email} dai membri dello staff?" - }, - "src_dot_startDate": { - "string": "Data di inizio" - }, - "src_dot_startHour": { - "string": "Ora di inizio" - }, - "src_dot_status": { - "string": "Stato" - }, - "src_dot_summary": { - "string": "Riepilogo" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Tasse" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Tasse" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "Nessuna nazione trovata" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Aliquote Fiscali Ridotte" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Codice Paese" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "Nome Nazione" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "Categoria" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Aliquota Fiscale" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Aliquote Fiscali in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "Nessuna categoria tasse ridotte trovata" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Tutti i prezzi dei prodotti sono inseriti con iva inclusa" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Mostra prezzi ivati ai clienti nel negozio" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Addebita tasse nella spedizione " - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_3375540052": { - "context": "button", - "string": "Recupera Tasse" - }, - "src_dot_taxes_dot_views_dot_2411670026": { - "string": "Aliquote fiscali correttamente ricevute" - }, - "src_dot_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Attributi" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Traduzioni" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1308081812": { - "string": "{numberOfFields} Traduzioni, {numberOfTranslatedFields} Completate" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1348655672": { - "string": "Stringa Originale" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_2481190613": { - "string": "Traduzione" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_363646127": { - "context": "button", - "string": "Scarta" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_3793796047": { - "string": "Nessuna traduzione ancora" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_2642976392": { - "string": "Nome Attributo" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Valore {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Valori" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Nome Categoria" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "Descrizione Motore di Ricerca" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Traduzione Categoria \"{categoryName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { - "string": "Titolo Motore di Ricerca" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { - "string": "Anteprima Motore di Ricerca" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { - "string": "Descrizione Motore di Ricerca" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { - "string": "Titolo Motore di Ricerca" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { - "string": "Nome Collezione" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3055443821": { - "context": "header", - "string": "Traduzione Collezione \"{collectionName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3468022343": { - "string": "Anteprima Motore di Ricerca" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1163855804": { - "string": "Lingue" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { - "string": "Collezioni" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Traduzioni in {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Prodotti" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Pagine" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Categorie" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Metodi di spedizione" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Attributi" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Vendite" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Voucher" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} di {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "Nessuna voce traducibile trovata" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "Traduzioni Completate" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "Nome" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Lingue" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "Nessuna lingua trovata" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Lingua" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Contenuto" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Descrizione Motore di Ricerca" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Titolo Motore di Ricerca" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Traduzione Pagina \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Anteprima Motore di Ricerca" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Titolo Pagina" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Descrizione Motore di Ricerca" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Titolo Motore di Ricerca" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Nome Prodotto" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Traduzione Prodotto \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "Descrizione" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Anteprima Motore di Ricerca" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_3731955064": { - "context": "header", - "string": "Traduzione Offerta \"{saleName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_898281424": { - "string": "Nome Offerta" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Descrizione" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Nome" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2447510181": { - "context": "header", - "string": "Traduzione Voucher \"{voucherName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2599922713": { - "string": "Nome Voucher" - }, - "src_dot_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Annulla" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Non evaso" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Non Pagato" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Carica Immagine" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "Tutti gli attributi devono avere un valore" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "I pagamenti manuali non possono essere rimborsati" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Solo i pagamenti pre-autorizzati possono essere annullati" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Solo i pagamenti pre-autorizzati possono essere acquisiti" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "Errore API" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Il metodo di spedizione non è valido per l'indirizzo di spedizione selezionato" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "Questa variante è già presente" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Voucher" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Informazioni sull'indirizzo" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Informazioni sull'indirizzo" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Azioni" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Nome" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Configurazioni" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Sei sicuro di voler cancellare {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Elimina Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Crea Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "Dettagli {webhookName}" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Eventi" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input help text", - "string": "la chiave segreta è usata per creare una firma hash ad ogni payload. *campo opzionale" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "Questa URL riceverà le richieste POST del webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Informazioni Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Nome Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook attivo" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "Se vuoi disabilitare questo webhook deseleziona il box sottostante" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Stato Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Crea Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "Dettagli {webhookName}" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "Nessun webhook trovato" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Crea Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Azione" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Nome" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Crea Webhook" - }, - "src_dot_yes": { - "string": "Sì" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Assegnata" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Quantità" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Rimuovi" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Rimuovi" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Rimuovi" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "Sara disponibile a partire da" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Annulla Ordine"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Nascosto"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visibile"},"19/lwV":{"string":"Determina gli attributi usati per creare le tipologie di prodotto"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Definisci come gli utenti posso navigare nel tuo negozio"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Gestisci i gruppi ed i relativi permessi"},"n0RwMK":{"string":"Definisci le tipologie di prodotto che vendi"},"zxs6G3":{"string":"Gestisci come spedisci i tuoi ordini"},"5BajZK":{"string":"Vedi e aggiorna le impostazioni del sito"},"RQUkVW":{"string":"Gestisci i tuoi impiegati ed i loro permessi"},"EIULpW":{"string":"Gestisci il modo in cui il tuo negozio addebita le tasse"},"5RmuD+":{"string":"Gestisci ed aggiorna le informazioni del magazzino"},"m19JfL":{"string":"Vedi e aggiorno i tuoi plugin e le loro impostazioni."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"valore sconto"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Importo Fisso"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Attività"},"wWTUrM":{"string":"Nessuna attivita trovata"},"zWgbGg":{"string":"Oggi"},"By5ZBp":{"context":"header","string":"Ciao, {userName}"},"aCX8rl":{"context":"subheader","string":"Queste sono alcune informazioni recuperate sul tuo negozio"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {Uno ordinato} other {{amount} Ordinati}}"},"rr8fyf":{"context":"header","string":"Prodotti Principali"},"Q1Uzbb":{"string":"Nessun prodotto trovato"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"La nuova dashboard e le API GraphQL sono un'anteprima."},"G7mu0y":{"string":"Le API GraphQL sono in versione beta. Non sono totalmente ottimizzate ed alcune queries o mutations possono mancare."},"QBxN6z":{"context":"is filter range or value","string":"tra"},"I+UwqI":{"context":"is filter range or value","string":"equivale a"},"0OtaXa":{"context":"dialog header","string":"Crea Menu"},"jhh/D6":{"string":"Titolo Menu"},"G/SYtU":{"string":"Sei sicuro di voler cancellare il menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Elimina Menu"},"E54eoT":{"string":"La struttura di navigazione si crea trascinando e rilasciando. Crea un nuovo elemento di menu e trascinalo al suo posto. Puoi muovere elementi uno dentro l'altro per creare strutture ad albero e trascinare elementi in alto o in basso per creare una gerarchia"},"H3Uirw":{"context":"create new menu item, header","string":"Aggiunti Articolo"},"fzDI3A":{"context":"add link to navigation","string":"Link a: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Modifica elemento"},"Urh2N3":{"context":"label","string":"Collegamento"},"28GZnc":{"string":"Inizia a scrivere per avviare la ricerca..."},"0Vyr8h":{"context":"menu item name","string":"Nome"},"Uf3oHA":{"context":"add new menu item","string":"Crea nuovo oggetto"},"dEUZg2":{"context":"header","string":"Elementi Menu"},"WwZfNK":{"string":"Aggiungi una nuova voce di menu per iniziare a creare il menu"},"ugnggZ":{"string":"Menu creato"},"bj1U23":{"string":"Sei sicuro di voler cancellare {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Sei sicuro di voler eliminare questo menu?} other {Sei sicuro di voler eliminare {displayQuantity} menu?}}"},"1LBYpE":{"context":"dialog header","string":"Elimina Menu"},"OwG/0z":{"string":"Menu eliminati"},"0nL1D6":{"context":"number of menu items","string":"Elementi"},"DWs4ba":{"string":"Nessun menu trovato"},"JXRYQg":{"context":"button","string":"Crea Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Non pubblicato"},"YI6Fhj":{"context":"no address is set in draft order","string":"Non impostato"},"PX2zWy":{"context":"customer is not set in draft order","string":"Non impostato"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Non impostato"},"5Jo3C5":{"context":"vat not included in order price","string":"non si applica"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Disponibile per l'acquisto"},"KupNHw":{"context":"product field","string":"Categoria"},"jxoMLL":{"context":"product field","string":"Collezioni"},"YVIajc":{"context":"product field","string":"Descrizione"},"W8i2Ez":{"context":"product field","string":"Nome"},"6y+k8V":{"context":"product field","string":"Immagine di Prodotto"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Tasse"},"Q/Nbku":{"context":"product field","string":"Tipologia"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Immagine della variante"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Magazzino"},"SSWFo8":{"context":"window title","string":"Crea Tipologia di Prodotto"},"bq1eEx":{"context":"header","string":"Crea Tipologia di Prodotto"},"mUb8Gt":{"context":"section header","string":"Tasse"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Prezzo"},"vuKrlW":{"string":"Magazzino"},"ABgQcF":{"context":"variant stock, header","string":"Giacenza"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Pubblicato"},"ppLwx3":{"context":"number of categories","string":"Categorie ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collezioni ({quantity})"},"bNw8PM":{"context":"number of products","string":"Prodotti ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Imposta la data di disponibilita"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Sei sicuro di voler cancellare {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Sei sicuro di voler cancellare {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Accetta"},"Y7UlMR":{"context":"app extensions subsection","string":"Applicazioni"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Applicazioni"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Attiva Applicazione"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Attivare"},"W+AFZY":{"context":"button label","string":"Disattivare"},"yMi8I8":{"context":"dialog header","string":"Disattiva Applicazione"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Cancella Applicazione"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Disattivare"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Attivare"},"VsGcdP":{"context":"section header","string":"Permessi dell' App"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Torna alla Homepage"},"k5lHFp":{"context":"app data privacy link","string":"Informazioni sulla Privacy"},"PkCmGU":{"context":"install button","string":"Installa App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Riprova"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Token Generato"},"DGCzal":{"string":"Questo token da accesso alle API del tuo negozio, che trovi qui: {url}"},"r86alc":{"context":"button","string":"Copiato"},"HVFq//":{"context":"button","string":"Copia il token"},"ixjvkM":{"string":"Abbiamo creato il tuo token principale. Assicurati di copiare il tuo nuovo token di accesso personale adesso. Non potrai vederlo nuovamente."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Chiave"},"bsP4f3":{"string":"Nessun token trovato"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Crea Token"},"0DRBjg":{"string":"Nota Token"},"VHuzgq":{"context":"table actions","string":"Azioni"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Disattivato"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Il token di accesso è usato per autenticare gli account servizi"},"t9a9GQ":{"string":"Abbiamo creato il tuo token. Assicurati di copiare il tuo nuovo token di accesso personale adesso. Non potrai vederlo nuovamente."},"T5nU7u":{"context":"header","string":"Crea Token"},"isM94c":{"context":"create service token, button","string":"Crea"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Sei sicuro di voler cancellare il token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Installa App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assegna"},"l2oVCF":{"context":"attributes section name","string":"Attributi"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"context":"dialog content","string":"{counter,plural,one {Sei sicuro di voler eliminare questo attributo?} other {Sei sicuro di voler eliminare {displayQuantity} attributi?}}"},"rKf4LU":{"context":"dialog title","string":"Elimina attributi"},"JI2Xwp":{"context":"dialog title","string":"Elimina attributo"},"h1rPPg":{"context":"dialog content","string":"Sei sicuro di voler cancellare {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Area"},"xOEZjV":{"context":"attribute's label","string":"Etichetta Predefinita"},"P79U4b":{"context":"attribute's slug short code label","string":"Codice Attributo"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"Questo è usato internamente. Assicurati di non usare spazi"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Data"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"A discesa"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"File"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Tipo di Input del Catalogo per il Proprietario del Negozio"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Selezione Multipla"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Pagine"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Prodotti"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Valore Richiesto"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Peso"},"dKPMyh":{"context":"tab name","string":"Tutti gli attributi"},"IGvQ8k":{"context":"button","string":"Crea attributo"},"1div9r":{"string":"Cerca Attributo"},"PsRG+v":{"context":"use attribute in filtering","string":"Filtrabile nel Negozio"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Solo Variante"},"HQR2y0":{"context":"attribute value is required","string":"Valore Richiesto"},"cvbqJu":{"context":"attribute","string":"Visibile sulla Pagina Prodotto del Negozio"},"ztQgD8":{"string":"Nessun attributo trovato"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Ricercabile"},"oJkeS6":{"string":"Codice Attributo"},"k6WDZl":{"context":"attribute is visible","string":"Visibile"},"HjUoHK":{"context":"attribute's label'","string":"Etichetta Predefinita"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organizzazione"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Crea Nuovo Attributo"},"jswILH":{"context":"add attribute as column in product list table","string":"Aggiungi a Opzione di Colonna"},"AzMSmb":{"context":"caption","string":"Se attivato questo attributo può essere usato come colonna nella tabella prodotto."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Proprietà Dashboard"},"RH+aOF":{"context":"use attribute in filtering","string":"Usato nei Filtri"},"Q9wTrz":{"context":"caption","string":"Se attivato, potrai usare questo attributo per filtrare i prodotti nella lista prodotti."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Proprietà Negozio"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Posizione nella navigazione sfaccettata"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Immagine"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Sei sicuro di voler cancellare il valore \"{name}\"?"},"WWV8aZ":{"context":"dialog title","string":"Elimina valore attributo"},"no3Ygn":{"string":"Sei sicuro di voler cancellare il valore \"{name}\"?\nSe lo elimini non potrai assegnarlo a nessuno dei prodotti con l'attributo \"{attributeName}\"."},"XYhE8p":{"context":"edit attribute value","string":"Modifica Valore"},"PqMbma":{"context":"add attribute value","string":"Aggiungi Valore"},"UhcALJ":{"context":"attribute name","string":"Nome"},"H60H6L":{"context":"attribute values list: name column header","string":"Vista Negozio Predefinita"},"3psvRS":{"context":"attribute values list: slug column header","string":"Amministratore"},"g5zIpS":{"context":"No attribute values found","string":"Nessun valore trovato"},"J3uE0t":{"context":"section header","string":"Valore Attributo"},"+iVKR1":{"context":"assign attribute value button","string":"Assegna Valore"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Attributo creato correttamente"},"7H2D5m":{"context":"attribute value deleted","string":"Valore rimosso"},"V/VAHG":{"string":"Attributo eliminato"},"xVn5B0":{"context":"added new attribute value","string":"Aggiungi Nuovo Valore"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributi eliminati correttamente"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Entra"},"5sg7KC":{"string":"Password"},"3tbL7x":{"context":"description","string":"Password dimenticata?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Spiacente, la tua username e/o password non sono corretti. Riprova per favore."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Nuova password"},"S22jIs":{"context":"button","string":"Imposta nuova password"},"vfG+nh":{"string":"Conferma Password"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Le password non coincidono"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Resetta password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Indietro al login"},"2ob30/":{"string":"Fatto! In pochi minuti riceverai un messaggio con le istruzioni su come resettare la tua password."},"C0JLNW":{"string":"L'email fornita non risulta nel nostro database."},"hOxIeP":{"string":"Disponibilità"},"0OfZJA":{"context":"button","string":"Indietro"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Annulla"},"dOQB9o":{"context":"payment status","string":"Annullato"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalogo"},"sK1FPw":{"context":"categories section name","string":"Categorie"},"DP6b8U":{"context":"section header","string":"Immagine di sfondo (facoltativo)"},"0iMYc+":{"context":"field is optional","string":"(facoltativo)"},"cgsY/X":{"context":"page header","string":"Crea Nuova Categoria"},"wQdR8M":{"string":"Aggiungi titolo e descrizione del motore di ricerca per rendere questa categoria più facile da trovare"},"xo5UIb":{"context":"dialog title","string":"Elimina categoria"},"dJQxHt":{"context":"delete category","string":"Sei sicuro di voler cancellare {categoryName}?"},"vEYtiq":{"string":"Nome Categoria"},"8HRy+U":{"string":"Descrizione Categoria"},"vof5TR":{"context":"button","string":"Crea categoria"},"JiXNEV":{"string":"Cerca Categoria"},"vy7fjd":{"context":"tab name","string":"Tutte le Categorie"},"dM86a2":{"string":"Nessuna categoria trovata"},"rrbzZt":{"string":"Nessuna sottocategoria trovata"},"BHQrgz":{"context":"number of subcategories","string":"Sottocategorie"},"k8ZJ5L":{"context":"number of products","string":"N. di Prodotti"},"VQLIXd":{"context":"product","string":"Nome"},"x/pIZ9":{"context":"button","string":"Aggiungi prodotto"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Prodotti in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Sottocategorie"},"V+fkAO":{"context":"number of products in category","string":"Prodotti"},"NivJal":{"context":"section header","string":"Tutte le Sottocategorie"},"UycVMp":{"context":"button","string":"Crea sottocategoria"},"Irflxf":{"context":"window title","string":"Crea categoria"},"7l5Bh9":{"string":"{counter,plural,one {Sei sicuro di voler eliminare questo prodotto?} other {Sei sicuro di voler eliminare {displayQuantity} prodotti?}}"},"xl7Fag":{"string":"Categoria creata"},"Pp/7T7":{"string":"{counter,plural,one {Sei sicuro di voler eliminare questa categoria?} other {Sei sicuro di voler eliminare {displayQuantity} categorie?}}"},"HvJPcU":{"string":"Categoria eliminata"},"KCjd1o":{"context":"dialog title","string":"Elimina prodotti"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Ricorda, questo eliminerà anche tutti i prodotti assegnati a questa categoria."},"sG0w22":{"context":"dialog title","string":"Elimina categorie"},"xRkj2h":{"string":"Sei sicuro di voler cancellare {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Disponibilità"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inattivo"},"+tIkAe":{"context":"status","string":"Stato"},"MHVglr":{"context":"deactivate","string":"Disattivare"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Attivo"},"MQwT1W":{"context":"activate","string":"Attivare"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Azzera"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Collezioni"},"9vQR6c":{"context":"collection label","string":"Visibile"},"V8FhTt":{"context":"collection label","string":"Nascosto"},"Rj8LxK":{"string":"Aggiungi titolo e descrizione del motore di ricerca per rendere questa collezione più facile da trovare"},"Fxa6xp":{"context":"page header","string":"Aggiungi Collezione"},"/WXs6H":{"context":"collection name","string":"Nome"},"G4g5Ii":{"context":"tab name","string":"Tutte le Collezioni"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Crea collezione"},"9eC0MZ":{"context":"collection","string":"Nascosto"},"lL3YJO":{"context":"collection","string":"Pubblicato"},"Yw+9F7":{"string":"Nessuna collezione trovata"},"mWQt3s":{"string":"N. di Prodotti"},"VZsE96":{"string":"Nome Collezione"},"UxdBmI":{"context":"collection availability","string":"Disponibilità"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Tipologia"},"Oe62bR":{"context":"product availability","string":"Disponibilità"},"/dnWE8":{"context":"products in collection","string":"Prodotti in {name}"},"scHVdW":{"context":"button","string":"Assegna Prodotto"},"6AMFki":{"context":"product name","string":"Nome"},"Q8wHwJ":{"string":"Eliminata collezione"},"56vUeQ":{"string":"Aggiungi il prodotto alla collezione"},"MxhVZv":{"string":"Sei sicuro di voler cancellare l'immagine della collazione?"},"AulH/n":{"string":"{counter,plural,one {Sei sicuro di voler rimuovere questo prodotto?} other {Sei sicuro di voler rimuovere {displayQuantity} prodotti?}}"},"WW+Ruy":{"string":"Prodotti eliminati dalla collezione"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Rimuovi prodotti dalla collezione"},"pVFoOk":{"string":"Sei sicuro di voler cancellare {collectionName}?"},"ttMauu":{"context":"window title","string":"Crea collezione"},"+wpvnk":{"context":"dialog title","string":"Elimina Collezione"},"67V0c0":{"context":"unassign product from collection, button","string":"Non assegnato"},"fzk04H":{"context":"dialog title","string":"Elimina immagine"},"yT5zvU":{"string":"{counter,plural,one {Sei sicuro di voler eliminare questa collezione?} other {Sei sicuro di voler eliminare {displayQuantity} collezioni?}}"},"Ykw8k5":{"context":"dialog title","string":"Elimina collezioni"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Permessi"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Nazione"},"O95R3Z":{"string":"Telefono"},"B52Em/":{"string":"Riga 1 dell'indirizzo"},"TE4fIS":{"string":"Città"},"oYGfnY":{"string":"CAP / Codice Postale"},"oQY0a2":{"string":"Riga 2 dell'indirizzo"},"9YazHG":{"string":"Azienda"},"AuwpCm":{"string":"Codice area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"Nessun risultato trovato"},"fP9FXB":{"context":"input label","string":"Cerca Attributi"},"auxEP1":{"context":"input placeholder","string":"Cerca per nome attributo"},"QM9P8G":{"context":"dialog header","string":"Assegna attributo"},"ylobu9":{"context":"assign reference to product, button","string":"Assegna"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Cerca Categoria"},"sf6FMK":{"context":"dialog search placeholder","string":"Cerca per nome categoria, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assegna Collezione"},"f0hXz4":{"context":"dialog header","string":"Cerca Collezione"},"JiRKgJ":{"context":"dialog search placeholder","string":"Cerca per nome collezione, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Cerca Prodotti"},"SHm7ee":{"string":"Cerca per nome prodotto, attributo, tipologia di prodotto, etc..."},"dTCDMn":{"context":"dialog header","string":"Assegna Prodotto"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributi"},"3ukd9/":{"context":"attributes, section header","string":"Attributi"},"j8PV7E":{"context":"attribute values","string":"Valori"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Valore"},"jHJmjf":{"string":"Nessun risultato"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Disponibilità"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Gestisci"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"da {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publicato il"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Imposta la data di pubblicazione"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Pubblicato"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Stato"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Resetta"},"62Ywh2":{"context":"number of countries","string":"{number} Nazioni"},"zZCCqz":{"context":"button","string":"Assegna Paesi"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Elimina Ricerca"},"UaYJJ8":{"string":"Sei sicuro di voler cancellare la tab di ricerca {name}?"},"LmKz3g":{"string":"Negozio"},"/X8Mjx":{"string":"Gioca con GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Errore"},"9mGA/Q":{"context":"button linking to dashboard","string":"Panello di controllo"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Elimina Ricerca"},"qIgdO6":{"string":"Filtro Cliente"},"DEa1T1":{"context":"button","string":"Salva Ricerca"},"zSOvI0":{"string":"Filtri"},"HnVtSS":{"context":"search","string":"Nessun risultato"},"PLCwT/":{"context":"search results","string":"Mostra ancora"},"FNpv6K":{"context":"button","string":"Filtri"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"e"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Salva modifiche"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Trascina qui per caricare"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Valore"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Azioni"},"hptDxW":{"context":"money","string":"a {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"da {money}"},"U2WgwW":{"context":"add custom select input option","string":"Aggiungi un nuovo valore: {valore}"},"hX5PAb":{"string":"Nessun risultato trovato"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Numero Ordine"},"NqxvFh":{"context":"navigator placeholder","string":"Digita il Comando"},"TpPx7V":{"context":"navigator placeholder","string":"Cerca Cliente"},"4gT3eD":{"context":"navigator section header","string":"Cerca in Clienti"},"BooQvo":{"context":"navigator placeholder","string":"Digita {key} per vedere le azioni disponibili"},"AOI4LW":{"context":"navigator placeholder","string":"Cerca in Catalogo"},"YYkkhx":{"context":"navigator section header","string":"Naviga a"},"EM+30g":{"context":"navigator notification","string":"La nostro nuovo strumento per aiutarti con i compiti quotidiani. Avvia il navigatore usando la scorciatoia {keyboardShortcut}"},"me585h":{"context":"navigator section header","string":"Azioni Rapide"},"Gxm7Qx":{"context":"navigator notification title","string":"Il navigatore è qui per aiutare"},"ccXLVi":{"string":"Categoria"},"phAZoj":{"string":"Collezione"},"M1uijW":{"context":"collection","string":"Non Pubblicato "},"CjSRT1":{"context":"button","string":"Crea Categoria"},"VdDcxc":{"context":"button","string":"Crea Collezione"},"QooeI/":{"context":"button","string":"Crea Cliente"},"cfQf0w":{"context":"button","string":"Crea Ordine"},"V1mqpZ":{"context":"button","string":"Crea un gruppo con permessi"},"JFmOfi":{"context":"button","string":"Crea Prodotto"},"y9cvqE":{"context":"button","string":"Crea Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Vai all'ordine #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Cerca in Catalogo"},"3TlhJS":{"context":"navigator command mode description","string":"Cerca Comando"},"DHBlFi":{"context":"navigator customer mode description","string":"Cerca Clienti"},"Xel9C+":{"context":"navigator default mode description","string":"Cerca Viste e Azioni"},"iAvKNf":{"context":"navigator help mode description","string":"Mostra Aiuto"},"usSkzP":{"context":"navigator order mode description","string":"Cerca Oridni"},"k8bltk":{"string":"Nessun Risultato"},"x/ZVlU":{"string":"Prodotto"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Manca qualcosa"},"nRiOg+":{"string":"Spiaciente, pagina non trovata"},"95oJ5d":{"context":"button","string":"Torna alla dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"Numero di Righe:"},"liLrVs":{"context":"save filter tab, header","string":"Salva Ricerca Personalizzata"},"QcIFCs":{"context":"save search tab","string":"Cerca Nome"},"w2Cewo":{"string":"Titolo motore di ricerca"},"CXTIq8":{"string":"Descrizione motore di ricerca"},"s5Imt5":{"context":"button","string":"Modifica SEO del sito"},"TGX4T1":{"string":"Anteprima Motore di Ricerca"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} di {maxCharacters} caratteri"},"s/sTT6":{"string":"Se vuota, l'anteprima mostra cosa verrà generato automaticamente."},"450Fty":{"string":"Nessuno"},"qu/hXD":{"string":"Selezionati {number} articoli"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Invia"},"3evXPj":{"string":"Lascia il tuo commento qui..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Esci"},"X8+Lpa":{"context":"button","string":"Settaggi Account"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Visibilità"},"qMB6d2":{"context":"weight","string":"a {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"da {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Configurazione"},"YZl6cv":{"string":"Varie"},"gTr0qE":{"string":"Configurazione Spedizioni"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Impostazioni Staff"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Impostazioni Prodotto"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Conferma"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Aggiorna"},"Rjs1CD":{"context":"button","string":"Continua"},"H5NKfr":{"context":"button","string":"Crea"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Clienti"},"gQGUsN":{"context":"dialog title","string":"Modifica Indirizzo"},"W0kQd+":{"context":"dialog title","string":"Aggiungi indirizzo"},"rjy9/k":{"context":"button","string":"Aggiungi Indirizzo"},"kErneR":{"string":"Questo cliente non ha nessun indirizzo associato. Puoi aggiungerne uno con il pulsante sottostante."},"n5vskv":{"context":"customer's address book, header","string":"Rubrica Indirizzi di {fullName}"},"MpR4zK":{"context":"customer details, header","string":"Dettagli {fullName}"},"y/UWBR":{"string":"Non c'è nessun indirizzo da mostrare per questo cliente"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Indirizzo Predefinito"},"VyzsWZ":{"string":"Indirizzo di Fatturazione Predefinito"},"nLML8Y":{"string":"Indirizzo di Spedizione Predefinito"},"puikeb":{"context":"button","string":"Elimina Indirizzo"},"w+8BfK":{"context":"button","string":"Modifica Indirizzo"},"hLOEeb":{"context":"button","string":"Imposta come indirizzo di fatturazione predefinito"},"+7OsyM":{"context":"button","string":"Imposta come indirizzo di spedizione predefinito"},"BfJGij":{"context":"header","string":"Informazioni sull'indirizzo"},"Zd3Eew":{"context":"subsection header","string":"Indirizzo di Spedizione"},"bHdFph":{"context":"subsection header","string":"Indirizzo"},"3d1RXL":{"string":"Questo cliente non ha ancora nessun indirizzo associato"},"biVFKU":{"context":"subsection header","string":"Indirizzo di Fatturazione"},"jGGnSZ":{"context":"page header","string":"Indirizzo Primario"},"wNQzS/":{"string":"L'indirizzo primario di questo cliente."},"fjPWOA":{"context":"header","string":"Riepilogo Cliente"},"qNcoRY":{"context":"notes about customer header","string":"Note"},"uUQ+Al":{"context":"note about customer","string":"Nota"},"w3sGrD":{"string":"Inserisci qualsiasi informazione extra per questo cliente."},"N76zUg":{"context":"page header","string":"Crea Cliente"},"+NUzaQ":{"context":"check to mark this account as active","string":"Account utente attivo"},"MjUyhA":{"context":"section subheader","string":"Membro attivo dal {date}"},"SMakqb":{"context":"customer contact section, header","string":"Informazioni Contatto"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Cerca Cliente"},"QLVddq":{"context":"button","string":"Crea cliente"},"xQK2EC":{"context":"tab name","string":"Tutti i Clienti"},"icz/jb":{"context":"customer","string":"Data di Iscrizione"},"fhksPD":{"string":"Numero di Ordini"},"E8VDeH":{"string":"N. di Ordini"},"FpIcp9":{"string":"Nessun cliente trovato"},"97l2MO":{"string":"Email Cliente"},"Gr1SAu":{"string":"Nome Cliente"},"pURrk1":{"context":"order status","string":"Stato"},"1LiVhv":{"context":"section header","string":"Ordini recenti"},"nTF6tG":{"context":"number of order","string":"N. Ordine"},"3+990c":{"context":"button","string":"Vedi tutti gli ordini"},"ri3kK9":{"context":"order placement date","string":"Data"},"taX/V3":{"context":"order total amount","string":"Totale"},"RlfqSV":{"string":"Nessun ordine trovato"},"FNAZoh":{"string":"Ultimo login"},"HMD+ib":{"string":"Ultimo ordine"},"e7Nyu7":{"context":"section header","string":"Storico Cliente"},"2p0tZx":{"context":"delete customer, dialog content","string":"Sei sicuro di voler cancellare {email}?"},"ey0lZj":{"context":"dialog header","string":"Elimina Utente"},"qLOBff":{"context":"dialog header","string":"Elimina Indirizzo"},"nX2pCU":{"context":"window title","string":"Crea cliente"},"/kWzY1":{"string":"Sei sicuro di voler eliminare questo indirizzo dalla rubrica degli utenti?"},"PXatmC":{"string":"Cliente Rimosso"},"ftcHpD":{"string":"Cliente creato"},"N2SbNc":{"string":"{counter,plural,one {Sei sicuro di voler eliminare questo cliente?} other {Sei sicuro di voler eliminare {displayQuantity} clienti?}}"},"q8ep2I":{"context":"dialog header","string":"Elimina Utenti"},"hzSNj4":{"string":"Dashboard"},"P7PLVj":{"string":"Data"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Elimina"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Descrizione"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Sconti"},"g3qjSf":{"context":"button","string":"Assegna Categorie"},"AbyDC7":{"context":"section header","string":"Categorie Selezionabili"},"Uu76vj":{"context":"no categories","string":"Nessuna categoria trovata"},"fV6yX5":{"context":"table head","string":"Nome Categoria"},"QGjJcT":{"context":"number of products","string":"Prodotti"},"/6uK4C":{"context":"button","string":"Assegna Collezioni"},"XNeJay":{"context":"section header","string":"Collezioni Selezionabili"},"IoCMjg":{"context":"no collections","string":"Nessuna collezione trovata"},"ht9yOD":{"context":"table head","string":"Nome Collezione"},"cvVIV/":{"context":"dialog header","string":"Assegna Paese"},"dGqEJ9":{"context":"search box placeholder","string":"Cerca per nome nazione"},"dWK/Ck":{"string":"Scegli i paesi, per i quali vuoi abilitare i voucher, dalla seguente lista"},"8EGagh":{"context":"search box label","string":"Filtra Nazioni"},"wgA48T":{"context":"country selection","string":"Nazioni dalla A alla Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Imposta data finale "},"zKOGkU":{"context":"time during discount is active, header","string":"Date Attive"},"U8eeLW":{"context":"button","string":"Assegna Prodotti"},"xqXYF+":{"context":"section header","string":"Prodotti Selezionabili"},"OrR3Qy":{"context":"no products","string":"Nessun prodotto trovato"},"6cMkfT":{"context":"table head","string":"Nome Prodotto"},"bPFp8B":{"context":"product type","string":"Tipologia di Prodotto"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"Nessuna variante trovata"},"Q1HhPk":{"context":"table head","string":"Tipologia di Prodotto"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Crea Offerta"},"F56hOz":{"context":"sale name","string":"Nome"},"MSD3A/":{"string":"Cerca Offerta"},"JHfbXR":{"context":"button","string":"Crea Offerta"},"Yjhgle":{"context":"tab name","string":"Tutte le Vendite"},"AnqH4p":{"context":"sale status","string":"Attivo"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Scaduto"},"XDBeA+":{"context":"discount type","string":"Importo Fisso"},"s17U7u":{"context":"discount type","string":"Percentuale"},"BanAhF":{"context":"sale status","string":"Programmato"},"zjHH6b":{"context":"sale start date","string":"Iniziato"},"SpngiS":{"context":"sale status","string":"Stato"},"KHZlmi":{"string":"Tipologia di Sconto"},"XZR590":{"context":"sale value","string":"Valore"},"giF5UV":{"context":"sale end date","string":"Fine"},"51HE+Q":{"string":"Nessuna offerta trovata"},"iBSq6l":{"context":"sale start date","string":"Inizio"},"WkxE8/":{"context":"percentage or fixed, header","string":"Tipologia di Sconto"},"JnzDrI":{"context":"discount type","string":"Importo Fisso"},"wHdMAX":{"context":"sale value, header","string":"Valore"},"x3g4Ry":{"context":"sale discount","string":"Valore Sconto"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Crea Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Date Attive"},"jd/LWa":{"string":"Il voucher si applica a tutte le nazioni"},"glT6fm":{"string":"Il voucher è limitato a queste nazioni"},"ibnmEd":{"context":"voucher country range","string":"Nazioni"},"jvKNMP":{"string":"Codice Sconto"},"mSLr9d":{"context":"voucher code, button","string":"Codice Generato"},"vTgRTZ":{"context":"limit voucher","string":"Limita ad un uso per cliente"},"Qj/3sH":{"context":"limit voucher","string":"Limita il numero totale di utilizzi di questo sconto"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limite di Utenti"},"pzSF+b":{"context":"voucher usage limit, header","string":"Limite Utilizzo"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"Tutti i Vouchers"},"IruP2T":{"string":"Cerca Voucher"},"GbhZJ4":{"context":"button","string":"Crea voucher"},"amQg6f":{"context":"voucher status","string":"Attivo"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Scaduto"},"Jj0de8":{"context":"voucher status","string":"Programmato"},"ujFo4A":{"context":"voucher start date","string":"Iniziato"},"uy+tB8":{"context":"voucher status","string":"Stato"},"h75GAF":{"context":"voucher","string":"Tempo utilizzato"},"JV+EiM":{"context":"voucher value","string":"Valore"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Spesa Minima"},"b6L9n7":{"context":"voucher is active until date","string":"Fine"},"yHwvLL":{"context":"voucher uses","string":"Usi"},"5u7b3V":{"context":"voucher is active from date","string":"Inizio"},"JsPIOX":{"context":"voucher code","string":"Codice"},"U2mOqA":{"string":"Nessun voucher trovato"},"GVinbz":{"context":"column title","string":"Valore"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Requisiti Minimi"},"u/hkKO":{"context":"voucher has no requirements","string":"Nessuno"},"XT/ZvF":{"context":"voucher requirement","string":"Quantità minima di oggetti"},"bh9+8A":{"context":"voucher requirement","string":"Peso ordine minimo"},"FOa+Xd":{"context":"voucher value requirement","string":"Valore Ordine Minimo"},"bcf60I":{"context":"voucher","string":"Applica a"},"HLqWXA":{"context":"voucher value requirement","string":"Limite Utilizzo"},"6cq+c+":{"context":"header","string":"Tipologia di Sconto"},"sS5aVm":{"context":"voucher discount type","string":"Spedizione Gratuita"},"fEfCtO":{"context":"voucher discount type","string":"Percentuale"},"vXFPD6":{"context":"voucher discount type","string":"Importo Fisso"},"1shOIS":{"context":"column title","string":"Prezzo"},"/oaqFS":{"context":"section header","string":"Valore"},"mmcHeH":{"string":"Valore Sconto"},"5c2JVF":{"context":"voucher application, switch button","string":"Solo una volta per ordine"},"9UHfux":{"string":"Informazioni Specifiche Voucher"},"ObRk1O":{"string":"Se questa opzione è disabilitata, lo sconto verrà contato per ogni prodotto idoneo"},"bP7ZLP":{"context":"voucher discount","string":"Intero ordine"},"45zP+r":{"context":"voucher discount","string":"Prodotti specifici"},"WasHjQ":{"context":"voucher discount","string":"Spedizione"},"n7Fg8i":{"string":"Offerta creata correttamente"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Offerta rimossa"},"V3fvcD":{"context":"dialog content","string":"Offerta rimossa"},"1/oG76":{"context":"dialog header","string":"Elimina Offerta"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Rimuovi Categorie dall'Offerta"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Sei sicuro di voler cancellare {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Elimina Offerte"},"FPzzh7":{"context":"dialog content","string":"{counter,plural,one {Sei sicuro di voler eliminare questa offerta?} other {Sei sicuro di voler eliminare {displayQuantity} offerte?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Voucher creato correttamente"},"MmGlkp":{"context":"dialog header","string":"Rimuovi Collezioni Dal Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Rimuovi Prodotti Dal Voucher"},"LOSNq0":{"context":"dialog header","string":"Rimuovi Categorie Dal Voucher"},"NEJo1I":{"context":"dialog content","string":"Sei sicuro di voler cancellare {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Elimina Voucher"},"O9QPe1":{"context":"dialog content","string":"{counter,plural,one {Sei sicuro di voler eliminare questo voucher?} other {Sei sicuro di voler eliminare {displayQuantity} voucher?}}"},"Q0JJ4F":{"context":"dialog header","string":"Elimina Vouchers"},"eOrLzG":{"context":"button","string":"Fatto"},"toDL5R":{"context":"order status","string":"Bozza"},"YMBn8d":{"context":"draft orders section name","string":"Bozze Ordini"},"2atspc":{"string":"Bozze"},"Ja7gHc":{"context":"button","string":"Modifica"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"Data Fine"},"juBV+h":{"string":"Ora Fine"},"KN7zKn":{"string":"Errore"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"Nome"},"pkjXPD":{"context":"order status","string":"Evaso"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Cliente"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Nota"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Cambia"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Dettagli"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Numero ordine"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Scaduto"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Dettagli"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Importo"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Prodotto"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Stato"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Elimina"},"IzEVek":{"context":"bulk disable label","string":"Disattivare"},"hz+9ES":{"context":"bulk activate label","string":"Attivare"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Prodotto"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Configurazioni"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Home"},"sjRXXz":{"string":"Ordine#{orderId} piazzato dalla bozza da {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Ordine #{orderId} saldato"},"0dPP8O":{"string":"Ordine #{orderId} piazzato"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"Nessun oridne pronto per l'evasione"},"5dyOs0":{"string":"Nessun pagamento in attesa di acquisizione"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Cognome"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Gestisci "},"9C7PZE":{"context":"navigation section name","string":"Navigazione"},"wlQTfb":{"context":"go to next step, button","string":"Prossimo"},"oUWADl":{"string":"No"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Facoltativo"},"Ta9j04":{"context":"orders section name","string":"Ordini"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancella Ordini"},"i+JSEZ":{"string":"{counter,plural,one {Sei sicuro di voler eliminare questo ordine?} other {Sei sicuro di voler eliminare {displayQuantity} ordini?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Indirizzo di fatturazione"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Aggiungi un nuovo indirizzo"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"Nessun risultato trovato"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Indirizzo di spedizione"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"Nessuna nota dal cliente"},"puALFo":{"context":"notes about customer, header","string":"Note"},"4Jp83O":{"context":"subheader","string":"Informazioni Contatto"},"hkSkNx":{"string":"Cerca Clienti"},"VCzrEZ":{"context":"link","string":"Vedi Profilo"},"DP5VOH":{"string":"Indirizzo di Spedizione"},"Y7M1YQ":{"context":"section header","string":"Cliente"},"GLX9II":{"context":"billing address","string":"Come l'indirizzo di spedizione"},"Qovenh":{"string":"Utente Anonimo"},"c7/79+":{"string":"Indirizzo di Fatturazione"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Ordine Numero"},"9ZtJhn":{"context":"cancel button","string":"Cancella ordine"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Aggiungi"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Valore di sconto"},"fo7nfa":{"context":"fixed amount","string":"Importo Fisso"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentuale"},"APcoSA":{"context":"dialog header","string":"Elimina Bozza Ordine"},"mxtAFx":{"string":"Sei sicuro di voler cancellare la bozza #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Prezzo"},"nEWp+k":{"context":"quantity of ordered products","string":"Quantità"},"UD7/q8":{"string":"Nessun Prodotto aggiunto all'Ordine"},"lVwmf5":{"context":"total price of ordered products","string":"Totale"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Aggiungi Corriere"},"+8v1ny":{"context":"discount button","string":"Sconto"},"M9LXb5":{"context":"no shipping carriers title","string":"Nessun corriere applicabile"},"xUvWaP":{"context":"subtotal price","string":"Subtotale"},"mQtoRO":{"context":"taxes title","string":"Tasse (IVA inclusa)"},"S/yAtJ":{"context":"total price","string":"Totale"},"18wvf7":{"context":"section header","string":"Dettagli Ordine"},"C50ahv":{"context":"button","string":"Aggiungi Prodotto"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Crea ordine"},"7a1S4K":{"context":"tab name","string":"Tutte le Bozze"},"NJEe12":{"string":"Cerca Bozza"},"vwMO04":{"context":"draft order","string":"Creato"},"iEeIhY":{"context":"draft order","string":"Cliente"},"KIh25E":{"string":"Nessuna bozza ordine trovata"},"ps0WUQ":{"string":"N. Ordine"},"hkENym":{"string":"Cliente"},"mCP0UD":{"context":"order draft creation date","string":"Data"},"1Uj0Wd":{"context":"order draft total price","string":"Totale"},"PAqicb":{"context":"button","string":"Cancella ordine"},"4Z14xW":{"context":"button","string":"Finalizza"},"6u4K7e":{"context":"page header","string":"Ordine"},"kPIZ65":{"context":"page header","string":"Ordine Numero"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Prodotto pronto per la spedizione"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Nome prodotto"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Invia i dettagli della spedizione al cliente"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Evaso"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Aggiungi Tracciamento"},"dTkmON":{"context":"edit tracking button","string":"Modifica tracciamento"},"K//bUK":{"context":"refund button","string":"Rimborsa"},"4PlW0w":{"context":"tracking number","string":"Numero di Tracciamento: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Invia i dettagli della spedizione al cliente"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Cancella evasione "},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Numero di tracking"},"/BJQIq":{"context":"dialog header","string":"Aggiungi Codice Tracciamento Sped."},"RLTaAR":{"context":"order history message","string":"Indirizzo ordine aggiornato"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Oggetti {quantity} evasi"},"GLy2UR":{"context":"order history message","string":"Evasione annullata"},"GJAX0z":{"context":"order history message","string":"Ordine inviato"},"OzHN0Z":{"context":"order history message","string":"I links ai prodotti digitali dell'ordine sono stati inviati"},"OKGd/k":{"context":"order history message","string":"Ordine creato dalla bozza"},"4Z6BtA":{"context":"order history message","string":"La conferma del pagamento è stata inviata al cliente"},"wOeIR4":{"context":"order history message","string":"Riforniti {quantity} articoli"},"6WRFp2":{"context":"order history message","string":"La nota è stata aggiunta all'ordine"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Conferma d'ordine inviata al cliente"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Pagamento annullato"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"L'ordine è stato interamente pagato"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Pagamento catturato"},"aq5ZiN":{"context":"order history message","string":"Conferma evazione inviata al cliente"},"hWO1SD":{"context":"order history message","string":"Bozza ordine creata"},"GVM/fi":{"context":"order history message","string":"Pagamento autorizzato"},"j3yE7I":{"context":"order history message","string":"Numero di tracciamento spedizione inviato correttamente"},"3fgyFh":{"context":"order history message","string":"Il pagamento è stato rimborsato"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Storico Ordine"},"Fl3ORD":{"context":"order history message","string":"Oggetti {quantity} ipervenduti"},"9piUVz":{"context":"order history message","string":"Informazioni sul rimborso inviate al cliente"},"e92Uxp":{"context":"order history message","string":"Aggiorna il numero di tracciamento dell'evasione"},"TCR639":{"context":"order history message","string":"Pagamento fallito"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Dettagli spedizione inviati al cliente"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Ordine cancellato"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"creato"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Fattura"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Cerca Ordini..."},"WRkCFt":{"context":"tab name","string":"Tutti gli Ordini"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Cliente"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Creato"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Stato evasione"},"p+UDec":{"context":"payment status","string":"Pagamento"},"5blVMu":{"context":"e-mail or full name","string":"Cliente"},"PHUcrU":{"context":"date when order was placed","string":"Data"},"k9hf7F":{"context":"total order price","string":"Totale"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Imposta Ordine come Pagato"},"+PbHKD":{"context":"dialog header","string":"Cattura Pagamento"},"OhdPS1":{"context":"amount of refunded money","string":"Importo"},"euRfu+":{"string":"Sei sicuro di voler annullare questo pagamento?"},"KszPFx":{"context":"dialog header","string":"Annulla Pagamento"},"BZ7BkQ":{"context":"capture payment, button","string":"Acquisisci"},"V+gwx7":{"context":"order payment","string":"Importo acquisito"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Sconto"},"pr513b":{"context":"ordered products","string":"{quantity} articoli"},"+5HkZN":{"context":"order, button","string":"Contrassegna come pagato"},"5te3Tp":{"context":"order payment","string":"Saldo in Sospeso"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Stato pagamento"},"uUsZ7m":{"context":"order payment","string":"Importo pre-autorizzato"},"HaQ8cg":{"context":"button","string":"Rimborsa"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Spedizione"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"non si applica"},"Rsknyh":{"context":"order does not require shipping","string":"non si applica"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Subtotale"},"r+dgiv":{"string":"Tasse"},"zb4eBO":{"context":"order total price","string":"Totale"},"dJVXIb":{"context":"vat included in order price","string":"IVA inclusa"},"sEjRyz":{"context":"voucher type order discount","string":"Voucher"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Prezzo"},"WE8IFE":{"context":"product name","string":"Prodotto"},"tvpAXl":{"context":"ordered product quantity","string":"Quantità"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Totale"},"5aiFbL":{"context":"tabel column header","string":"Prezzo"},"FNT4b+":{"context":"tabel column header","string":"Prodotto"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Totale"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Ordine Numero"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Importo"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Rimborsa"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Prezzo"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Prodotto"},"ikM00B":{"context":"table column header","string":"Sostituisci"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Evasi ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Non evaso"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Configurazioni"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Modifica Metodo di Spedizione"},"/Xwjww":{"context":"button","string":"Evaso"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Pagamento catturato correttamente"},"c4gbXr":{"string":"Bozze ordini finalizzate correttamente"},"9OtpHt":{"string":"Riga ordine eliminata"},"CZmloB":{"string":"Evasione correttamente aggiornata"},"Fn3bE0":{"string":"Riga ordine aggiornata"},"lL1HTg":{"string":"Ordine segnato come pagato"},"HlCkMT":{"string":"Riga ordine aggiunta"},"W/Es0H":{"string":"Ordine cancellato correttamente"},"KmPicj":{"string":"Nota aggiunta correttamente"},"L87bp7":{"string":"Pagamento ordine annullato correttamente"},"j2fPVo":{"string":"Ordine aggiornato correttamente"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Metodo di spedizione aggiornato correttamente"},"uMpv1v":{"string":"Evasione annullata correttamente"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Ordine Numero"},"qbmeUI":{"context":"dialog header","string":"Elimina Bozza Ordini"},"ra2O4j":{"string":"Elimina bozza ordini"},"6udlH+":{"string":"Bozza ordine creata correttamente"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Sei sicuro di voler eliminare questa bozza?} other {Sei sicuro di voler eliminare {displayQuantity} bozze?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Nome attributo"},"uxPpRx":{"context":"button","string":"Assegna Attributo"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Rimuovi"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Pagine"},"gr53VQ":{"context":"page header","string":"Crea Pagina"},"jZbT0O":{"string":"Aggiungi titolo e descrizione del motore di ricerca per rendere questa pagina più facile da trovare"},"GZgjK7":{"context":"page","string":"sarà visibile da {date}"},"X26jCC":{"context":"page label","string":"Visibile"},"/TK7QD":{"context":"page label","string":"Nascosto"},"gMwpNC":{"context":"page content","string":"Contenuto"},"gr+oXW":{"context":"page title","string":"Titolo"},"AHRDWt":{"context":"button","string":"Crea pagina"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Titolo"},"5GSYCR":{"context":"page status","string":"Visibilità"},"iMJka8":{"string":"Nessuna pagina trovata"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Pubblicato"},"UN3qWD":{"context":"page status","string":"Non Pubblicato "},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Crea Pagina"},"JMbFNo":{"string":"Pagina creata correttamente"},"C1luwg":{"context":"dialog header","string":"Elimina Pagina"},"4B32Ba":{"context":"delete page","string":"Sei sicuro di voler cancellare {title}?"},"41z2Qi":{"context":"notification","string":"Pagine rimosse"},"yEmwxD":{"context":"publish page, button","string":"Pubblicato"},"yHQQMQ":{"context":"dialog header","string":"Pagine Non Pubblicate"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Sei sicuro di voler impostare non pubblicato questa pagina?} other {Sei sicuro di voler impostare non pubblicato {displayQuantity} pagine?}}"},"F8gsds":{"context":"unpublish page, button","string":"Non pubblicare"},"wyvzh9":{"context":"dialog header","string":"Pubblica Pagine"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Sei sicuro di voler pubblicare questa pagina?} other {Sei sicuro di voler pubblicare {displayQuantity} pagine?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Sei sicuro di voler eliminare questa pagina?} other {Sei sicuro di voler eliminare {displayQuantity} pagine?}}"},"AzshS2":{"context":"notification","string":"Pagine pubblicate"},"3Sz1/t":{"context":"dialog header","string":"Elimina Pagine"},"2pw5dQ":{"context":"payment status","string":"Pagato"},"PbqNhi":{"context":"order status","string":"Parzialmente evaso"},"INNPVX":{"context":"payment status","string":"Pagato Parzialmente"},"OGemtu":{"context":"payment status","string":"Parzialmente rimborsato"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Stato pagamento"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Attivo"},"7WzUxn":{"context":"staff member status","string":"Inattivo"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Sei sicuro di voler cancellare {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Nome del gruppo"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Membri"},"wL7VAE":{"string":"Azioni"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Indirizzo Email"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Nome"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Rimuovi"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Autorizzazione"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Nome Plugin"},"bL/Wrc":{"context":"plugin status","string":"Stato"},"w424P4":{"context":"section header","string":"Informazioni e Status Plugin"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Aggiungi un valore al campo Autorizzazione"},"Xy2T+y":{"context":"header","string":"Modifica Campo di Autorizzazione"},"Egyh2T":{"context":"section header","string":"Impostazioni Plugin"},"EtGDeK":{"context":"header","string":"Dettagli {pluginName}"},"BtErCZ":{"string":"Cerca Plugins..."},"aOelhW":{"context":"tab name","string":"Tutti i Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"Nessun plugin trovato"},"rQOS7K":{"context":"status label active","string":"Attivo"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Configurazione"},"ho75Lr":{"context":"status label deactivated","string":"Disattivato"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Nome"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Campo Autorizzazione Eliminato"},"JRfJD9":{"string":"Il plugin può smettere di funzionare se questo campo viene rimosso. Sicuri di voler procedere?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Tipologie di Prodotto"},"9scTQ0":{"context":"section header","string":"Attributi Prodotto"},"5pHBSU":{"context":"switch button","string":"La Tipologia di Prodotto usa Attributi Varianti"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Nome Tipologia di Prodotto"},"1KSqnn":{"context":"tab name","string":"Tutte le Tipologie Prodotto"},"rpFdD1":{"string":"Cerca Tipologia di Prodotto"},"QY7FSs":{"context":"button","string":"crea tipologia di prodotto"},"X90t9n":{"context":"product type","string":"Configurabile"},"dS8Adx":{"context":"product","string":"Digitale"},"U5aVd8":{"context":"product","string":"Consegnabile"},"Jsh6+U":{"context":"product type is digital or physical","string":"Tipologia"},"0nLsyM":{"string":"Nessuna tipologia di prodotto trovato"},"yNb+dT":{"context":"product type","string":"Prodotto semplice"},"TalJlD":{"context":"tax rate for a product type","string":"Tasse"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Tipologia"},"hHOI7D":{"context":"product type name","string":"Nome Tipologia"},"asdvmK":{"context":"product type","string":"Digitale"},"ADTNND":{"context":"product type","string":"Fisici"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Spedizione"},"IBw72y":{"context":"switch button","string":"Questo prodotto è spedibile?"},"VOiUXQ":{"string":"Utilizzato per calcolare le tariffe di spedizione per prodotti di questa tipologia quando non è stato specificato un peso"},"zCb8fX":{"string":"Peso"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Attributi Variante"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Tipologia di prodotto creato correttamente"},"F3Upht":{"string":"Tipologia di Prodotto eliminato"},"UJnqdm":{"context":"dialog header","string":"Rimuovi Attributo dalla Tipologia di Prodotto"},"r1aQ2f":{"context":"dialog header","string":"Rimuovi Attributo dalla Tipologia di Prodotto"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Non assegnato"},"K8xNLe":{"context":"products section name","string":"Prodotti"},"ulh3kf":{"string":"Collezioni"},"fyE8BN":{"context":"product organization, header","string":"Organizzazione"},"LKoIB1":{"string":"Aggiungi titolo e descrizione del motore di ricerca per rendere questo prodotto più facile da trovare"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Cerca per nome attributo"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"prodotti"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Cerca Prodotti..."},"aFLtLk":{"context":"tab name","string":"Tutti i prodotti"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Disponibile"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Nascosto"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Esaurito"},"b1zuN9":{"string":"Prezzo"},"3Z8972":{"context":"product","string":"Quantità in giacenza"},"g+GAf4":{"context":"product visibility","string":"Visibilità"},"6Y1nQd":{"context":"product is visible","string":"Visibile"},"Jz/Cb+":{"context":"product type","string":"Semplice"},"+VEhV8":{"context":"product channels","string":"Disponibilità"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Carica"},"JjeZEG":{"context":"section header","string":"Organizza Prodotto"},"Be+J13":{"string":"Configurabile"},"v+Pkm+":{"context":"field is optional","string":"*Facoltativo. L'aggiunta di un prodotto ad una collazione aiuta gli utenti a trovarlo."},"anK7jD":{"string":"Tipologia di Prodotto"},"3rIMq/":{"context":"product shipping","string":"Spedizione"},"SUbxSK":{"context":"product weight","string":"Peso"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Quantità"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Cambia le tasse per questo prodotto"},"CdIHMu":{"context":"select tax ratte","string":"Aliquota Fiscale"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Creare Varianti"},"f3B4tc":{"context":"attributes, section header","string":"Attributi Variante"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Elimina Variante"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Salva variante"},"TPCRKr":{"context":"variant price, header","string":"Prezzo"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attributo"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Seleziona Valori"},"ucYPtV":{"context":"variant attribute","string":"Scegli attributo"},"slKV5G":{"context":"variant creation step","string":"Riepilogo"},"lra7Ej":{"string":"Applica un prezzo singolo a tutti gli SKU"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Applica una giacenza distinta per ogni attributo ad ogni SKU"},"EGG8f+":{"string":"Applica prezzi unici per attributo ad ogni SKU"},"STp3Hl":{"string":"Applica un'unica giacenza a tutti gli SKU"},"+bFHzi":{"context":"button","string":"Prossimo"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Crea"},"S5PVx1":{"context":"variant creator summary card header","string":"Varianti creati"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Prezzi ed SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Precedente"},"V76IV7":{"context":"variant name","string":"Variante"},"rbkmfG":{"context":"button","string":"Elimina variante"},"WwNtFn":{"context":"delete product variant","string":"Sei sicuro di voler cancellare {name}?"},"GFJabu":{"context":"dialog header","string":"Elimina Variante"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Varianti"},"3C3Nj5":{"context":"button","string":"Aggiungi variante"},"gF7hbK":{"context":"variant name","string":"Nuova Variante"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Nascosto"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Disponibilità"},"Xm9qOu":{"context":"product pricing, section header","string":"Prezzo"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Costo"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Prezzo di costo"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Non Disponibile"},"n02c9W":{"context":"product variant price","string":"Prezzo"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Crea varianti"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Usa le varianti per prodotti che hanno una diversità di versioni, per esempio diversi formati e colori"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Magazzino"},"3VyHbJ":{"context":"button","string":"Crea variante"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Variante"},"uCn/rd":{"context":"dialog header","string":"Elimina Immagine"},"BUKMzM":{"string":"Variante rimossa"},"T6dXGG":{"context":"header","string":"Crea Variante"},"VEext+":{"string":"Sei sicuro di voler cancellare questa immagine?"},"MyM2oR":{"context":"window title","string":"Crea variante"},"PXx4Jk":{"context":"window title","string":"Crea Prodotto"},"NBP8uu":{"context":"page header","string":"Nuovo Prodotto"},"DO8+uV":{"string":"Prodotto creato"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Sei sicuro di voler eliminare questo prodotto?} other {Sei sicuro di voler eliminare {displayQuantity} prodotti?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Elimina Prodotti"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Prodotto rimosso"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Sei sicuro di voler cancellare {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Elimina Prodotto"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Elimina Varianti Prodotto"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Creare Varianti"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Propietà"},"kFYlu2":{"string":"Saleor funziona in sola lettura. I cambiamenti non verranno salvati."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Completamente rimborsato"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Rimuovi"},"TKmub+":{"string":"Questo campo è obbligatorio"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Vendite"},"RaycYK":{"context":"button","string":"Salva"},"rqiCWU":{"string":"Cambiamenti salvati"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Invia"},"8xsKUv":{"context":"service accounts section name","string":"Account Servizi"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Metodi di Spedizione"},"nNeWAx":{"context":"dialog header","string":"Elimina Metodo di Spedizione"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Prezzo"},"5ZvuVw":{"string":"Nessun prodotto corrispondente alla richiesta"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Nome Prodotto"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"Questa unità verrà usata come principale unità di peso di trasporto"},"Rp/Okl":{"string":"Unità di Peso Spedizione"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Scegli i paesi per che vuoi aggiungere alle zone di consegna dalla seguente lista"},"f2F1NJ":{"context":"section title","string":"Scelta Rapida"},"K/ic0P":{"context":"checkbox label","string":"Resto del Mondo"},"G+9nOZ":{"context":"checkbox description","string":"Se selezionato, questo aggiungerà tutte le nazioni non selezionate ad altre zone di spedizione"},"pGDYG5":{"context":"search label","string":"Cerca Nazione"},"1rpzrM":{"context":"search placeholder","string":"Cerca per nome nazione"},"55LMJv":{"context":"country list header","string":"Nazioni"},"6fxdUO":{"context":"section header","string":"Crea Nuova Zona di Consegna "},"y7mfbl":{"string":"Attualmente non ci sono nazioni assegnate a questa zona di spedizione"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Nome zona di spedizione"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Aggiungi"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Spedizione"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Prezzo"},"WR8rir":{"context":"button","string":"Crea tariffa"},"njUQPz":{"context":"shipping method price range","string":"Valore Rage"},"RUzdUH":{"string":"Nessuna tariffa di spedizione trovata"},"FjrExY":{"context":"price based shipping methods, section header","string":"Triffe Basate sul Prezzo"},"aYhcie":{"context":"shipping method weight range","string":"Gamma di Peso"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Tariffe Basate sul Peso"},"aPCrsp":{"context":"shipping method name","string":"Nome"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Configurazioni"},"uULcph":{"context":"header","string":"Spedizione"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Spedizione per Zona"},"mIUNgR":{"context":"button","string":"Crea zona di spedizione"},"aMwxYb":{"string":"Nazioni"},"gRa/TS":{"context":"shipping zone","string":"Nome"},"IhK1F3":{"string":"Nessuna zona di spedizione trovata"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Sei sicuro di voler rimuovere la zona di spedizione {shippingZoneName}?"},"k3EI/U":{"context":"dialog header","string":"Elimina Zona di Spedizione"},"cpZLRH":{"context":"dialog header","string":"Elimina Zone di Spedizione"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Sei sicuro di voler eliminare questa zona di spedizione?} other {Sei sicuro di voler eliminare {displayQuantity} zone di spedizione?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Rimuovi"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Mostra"},"viFkCw":{"context":"site settings section name","string":"Impostazioni del Sito"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Informazioni Negozio"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Informazioni Azienda"},"LVa5ew":{"string":"Saleor ha incontrato un problema inaspettato"},"AQFMYU":{"context":"staff section name","string":"Membro Staff"},"23g7PY":{"context":"dialog header","string":"Invita Membro Staff"},"hw9Fah":{"context":"button","string":"Invia invito"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"L'utente è attivo"},"YJ4TXc":{"context":"tab name","string":"Tutti i Membri dello Staff"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Cerca Membro Staff"},"4JcNaA":{"context":"button","string":"Invita membro staff"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Attivo"},"Fc3O3r":{"context":"staff member's account","string":"Disattivato"},"utaSh3":{"context":"staff member's account","string":"Stato"},"xJQX5t":{"string":"Nessun membro staff trovato"},"cMFlOp":{"context":"input label","string":"Nuova password"},"qEJT8e":{"string":"La nuova password deve avere almeno 8 caratteri"},"+kb2lM":{"context":"dialog header","string":"Cambia password"},"GXdwyR":{"context":"input label","string":"Password Precedente"},"mm0CXe":{"string":"Dovresti cambiare la tua password ogni mese per evitare problemi di sicurezza."},"N3Zot1":{"context":"button","string":"Cambia la tua password"},"ZhDQel":{"context":"header","string":"Password"},"JJgJwi":{"string":"Selezionandolo cambierà la lingua della tua dashboard"},"e822us":{"string":"Attenzione, le impostazioni di valuta e data sono complete, le traduzioni dei linguaggi possono non essere complete."},"mr9jbO":{"string":"Lingua Preferita"},"CLeDae":{"context":"section header","string":"Preferenze"},"+2VzH4":{"context":"avatar change button","string":"Cambia"},"VTITVe":{"context":"section header","string":"Informazioni Membro Staff"},"11lR5V":{"context":"avatar delete button","string":"Elimina"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"elimina Utente Staff"},"fzpXvv":{"string":"Sei sicuro di voler rimuovere l'avatar {email}?"},"VKWPBf":{"context":"dialog header","string":"Elimina Avatar Utente Staff"},"gxPjIQ":{"string":"Sei sicuro di voler cancellare {email} dai membri dello staff?"},"QirE3M":{"string":"Data di inizio"},"tWbE34":{"string":"Ora di inizio"},"tzMNF3":{"string":"Stato"},"RrCui3":{"string":"Riepilogo"},"5elC9k":{"context":"taxes section name","string":"Tasse"},"lnQAos":{"context":"header","string":"Tasse"},"3BTtL2":{"string":"Nessuna nazione trovata"},"/JENWS":{"string":"Aliquote Fiscali Ridotte"},"07KB2d":{"string":"Codice Paese"},"0GJfWd":{"string":"Nome Nazione"},"la9cZ4":{"string":"Aliquota Fiscale"},"QHB48n":{"context":"header","string":"Aliquote Fiscali in {countryName}"},"Ubath+":{"string":"Nessuna categoria tasse ridotte trovata"},"4EuJKs":{"string":"Tutti i prezzi dei prodotti sono inseriti con iva inclusa"},"98isC5":{"string":"Mostra prezzi ivati ai clienti nel negozio"},"FNKhkx":{"string":"Addebita tasse nella spedizione "},"+OV+Gj":{"context":"button","string":"Recupera Tasse"},"HtQGEH":{"string":"Aliquote fiscali correttamente ricevute"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Attributi"},"5fCMUI":{"context":"translations section name","string":"Traduzioni"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Traduzioni, {numberOfTranslatedFields} Completate"},"Xtd0AT":{"string":"Stringa Originale"},"/vCXIP":{"string":"Traduzione"},"vTN5DZ":{"context":"button","string":"Scarta"},"T/5OyA":{"string":"Nessuna traduzione ancora"},"DRMMDs":{"string":"Nome Attributo"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Valore {number}"},"JE0TAx":{"context":"section name","string":"Valori"},"US3IPU":{"string":"Descrizione Motore di Ricerca"},"XitW/z":{"string":"Traduzione Categoria \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Titolo Motore di Ricerca"},"Bphmwe":{"context":"header","string":"Traduzione Collezione \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Lingue"},"FemBUF":{"context":"header","string":"Traduzioni in {language}"},"7NFfmz":{"string":"Prodotti"},"CxfKLC":{"string":"Pagine"},"VKb1MS":{"string":"Categorie"},"RzsKm8":{"string":"Metodi di spedizione"},"c8nvms":{"string":"Vendite"},"etP0+D":{"string":"Voucher"},"ikRuLs":{"context":"translation progress","string":"{current} di {max}"},"vcwrgW":{"string":"Nessuna voce traducibile trovata"},"LWmYSU":{"string":"Traduzioni Completate"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Nome"},"ptPPVk":{"string":"Nessuna lingua trovata"},"y1Z3or":{"string":"Lingua"},"oUWXLO":{"context":"header","string":"Traduzione Pagina \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Titolo Pagina"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Traduzione Prodotto \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Traduzione Offerta \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Nome Offerta"},"GpqEl5":{"context":"shipping method description","string":"Descrizione"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Traduzione Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Nome Voucher"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Annulla"},"oB0y5Y":{"context":"order status","string":"Non evaso"},"FBtqtl":{"context":"payment status","string":"Non Pagato"},"Lx1ima":{"context":"button","string":"Carica Immagine"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"Tutti gli attributi devono avere un valore"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"I pagamenti manuali non possono essere rimborsati"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Solo i pagamenti pre-autorizzati possono essere annullati"},"gKdGxP":{"context":"error message","string":"Solo i pagamenti pre-autorizzati possono essere acquisiti"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"Errore API"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Il metodo di spedizione non è valido per l'indirizzo di spedizione selezionato"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"Questa variante è già presente"},"iUy2dx":{"context":"vouchers section name","string":"Voucher"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Informazioni sull'indirizzo"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Nome"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Configurazioni"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Sei sicuro di voler cancellare {name}?"},"X90ElB":{"context":"dialog header","string":"Elimina Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Crea Webhook"},"OPtrMg":{"context":"header","string":"Dettagli {webhookName}"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Eventi"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"la chiave segreta è usata per creare una firma hash ad ogni payload. *campo opzionale"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"Questa URL riceverà le richieste POST del webhook"},"WDy0tF":{"context":"section header","string":"Informazioni Webhook"},"D0KaT6":{"context":"webhook input label","string":"Nome Webhook"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook attivo"},"IBCBi1":{"context":"webhook active description","string":"Se vuoi disabilitare questo webhook deseleziona il box sottostante"},"1+M/52":{"context":"section header","string":"Stato Webhook"},"wbjuR4":{"string":"Nessun webhook trovato"},"wlr0Si":{"context":"button","string":"Crea Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Azione"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Nome"},"JVaz1C":{"context":"window title","string":"Crea Webhook"},"a5msuh":{"string":"Sì"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Assegnata"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Quantità"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Rimuovi"},"KSp+8B":{"context":"product available for purchase date","string":"Sara disponibile a partire da"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/ja.json b/locale/ja.json index e339fc45b..c13ad4a66 100644 --- a/locale/ja.json +++ b/locale/ja.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "注文キャンセル" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Hidden" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "割引額" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Activity" - }, - "homeActivityCardNoActivities": { - "string": "No activities found" - }, - "homeAnalyticsCardHeader": { - "string": "今日" - }, - "homeHeaderText": { - "context": "header", - "string": "Hello there, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Here is some information we gathered about your store" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Products" - }, - "homeProductsListCardNoProducts": { - "string": "No products found" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "The new dashboard and the GraphQL API are preview-quality software." - }, - "homeScreenDisclaimerText2": { - "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hello there, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "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": "リンク" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Start typing to begin search..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "名前" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menu Items" - }, - "menuItemsPlaceholder": { - "string": "Add new menu item to begin creating menu" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Create Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "非公開" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Category" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Collections" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "説明" - }, - "productExportFieldName": { - "context": "product field", - "string": "名前" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variant Images" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "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": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "価格" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "在庫" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "在庫" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "公開済" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "キー" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "作成" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Attributes" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Are you sure you want to delete {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "地域" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "日付" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "File" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Pages" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "商品" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Weight" - }, - "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Image" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Are you sure you want to delete \"{name}\" value?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Delete attribute value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Are you sure you want to delete \"{name}\" value? If you delete it you won’t be able to assign it to any of the products with \"{attributeName}\" attribute." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Edit Value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Add Value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "名前" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Default Store View" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "Admin" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "No values found" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Attribute Values" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Assign value" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "パスワード" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "パスワードを忘れましたか?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "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_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Passwords do not match" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "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_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "キャンセル" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "キャンセル済" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "カテゴリー" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Background Image (optional)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(Optional)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Create New Category" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Add search engine title and description to make this category easier to find" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Delete category" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "Are you sure you want to delete {categoryName}?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Category Name" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Category Description" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Create category" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Search Category" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "All Categories" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Category Name" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "No categories found" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "No subcategories found" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "Subcategories" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "No. of Products" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "名前" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Add product" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "Products in {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Subcategories" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Add search engine title and description to make this category easier to find" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "商品" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "All Subcategories" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Create subcategory" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "Category created" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "Delete category" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Category deleted" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Delete products" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "状態" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "有効" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "クリア" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Collections" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Hidden" - }, - "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_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Hidden" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Add search engine title and description to make this collection easier to find" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "名前" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Background Image (optional)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(Optional)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "All Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Create collection" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "Hidden" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "公開済" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_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_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "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_3326160357": { - "context": "product availability", - "string": "Availability" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Products in {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Assign product" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "名前" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Deleted collection" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Added product to collection" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Are you sure you want to delete collection's image?" - }, - "src_dot_collections_dot_views_dot_3215481647": { - "string": "{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}" - }, - "src_dot_collections_dot_views_dot_3482612628": { - "string": "Deleted product from collection" - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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_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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "許可" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "国" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "区市町村" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Attributes" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "値" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Availability" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "公開済" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "状態" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "国" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "区市町村" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_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_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "ダッシュボード" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Delete Search" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Custom Filter" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Save Search" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "フィルタ" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No results" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "フィルタ" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "フィルタ" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "変更保存" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "値" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "Order Number" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Type Command" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Search Customer" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Search in Customers" - }, - "src_dot_components_dot_Navigator_dot_2874620973": { - "context": "navigator placeholder", - "string": "Type {key} to see available actions" - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Navigate to" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Quick Actions" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Navigator is here to help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "公開済" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Not Published" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Create Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Create Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Create Customer" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "商品" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Ooops!..." - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Something's missing" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "Sorry, the page was not found" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "Go back to dashboard" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "ログアウト" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Account Settings" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibility" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "設定" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "続ける" - }, - "src_dot_create": { - "context": "button", - "string": "作成" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "顧客" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "Add Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Default Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Default Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Default Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Set as default billing address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Set as default shipping address" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Address Information" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "住所" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "This customer has no addresses yet" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "Primary Address" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "The primary address of this customer." - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Customer Overview" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "Notes" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "備考" - }, - "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": "備考" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_numberOfOrders": { - "string": "Number of Orders" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "No. of Orders" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "No customers found" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Customer Email" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Customer Name" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { - "context": "order status", - "string": "状態" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "最近の注文" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "No. of Order" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "View all orders" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "日付" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "合計" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { - "string": "No orders found" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Last login" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "最後の注文" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Customer History" - }, - "src_dot_customers_dot_views_dot_1927691511": { - "context": "delete customer, dialog content", - "string": "Are you sure you want to delete {email}?" - }, - "src_dot_customers_dot_views_dot_1998583641": { - "context": "dialog header", - "string": "Delete Customer" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "Delete Address" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Create customer" - }, - "src_dot_customers_dot_views_dot_3689332763": { - "string": "Are you sure you want to delete this address from users address book?" - }, - "src_dot_customers_dot_views_dot_3901579344": { - "string": "Customer Removed" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Customer created" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_1932444813": { - "string": "{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_2136923553": { - "context": "dialog header", - "string": "Delete Customers" - }, - "src_dot_dashboard": { - "string": "ダッシュボード" - }, - "src_dot_date": { - "string": "日付" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "説明" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "割引" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "商品" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "商品" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "No products found" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Availability" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "No variants found" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "名前" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Search Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "All Sales" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "有効" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "Expired" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { - "context": "discount type", - "string": "Fixed amount" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "Scheduled" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "状態" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "値" - }, - "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": "販売が見つかりませんでした。" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Starts" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "名前" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "値" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "名前" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Fixed Amount" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "値" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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": "有効" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "Expired" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { - "context": "discount type", - "string": "Fixed amount" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "Scheduled" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { - "context": "voucher status", - "string": "状態" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { - "context": "voucher", - "string": "Times used" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "値" - }, - "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": "クーポンが見つかりません。" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "値" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Minimal order value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "値" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Min. Order Value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "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_1134347598": { - "context": "column title", - "string": "価格" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "値" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Only once per order" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "編集" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Fulfilled" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "顧客" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "備考" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "変更する" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "詳細" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "詳細" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "金額" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "商品" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "状態" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "商品" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Settings" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "ホーム" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "Order #{orderId} was placed from draft by {userEmail}" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "No orders ready to fulfill" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "いいえ" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "注文" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "請求先住所" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "配送先住所" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "No notes from customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "Notes" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "Contact Information" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Search Customers" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "View Profile" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "Shipping Address" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "顧客" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Same as shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Anonymous user" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Billing Address" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Cancel order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "追加" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Discount value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "Delete Daft Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "Are you sure you want to delete draft #{orderNumber}?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "価格" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "商品" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "数量" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "No Products added to Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { - "context": "total price of ordered products", - "string": "合計" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "割引" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "小計" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "合計" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Order Details" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "Add products" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Create order" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "All Drafts" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Search Draft" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "顧客" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "No draft orders found" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "No. of Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "顧客" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "日付" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "合計" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Cancel order" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "注文" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "商品名" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Add tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edit tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "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_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Order address was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "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_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "作成済" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "顧客" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Fulfillment status" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "支払い" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "No. of Order" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "顧客" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "日付" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "合計" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "No orders found" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "金額" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Are you sure you want to void this payment?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Void Payment" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "Capture" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Captured amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "割引" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Mark as paid" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "支払い状況" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Preauthorized amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "お届け先住所" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "小計" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Taxes" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "合計" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "クーポン" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "価格" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "商品" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "数量" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "合計" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "価格" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "商品" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "合計" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "注文" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "金額" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "価格" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "商品" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "合計" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "価格" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "商品" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Unfulfilled" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Fulfill" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "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_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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Hidden" - }, - "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_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Title" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Visibility" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "No pages found" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3478065224": { - "context": "page internal name", - "string": "Slug" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3640454975": { - "context": "page status", - "string": "公開済" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Not Published" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "公開" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "非公開" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "支払済" - }, - "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_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "支払い状況" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "有効" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "有効" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "名前" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Authorization" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Plugin Name" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { - "context": "plugin status", - "string": "状態" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { - "context": "section header", - "string": "Plugin Information and Status" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "有効" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "設定" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "名前" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "お届け先住所" - }, - "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_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Unassign" - }, - "src_dot_products": { - "context": "products section name", - "string": "商品" - }, - "src_dot_products_dot_components_dot_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_2341910657": { - "context": "product label", - "string": "非公開" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "公開済" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "名前" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "商品" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Out Of Stock" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "価格" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Stock quantity" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "Visibility" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visible" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "名前" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "価格" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "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": { - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "お届け先住所" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Weight" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "数量" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Charge taxes on this product" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "非公開" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "公開済" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "価格" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "概要" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "作成" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "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_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "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_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "価格" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Cost price" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "価格" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventory" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Variant" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Fully refunded" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "削除" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "販売" - }, - "src_dot_save": { - "context": "button", - "string": "保存" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Pricing" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "価格" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Shipping zone name" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "追加" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "お届け先住所" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "お届け先住所" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "価格" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Create rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Value Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "No shipping rates found" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Price Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Weight Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Weight Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "名前" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Settings" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "お届け先住所" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Shipping By Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Create shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "名前" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "許可" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "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_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "有効" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Deactivated" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "状態" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { - "context": "staff member status", - "string": "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": "有効" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "No staff members found" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "名前" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "New Password" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "New password must be at least 8 characters long" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "パスワード変更" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Previous Password" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "You should change your password every month to avoid security issues." - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "Change your password" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "パスワード" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "Selecting this will change the language of your dashboard" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion." - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { - "string": "Preferred Language" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { - "context": "section header", - "string": "Preferences" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_1473195966": { - "context": "avatar change button", - "string": "変更する" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "delete Staff User" - }, - "src_dot_staff_dot_views_dot_3945766678": { - "string": "Are you sure you want to remove {email} avatar?" - }, - "src_dot_staff_dot_views_dot_701332676": { - "context": "dialog header", - "string": "Delete Staff User Avatar" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "Are you sure you want to delete {email} from staff members?" - }, - "src_dot_startDate": { - "string": "Start Date" - }, - "src_dot_startHour": { - "string": "Start Hour" - }, - "src_dot_status": { - "string": "状態" - }, - "src_dot_summary": { - "string": "概要" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Taxes" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Taxes" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "No countries found" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Reduced Tax Rates" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Country Code" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "Country Name" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "Category" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Attributes" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Values" - }, - "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_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_2968663655": { - "string": "商品" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Pages" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "カテゴリー" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "配送方法" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Attributes" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "販売" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "クーポン" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} of {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "No translatable entities found" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "Completed Translations" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "名前" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Languages" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "No languages found" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Language" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Content" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Translation Page \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Translation Product \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "説明" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "説明" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "名前" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Unfulfilled" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manual payments can not be refunded" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Only pre-authorized payments can be voided" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "事前に承認された支払いのみを取り込むことができます。" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Shipping method is not valid for chosen shipping address" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "クーポン" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "名前" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Settings" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "名前" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "はい" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "割り当てられた" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "数量" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"注文キャンセル"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Hidden"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Determine attributes used to create product types"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Define how users can navigate through your store"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Define types of products you sell"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"割引額"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Activity"},"wWTUrM":{"string":"No activities found"},"zWgbGg":{"string":"今日"},"By5ZBp":{"context":"header","string":"Hello there, {userName}"},"aCX8rl":{"context":"subheader","string":"Here is some information we gathered about your store"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Top Products"},"Q1Uzbb":{"string":"No products found"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Create Menu"},"jhh/D6":{"string":"Menu Title"},"G/SYtU":{"string":"Are you sure you want to delete menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Delete Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Add Item"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edit Item"},"Urh2N3":{"context":"label","string":"リンク"},"28GZnc":{"string":"Start typing to begin search..."},"0Vyr8h":{"context":"menu item name","string":"名前"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"Menu Items"},"WwZfNK":{"string":"Add new menu item to begin creating menu"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"Create Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"非公開"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Category"},"jxoMLL":{"context":"product field","string":"Collections"},"YVIajc":{"context":"product field","string":"説明"},"W8i2Ez":{"context":"product field","string":"名前"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Variant Images"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventory"},"SSWFo8":{"context":"window title","string":"Create Product Type"},"bq1eEx":{"context":"header","string":"Create Product Type"},"mUb8Gt":{"context":"section header","string":"Taxes"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"価格"},"vuKrlW":{"string":"在庫"},"ABgQcF":{"context":"variant stock, header","string":"在庫"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"公開済"},"ppLwx3":{"context":"number of categories","string":"Categories ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"キー"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"作成"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Attributes"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Delete attribute"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"地域"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"日付"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"File"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Pages"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"商品"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Weight"},"dKPMyh":{"context":"tab name","string":"All Attributes"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Image"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Add Value"},"UhcALJ":{"context":"attribute name","string":"名前"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Sign in"},"5sg7KC":{"string":"パスワード"},"3tbL7x":{"context":"description","string":"パスワードを忘れましたか?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"New Password"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Confirm Password"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Passwords do not match"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Reset password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Availability"},"0OfZJA":{"context":"button","string":"Back"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"キャンセル"},"dOQB9o":{"context":"payment status","string":"キャンセル済"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"カテゴリー"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Optional)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"Delete category"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Category Name"},"8HRy+U":{"string":"Category Description"},"vof5TR":{"context":"button","string":"Create category"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"All Categories"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Subcategories"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"名前"},"x/pIZ9":{"context":"button","string":"Add product"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Subcategories"},"V+fkAO":{"context":"number of products in category","string":"商品"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Create category"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Category deleted"},"KCjd1o":{"context":"dialog title","string":"Delete products"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Availability"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"状態"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"有効"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"クリア"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Collections"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"Hidden"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Add Collection"},"/WXs6H":{"context":"collection name","string":"名前"},"G4g5Ii":{"context":"tab name","string":"All Collections"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"Hidden"},"lL3YJO":{"context":"collection","string":"公開済"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"Availability"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Availability"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"名前"},"Q8wHwJ":{"string":"Deleted collection"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"Delete image"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"許可"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"国"},"O95R3Z":{"string":"Phone"},"B52Em/":{"string":"Address line 1"},"TE4fIS":{"string":"区市町村"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"Address line 2"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Attributes"},"j8PV7E":{"context":"attribute values","string":"Values"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"値"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Availability"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"公開済"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"状態"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"ダッシュボード"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"フィルタ"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"フィルタ"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"変更保存"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"値"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Category"},"phAZoj":{"string":"Collection"},"M1uijW":{"context":"collection","string":"Not Published"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"商品"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"If empty, the preview shows what will be autogenerated."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"ログアウト"},"X8+Lpa":{"context":"button","string":"Account Settings"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Visibility"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"設定"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"続ける"},"H5NKfr":{"context":"button","string":"作成"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"顧客"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Add Address"},"rjy9/k":{"context":"button","string":"Add address"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Default Address"},"VyzsWZ":{"string":"Default Billing Address"},"nLML8Y":{"string":"Default Shipping Address"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Set as default billing address"},"+7OsyM":{"context":"button","string":"Set as default shipping address"},"BfJGij":{"context":"header","string":"Address Information"},"Zd3Eew":{"context":"subsection header","string":"Shipping Address"},"bHdFph":{"context":"subsection header","string":"住所"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Billing Address"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Notes"},"uUQ+Al":{"context":"note about customer","string":"備考"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"状態"},"1LiVhv":{"context":"section header","string":"最近の注文"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"日付"},"taX/V3":{"context":"order total amount","string":"合計"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"最後の注文"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"ダッシュボード"},"P7PLVj":{"string":"日付"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"説明"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"割引"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Category Name"},"QGjJcT":{"context":"number of products","string":"商品"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"No products found"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"No variants found"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"名前"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"有効"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"状態"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"値"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"販売が見つかりませんでした。"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"値"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Countries"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"有効"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"状態"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"値"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Code"},"U2mOqA":{"string":"クーポンが見つかりません。"},"GVinbz":{"context":"column title","string":"値"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"価格"},"/oaqFS":{"context":"section header","string":"値"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"Specific products"},"WasHjQ":{"context":"voucher discount","string":"Shipment"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Draft"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"編集"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"First Name"},"pkjXPD":{"context":"order status","string":"Fulfilled"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"顧客"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"備考"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"変更する"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"詳細"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"詳細"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"金額"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"商品"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"状態"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"商品"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Settings"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"ホーム"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"No orders ready to fulfill"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Last Name"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigation"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"いいえ"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Optional"},"Ta9j04":{"context":"orders section name","string":"注文"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"請求先住所"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"配送先住所"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Notes"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Shipping Address"},"Y7M1YQ":{"context":"section header","string":"顧客"},"GLX9II":{"context":"billing address","string":"Same as shipping address"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Billing Address"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Cancel order"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"追加"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Discount value"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"価格"},"nEWp+k":{"context":"quantity of ordered products","string":"数量"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"合計"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"割引"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"小計"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"合計"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Create order"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"顧客"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"顧客"},"mCP0UD":{"context":"order draft creation date","string":"日付"},"1Uj0Wd":{"context":"order draft total price","string":"合計"},"PAqicb":{"context":"button","string":"Cancel order"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"注文"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"商品名"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Fulfill"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Add tracking"},"dTkmON":{"context":"edit tracking button","string":"Edit tracking"},"K//bUK":{"context":"refund button","string":"Refund"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Cancel Fulfillment"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Tracking number"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Order was placed"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Order was fully paid"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"作成済"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Invoice"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"顧客"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"支払い"},"5blVMu":{"context":"e-mail or full name","string":"顧客"},"PHUcrU":{"context":"date when order was placed","string":"日付"},"k9hf7F":{"context":"total order price","string":"合計"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"金額"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Capture"},"V+gwx7":{"context":"order payment","string":"Captured amount"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"割引"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Mark as paid"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"支払い状況"},"uUsZ7m":{"context":"order payment","string":"Preauthorized amount"},"HaQ8cg":{"context":"button","string":"Refund"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"お届け先住所"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"小計"},"r+dgiv":{"string":"Taxes"},"zb4eBO":{"context":"order total price","string":"合計"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"クーポン"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"価格"},"WE8IFE":{"context":"product name","string":"商品"},"tvpAXl":{"context":"ordered product quantity","string":"数量"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"合計"},"5aiFbL":{"context":"tabel column header","string":"価格"},"FNT4b+":{"context":"tabel column header","string":"商品"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"合計"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"金額"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Refund"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"価格"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"商品"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Unfulfilled"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Settings"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Fulfill"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Pages"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"Hidden"},"gMwpNC":{"context":"page content","string":"Content"},"gr+oXW":{"context":"page title","string":"Title"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Title"},"5GSYCR":{"context":"page status","string":"Visibility"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"公開済"},"UN3qWD":{"context":"page status","string":"Not Published"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"公開"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"非公開"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"支払済"},"PbqNhi":{"context":"order status","string":"Partially fulfilled"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Partially refunded"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"支払い状況"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"有効"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Email Address"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"名前"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Authorization"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"状態"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"有効"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"設定"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"名前"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Tax"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"お届け先住所"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Weight"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"商品"},"ulh3kf":{"string":"Collections"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"商品"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Hidden"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"価格"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Visibility"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Availability"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"お届け先住所"},"SUbxSK":{"context":"product weight","string":"Weight"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"数量"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Charge taxes on this product"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"価格"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"概要"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"作成"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Variant"},"rbkmfG":{"context":"button","string":"Delete variant"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"Add variant"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Hidden"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Availability"},"Xm9qOu":{"context":"product pricing, section header","string":"Pricing"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Cost price"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"価格"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Inventory"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Variant"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Fully refunded"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"削除"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"販売"},"RaycYK":{"context":"button","string":"保存"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Pricing"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Countries"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Shipping zone name"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"追加"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"お届け先住所"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"価格"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"名前"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Settings"},"uULcph":{"context":"header","string":"お届け先住所"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Countries"},"gRa/TS":{"context":"shipping zone","string":"名前"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"User is active"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"有効"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"状態"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"New Password"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"パスワード変更"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"パスワード"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"変更する"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"状態"},"RrCui3":{"string":"概要"},"5elC9k":{"context":"taxes section name","string":"Taxes"},"lnQAos":{"context":"header","string":"Taxes"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"All products prices are entered with tax included"},"98isC5":{"string":"Show gross prices to customers in the storefront"},"FNKhkx":{"string":"Charge taxes on shipping rates"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Attributes"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Values"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"商品"},"CxfKLC":{"string":"Pages"},"VKb1MS":{"string":"カテゴリー"},"RzsKm8":{"string":"配送方法"},"c8nvms":{"string":"販売"},"etP0+D":{"string":"クーポン"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"名前"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"説明"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Unfulfilled"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Manual payments can not be refunded"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Only pre-authorized payments can be voided"},"gKdGxP":{"context":"error message","string":"事前に承認された支払いのみを取り込むことができます。"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Shipping method is not valid for chosen shipping address"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"クーポン"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Address Information"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"名前"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Settings"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"名前"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"はい"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"割り当てられた"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"数量"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/ko.json b/locale/ko.json index 091d45145..ee331c25b 100644 --- a/locale/ko.json +++ b/locale/ko.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "주문 취소" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "숨김" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "할인 가격" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Activity" - }, - "homeActivityCardNoActivities": { - "string": "No activities found" - }, - "homeAnalyticsCardHeader": { - "string": "오늘" - }, - "homeHeaderText": { - "context": "header", - "string": "Hello there, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Here is some information we gathered about your store" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Products" - }, - "homeProductsListCardNoProducts": { - "string": "No products found" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "The new dashboard and the GraphQL API are preview-quality software." - }, - "homeScreenDisclaimerText2": { - "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hello there, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Create Menu" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Menu Title" - }, - "menuDetailsDeleteMenuContent": { - "string": "Are you sure you want to delete menu {menuName}?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuDetailsPageHelperText": { - "string": "Creating the navigation structure is done by dragging and dropping. Simply create a new menu item and then drag it into its destined place. You can move items inside one another to create a tree structure and drag items up and down to create a hierarchy" - }, - "menuItemDialogAddItem": { - "context": "create new menu item, header", - "string": "Add Item" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Link to: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Edit Item" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Link" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Start typing to begin search..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "이름" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menu Items" - }, - "menuItemsPlaceholder": { - "string": "Add new menu item to begin creating menu" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Create Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "퍼블리싱 안됨" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "카테고리" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "컬렉션" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "설명" - }, - "productExportFieldName": { - "context": "product field", - "string": "이름" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variant Images" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "재고" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Create Product Type" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Create Product Type" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "세금" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "가격" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "재고" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "재고" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "퍼블리싱 됨" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "키" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "생성" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "속성" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "속성 삭제" - }, - "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_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "지역" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "날짜" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "파일" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "페이지" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "상품" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Weight" - }, - "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "이미지" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Are you sure you want to delete \"{name}\" value?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Delete attribute value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Are you sure you want to delete \"{name}\" value? If you delete it you won’t be able to assign it to any of the products with \"{attributeName}\" attribute." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Edit Value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Add Value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "이름" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Default Store View" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "Admin" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "No values found" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Attribute Values" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Assign value" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "로그인" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "비밀번호" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "비밀번호를 잊었나요?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "새로운 비밀번호" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "Set new password" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "비밀번호 확인" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "비밀번호가 일치하지 않습니다." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "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": "가용성" - }, - "src_dot_back": { - "context": "button", - "string": "뒤로가기" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "취소" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "취소" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "카테고리" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Background Image (optional)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(Optional)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Create New Category" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Add search engine title and description to make this category easier to find" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "카테고리 삭제" - }, - "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": "보조 카테고리" - }, - "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_1657559629": { - "string": "No products found" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "이름" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "상품 추가" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "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": "보조 카테고리" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Add search engine title and description to make this category easier to find" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "상품" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "All Subcategories" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Create subcategory" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "Category created" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "카테고리 삭제" - }, - "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_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "가용성" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "상태" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "활성화" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "초기화" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "컬렉션" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "숨김" - }, - "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_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "숨김" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Add search engine title and description to make this collection easier to find" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "이름" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Background Image (optional)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(Optional)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "All Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Create collection" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "숨김" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "퍼블리싱 됨" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_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": "가용성" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "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_3326160357": { - "context": "product availability", - "string": "가용성" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Products in {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Assign product" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "이름" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "컬렉션 삭제" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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": "이미지 삭제" - }, - "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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "권한" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "국가" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "전화번호" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "상세 주소 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "시군구" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "상세주소" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "속성" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "가격" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "가격" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "가용성" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "퍼블리싱 됨" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "상태" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "국가" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "전화번호" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "상세 주소 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "시군구" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "상세주소 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "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_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "에러" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "대시보드" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Delete Search" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Custom Filter" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Save Search" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "검색필터" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No results" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "검색필터" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "검색필터" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "변경 저장" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "가격" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "Order Number" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Type Command" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Search Customer" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Search in Customers" - }, - "src_dot_components_dot_Navigator_dot_2874620973": { - "context": "navigator placeholder", - "string": "Type {key} to see available actions" - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Navigate to" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Quick Actions" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Navigator is here to help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "카테고리" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "퍼블리싱 됨" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Not Published" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Create Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Create Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Create Customer" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "제품" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Ooops!..." - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Something's missing" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "Sorry, the page was not found" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "Go back to dashboard" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "로그아웃" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Account Settings" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "가시성" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "설정" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "새로고침" - }, - "src_dot_continue": { - "context": "button", - "string": "계속" - }, - "src_dot_create": { - "context": "button", - "string": "생성" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "고객" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "Add Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "기본 주소" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "기본 청구지 주소" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "기본 배송지 주소" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "주소 삭제" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "기본 청구지로 설정" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "기본 주소로 설정" - }, - "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": "배송지 주소" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "주소" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "This customer has no addresses yet" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "청구지" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "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": "노트" - }, - "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": "노트" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_numberOfOrders": { - "string": "Number of Orders" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "No. of Orders" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "No customers found" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Customer Email" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Customer Name" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { - "context": "order status", - "string": "상태" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "최근 주문" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "No. of Order" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "View all orders" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "날짜" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "합계" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { - "string": "No orders found" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Last login" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "마지막 주문" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Customer History" - }, - "src_dot_customers_dot_views_dot_1927691511": { - "context": "delete customer, dialog content", - "string": "Are you sure you want to delete {email}?" - }, - "src_dot_customers_dot_views_dot_1998583641": { - "context": "dialog header", - "string": "Delete Customer" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "주소 삭제" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Create customer" - }, - "src_dot_customers_dot_views_dot_3689332763": { - "string": "Are you sure you want to delete this address from users address book?" - }, - "src_dot_customers_dot_views_dot_3901579344": { - "string": "Customer Removed" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Customer created" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_1932444813": { - "string": "{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_2136923553": { - "context": "dialog header", - "string": "Delete Customers" - }, - "src_dot_dashboard": { - "string": "대시보드" - }, - "src_dot_date": { - "string": "날짜" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "삭제" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "설명" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "할인" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "상품" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "상품" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "No products found" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "가용성" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "옵션을 찾을 수 없습니다" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "이름" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Search Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "All Sales" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "활성화" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "Expired" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { - "context": "discount type", - "string": "Fixed amount" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "Scheduled" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "상태" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "가격" - }, - "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": "할인상품을 찾지 못했습니다." - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Starts" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "이름" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "가격" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "이름" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Fixed Amount" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "가격" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { - "context": "page header", - "string": "Create Voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Set end date" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { - "context": "time during voucher is active, header", - "string": "Active Dates" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "Voucher applies to all countries" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Voucher is limited to these countries" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "국가" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Discount Code" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Generate Code" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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": "활성화" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "Expired" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { - "context": "discount type", - "string": "Fixed amount" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "Scheduled" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { - "context": "voucher status", - "string": "상태" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { - "context": "voucher", - "string": "Times used" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "가격" - }, - "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": "바우처를 찾을 수 없습니다" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "가격" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Minimal order value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "가격" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Min. Order Value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "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_1134347598": { - "context": "column title", - "string": "가격" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "가격" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Only once per order" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Entire order" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "특정 제품" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "배송" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_2983742638": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this voucher?} other {Are you sure you want to delete {displayQuantity} vouchers?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_367317371": { - "context": "dialog header", - "string": "Delete Vouchers" - }, - "src_dot_done": { - "context": "button", - "string": "Done" - }, - "src_dot_draft": { - "context": "order status", - "string": "임시" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Draft Orders" - }, - "src_dot_drafts": { - "string": "Drafts" - }, - "src_dot_edit": { - "context": "button", - "string": "수정" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "에러" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "이름" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "완료" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "고객" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "노트" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "변경" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "상세" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "상세" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "총액" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "제품" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "상태" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "삭제" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "제품" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "설정" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "홈" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "Order #{orderId} was placed from draft by {userEmail}" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "No orders ready to fulfill" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "성" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "네비게이션" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "아니오" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "주문" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "결제 주소" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "새로운 주소 추가" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "배송 주소" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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": "배송지 주소" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "고객" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "배송주소와 같음" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Anonymous user" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "청구지" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "주문취소" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "추가" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Discount value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "Delete Daft Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "Are you sure you want to delete draft #{orderNumber}?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "가격" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "제품" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "수량" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "No Products added to Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { - "context": "total price of ordered products", - "string": "합계" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "할인" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "부분 합계" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "합계" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Order Details" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "Add products" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "주문 생성" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "All Drafts" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Search Draft" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "고객" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "No draft orders found" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "No. of Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "고객" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "날짜" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "합계" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "주문취소" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "주문" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "상품명" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "재고 관리 코드" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "추적 추가" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "추적 수정" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "환불" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "송장 번호" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Add Tracking Code" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Order address was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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": "주문되었습니다" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "주문 전액 지불" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "생성됨" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "인보이스" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "주문 생성" - }, - "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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "고객" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Fulfillment status" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "결제" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "No. of Order" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "고객" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "날짜" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "합계" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "No orders found" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "총액" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Are you sure you want to void this payment?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Void Payment" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "캡쳐" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "지정된 금액" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "할인" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "결제로 표시" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "결제 상태" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "사전승인된 금액" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "환불" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "배송" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "부분 합계" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "세금" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "합계" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "환불" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "바우처" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "가격" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "제품" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "수량" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "재고 관리 코드" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "합계" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "가격" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "제품" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "합계" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "주문" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "총액" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "환불" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "가격" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "제품" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "합계" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "가격" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "제품" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "미완료" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "설정" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Fulfill" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "페이지" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Create Page" - }, - "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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "숨김" - }, - "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": "제목" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "제목" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "가시성" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "No pages found" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3478065224": { - "context": "page internal name", - "string": "Slug" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3640454975": { - "context": "page status", - "string": "퍼블리싱 됨" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Not Published" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "퍼블리싱" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "퍼블리싱 취소" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "결제 완료" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "부분 미완료" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Partially refunded" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "결제 상태" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "활성화" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "이메일 주소" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "활성화" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "이름" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "권한" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Plugin Name" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { - "context": "plugin status", - "string": "상태" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { - "context": "section header", - "string": "Plugin Information and Status" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "활성화" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "설정" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "이름" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "세금" - }, - "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": "배송" - }, - "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_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Unassign" - }, - "src_dot_products": { - "context": "products section name", - "string": "상품" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "카테고리" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "컬렉션" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "퍼블리싱 안됨" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "퍼블리싱 됨" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "이름" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "상품" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "숨김" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Out Of Stock" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "가격" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Stock quantity" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "가시성" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visible" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "이름" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "가용성" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "가격" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "카테고리" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "컬렉션" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "배송" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Weight" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "수량" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Charge taxes on this product" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "퍼블리싱 안됨" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "퍼블리싱 됨" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "가격" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "요약" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "생성" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "재고 관리 코드" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "옵션" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "가격" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "옵션 삭제" - }, - "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_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "옵션" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "옵션 추가" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "New Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "숨김" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "가용성" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "가격" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "가격" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "가격" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Cost price" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "가격" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "옵션" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "재고" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "재고 관리 코드" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "옵션" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "완전히 환불 됨" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "제거" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "판매" - }, - "src_dot_save": { - "context": "button", - "string": "저장" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "가격" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "가격" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "국가" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "국가" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Shipping zone name" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "추가" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "배송" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "배송" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "가격" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Create rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Value Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "No shipping rates found" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Price Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Weight Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Weight Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "이름" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "설정" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "배송" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Shipping By Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Create shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "국가" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "이름" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "권한" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "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_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "활성화" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Deactivated" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "상태" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": "이메일 주소" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "활성화" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "No staff members found" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "이름" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "새로운 비밀번호" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "New password must be at least 8 characters long" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "비밀번호 변경" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Previous Password" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "You should change your password every month to avoid security issues." - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "Change your password" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "비밀번호" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "Selecting this will change the language of your dashboard" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion." - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { - "string": "Preferred Language" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { - "context": "section header", - "string": "Preferences" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_1473195966": { - "context": "avatar change button", - "string": "변경" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "삭제" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "delete Staff User" - }, - "src_dot_staff_dot_views_dot_3945766678": { - "string": "Are you sure you want to remove {email} avatar?" - }, - "src_dot_staff_dot_views_dot_701332676": { - "context": "dialog header", - "string": "Delete Staff User Avatar" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "Are you sure you want to delete {email} from staff members?" - }, - "src_dot_startDate": { - "string": "Start Date" - }, - "src_dot_startHour": { - "string": "Start Hour" - }, - "src_dot_status": { - "string": "상태" - }, - "src_dot_summary": { - "string": "요약" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "세금" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "세금" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "No countries found" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Reduced Tax Rates" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Country Code" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "Country Name" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "카테고리" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "속성" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "가격" - }, - "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_222873645": { - "string": "컬렉션" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "상품" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "페이지" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "카테고리" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "배송비" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "속성" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "판매" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "바우처" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} of {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "No translatable entities found" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "Completed Translations" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "이름" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Languages" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "No languages found" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Language" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Content" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Translation Page \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Translation Product \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "설명" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "설명" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "이름" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "미완료" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manual payments can not be refunded" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Only pre-authorized payments can be voided" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "미리 인증된 결제수단에 한하여 보관 가능" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Shipping method is not valid for chosen shipping address" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "바우처" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "이름" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "설정" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "이름" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "네" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "할당됨" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "수량" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"주문 취소"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"숨김"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Determine attributes used to create product types"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Define how users can navigate through your store"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Define types of products you sell"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"할인 가격"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Activity"},"wWTUrM":{"string":"No activities found"},"zWgbGg":{"string":"오늘"},"By5ZBp":{"context":"header","string":"Hello there, {userName}"},"aCX8rl":{"context":"subheader","string":"Here is some information we gathered about your store"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Top Products"},"Q1Uzbb":{"string":"No products found"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Create Menu"},"jhh/D6":{"string":"Menu Title"},"G/SYtU":{"string":"Are you sure you want to delete menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Delete Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Add Item"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edit Item"},"Urh2N3":{"context":"label","string":"Link"},"28GZnc":{"string":"Start typing to begin search..."},"0Vyr8h":{"context":"menu item name","string":"이름"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"Menu Items"},"WwZfNK":{"string":"Add new menu item to begin creating menu"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"Create Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"퍼블리싱 안됨"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"카테고리"},"jxoMLL":{"context":"product field","string":"컬렉션"},"YVIajc":{"context":"product field","string":"설명"},"W8i2Ez":{"context":"product field","string":"이름"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Variant Images"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"재고"},"SSWFo8":{"context":"window title","string":"Create Product Type"},"bq1eEx":{"context":"header","string":"Create Product Type"},"mUb8Gt":{"context":"section header","string":"세금"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"가격"},"vuKrlW":{"string":"재고"},"ABgQcF":{"context":"variant stock, header","string":"재고"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"퍼블리싱 됨"},"ppLwx3":{"context":"number of categories","string":"Categories ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"키"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"생성"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"속성"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"속성 삭제"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"지역"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"날짜"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"파일"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"페이지"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"상품"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Weight"},"dKPMyh":{"context":"tab name","string":"All Attributes"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"이미지"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Add Value"},"UhcALJ":{"context":"attribute name","string":"이름"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"로그인"},"5sg7KC":{"string":"비밀번호"},"3tbL7x":{"context":"description","string":"비밀번호를 잊었나요?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"새로운 비밀번호"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"비밀번호 확인"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"비밀번호가 일치하지 않습니다."},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Reset password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"가용성"},"0OfZJA":{"context":"button","string":"뒤로가기"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"취소"},"dOQB9o":{"context":"payment status","string":"취소"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"카테고리"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Optional)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"카테고리 삭제"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Category Name"},"8HRy+U":{"string":"Category Description"},"vof5TR":{"context":"button","string":"Create category"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"All Categories"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"보조 카테고리"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"이름"},"x/pIZ9":{"context":"button","string":"상품 추가"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"보조 카테고리"},"V+fkAO":{"context":"number of products in category","string":"상품"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Create category"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Category deleted"},"KCjd1o":{"context":"dialog title","string":"Delete products"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"가용성"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"상태"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"활성화"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"초기화"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"컬렉션"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"숨김"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Add Collection"},"/WXs6H":{"context":"collection name","string":"이름"},"G4g5Ii":{"context":"tab name","string":"All Collections"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"숨김"},"lL3YJO":{"context":"collection","string":"퍼블리싱 됨"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"가용성"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"가용성"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"이름"},"Q8wHwJ":{"string":"컬렉션 삭제"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"이미지 삭제"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"권한"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"국가"},"O95R3Z":{"string":"전화번호"},"B52Em/":{"string":"상세 주소 1"},"TE4fIS":{"string":"시군구"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"상세주소 2"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"속성"},"j8PV7E":{"context":"attribute values","string":"가격"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"가격"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"가용성"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"퍼블리싱 됨"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"상태"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"에러"},"9mGA/Q":{"context":"button linking to dashboard","string":"대시보드"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"검색필터"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"검색필터"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"변경 저장"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"가격"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"카테고리"},"phAZoj":{"string":"Collection"},"M1uijW":{"context":"collection","string":"Not Published"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"제품"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"If empty, the preview shows what will be autogenerated."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"로그아웃"},"X8+Lpa":{"context":"button","string":"Account Settings"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"가시성"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"설정"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"새로고침"},"Rjs1CD":{"context":"button","string":"계속"},"H5NKfr":{"context":"button","string":"생성"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"고객"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Add Address"},"rjy9/k":{"context":"button","string":"Add address"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"기본 주소"},"VyzsWZ":{"string":"기본 청구지 주소"},"nLML8Y":{"string":"기본 배송지 주소"},"puikeb":{"context":"button","string":"주소 삭제"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"기본 청구지로 설정"},"+7OsyM":{"context":"button","string":"기본 주소로 설정"},"BfJGij":{"context":"header","string":"Address Information"},"Zd3Eew":{"context":"subsection header","string":"배송지 주소"},"bHdFph":{"context":"subsection header","string":"주소"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"청구지"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Notes"},"uUQ+Al":{"context":"note about customer","string":"노트"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"상태"},"1LiVhv":{"context":"section header","string":"최근 주문"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"날짜"},"taX/V3":{"context":"order total amount","string":"합계"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"마지막 주문"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"주소 삭제"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"대시보드"},"P7PLVj":{"string":"날짜"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"삭제"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"설명"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"할인"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Category Name"},"QGjJcT":{"context":"number of products","string":"상품"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"No products found"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"옵션을 찾을 수 없습니다"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"이름"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"활성화"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"상태"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"가격"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"할인상품을 찾지 못했습니다."},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"가격"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"국가"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"활성화"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"상태"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"가격"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Code"},"U2mOqA":{"string":"바우처를 찾을 수 없습니다"},"GVinbz":{"context":"column title","string":"가격"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"가격"},"/oaqFS":{"context":"section header","string":"가격"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"특정 제품"},"WasHjQ":{"context":"voucher discount","string":"배송"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"임시"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"수정"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"에러"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"이름"},"pkjXPD":{"context":"order status","string":"완료"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"고객"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"노트"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"변경"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"상세"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"상세"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"총액"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"제품"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"상태"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"삭제"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"제품"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"설정"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"홈"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"No orders ready to fulfill"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"성"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"네비게이션"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"아니오"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Optional"},"Ta9j04":{"context":"orders section name","string":"주문"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"결제 주소"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"새로운 주소 추가"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"배송 주소"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Notes"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"배송지 주소"},"Y7M1YQ":{"context":"section header","string":"고객"},"GLX9II":{"context":"billing address","string":"배송주소와 같음"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"청구지"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"주문취소"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"추가"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Discount value"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"가격"},"nEWp+k":{"context":"quantity of ordered products","string":"수량"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"합계"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"할인"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"부분 합계"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"합계"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"주문 생성"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"고객"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"고객"},"mCP0UD":{"context":"order draft creation date","string":"날짜"},"1Uj0Wd":{"context":"order draft total price","string":"합계"},"PAqicb":{"context":"button","string":"주문취소"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"주문"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"상품명"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"재고 관리 코드"},"BLX9dz":{"context":"fulfill order, button","string":"Fulfill"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"추적 추가"},"dTkmON":{"context":"edit tracking button","string":"추적 수정"},"K//bUK":{"context":"refund button","string":"환불"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Cancel Fulfillment"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"송장 번호"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"주문되었습니다"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"주문 전액 지불"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"생성됨"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"인보이스"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"고객"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"결제"},"5blVMu":{"context":"e-mail or full name","string":"고객"},"PHUcrU":{"context":"date when order was placed","string":"날짜"},"k9hf7F":{"context":"total order price","string":"합계"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"총액"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"캡쳐"},"V+gwx7":{"context":"order payment","string":"지정된 금액"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"할인"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"결제로 표시"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"결제 상태"},"uUsZ7m":{"context":"order payment","string":"사전승인된 금액"},"HaQ8cg":{"context":"button","string":"환불"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"배송"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"부분 합계"},"r+dgiv":{"string":"세금"},"zb4eBO":{"context":"order total price","string":"합계"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"바우처"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"가격"},"WE8IFE":{"context":"product name","string":"제품"},"tvpAXl":{"context":"ordered product quantity","string":"수량"},"8J81ri":{"context":"ordered product sku","string":"재고 관리 코드"},"qT6YYk":{"context":"order line total price","string":"합계"},"5aiFbL":{"context":"tabel column header","string":"가격"},"FNT4b+":{"context":"tabel column header","string":"제품"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"합계"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"총액"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"환불"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"가격"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"제품"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"미완료"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"설정"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Fulfill"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"페이지"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"숨김"},"gMwpNC":{"context":"page content","string":"Content"},"gr+oXW":{"context":"page title","string":"제목"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"제목"},"5GSYCR":{"context":"page status","string":"가시성"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"퍼블리싱 됨"},"UN3qWD":{"context":"page status","string":"Not Published"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"퍼블리싱"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"퍼블리싱 취소"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"결제 완료"},"PbqNhi":{"context":"order status","string":"부분 미완료"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Partially refunded"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"결제 상태"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"활성화"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"이메일 주소"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"이름"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"권한"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"상태"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"활성화"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"설정"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"이름"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"세금"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"배송"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Weight"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"상품"},"ulh3kf":{"string":"컬렉션"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"상품"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"숨김"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"가격"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"가시성"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"가용성"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"배송"},"SUbxSK":{"context":"product weight","string":"Weight"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"수량"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Charge taxes on this product"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"가격"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"요약"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"생성"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"재고 관리 코드"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"옵션"},"rbkmfG":{"context":"button","string":"옵션 삭제"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"옵션"},"3C3Nj5":{"context":"button","string":"옵션 추가"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"숨김"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"가용성"},"Xm9qOu":{"context":"product pricing, section header","string":"가격"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"가격"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Cost price"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"가격"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"재고"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"옵션"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"완전히 환불 됨"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"제거"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"판매"},"RaycYK":{"context":"button","string":"저장"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"가격"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"국가"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Shipping zone name"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"추가"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"배송"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"가격"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"이름"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"설정"},"uULcph":{"context":"header","string":"배송"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"국가"},"gRa/TS":{"context":"shipping zone","string":"이름"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"User is active"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"활성화"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"상태"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"새로운 비밀번호"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"비밀번호 변경"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"비밀번호"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"변경"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"삭제"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"상태"},"RrCui3":{"string":"요약"},"5elC9k":{"context":"taxes section name","string":"세금"},"lnQAos":{"context":"header","string":"세금"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"All products prices are entered with tax included"},"98isC5":{"string":"Show gross prices to customers in the storefront"},"FNKhkx":{"string":"Charge taxes on shipping rates"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"속성"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"가격"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"상품"},"CxfKLC":{"string":"페이지"},"VKb1MS":{"string":"카테고리"},"RzsKm8":{"string":"배송비"},"c8nvms":{"string":"판매"},"etP0+D":{"string":"바우처"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"이름"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"설명"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"미완료"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Manual payments can not be refunded"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Only pre-authorized payments can be voided"},"gKdGxP":{"context":"error message","string":"미리 인증된 결제수단에 한하여 보관 가능"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Shipping method is not valid for chosen shipping address"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"바우처"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Address Information"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"이름"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"설정"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"이름"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"네"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"할당됨"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"수량"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/mn.json b/locale/mn.json index 447a89e60..1b05098a2 100644 --- a/locale/mn.json +++ b/locale/mn.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Захиалга цуцлах" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Буцаан олгосон дүн" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Нуусан" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "{огноо}-с хойш харагдана" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "{огноо}-д бэлэн болно" - }, - "channel visible": { - "context": "channel publication status", - "string": "Харагдах боломжтой" - }, - "configurationMenuAttributes": { - "string": "Бүтээгдэхүүний төрлийг бий болгоход ашиглах шинж чанаруудыг тодорхойл" - }, - "configurationMenuChannels": { - "string": "Борлуулалтын сувгаа тодорхойл" - }, - "configurationMenuNavigation": { - "string": "Хэрэглэгчид танай дэлгүүрийг хэрхэн олохыг тодорхойл" - }, - "configurationMenuPageTypes": { - "string": "Дэлгүүртээ ашигласан контентын сувгийг тодорхойл" - }, - "configurationMenuPermissionGroups": { - "string": "Хэрэглэгчийн эрхийг тохируулах" - }, - "configurationMenuProductTypes": { - "string": "Борлуулж буй бүтээгдэхүүний төрлийг тодорхойл" - }, - "configurationMenuShipping": { - "string": "Хэрхэн захиалга хүргэхээ удирдах, өөрчлөх" - }, - "configurationMenuSiteSettings": { - "string": "Вебсайтын тохиргоог харах, засах" - }, - "configurationMenuStaff": { - "string": "Ажилчдын хандах эрхийг тохируулах" - }, - "configurationMenuTaxes": { - "string": "Татварын хувь хэмжээг тохируулах" - }, - "configurationMenuWarehouses": { - "string": "Агуулахын мэдээлэл тохируулах" - }, - "configurationPluginsPages": { - "string": "Plugin тохиргоо харах, засах" - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Бүтээгдэхүүн буцаагдлаа" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Тогтмол хэмжээ" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Үйл ажиллагаа" - }, - "homeActivityCardNoActivities": { - "string": "Ямар ч үйлдэл олдсонгүй" - }, - "homeAnalyticsCardHeader": { - "string": "Өнөөдөр" - }, - "homeHeaderText": { - "context": "header", - "string": "Сайн уу, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Таны дэлгүүрийн талаар дэлгэрэнгүй мэдээлэл" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {{amount} захиалсан} other {{amount} захиалсан}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": " Эрэлттэй бүтээгдэхүүн" - }, - "homeProductsListCardNoProducts": { - "string": "Бүтээгдэхүүн олдсонгүй" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Татгалзах" - }, - "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": "Сайн уу, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "хооронд" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "тэнцүү" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Цэс үүсгэх" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Цэсний гарчиг" - }, - "menuDetailsDeleteMenuContent": { - "string": "{menuName} цэсийг устгахдаа итгэлтэй байна уу?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Цэс устгах" - }, - "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": "Бараа нэмэх" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Холбоос: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Засварлах" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Холбоос" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Хайлтыг эхлүүлэхийн тулд бичиж эхлээрэй..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Нэр" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Шинэ бүтээгдэхүүний төрөл үүсгэх" - }, - "menuItemsHeader": { - "context": "header", - "string": "Цэсний нэр төрөл" - }, - "menuItemsPlaceholder": { - "string": "Шинэ цэсний хэсэг нэмж шинэ цэс үүсгэх" - }, - "menuListCreatedMenu": { - "string": "Цэс үүсгэгдлээ" - }, - "menuListDeleteMenuContent": { - "string": "Та { menuName} устгахдаа итгэлтэй байна уу?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Цэс устгах" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Та {displayQuantity} цэсийг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} цэсийг устгахдаа итгэлтэй байна уу?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Цэснүүдийг устгах" - }, - "menuListDeletedMenu": { - "string": "Устгасан цэс" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Барааны нэр төрөл" - }, - "menuListMenutitle": { - "string": "Цэсний гарчиг" - }, - "menuListNoMenus": { - "string": "Цэс олдсонгүй" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Цэс үүсгэх" - }, - "menuPropertiesMenuTitle": { - "string": "Цэсний гарчиг" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Нийтлэгдээгүй" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "Тохируулаагүй" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "Тохируулаагүй" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "Тохируулаагүй" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "хамаарахгүй " - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Хуудасын төрөл үүсгэх" - }, - "pageTypeInputLabel": { - "string": "Агуулгын төрөл сонгох" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Худалдан авах боломжтой" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Ангилал" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Коллекцууд" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Тайлбар" - }, - "productExportFieldName": { - "context": "product field", - "string": "Нэр" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Бүтээгдэхүүний зураг" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Бүтээгдэхүүний жин" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Татвар авах" - }, - "productExportFieldType": { - "context": "product field", - "string": "Төрөл" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Зурагт хувилбар" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "SKU нэмэх" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Бүтээгдэхүүний жин оруулах" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Бараа материал" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Бүтээгдэхүүний төрөл үүсгэх" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Бүтээгдэхүүний төрөл үүсгэх" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Татвар" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Үнэ" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Бэлэн Нөөц" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Бэлэн Нөөц" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "Танай дэлгүүрт агуулах байхгүй байна. Та нөөцийн хэмжээг оруулахгүйгээр бүтээгдэхүүнийг боломжтой." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Агуулах" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "Танай дэлгүүрт агуулах байхгүй байна. Бүтээгдэхүүний нөөцийн хэмжээг нэмэхийн тулд агуулахаа тохируулна уу" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "Танай дэлгүүрт агуулах байхгүй байна. Бүтээгдэхүүний нөөцийн хэмжээг нэмэхийн тулд агуулахаа тохируулна уу" - }, - "published channel": { - "context": "product label", - "string": "Нийтлэгдсэн" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "({quantity}) ангилал" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": " ({quantity}) коллекц" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "({quantity}) бүтээгдэхүүн" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Боломжит огноог тохируулах" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Хүргэлтийг буцаан олгосон" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Та {name} устгахдаа итгэлтэй байна уу?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Та {name} устгахдаа итгэлтэй байна уу?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Агуулах" - }, - "src_dot_accept": { - "context": "button", - "string": "Зөвшөөрөх" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App идэвхжлээ" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "Аpp идэвхгүй боллоо" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "App Идэвхжүүлэх" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Та {name}-г идэвхжүүлэхдээ итгэлтэй байна уу?" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Идэвхжүүлэх" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Идэвхгүй болгох" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "App Идэвхгүй болгох" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Та энэ Аpp-ыг идэвхгүй болгохдоо итгэлтэй байна уу? Та Аpp-ыг дахин идэвхжүүлэх хүртэл таны мэдээлэл хадгалагдах болно. Аpp-ын төлбөр үргэлжлэн суутгагдана." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Та {name}-г идэвхгүй болгохдоо итгэлтэй байна уу? Таныг програмыг дахин идэвхжүүлэх хүртэл таны мэдээлэл хадгалагдах болно. Аpp-ын төлбөр тооцогдсоор байх болно." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "{name}-г устгаснаар та энэ програмтай холбоотой бүх өгөгдөл болон webhooks-ийг устгах болно. Та үргэлжлүүлэх үү?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "App-ыг устгах" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Та энэ App-ыг устгахдаа итгэлтэй байна уу?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "{name}-г устгаснаар та програмын суулгацыг устгах болно. Хэрэв та app-ын төлбөрийг төлж байгаа бол Saleor Marketplace дээрх аpp-н бүртгэлээ цуцлахаа мартуузай. Та програмыг устгахдаа итгэлтэй байна уу?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Идэвхгүй болгох" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "App-ын Нууцлалын тохиргоог харах" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Тохиргоог засах" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Мэдээллийн нууцлал" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Дэмжлэг авах" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "App нээх" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Идэвхжүүлэх" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App-ын зөвшөөрөл" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "Энэ app нь дараах зөвшөөрөлтэй:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "Энэ app-ын тухай" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "App-ыг устгах" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Та энэ App-ыг устгахдаа итгэлтэй байна уу?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "{name}-г устгаснаар та програмын суулгацыг устгах болно. Хэрэв та app-ын төлбөрийг төлж байгаа бол Saleor Marketplace дээрх аpp-н бүртгэлээ цуцлахаа мартуузай. Та програмыг устгахдаа итгэлтэй байна уу?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "Аппликешнд асуудал гарлаа." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "\"Худалдагч\" суулгацтай холбоотой чухал мэдээллийг авч чадсангүй. Системийн хяналтын самбар руу буцахын тулд доорх товчлуурыг ашиглана уу." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Нүүр хуудас руу буцах" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Нууцлалын талаар нэмэлт мэдээлэл авах" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Аpp-ыг суулгах" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Энэ app-ыг суулгаснаар дараах зөвшөөрөл олгогдоно." - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Аpp-ыг устгаснаар таны {name}-д хадгалагдсан хэрэглэгчийн бүх хувийн мэдээллийг устах болно." - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "Та {name}-г суулгах гэж байна" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App-ын зөвшөөрөл" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "Тухай" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Тусламж/Түгээмэл асуултууд" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Яг одоо суулгаж буй" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Дахин оролдох" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "Суулгах явцад асуудал гарсан байна" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Аpp суулгаж байна..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Энэ аpp-д дэлгүүрт бүрэн нэвтрэх эрх олгох" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "\"Худалдагч\" системийн тодорхой хэсэгт хандахын тулд програмын зөвшөөрлийг өргөжүүлэх эсвэл хязгаарлах." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Шинэ app үүсгэх" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Үүсгэсэн токен" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "Энэ токен нь танд дэлгүүрийнхээ API-д хандах боломжийг олгодог бөгөөд та эндээс олох боломжтой: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Хуулагдсан" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Токен хуулах" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_4189999598": { - "string": "Таны анхны токеныг үүсгэсэн. Шинэ нэвтрэх токеноо хуулахаа мартуузай. Та энэ цониыг дахин харахгүй." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Энэ аpp-д дэлгүүрт бүрэн нэвтрэх эрх олгох" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Идэвхгүй болгох" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "\"Худалдагч\" системийн тодорхой хэсэгт хандахын тулд програмын зөвшөөрлийг өргөжүүлэх эсвэл хязгаарлах." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Идэвхжүүлэх" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App-ын мэдээлэл" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "Аpp-ын нэр" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Түлхүүр" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "Токен олдсонгүй" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Токен" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Токен үүсгэх" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Токен тэмдэглэл" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Үйлдлүүд" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Апп үүсгэх" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Идэвхгүй" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "Тухай" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "Таны хяналтын самбарт суулгасан app байхгүй байна" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Гуравдагч талын app-ууд" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Худалдагч Marketplace " - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace удахгүй гарах болно" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Marketplace-д зочилох" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Худалдагч Marketplace дээр үнэгүй болон төлбөртэй app-ыг олж мэдэx." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Үүсгэсэн токен" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Үйлчилгээний хаягуудыг баталгаажуулахад нэвтрэх токен ашиглагдана " - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3009959880": { - "string": "Таны токеныг үүсгэсэн. Шинэ нэвтрэх токеноо хуулахаа мартуузай. Та энэ цониыг дахин харахгүй." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Токен хуулах" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Токен үүсгэх" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Токен тэмдэглэл" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Үүсгэх" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Токен устгах" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "{token} токенийг устгахдаа итгэлтэй байна уу?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "App-ын тохиргоог дуудаж чадсангүй" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Аpp-ыг суулгах" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "{name}-г суулгаж чадсангүй" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "Аpp суулгагдлаа" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name}-г ашиглахад бэлэн боллоо" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App-ыг амжилттай устгагдлаа" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Апп үүсгэх" - }, - "src_dot_assign": { - "context": "button", - "string": "Оноох" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Шинж чанар" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "Энэ утга нь энэ шинж чанар дотор орсон байна" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Та {displayQuantity} шинж чанаруудыг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} шинж чанаруудыг устгахдаа итгэлтэй байна уу?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Шинж чанаруудыг устгах" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Шинж чанаруудыг устгах" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Та {attributeName} устгахдаа итгэлтэй байна уу?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Бүс" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Өгөгдсөн тэмдэг" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Шинж чанарын код" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "context": "attribute slug input field helper text", - "string": "Та хоосон зай ашигласан эсэхээ шалгаарай" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Огноо" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Доошлуулах" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Файл" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Kаталог оруулах " - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Олон сонголттой" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Хуудсууд" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Бүтээгдэхүүн" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Шаардлагатай утга" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Жин" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "Бүх атрибут" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "Шинж тэмдэг үүсгэх" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "Шинж тэмдэг хайх" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "Багана болгож ашиглах боломжтой" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Dashboard дээрээс шүүх боломжтой" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { - "context": "use attribute in filtering", - "string": "Storefront дээрээс шүүх боломжтой" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_isVariantOnly": { - "context": "attribute can be used only in variants", - "string": "Зөвхөн хувилбар оруулна уу" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_valueRequired": { - "context": "attribute value is required", - "string": "Шаардлагатай утга" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_visibleInStorefront": { - "context": "attribute", - "string": "Дэлгүүрийн бүтээгдэхүүний хуудсанд харуулах" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { - "string": "Шинж чанар олдсонгүй" - }, - "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": "Хайлт хийх боломжтой" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { - "string": "Шинж чанарын код" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_643174786": { - "context": "attribute is visible", - "string": "Харагдах боломжтой" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "Өгөгдсөн тэмдэг" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "Худалдагч системд энэ шинж чанарыг хаана ашиглахыг тодорхойлох" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Байгууллага" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Шинж чанарын ангилал" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Агуулгын шинж чанар" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Бүтээгдэхүүний шинж чанар" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Шинэ бүтээгдэхүүний төрөл үүсгэх" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Баганын сонголт нэмэх" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "Идэвхжүүлснээр шинж чанарыг бүтээгдэхүүний хүснэгтэд багана болгон ашиглаж болно." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Хяналтын самбарын шинж чанарууд" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Шүүлтүүрт ашиглах" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "Идэвхжүүлснээр та шинж чанарыг ашиглан бүтээгдэхүүний жагсаалтад байгаа бараа бүтээгдэхүүнийг шүүлт хийх боломжтой болно." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Дэлгүүрийн шинж чанарууд" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Олон нийтийн" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "Идэвхжүүлт хийснээр тухайн шинж чанар нь хэрэглэгчдэд нээлттэй болно." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Image" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "\"{name}\" утгыг устгахадаа итгэлтэй байна уу?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Шинж чанарын утгыг устгах" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Та \"{name}\" утгыг устгахдаа итгэлтэй байна уу? Хэрэв та үүнийг устгавал \"{attributeName}\" шинж тэмдэгийг аль ч бүтээгдэхүүнд оноох боломжгүй болно." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Утгыг засах" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Утга нэмэх" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "Нэр" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Өгөгдмөл дэлгүүрийн харагдац" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "Админ" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "Утга олдсонгүй" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Шинж чанарын утга" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Утга оноох" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Шинж чанар амжилттай үүсгэгдлээ" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Утга устгагдлаа" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Шинж чанар устгагдлаа" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Шинэ утга нэмэгдсэн" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Шинж чанар устгагдлаа" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Нэвтрэх" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Нууц үг" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Нууц үг мартсан?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Уучлаарай, таны хэрэглэгчийн нэр болон/эсвэл нууц үг буруу байна. Дахин оролдоно уу." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Шинэ нууц үг" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "Шинэ нууц үг тохируулах" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "Нууц үг зөвшөөрөх" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Нууц үг тохирохгүй байна" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Нууц үгээ шинэчлэх" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Нэвтрэх хуудас руу буцах" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Нууц үгээ шинэчлэх" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "Амжилттай! Хэдэн минутын дараа та нууц үгээ хэрхэн шинэчлэх заавар бүхий мессеж хүлээн авах болно." - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "Өгөгдсөн имэйл хаяг манай мэдээллийн санд байхгүй байна." - }, - "src_dot_availability": { - "string": "Боломжтой эсэх" - }, - "src_dot_back": { - "context": "button", - "string": "Буцах" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Цуцлах" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Цуцлагдсан" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Каталог" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Ангилалууд" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Таны зураг (заавал биш)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(Заавал биш)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Шинэ ангилал үүсгэх" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Энэ категорийг хайхад хялбар болох үүднээс гарчиг болон тайлбарыг оруулж өгөх" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Ангилал устгах" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "Та {categoryName} устгахдаа итгэлтэй байна уу?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Ангилалын Нэр" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Ангилалын тайлбар" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Ангилал үүсгэх" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Ангилал хайх" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "Бүх ангилал" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Ангилалын Нэр" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "Ангилал олдсонгүй" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "Дэд ангилал олдсонгүй" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "Дэд ангилалууд" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "Бүтээгдэхүүний тоо" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "Бүтээгдэхүүн олдсонгүй" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Нэр" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Бүтээгдэхүүн нэмэх" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "{categoryName} дахь бүтээгдэхүүнүүд" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Дэд ангилалууд" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Энэ категорийг хайхад хялбар болох үүднээс гарчиг болон тайлбарыг оруулж өгөх" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "Бараа" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "Бүх дэд ангилал" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Дэд ангилал үүсгэх" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Ангилал үүсгэх" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Та {displayQuantity} бүтээгдэхүүнийг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} бүтээгдэхүүнийг устгахдаа итгэлтэй байна уу?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "Ангилал үүсгэгдсэн" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Та {displayQuantity} ангиллыг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} ангиллыг устгахдаа итгэлтэй байна уу?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "Ангилал устгах" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Ангилал устгагдсаг" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Бүтээгдэхүүнүүдийг устгах" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Энэ үйлдлийг хийснээр энэ ангилалд хамаарах бүх бүтээгдэхүүнийг дэлгүүрийн нүүрэн дээр ашиглах боломжгүй болгоно гэдгийг санаарай." - }, - "src_dot_categories_dot_views_dot_3488150607": { - "string": "Энэ үйлдлийг хийснээр энэ ангилалд хамаарах бүх бүтээгдэхүүнийг устгах болно гэдгийг санаарай." - }, - "src_dot_categories_dot_views_dot_712767046": { - "context": "dialog title", - "string": "Ангилалуудыг устгах" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "Та {categoryName} устгахдаа итгэлтэй байна уу?" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_1823337870": { - "string": "{counter,plural,one {Та {displayQuantity} ангиллыг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} ангиллыг устгахдаа итгэлтэй байна уу?}}" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_3488150607": { - "string": "Энэ үйлдлийг хийснээр энэ ангилалд хамаарах бүх бүтээгдэхүүнийг устгах болно гэдгийг санаарай." - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_712767046": { - "context": "dialog title", - "string": "Ангилалуудыг устгах" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Сувгууд" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Боломжтой эсэх" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Суваг устгах" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Сувгийг устгаснаар энэ сувагтай холбоотой бүх бүтээгдэхүүний мэдээлэл устах болно. Та энэ сувгийг устгахдаа итгэлтэй байна уу?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "Энэ сувгийн захиалгын бүх мэдээллийг өөр суваг руу шилжүүлэх шаардлагатай. Зөөх шаардлагатай сувгийн захиалгыг сонгоно уу:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "Захиалгын мэдээллийг зөөх суваг алга. Мэдээллийг шилжүүлэхийн тулд ижил мөнгөн тэмдэгттэй суваг үүсгэнэ үү." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Суваг сонгох" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Сувгийн тохиргоо" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Хуулагдсан" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Хуулбарлах" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Мөнгөн тэмдэгт" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Сувгийн нэр" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Суваг сонгоx" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Сувгийн нэр" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Идэвхгүй" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Статус" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Идэвхгүй болгох" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Сувгийн статус" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Идэвхтэй" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Идэвхжүүлэх" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Сувгийн нэр" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "Суваг олдсонгүй" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Үйлдлүүд" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Суваг үүсгэх" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{код} - {улс}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "Шинэ суваг" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Суваг үүсгэх" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Сувгийн дэлгэрэнгүй " - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Суваг устгагдлаа" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Суваг устгагдлаа" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Файл сонгох" - }, - "src_dot_clear": { - "context": "button", - "string": "Цэвэрлэх" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Коллекцууд" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Харагдах боломжтой" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Нуусан" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "Энэ коллекцийг хайхад хялбар болох үүднээс гарчиг болон тайлбарыг оруулж өгөх" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "Коллекц нэмэх" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "Харагдах боломжтой" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Нуусан" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Энэ коллекцийг хайхад хялбар болох үүднээс гарчиг болон тайлбарыг оруулж өгөх" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "Нэр" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Таны зураг (заавал биш)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(Заавал биш)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "Бүх коллекц" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Коллекц үүсгэх" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "Нуусан" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Нийтлэгдсэн" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "Коллекц олдсонгүй" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "Бүтээгдэхүүний тоо" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "Коллекцын нэр" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "Боломжтой эсэх" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "Бүтээгдэхүүн олдсонгүй" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Төрөл" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "Боломжтой эсэх" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "{name} доторх бүтээгдэхүүнүүд" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Бүтээгдэхүүнд нэмэх" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "Нэр" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Коллекц устгагдлаа" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Коллекцид бүтээгдэхүүнийг нэмсэн" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Коллекцийн зургийг устгахдаа итгэлтэй байна уу?" - }, - "src_dot_collections_dot_views_dot_3215481647": { - "string": "{counter,plural,one {Та {displayQuantity} бүтээгдэхүүний оноолтыг цуцлахдаа итгэлтэй байна уу?} other {Та {displayQuantity} бүтээгдэхүүний оноолтыг цуцлахдаа итгэлтэй байна уу?}}" - }, - "src_dot_collections_dot_views_dot_3482612628": { - "string": "Коллекцоос бүтээгдэхүүнийг устгасан" - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "Цуглуулгын сувгийг удирдах" - }, - "src_dot_collections_dot_views_dot_3791354625": { - "context": "dialog title", - "string": "Коллекцоос бүтээгдэхүүнийг хассан" - }, - "src_dot_collections_dot_views_dot_523939418": { - "string": "Та {collectionName} устгахдаа итгэлтэй байна уу?" - }, - "src_dot_collections_dot_views_dot_686910896": { - "context": "window title", - "string": "Коллекц үүсгэх" - }, - "src_dot_collections_dot_views_dot_699514132": { - "context": "dialog title", - "string": "Коллекц устгах" - }, - "src_dot_collections_dot_views_dot_870815507": { - "context": "unassign product from collection, button", - "string": "Хасах" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "Зураг устгах" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2491832187": { - "string": "{counter,plural,one {Та {displayQuantity} цуглуулгуудыг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} цуглуулгуудыг устгахдаа итгэлтэй байна уу?}}" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_3817188998": { - "context": "dialog title", - "string": "Коллекцуудыг устгах" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Хэрэглэгчийн бүлгүүд" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Хандах эрх" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Боломжит зөвшөөрөл" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "Таны хэрэглэгчийн эрхээс хэтэрсэн байна. Та зөвхөн өөрт байгаа хэрэглэгчийн эрхийг удирдах боломжтой." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Улс" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Утас" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Хаяг 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "Хот" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "Зип/Шуудангын код" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Хаяг 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Компани" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Улсын нутаг дэвсгэр" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "Илэрц олдсонгүй" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Шинж чанараар хайх" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Шинж чанарын нэрээр хайх" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Шинж чанар оноох" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Оноох" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Ангилал оноох" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Ангилал хайх" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Ангиллын нэр, ...-ээр хайх" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Коллекцид нэмэх" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Коллекц хайх" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Ангиллын нэр, ...-ээр хайх" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Оноох" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Бүтээгдэхүүнүүдээс хайх" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Бүтээгдэхүүний нэр, шинж чанар, бүтээгдэхүүний төрөл, ...-ээр хайх" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Бүтээгдэхүүнд нэмэх" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Бүтээгдэхүүний нэр, шинж чанар, бүтээгдэхүүний төрөл, ...-ээр хайх" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Та {itemTypeName}-с {attributeName}-н оноолтыг цуцлахдаа итгэлтэй байна уу?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{тоо} Шинж чанарууд" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Шинж чанар" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Утга" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Утга" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "Илэрцгүй" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Боломжтой эсэх" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Удирдах" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Бүтээгдэхүүний жагсаалтад харуулах" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "{date} хойш" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Нийтлэгдсэн өдөр" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Энэ хайрцгийг идэвхгүй болгосноор хайлтын болон цуглуулгын хуудаснаас бүтээгдэхүүнийг устгах болно. " - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "...-д тохируулах " - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Нийтэлсэн огноог тохируулах" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "{contentType}-г ашиглах боломжтой сувгуудаа сонгоx" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "Суваг олдсонгүй" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Бүх сувгийг сонгоx" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "А-аас Я хүртэлх сувгууд" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Сувгуудаар хайх" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Сувгуудаар хайх" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "{contentType}-г ашиглах боломжтой сувгуудаа сонгоx" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Нийтлэгдсэн" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Статус" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Дахин тохируулах" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Баганууд" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Улс" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Утас" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Хаяг 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Хот" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "Зип/Шуудангын код" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Хаяг 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Компани" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Улсын нутаг дэвсгэр" - }, - "src_dot_components_dot_CountryList_dot_2460766407": { - "context": "number of countries", - "string": "{number} улс" - }, - "src_dot_components_dot_CountryList_dot_2747492886": { - "context": "button", - "string": "Улсад нэмэх" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_2173195312": { - "context": "custom search delete, dialog header", - "string": "Хайлт устгах" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_71479100": { - "string": "Хайлтын хэсгээс {name} устгахдаа итгэлтэй байна уу?" - }, - "src_dot_components_dot_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Алдаа" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Удирдах самбар" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Хайлт устгах" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Тусгай шүүлтүүр" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Хайлтыг хадгалах" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "Шүүлтүүр" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "Илэрцгүй" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Цааш үзэх" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Шүүлтүүр" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "болон" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Шүүлтүүр" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Өөрчлөлтийг хадгалах" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "src_dot_components_dot_ImageUpload_dot_1731007575": { - "context": "image upload", - "string": "Энд файлаа хуулна уу" - }, - "src_dot_components_dot_LanguageSwitch_dot_4150219184": { - "context": "button", - "string": "{languageName} - {languageCode}" - }, - "src_dot_components_dot_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Утга" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Мета өгөгдөл" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Хувийн мета өгөгдөл" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Талбар" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Талбар нэмэх" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Үйлдлүүд" - }, - "src_dot_components_dot_MoneyRange_dot_12301532": { - "context": "money", - "string": "{money} руу" - }, - "src_dot_components_dot_MoneyRange_dot_1316359951": { - "context": "money", - "string": "{fromMoney} - {toMoney}" - }, - "src_dot_components_dot_MoneyRange_dot_3729849657": { - "context": "money", - "string": "{money}-с" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Шинэ утгах нэмэх: {value}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { - "string": "Илэрц олдсонгүй" - }, - "src_dot_components_dot_MultiSelectField_dot_4205644805": { - "string": "Илэрц олдсонгүй" - }, - "src_dot_components_dot_NavigatorButton_dot_154826674": { - "string": "Удирдамж" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "Захиалгын дугаар" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Заавар бичих" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Хэрэглэгч хайх" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Хэрэглэгчдээс хайх" - }, - "src_dot_components_dot_Navigator_dot_2874620973": { - "context": "navigator placeholder", - "string": "Боломжтой үйлдлүүдийг харахын тулд {key} гэж бичнэ үү" - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Каталогоос хайх" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Чиглүүлэх" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "Таны өдөр тутмын ажлыг хийхэд тань тусална. Удирдамж {keyboardShortcut} ашиглан ажиллуулна." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Түргэн үйлдэл" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Удирдамж танд туслахаар энд байна" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "Ангилал" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Коллекц" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Нийтлэгдсэн" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Нийтлэгдээгүй" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Ангилал үүсгэх" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Коллекц үүсгэх" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Хэрэглэгч үүсгэх" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Захиалга үүсгэх" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Хэрэглэгчийн бүлэг үүсгэх" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Бүтээгдэхүүн үүсгэх" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Ваучер үүсгэх" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{lastName} {firstName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Захиалга руу буцах #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Каталогоос хайх" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Хайлтын заавар" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Хэрэглэгчдийг хайх" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Харагдах байдал, үйлдлийг хайх" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Тусламж харуулах" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Захиалга хайх" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "Хайлт илэрцгүй" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Бүтээгдэхүүн" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Ooops!..." - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Дутуу зүйл байна" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "Уучлаарай, энэ хуудас байхгүй байна" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "Удирдах самбар руу буцах" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Үнэ 0-ээс бага байж болохгүй" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "Илэрц олдсонгүй" - }, - "src_dot_components_dot_RowNumberSelect_dot_1154361791": { - "string": "Сонгогдсон мөр:" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1514415736": { - "context": "save filter tab, header", - "string": "Хайлтыг хадгалах" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1556856943": { - "context": "save search tab", - "string": "Нэр хайх" - }, - "src_dot_components_dot_SearchBar_dot_2173195312": { - "context": "button", - "string": "Хайлт устгах" - }, - "src_dot_components_dot_SearchBar_dot_2340527467": { - "string": "Тусгай шүүлтүүр" - }, - "src_dot_components_dot_SearchBar_dot_3268463180": { - "context": "button", - "string": "Хайлтыг хадгалах" - }, - "src_dot_components_dot_SeoForm_dot_1324250412": { - "string": "Хайлтын системийн гарчиг" - }, - "src_dot_components_dot_SeoForm_dot_1991321627": { - "string": "Хайлтын системийн тайлбар" - }, - "src_dot_components_dot_SeoForm_dot_3198271020": { - "context": "button", - "string": "Сайтын SEO засварлах" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Хайлтын системийг урьдчилан харах" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Хэрвээ хоосон бол урьдчилан харах автоматаар үүснэ" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Шинэ утгах нэмэх: {value}" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { - "string": "Байхгүй" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_4205644805": { - "string": "Илэрц олдсонгүй" - }, - "src_dot_components_dot_SingleSelectField_dot_4205644805": { - "string": "Илэрц олдсонгүй" - }, - "src_dot_components_dot_TableHead_dot_868570480": { - "string": "Сонгосон {тоо} зүйл" - }, - "src_dot_components_dot_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "src_dot_components_dot_Timeline_dot_1359200231": { - "context": "add order note, button", - "string": "Илгээх" - }, - "src_dot_components_dot_Timeline_dot_3028189627": { - "string": "Тэмдэглэлээ энд бичнэ үү..." - }, - "src_dot_components_dot_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Гарах" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Хэрэглэгчийн тохиргоо" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Харанхуй горимыг идэвхжүүлэх" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Бүтээгдэхүүний жагсаалтад харуулах" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Харагдац" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "{date} хойш" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Нийтлэгдсэн өдөр" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Энэ хайрцгийг идэвхгүй болгосноор хайлтын болон цуглуулгын хуудаснаас бүтээгдэхүүнийг устгах болно. " - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "...-д тохируулах " - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Нийтэлсэн огноог тохируулах" - }, - "src_dot_components_dot_WeightRange_dot_264731940": { - "context": "weight", - "string": "{утга} {нэгж} хүртэл" - }, - "src_dot_components_dot_WeightRange_dot_2892071052": { - "context": "weight", - "string": "{fromValue} {fromUnit} - {toValue} {toUnit}" - }, - "src_dot_components_dot_WeightRange_dot_4256193688": { - "context": "weight", - "string": "{value} {unit}-с" - }, - "src_dot_components_dot_Weight_dot_2781622322": { - "context": "weight", - "string": "{value} {unit}" - }, - "src_dot_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Тохиргоо" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Бусад" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Хүргэлтийн тохиргоо" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Шинж чанарууд ба бүтээгдэхүүний төрлүүд" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Ажилтны тохиргоо" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Агуулгын менежмент" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Бүтээгдэхүүний тохиргоо" - }, - "src_dot_configuration_dot_887806978": { - "string": "Олон суваг" - }, - "src_dot_confirm": { - "context": "button", - "string": "Зөвшөөрөх" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Бүтээгдэхүүн экспорт амжилтгүй боллоо" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Бүтээгдэхүүн экспорт дууссан ба таны имэйл хаягруу илгээгдлээ." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "CSV экспорт хийж дууслаа" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Нэхэмжлэхийг үүсгэлээ. Hэхэмжлэхийн жагсаалтын дээд хэсэгээс харна уу." - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Нэхэмжлэл үүслээ" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Нэхэмжлэл үүсгэх" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Сэргээх" - }, - "src_dot_continue": { - "context": "button", - "string": "Үргэлжлүүлэх" - }, - "src_dot_create": { - "context": "button", - "string": "Үүсгэх" - }, - "src_dot_customApps": { - "string": "Суурин app" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Хэрэглэгчид" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "Хаяг засах" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "Хаяг нэмэх" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Хаяг нэмэх" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "string": "Үйлчлүүлэгч өөрийн хаягийн дэвтэрт ямар ч хаяг нэмээгүй байна. Та доорх товчлуурыг ашиглан хаяг нэмэх боломжтой." - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName} хаягын дэвтэр" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Дэлгэрэнгүй" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "Үйлчлүүлэгчид харуулах хаяг байхгүй байна." - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Анхны хаяг" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Анхны тооцооны хаяг" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Анхны хүргэлтийн хаяг" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Хаяг устгах" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Хаяг засах" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Тооцооны хаяг хадгалах" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Хүргэлтийн хаяг хадгалах" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Хаягийн мэдээлэл" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Хүргэлтийн хаяг" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Хаяг" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "Хэрэглэгч хаяг оруулаагүй байна" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "Тооцоо хийх хаяг" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "Үндсэн хаяг" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "Энэ хэрэглэгчийн үндсэн хаяг." - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Хэрэглэгчийн үнэлгээ" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "Тэмдэглэлүүд" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Тэмдэглэл" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Энэ үйлчлүүлэгчтэй холбоотой нэмэлт мэдээллийг оруулна уу." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "Хэрэглэгч үүсгэх" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { - "context": "check to mark this account as active", - "string": "Хэрэглэгчийн бүртгэл идэвхтэй байна" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { - "context": "section subheader", - "string": "{date} -с хойш гишүүн байгаа " - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { - "context": "note about customer", - "string": "Тэмдэглэл" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Холбоо барих мэдээлэл" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Хэрэглэгч хайх" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "Хэрэглэгч үүсгэх" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "Бүх харилцагч" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Элссэн огноо" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { - "string": "Захиалагдсан тоо" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "Захиалгын тоо" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "Хэрэглэгч олдсонгүй" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Хэрэглэгчийн емайл" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Хэрэглэгчийн нэр" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { - "context": "order status", - "string": "Статус" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "Сүүлийн захиалга" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "Захиалгын дугаар" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "Бүх захиалгыг харах" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "Огноо" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "Нийт" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { - "string": "Захиалга олдсонгүй" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Сүүлд нэвтэрсэн" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "Сүүлийн захиалга" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Хэрэглэгчийн түүх" - }, - "src_dot_customers_dot_views_dot_1927691511": { - "context": "delete customer, dialog content", - "string": "Та {email} устгахдаа итгэлтэй байна уу?" - }, - "src_dot_customers_dot_views_dot_1998583641": { - "context": "dialog header", - "string": "Хэрэглэгч устгах" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "Хаяг устгах" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Хэрэглэгч үүсгэх" - }, - "src_dot_customers_dot_views_dot_3689332763": { - "string": "Хэрэглэгчийн хаягийн жагсаалтаас энэ хаягийг устгахдаа итгэлтэй байна уу?" - }, - "src_dot_customers_dot_views_dot_3901579344": { - "string": "Харилцагч устгагдлаа" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Хэрэглэгч үүсгэгдсэн" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_1932444813": { - "string": "{counter,plural,one {Та {displayQuantity} харилцагчдыг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} харилцагчдыг устгахдаа итгэлтэй байна уу?}}" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_2136923553": { - "context": "dialog header", - "string": "Хэрэглэгчдийг устгах" - }, - "src_dot_dashboard": { - "string": "Удирдах самбар" - }, - "src_dot_date": { - "string": "Огноо" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Устгах" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Та демо горимд байна. Та хяналтын самбар дээр тоглох боломжтой боловч өөрчлөлтийг хадгалах боломжгүй." - }, - "src_dot_description": { - "string": "Тайлбар" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Хямдралууд" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Ангилалд нэмэх" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Боломжтой ангиллууд" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "Ангилал олдсонгүй" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Ангилалын Нэр" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Бүтээгдэхүүн" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Коллекцид нэмэх" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Зөвшөөрөгдсөн коллекцууд" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "Коллекц олдсонгүй" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Коллекцын нэр" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Бүтээгдэхүүн" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_1585396479": { - "context": "dialog header", - "string": "Улсад нэмэх" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2110418881": { - "context": "search box placeholder", - "string": "Улсын нэрээр хайх" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2177165134": { - "string": "Доорх жагсаалтаас ваучерыг хязгаарлахыг хүсч буй улс орнуудыг сонгоно уу" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2566713432": { - "context": "search box label", - "string": "Улсаар шүүх" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2747492886": { - "context": "button", - "string": "Улсад нэмэх" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2777439857": { - "context": "country selection", - "string": "А-Я Улсууд" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Дуусах огноог оруулах" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1662220323": { - "context": "time during discount is active, header", - "string": "Идэвхитэй огноо" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsButton": { - "context": "button", - "string": "Бүтээгдэхүүн сонгох" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Зөвшөөрөгдсөн бүтээгдэхүүнүүд" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "Бүтээгдэхүүн олдсонгүй" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Боломжтой эсэх" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Бүтээгдэхүүний нэр" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Бүтээгдэхүүний төрөл" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "No variants found" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Бүтээгдэхүүний нэр" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Бүтээгдэхүүний төрөл" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Борлуулалт үүсгэх" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "Нэр" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Борлуулалт хайх" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Борлуулалт үүсгэх" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "Бүх борлуулалт" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "Идэвхтэй" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "Хугацаа дууссан" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { - "context": "discount type", - "string": "Тогтмол хэмжээ" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Хувь" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "Төлөвлөгдсөн" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "Эхэлсэн" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "Статус" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "Хямдралын төрөл" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "Утга" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { - "context": "sale end date", - "string": "Дуусах огноо" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { - "string": "Борлуулалт олдсонгүй" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Эхлэх" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "Нэр" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Утга" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Нэр" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Хямдралын төрөл" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Хувь" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Тогтмол хэмжээ" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "Утга" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Хямдралын утга" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Хямдрал оноогдоогүй сувгын хямдралыг тогтооход үндсэн суваг ашиглагдана. Тогтоогдсон хямдрал сувгийн валют руу хөрвүүлэгдэнэ. " - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "Суваг олдсонгүй" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Сувгийн нэр" - }, - "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { - "context": "page header", - "string": "Ваучер үүсгэх" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Дуусах огноог оруулах" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { - "context": "time during voucher is active, header", - "string": "Идэвхитэй огноо" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "Ваучер бүх улс оронд хамаарна" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Ваучер нь эдгээр улс орнуудад хязгаарлагдсан" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "Улсууд" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "({quantity}) ангилал" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "Цуглуулгууд ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "({quantity}) бүтээгдэхүүн" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Хямдралын код" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Код үүсгэх" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_applyOncePerCustomer": { - "context": "limit voucher", - "string": "1 хэрэглэгчийн ашиглах хязгаар" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Нийт ашиглах боломжтой тоо" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Ашиглах хязгаар" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Хэрэглээний хязгаар" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "Бүх урамшуулал" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { - "string": "Ваучер хайх" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { - "context": "button", - "string": "Ваучер үүсгэх" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { - "context": "voucher status", - "string": "Идэвхтэй" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "Хугацаа дууссан" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { - "context": "discount type", - "string": "Тогтмол хэмжээ" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Хувь" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "Төлөвлөгдсөн" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Эхэлсэн" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { - "context": "voucher status", - "string": "Статус" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { - "context": "voucher", - "string": "Удаа ашиглагдсан" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "Хямдралын төрөл" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "Утга" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "Хамгийн бага зарцуулалт" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "Дуусах огноо" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "Хэрэглээ" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "Эхлэх" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "Код" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Ваучер олдсонгүй" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Утга" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Хямдрал оноогдоогүй сувгын хямдралыг тогтооход үндсэн суваг ашиглагдана. Тогтоогдсон хямдрал сувгийн валют руу хөрвүүлэгдэнэ. " - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_2746532349": { - "context": "voucher requirements, header", - "string": "Хагмийн доод шаардлага" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3069107721": { - "context": "voucher has no requirements", - "string": "Байхгүй" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3740704788": { - "context": "voucher requirement", - "string": "Барааны хамгийн бага тоо хэмжээ" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_4097816011": { - "string": "Суваг олдсонгүй" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Сувгийн нэр" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Захиалгын хамгийн бага үнэ" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "Утга" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Захиалах хамгийн бага утга" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "-д хамаарна" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_3751756157": { - "context": "voucher value requirement", - "string": "Хэрэглээний хязгаар" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_78726751": { - "context": "voucher code", - "string": "Код" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3216816841": { - "context": "header", - "string": "Хямдралын төрөл" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3289659291": { - "context": "voucher discount type", - "string": "Үнэгүй хүргэлттэй" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3688224049": { - "context": "voucher discount type", - "string": "Хувь" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { - "context": "voucher discount type", - "string": "Тогтмол хэмжээ" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1134347598": { - "context": "column title", - "string": "Үнэ" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Утга" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Хямдралын утга" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Захиалга бүрт нэг" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1615342575": { - "string": "Хямдрал оноогдоогүй сувгын хямдралыг тогтооход үндсэн суваг ашиглагдана. Тогтоогдсон хямдрал сувгийн валют руу хөрвүүлэгдэнэ. " - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Ваучер дэлгэрэнгүй мэдээлэл" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "Суваг олдсонгүй" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4189095909": { - "string": "Хэрэв энэ сонголтыг идэвхгүй болговол зохих бүтээгдэхүүн бүрт хөнгөлөлт тооцогдоно" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Сувгийн нэр" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Бүх захиалга" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Онцлох бүтээгдэхүүнүүд" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Хүргэлт" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Борлуулалт амжиллтай үүсгэгдлээ" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Борлуулалтын сувгийг удирдах" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Сувгийн хүртээмжийг удирдаx" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Хямдралыг хассан" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Хямдралыг хассан" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Борлуулалт устгах" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Борлуулалтаас ангилал хасах" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Та {saleName} устгахдаа итгэлтэй байна уу?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_2809303671": { - "context": "dialog header", - "string": "Борлуулалтуудыг устгах" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_372098008": { - "context": "dialog content", - "string": "{counter,plural,one {Та {displayQuantity} хямдралыг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} хямдралыг устгахдаа итгэлтэй байна уу?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_3423943948": { - "string": "Бүтээгдэхүүний сувгийн хүртээмжийг удирдах" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Ваучерыг амжилттай үүсгэлээ" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Ваучерыг цуглуулгаас хасах" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": " Бүтээгдэхүүнээс ваучерийг хасах" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2353723060": { - "context": "dialog content", - "string": "{counter,plural,one {Та {displayQuantity} ангиллын оноолтыг цуцлахдаа итгэлтэй байна уу?} other {Та {displayQuantity} ангиллын оноолтыг цуцлахдаа итгэлтэй байна уу?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Ангиллыг ваучераас хасах" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3215481647": { - "context": "dialog content", - "string": "{counter,plural,one {Та {displayQuantity} бүтээгдэхүүний оноолтыг цуцлахдаа итгэлтэй байна уу?} other {Та {displayQuantity} бүтээгдэхүүний оноолтыг цуцлахдаа итгэлтэй байна уу?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Та {voucherCode} устгахдаа итгэлтэй байна уу?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Сувгийн ашиглагдах байдалыг удирдаx" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_767268203": { - "context": "dialog content", - "string": "{counter,plural,one {Та {displayQuantity} цуглуулгын оноолтыг цуцлахдаа итгэлтэй байна уу?} other {Та {displayQuantity} цуглуулгын оноолтыг цуцлахдаа итгэлтэй байна уу?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Ваучерыг устгах" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_2983742638": { - "context": "dialog content", - "string": "{counter,plural,one {Та {displayQuantity} ваучерыг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} ваучерыг устгахдаа итгэлтэй байна уу?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_367317371": { - "context": "dialog header", - "string": "Ваучерыг устгах" - }, - "src_dot_done": { - "context": "button", - "string": "Дууссан" - }, - "src_dot_draft": { - "context": "order status", - "string": "Ноорог" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Ноорог захиалгууд" - }, - "src_dot_drafts": { - "string": "Нооргууд" - }, - "src_dot_edit": { - "context": "button", - "string": "Засах" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "Дуусах огноо" - }, - "src_dot_endHour": { - "string": "Дуусах цаг" - }, - "src_dot_error": { - "string": "Алдаа" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Валютын ханш" - }, - "src_dot_firstName": { - "string": "Нэр" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Биелүүлсэн" - }, - "src_dot_generalInformations": { - "string": "Ерөнхий мэдээлэл" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Хэрэглэгч" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Тэмдэглэл" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "CSV татаж байна" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Change" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Дэлгэрэнгүй" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Хугацаа дууссан" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Дэлгэрэнгүй" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Тоо хэмжээ" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Мөнгөн тэмдэгт" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Бүтээгдэхүүн" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Статус" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Устгах" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Идэвхгүй болгох" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Идэвхжүүлэх" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Бүтээгдэхүүн" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Тохиргоо" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Нүүр" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "#{orderId} дугаартай захиалгыг {userEmail} үүсгэлээ" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "Захиалга #{orderId} захиалгын ноорогоос үүслээ" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_paid": { - "string": "Захиалга #{orderId} бүрэн төлөгдсөн" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_placed": { - "string": "#{orderId} дугаартай гүйлгээ үүсгэгдлээ" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "Гүйцэтгэхэд бэлэн захиалга байхгүй байна" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "Хүлээгдэж буй төлбөр байхгүй байна" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Хувилбар {name} өгөгдмөл болгож тохируулагдлаа." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Овог" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Удирдах" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Удирдаж" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Дараах" - }, - "src_dot_no": { - "string": "Үгүй" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Заавал биш" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Захиалгууд" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Борлуулалтын суваг" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Захиалгууд цуцлах" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Та {displayQuantity} захиалгыг цуцлахдаа итгэлтэй байна уу?} other {Та {displayQuantity} захиалгыг цуцлахдаа итгэлтэй байна уу?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Худалдагч захиалгаа цуцлах боломжгүй" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "Энэ захиалга доор биелэгдсэн захиалга байна. Захиалгыг цуцлахаас өмнө биелэлсэн захиалгыг цуцална уу." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Борлуулалтын суваг" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Тооцооны хаяг" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Шинэ хаяг нэмэx" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "Илэрц олдсонгүй" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Хүргэлтийн хаяг" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "Хэрэглэгчийн тэмдэглэл олдсонгүй" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "Тэмдэглэлүүд" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "Холбоо барих мэдээлэл" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Хэрэглэгчдийг хайх" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "Хувийн мэдээллийг харах" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "Хүргэлтийн хаяг" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Хэрэглэгч" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Хүргүүлэх хаягтай адилхан" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Үл мэдэгдэх хэрэглэгч" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Тооцоо хийх хаяг" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Захиалгын #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Захиалга цуцлах" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Нэмэх" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Хямдралын утга" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Тогтмол хэмжээ" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Буруу утга" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Хувь" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "Биелэгдээгүй захиалгыг устгах" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "#{orderNumber} хадгалсан захиалгыг утсгахдаа итгэлтэй байна уу?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "Үнэ" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Бүтээгдэхүүн" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Тоо хэмжээ" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "Захиалгад бүтээгдэхүүн нэмэдсэнгүй" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { - "context": "total price of ordered products", - "string": "Нийт" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Тээвэр зуучийн төлбөр нэмэх" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Хямдрал" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "Холбогдох тээвэрлэгч байхгүй байна" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Нийт " - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Татвар (НӨАТ багтсан)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Нийт" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Захиалгын дэлгэрэнгүй" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "Бүтээгдэхүүнүүдийг нэмэх" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Захиалга үүсгэх" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "Бүх ноорог захиалга" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Ноорог хайх" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Үүсгэгдлээ" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "Хэрэглэгч" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "Биелэгдээхгүй захиалгууд олдсонгүй" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "Захиалгын дугаар" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "Хэрэглэгч" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Огноо" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Нийт" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Захиалга цуцлах" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Дуусгах" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Захиалга" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Захиалгын #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Захиалгын дугаар {orderNumber} - Биелэлт нэмэх" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Хүргэхэд бэлэн бараа" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "Нөөц дууссан" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Бүтээгдэхүүний нэр" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "биелүүлэх тоо хэмжээ" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Тээвэрлэлтийн дэлгэрэнгүй мэдээллийг үйлчлүүлэгч рүү илгээx" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Биелүүлэх" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Чиглэлийн дугаар" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Хүргэлтийн дугаар засварлах" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Буцаалт" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Хүргэлтийн дугаар: {{trackingNumber}}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Тээвэрлэлтийн дэлгэрэнгүй мэдээллийг үйлчлүүлэгч рүү илгээx" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Та биелэлтийг цуцлахдаа итгэлтэй байна уу? Биелэлтийг цуцалснаар бүтээгдэхүүнийг сонгосон агуулахад нэмэх болно." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Агуулах сонгоx" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Биелэлтийг цуцлах" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Хүргэлтийн дугаар" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Мөрдөх дугаар нэмэх" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Захиалыг хаяг өөрчлөгдсөн" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Захиалгыг төлөгдсөн гэж тэмдэглэсэн" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1521936480": { - "context": "order history message", - "string": "Биелүүлэгдсэн {quantity} ширхэг захиалга байна" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1527620381": { - "context": "order history message", - "string": "Биелэлт цуцлагдсан" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_184692906": { - "context": "order history message", - "string": "Захиалга хийгдсэн" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1867847329": { - "context": "order history message", - "string": "Дижитал бүтээгдэхүүнийг ашиглах заавар хэрэглэгч рүү илгээгдсэн" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1964864749": { - "context": "order history message", - "string": "Ноорог захиалгаас үүсгэгдсэн" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2020753264": { - "context": "order history message", - "string": "Төлбөрийн баталгаажуулалтыг харилцагч руу илгээсэн" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2027649178": { - "context": "order history message", - "string": "{quantity} дахин нөөцөлсөн" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2304318421": { - "context": "order history message", - "string": "Захиалгад тэмдэглэл нэмсэн" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2369495522": { - "context": "order history message", - "string": "Захиалга баталгаажуулалт хэрэглэгч рүү илгээгдсэн" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2421636085": { - "context": "order history message", - "string": "{requestedBy} нэхэмжэл шаардсан" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2566971846": { - "context": "order history message", - "string": "Төлбөр хүчингүй " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Төлбөр бүрэн төлөгдсөн" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Захиалгыг баталгаажууллаа" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2770854455": { - "context": "order history message", - "string": "Төлбөр хийгдсэн" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3081292385": { - "context": "order history message", - "string": "Захиалга баталгаажсан тухай хэрэглэгчид мэдэгдсэн" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3095247195": { - "context": "order history message", - "string": "Ноорог захиалга амжилттай үүсгэгдлээ" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3237374063": { - "context": "order history message", - "string": "Төлбөр зөвшөөрөгдсөн" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3453124210": { - "context": "order history message", - "string": "Хүргэлтийн дугаар үйлчлүүлэгчрүү илгээгдлээ" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_348557206": { - "context": "order history message", - "string": "Төлбөрийг буцаан олгосон" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3731274949": { - "context": "order history message", - "string": "Захиалга {redundedBy}-аар буцаагдсан" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Нэхэмжлэхийн дугаар {invoiceNumber} шинэчлэгдлээ" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3990160018": { - "string": "Захиалгын түүх" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4015160303": { - "context": "order history message", - "string": "{quantity} бүтээгдэхүүн үлдэгдлээс илүү зарагдсан" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4121987561": { - "context": "order history message", - "string": "Захиалгын буцаан олголтын мэдээллийг үйлчлүүлэгчрүү илгээлээ" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4265697648": { - "context": "order history message", - "string": "Биелэгдсэн бүтээгдэхүүний хяналтын дугаар шинэчлэгдлээ" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4266665081": { - "context": "order history message", - "string": "Төлбөр амжилтгүй боллоо" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_493321552": { - "context": "order history message", - "string": "Захиалга цуцлах мэдээлэл үйлчлүүлэгчрүү илгээгдлээ" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_651019008": { - "context": "order history message", - "string": "Хүргэлтийн дэлгэрэнгүй мэдээлэл үйлчлүүлэгчрүү илгээгдлээ" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_748112244": { - "context": "order history message", - "string": "Нэхэмжлэхийн дугаар {invoiceNumber}-г {generatedBy}-ээр үүсгэгдлээ" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Нэхэмжлэх {sentBy}-ээр харилцагчруу илгээгдлээ" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Захиалга цуцлагдсан" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Та энэ {invoiceNumber} нэхэмжлэхийг хэрэглэгч рүү илгээхдээ итгэлтэй байна уу?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Нэхэмжлэх илгээх" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Нэхэмжлэх" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "үүсгэгдлээ" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "Нэхэмжлэх байхгүй байна" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Нэхэмжлэх" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Үүсгэх" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Захиалгын тохиргоо" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Захиалга үүсгэх" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { - "string": "Захиалга хайх..." - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { - "context": "tab name", - "string": "Бүх захиалга" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Хэрэглэгч" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Үүсгэгдлээ" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Төлөв" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "Төлбөр" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "Захиалгын дугаар" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "Хэрэглэгч" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Огноо" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "Нийт" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "Захиалга олдсонгүй" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Гүйлгээний лавлагаа" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Доорхыг ашиглан гүйлгээний лавлагааг оруулна уу." - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "Та энэ захиалгыг төлөгдсөнөөр тэмдэглэх гэж байна. " - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_4196844912": { - "context": "dialog header", - "string": "Захиалгыг төслнөөр тэмдэглэх" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_1466130374": { - "context": "dialog header", - "string": "Төлбөрийг хүлээн авах" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_75546233": { - "context": "amount of refunded money", - "string": "Тоо хэмжээ" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Та уг төлбөрийг цуцлахдаа итгэлтэй байна уу?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Төлбөрийг хүчингүй болгох" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "Хүлээн авax" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Хүлээн авсан дүн" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Хямдрал" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} зүйл" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Төлснөөр тэмдэглэх" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Үлдэгдэл" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Төлбөрийн төлөв" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Урьдчилан зөвшөөрөгдсөн дүн" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Буцаалт" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Буцаан олгосон дүн" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Хүргэлт" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "хамаарахгүй " - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "хамаарахгүй " - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Нийт " - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Татвар" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Нийт" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "НӨАТ багтсан" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Буцаалт" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Voucher" - }, - "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": "Бүтээгдэхүүний нэр, шинж чанар, бүтээгдэхүүний төрөл, ...-ээр хайх" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Бүтээгдэхүүн нэмэх" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Бүтээгдэхүүнүүдээс хайх" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Үнэ" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Бүтээгдэхүүн" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Тоо хэмжээ" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Нийт" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Үнэ" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "Бүтээгдэхүүн олдсонгүй" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Бүтээгдэхүүн" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Буцаан олгосон тоо хэмжээ" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Дээд хэмжээг тохируулах" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Нийт" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Утга алдаатай " - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Биелэлт" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Захиалгын дугаар {orderNumber} - Буцаан олголт" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Захиалга" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Захиалгын #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Буцаан олгосон дүн" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Буцаан олголт {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Автомат дүн" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Өөрөө оруулсан дүн" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Тээвэрлэлтийн зардлыг буцаан олгох" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Хэмжээ нь буцаан олголтын дээд хэмжээнээс их байж болохгүй" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Хэмжээ нь 0-ээс их байх ёстой" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Зөвшөөрөгдсөн хэмжээ" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Тоо хэмжээ" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Буцаан олгох дээд хэмжээ" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Өмнө нь буцаан олгосон" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Санал болгосон буцаан олголтын дүн" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Буцаалт" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Нийт буцаан олгох дүн" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Үнэ" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Биелэгдээгүй бүтээгдэхүүн" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "Бүтээгдэхүүн олдсонгүй" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Бүтээгдэхүүн" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Биелэгдээгүй бүтээгдэхүүн буцаан нөөцөд бүртгэгдэнэ" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Буцаан олгосон тоо хэмжээ" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Дээд хэмжээг тохируулах" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Нийт" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Утга алдаатай " - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Захиалгыг буцаан олгоx" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Бусад буцаан олголт" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Бүтээгдэхүүн буцаан олгох" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Үнэ" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Бүтээгдэхүүн" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Дээд хэмжээг тохируулах" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Цуцалсан ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Биелэгдсэн ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Утга алдаатай " - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Буцаан олгосон ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Биeлэгдээгүй" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Захиалгын #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Захиалгын тохиргоо" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "Ерөнхий Тохиргоо" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Тохиргоо" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "Бүх захиалга автоматаар баталгаажиж, захиалгын төлбөр хүлээн авагдана." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Бүх захиалгыг автоматаар баталгаажуулax" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Хүргэлтийн аргыг засах" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Биелүүлэх" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "Бид таны нэхэмжлэхийг үүсгэж байна. Түр хүлээнэ үү" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Төлбөрийг амжилттай хүлээн авлаа" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Ноорог захиалгыг амжилттай дуусгалаа" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Захиалгын жагсаалт устгагдлаа" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Амжилттай шинэчлэгдлээ" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Захиалгын жагсаалт шинчлэгдлээ" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Захиалга төлөгдсөн гэж тэмдэглэгдсэн" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Захиалгын жагсаалт нэмэгдлээ" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Захиалга амжилттай цуцлагдлаа" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Амжилттай нэмэгдлээ" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Захиалгын төлбөрийг амжилттай хүчингүй болголоо" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Захиалга амжилттай шинэчлэгдлээ" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Нэхэмжлэлийн имэйл илгээгдлээ" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Нэхэмжлэлийг үүсгэж байна" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Хүргэлтийн аргыг амжилттай шинэчилсэн" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Амжилттай цуцлагдаа" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Ноорог Захиалга #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Захиалгын #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Захиалгын #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Ноорог захиалгыг устгах" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Устгагдсан ноорог захиалга" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Ноорог захиалга амжилттай үүсгэгдлээ" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Та {displayQuantity} захиалгын ноорог устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} ноорог захиалгыг устгахдаа итгэлтэй байна уу?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Захиалга #{orderNumber}-ийг биелүүлэх" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Биелэгдсэн захиалга" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Захиалга биелүүлэх" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Ноорог захиалга амжилттай үүсгэгдлээ" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Буцаан олгосон " - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Хуудасны төрлүүд" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "Шинж чанар олдсонгүй" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Шинж чанарын нэр" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Шинж чанар оноох" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Агуулгын шинж чанар" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Таны устгахыг хүссэн хуудасны төрлийг өөр хуудсууд ашиглаж байна. Эдгээр хуудасны төрлийг устгаснаар тэдгээр хуудсууд мөн устах болно. Та {displayQuantity} хуудасны төрлийг устгахдаа итгэлтэй байна уу? Үүнийг хийсний дараа та өөрчлөлтийг буцаах боломжгүй болно.} other {Таны устгахыг хүссэн хуудасны төрлийг өөр хуудсууд ашиглаж байна. Эдгээр хуудасны төрлийг устгаснаар тэдгээр хуудсууд мөн устах болно. Та {displayQuantity} хуудасны төрлийг устгахдаа итгэлтэй байна уу? Үүнийг хийсний дараа та өөрчлөлтийг буцаах боломжгүй болно.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Хуудасны төрлийг устгах" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Та {displayQuantity} хуудасны төрлийг устгахдаа итгэлтэй байна уу? Үүнийг хийсний дараа та өөрчлөлтийг буцаах боломжгүй болно.} other {Та {displayQuantity} хуудасны төрлийг устгахдаа итгэлтэй байна уу? Үүнийг хийсний дараа та өөрчлөлтийг буцаах боломжгүй болно.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "Энэ Агуулгын төрлийн талаарх ерөнхий мэдээлэл." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Мета өгөгдөл" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Хуудасын төрөл үүсгэх" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "Энэ Агуулгын төрлийн талаарх ерөнхий мэдээлэл." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Мета өгөгдөл" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "Энэ жагсаалт нь хуудсуудад оноогдсон бүх шинж чанаруудыг харуулна. " - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Агуулгын шинж чанар" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Агуулгын төрлийн нэр" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": " Хуудасын төрөл хайх " - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "Бүх хуудасын төрлүүд" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Агуулгын төрлийн нэр" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": " Хуудасын төрөл олдсонгүй" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Хуудасын төрлөөс шинж чанарыг арилгах" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Хуудасын төрөл устгагдлаа" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Хасах" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Хуудасын төрлөөс шинж чанарыг арилгах" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Хуудасны төрөл амжилттай үүсгэгдлээ" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Хуудсууд" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Хуудас үүсгэх" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1996767833": { - "string": "Энэ хуудсыг хайхад хялбар болох үүднээс гарчиг болон тайлбарыг оруулж өгөх" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { - "context": "page", - "string": "{date}-ны өдрөөс харагдана" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Харагдах боломжтой" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Нуусан" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Контент" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Гарчиг" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Хуудас үүсгэх" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Хуудасны төрлүүд" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Гарчиг" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Харагдац" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "Хуудас олдсонгүй" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3478065224": { - "context": "page internal name", - "string": "Slug" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3640454975": { - "context": "page status", - "string": "Нийтлэгдсэн" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Нийтлэгдээгүй" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Агуулгын төрөл" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Агуулгыг эмхлэх" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Хуудас үүсгэх" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Шинэ хуудaс амжилттай үүсгэгдлээ" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Хуудас устгах" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Та {title} устгахдаа итгэлтэй байна уу?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Устгагдсан хуудас" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Нийтлэх" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Хуудсуудыг нийтлэхгүй" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Та {displayQuantity} хуудсыг нийтлэлээс хасахдаа итгэлтэй байна уу?} other {Та {displayQuantity} хуудсыг нийтлэлээс хасахдаа итгэлтэй байна уу?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Нийтлэхгүй" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Хуудсуудыг нийтлэх" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Та {displayQuantity} хуудсыг нийтлэxдээ итгэлтэй байна уу?} other {Та {displayQuantity} хуудсыг нийтлэxдээ итгэлтэй байна уу?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Та {displayQuantity} хуудсыг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} хуудсыг устгахдаа итгэлтэй байна уу?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Нийтэлсэн хуудсууд" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Хуудаснууд устгах" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Бүрэн төлөгдсөн" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Хэсэгчилсэн биелсэн" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Төлбөр бүрэн төлөгдөөгүй" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Төлбөрийг хэсэгчлэн буцаасан" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Төлбөрийн төлөв" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Хэрэглэгчийн бүлгүүд" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "Гишүүд олдсонгүй" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Ажилтан хайх" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Нэр, имэйл, ...ээр хайх" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Идэвхтэй" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Идэвхгүй" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Ажилтан оноох" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Хэрэглэгчийн оноолтыг цуцлах" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "Та энэ бүлгийн гишүүдийг өөрчлөх боломжгүй. Хүсэлт гаргаж үргэлжлүүлнэ үү." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Хэрэглэгчийн бүлэг нь дэлгүүрт бүрэн нэвтрэх эрхтэй" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Борлуулагчийн системийн хэсэгт хандах бүлгийн зөвшөөрлийг өөрчлөх, хязгаарлах." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Та {name} устгахдаа итгэлтэй байна уу?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Хэрэглэгчийн бүлгийг устгах" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Таны зөвшөөрлийн хүрээнээс гадуур байгаа бүлгийг устгах боломжгүй" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Хэрэглэгчийн бүлэг нь дэлгүүрт бүрэн нэвтрэх эрхтэй" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Борлуулагчийн системийн хэсэгт хандах бүлгийн зөвшөөрлийг өөрчлөх, хязгаарлах." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Бүлгийн нэр" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "Хэрэглэгчийн бүлэг үүсгэх" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Хэрэглэгчийн бүлгийн нэр" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Гишүүд" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Үйлдлүүд" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "Хэрэглэгчийн бүлгүүд олдсонгүй" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Идэвхгүй" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "Та энэ xэрэглэгчийн бүлэгт гишүүн томилоогүй байна." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "Гишүүд олдсонгүй" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Емайл хаяг" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Гишүүдийг томилох" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Үүнийг хийхийн тулд гишүүдийг томилох товчийг ашиглана уу." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Идэвхтэй" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Бүлгийн гишүүд" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Үйлдлүүд" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Нэр" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Хэрэглэгчийн оноолтыг цуцлах" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Та {counter,plural, one{this member} {{displayQuantity} гишүүдийн}} оноолтыг цуцлахыг хүсэж байна уу?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Ангилал үүсгэх" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Хэрэглэгчийн бүлэг үүсгэгдлээ" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Хасах" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Хэрэглэгчийн бүлэг устгагдлаа" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Зөвшөөрөл" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Plugin нэр" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { - "context": "plugin status", - "string": "Статус" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { - "context": "section header", - "string": "Plugin мэдээлэл ба статус" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "string": "Set plugin as active" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_3032939398": { - "context": "header", - "string": "Authorization талбарт утга нэмэх" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_4269236107": { - "context": "header", - "string": "Зөвшөөрлийн талбарыг засах" - }, - "src_dot_plugins_dot_components_dot_PluginSettings_dot_1970881031": { - "context": "section header", - "string": "Plugin тохиргоо" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3352026836": { - "context": "header", - "string": "{pluginName} дэлгэрэнгүй" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3233248823": { - "string": "Plugins хайх..." - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3523826683": { - "context": "tab name", - "string": "Бүх нэмэлт" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { - "context": "plugin filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "Plugin олдсонгүй" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Идэвхтэй" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Тохиргоо" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Идэвхгүй" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Нэр" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "src_dot_plugins_dot_views_dot_1096544448": { - "context": "header", - "string": "Зөвшөөрлийн талбарыг устгах" - }, - "src_dot_plugins_dot_views_dot_955370043": { - "string": "Үүнийг арилгасны дараа Plugin залгаас ажиллахаа болино. Та үргэлжлүүлэхдээ итгэлтэй байна уу?" - }, - "src_dot_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Бүтээгдэхүүний төрлүүд" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { - "string": "Шинж чанар олдсонгүй" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1228425832": { - "string": "Шинж чанарын нэр" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Шинж чанар оноох" - }, - "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": "Бүтээгдэхүүний шинж чанарууд" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Бүтээгдэхүүний төрөл нь Xувилбарын шинж чанаруудыг ашигладаг" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "string": "Бүтээгдэхүүний төрлийн нэр" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { - "context": "tab name", - "string": "Бүх бүтээгдэхүүний төрөл" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3420445375": { - "string": "Бүтээгдэхүүний төрлөөс хайх" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3479705616": { - "context": "button", - "string": "бүтээгдэхүүний төрөл үүсгэх" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_configurable": { - "context": "product type", - "string": "Тохиргоо хийх боломжтой" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_digital": { - "context": "product", - "string": "Дижитал" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_shippable": { - "context": "product", - "string": "Хүргэлт хийх боломжтой" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_type": { - "context": "product type is digital or physical", - "string": "Төрөл" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1126553969": { - "string": "Бүтээгдэхүүний төрөл олдсонгүй" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1211157042": { - "context": "product type", - "string": "Энгийн бүтээгдэхүүн" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1240292548": { - "context": "tax rate for a product type", - "string": "Татвар" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { - "context": "product type is either simple or configurable", - "string": "Төрөл" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2253986440": { - "context": "product type name", - "string": "Нэр бичнэ үү" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2754779425": { - "context": "product type", - "string": "Тохиргоо хийх боломжтой" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_881286562": { - "context": "product type", - "string": "Дижитал" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_966610541": { - "context": "product type", - "string": "Биет" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_1325966144": { - "context": "product type shipping settings, section header", - "string": "Хүргэлт" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2143413921": { - "context": "switch button", - "string": "Энэ бүтээгдэхүүнийг хүргэлт хийж болох уу?" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2927891783": { - "string": "Тодорхой жинг өгөөгүй тохиолдолд энэ бүтээгдэхүүний төрлийг хүргэлтийн үнийг тооцоолоход ашигладаг" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_746695941": { - "string": "Жин" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "Шинж чанар олдсонгүй" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Шинж чанарын нэр" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Шинж чанар оноох" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Хувилбарын шинж чанарууд" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Бүтээгдэхүүний төрөл амжилттай үүсгэгдлээ" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Бүтээгдэхүүний төрөл устгагдлаа" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Бүтээгдэхүүний төрлөөс шинж чанарын оноолтыг хасах" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Бүтээгдэхүүний төрлөөс шинж чанарын оноолтыг хасах" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Хасах" - }, - "src_dot_products": { - "context": "products section name", - "string": "Бараа" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Ангилал" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Цуглуулгууд" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Байгууллага" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Нийтлэгдээгүй" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { - "string": "Бүтээгдэхүүнийг хайхад хялбар болох үүднээс гарчиг болон тайлбарыг оруулж өгөх" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Нийтлэгдсэн" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Бүтээгдэхүүний үнэлгээ" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Нэр" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Бүх агуулахын нөөцийн мэдээлэлийг татах" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Цааш уншуулах" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "болон өөр {number}" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Бүтээгдэхүүний зохион байгуулалт" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO мэдээлэл" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Сонгосон бүтээгдэхүүн ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Мэдээлэл татах:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "Бүх бүтээгдэхүүн ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": " Aгуулах А-Я" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Мэдээлэл татагдлаа" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Дараах байдлаар татан авах:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Тохиргоог татах" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Бүгдийг сонгох" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Excel, Numbers-д зориулсан хүснэгт." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Шинж чанар хайх" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Бүтээгдэхүүний нөөцийн хэмжээг CSV байдлаар татах" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Бараа нөөцийн мэдээлэл" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Xoocoн CSV файл" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Татагдсан мэдээлэл:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Шинж чанарын нэрээр хайх" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Одоогийн хайлт ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Санхүүгийн мэдээлэл" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "Бүтээгдэхүүн татах" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Мэдээлэл татах" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Бүтээгдэхүүн үүсгэх" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Бүтээгдэхүүн татах" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Бүтээгдэхүүн хайх..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "Бүх бүтээгдэхүүн" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Боломжтой" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Нуусан" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Үлдэгдэл байхгүй" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "Үнэ" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Нөөцийн хэмжээ" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "Харагдац" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Харагдах боломжтой" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Энгийн" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "Бүтээгдэхүүн олдсонгүй" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Тохиргоо хийх боломжтой" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Нэр" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Боломжтой эсэх" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Үнэ" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Төрөл" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Заавал биш" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Оруулах" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Ангилал" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Коллекцууд" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Бүтээгдэхүүнийг эмхлэх" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "string": "Тохиргоо хийх боломжтой" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "*Заавал биш. Цуглуулга дотор нэмсэнээр хэрэглэгч бүтээгдэхүүнийг хайж олоход тусална." - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Бүтээгдэхүүний төрөл" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Хүргэлт" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Жин" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (нөөцийг тооцох нэгж)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Агуулахын нэр" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Тоо хэмжээ" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Сувгууд" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Барааны нөөцийг хянах" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Агуулах оноох" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Барааны нөөцийн идэвхтэй хяналт нь нөөцийн өөрчлөлтийг автоматаар тооцоолох болно. " - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Энэ бүтээгдэхүүнээс татвар тооцон авах" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Татварын хувь" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Энэ бүтээгдэхүүний төрлийн татварын тооцооллыг хүчингүй болгох" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Нийтлэгдээгүй" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { - "string": "Бүтээгдэхүүнийг хайхад хялбар болох үүднээс гарчиг болон тайлбарыг оруулж өгөх" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Нийтлэгдсэн" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Хувилбар үүсгэх" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Хувилбарын шинж чанарууд" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Хувилбарт сонгогдох шинж чанарууд" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Хувилбарыг устгах" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Хувилбарыг хадгалах" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Үнэ" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Сонгогдсон утга нь бүтээгдэхүүний хувилбаруудыг бий болгоход ашиглагдана." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Шинж чанар" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Шинж чанар сонгох" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Үнэ болон SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Нөөц ба агуулах" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Утга сонгоно уу" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Үнэ" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Утга сонгоно уу" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Шинж чанар сонгоно уу" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Хураангуй" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Бүх SKU-д ижил үнэ оноох" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Одоогоор үнийн оноолтыг алгасах" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Онцгой нөөцийг SKU бүрт шинж чанараар нь оноох" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Онцгой үнийг SKU бүрт шинж чанараар нь оноох" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Бүх SKU-д ижил барааны нөөц оноох" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Дараах" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Үүсгэгдэх хувилбаруудын хураангуйг хүргэж байна. Та тус бүрийн үнэ болон нөөцийн SKU хэмжээг өөрчлөх боломжтой." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Одоогоор нөөцийн оноолтыг алгасах" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Үүсгэх" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Үүсгэгдсэн хувилбарууд" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Таны сонголт дээр үндэслэн бид {numberOfProducts} бүтээгдэхүүн үүсгэх болно. Энэ алхамыг ашиглан шинэ бүтээгдэхүүнийхээ үнэ болон нөөцийг тохируулна уу." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Үнэ болон SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Таны сонголт дээр үндэслэн бид 8 бүтээгдэхүүн үүсгэх болно. Энэ алхамыг ашиглан шинэ бүтээгдэхүүнийхээ үнэ болон нөөцийг тохируулна уу." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Өмнөх" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Хувилбар" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Утга" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Хувилбарыг устгах" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_2297471173": { - "context": "delete product variant", - "string": "Та {name} устгахдаа итгэлтэй байна уу?" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "Хувилбарыг устгах" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Өгөгдсөн" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Хувилбарууд" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "Төрөл нэмэх" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "Шинэ хувилбар" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Нуусан" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Хувилбарын шинж чанарууд" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Хувилбарт сонгогдох шинж чанарууд" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Боломжтой эсэх" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Үнэ" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Үнэ" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Борлуулалтын үнэ" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Үнэ оноогдоогүй сувгын үнийг тогтооход үндсэн суваг ашиглагдана. Тогтоогдсон үнэ сувгийн валют руу хөрвүүлэгдэнэ. " - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Сувгийн нэр" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "Суваг олдсонгүй" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Cost price" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Өгөгдөл болгож тохируулах" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Бүх байршилд байхгүй" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Байхгүй" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Үнэ" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Өгөгдсөн" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} бэлэн} other {{stockQuantity} бэлэн}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Бэлэн нөөц:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Сонголт үүсгэх" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Хувилбарууд" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} нь {numLocations} байршилд бэлэн байна} other {{numAvailable} нь {numLocations} байршилд бэлэн байна}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Хэмжээ, өнгө зэрэг хувилбаруудыг бүтээгдэхүүнд онооно уу " - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "Бүх агуулахууд" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Бараа материал" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Сонголт үүсгэх" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": " Hөөцгүй" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Хувилбар" - }, - "src_dot_products_dot_views_dot_1731766393": { - "context": "dialog header", - "string": "Зураг устгах" - }, - "src_dot_products_dot_views_dot_2279302139": { - "string": "Хувилбар устгагдлаа" - }, - "src_dot_products_dot_views_dot_2362587265": { - "context": "header", - "string": "Сонголт үүсгэх" - }, - "src_dot_products_dot_views_dot_2880386427": { - "string": "Та энэ зургийг устгахдаа итгэлтэй байна уу" - }, - "src_dot_products_dot_views_dot_3989383405": { - "context": "window title", - "string": "Сонголт үүсгэх" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Бүтээгдэхүүн үүсгэх" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "Шинэ бүтээгдэхүүн" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Бүтээгдэхүүн үүсгэгдлээ" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Бүтээгдэхүүний сувгийн хүртээмжийг удирдах" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Та {displayQuantity} бүтээгдэхүүнийг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} бүтээгдэхүүнийг устгахдаа итгэлтэй байна уу?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "CSV татаж байна" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Бүтээгдэхүүнүүдийг устгах" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "Бид таны CSV-г татаж байна. Дуусмагц таны имэйл хаяг руу илгээх болно." - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Бүтээгдэхүүний сувгийн хүртээмжийг удирдах" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Бүтээгдэхүүн устгагдлаа" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Та {name} устгахдаа итгэлтэй байна уу?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Бүтээгдэхүүн устгах" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Бүтээгдэхүүний xувилбарыг устгах" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Хувилбаруудыг амжилттай үүсгэсэн" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Хувилбар үүсгэх" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Tөлөв байдал" - }, - "src_dot_readOnly": { - "string": "Худалдагч нь зөвхөн унших горимд ажиллаж байна. Өөрчлөлтүүд хадгалагдахгүй болохыг анхаарна уу." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Хүлээн авахад бэлэн" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Биелэгдэхэд бэлэн" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Төлбөр бүрэн буцаан олгогдсон" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Хасах" - }, - "src_dot_requiredField": { - "string": "Энэ талбарыг бөглөх шаардлагатай" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Борлуулалт" - }, - "src_dot_save": { - "context": "button", - "string": "Хадгалах" - }, - "src_dot_savedChanges": { - "string": "Хадгалагдсан өөрчлөлтүүд" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Бүгдийг сонгох" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Илгээх" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Үйлчилгээний дансууд" - }, - "src_dot_sessionExpired": { - "string": "Таны ашиглах хугацаа дууссан байна. Үргэлжлүүлэхийн тулд дахин нэвтэрнэ үү." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Тээвэрлэх арга" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Хүргэлтийн аргыг устгах" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Дээд хэмжээ" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "Энэ хувь бүх захиалгад оноогдоно." - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Доод хэмжээ" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Хямдрал оноогдоогүй сувгын хямдралыг тогтооход үндсэн суваг ашиглагдана. Тогтоогдсон хямдрал сувгийн валют руу хөрвүүлэгдэнэ. " - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Захиалгын хэмжээ" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Сувгийн нэр" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Дээд хэмжээ" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Дooд хэмжээ" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "Энэ хувь бүх захиалгад оноогдоно." - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Захиалгын жин" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Захиалгын жингийн доод хэмжээ" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Захиалгын жингийн дээд хэмжээ" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Үнэ" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Үнэ" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Үнэ оноогдоогүй сувгын үнийг тогтооход үндсэн суваг ашиглагдана. Тогтоогдсон үнэ сувгийн валют руу хөрвүүлэгдэнэ. " - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Сувгийн нэр" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Бүтээгдэхүүнүүдээс хайх" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "Өгөгдсөн хайлтанд тохирох илэрц олдсонгүй" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Бүтээгдэхүүн oнoox" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "Бүтээгдэхүүн байхгүй" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Оролцуулаагүй бүтээгдэхүүн" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Бүтээгдэхүүн сонгох" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Бүтээгдэхүүний нэр" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Үйлдлүүд" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Хүргэлтийн тарифийн нэр" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "Энэ нэгжийг тээвэрлэлтийн үндсэн жин болгон ашиглах болно" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Хүргэлтийн жингийн нэгж" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Агуулахын нэр" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Шинэ агуулах үүсгэх" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Доорх жагсаалтаас тээвэрлэлтийн бүсэд нэмэх улсаа сонгоно уу" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Улсад нэмэх" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "А-Я Улсууд" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Түргэн сонголт" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Дэлхийн бусад орнууд" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "Хэрэв доорх сонгогдсон бол сонгогдоогүй үлдсэн бүх улсыг бусад тээврийн бүсэд нэмнэ." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Улсуудаас хайх" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Улсын нэрээр хайх" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Улсууд" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Шинэ хүргэлтийн бүс үүсгэх" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Одоогоор энэ хүргэлтийн бүсэд ямар нэгэн улс сонгогдоогүй байна" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Улсууд" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Одоогоор энэ хүргэлтийн бүсэд ямар нэгэн улс сонгогдоогүй байна" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Shipping zone name" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Нэмэх" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Үнийн ханш үүсгэх" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Хүргэлт" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Жингийн ханш үүсгэх" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Хүргэлт" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Үнэ" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Хүргэлтийн төлбөр үүсгэх" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Утгын хэмжээ" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "Хүргэлтийн үнэ олдсонгүй" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Үнэд суурилсан ханш" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Жингийн хэмжээ" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Жин дээр суурилсан үнэ" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "Нэр" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Шинэ агуулах нэмэх" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Агуулах сонгоx" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Энэ хүргэлтийн бүсэд тээвэрлэх агуулахаа сонгоно уу. Энэ агуулахын хаяг татвар тооцогдоход ашиглагдана." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Тохиргоо" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Хүргэлт" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Бүсээр хүргэх" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Хүргэлтийн бүс үүсгэх" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "Улсууд" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Нэр" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "Хүргэлтийн бүс олдсонгүй" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Бүтээгдэхүүний оноолтыг хүргэлтээс хасах" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_3215481647": { - "context": "dialog content", - "string": "{counter,plural,one {Та {displayQuantity} бүтээгдэхүүний оноолтыг цуцлахдаа итгэлтэй байна уу?} other {Та {displayQuantity} бүтээгдэхүүний оноолтыг цуцлахдаа итгэлтэй байна уу?}}" - }, - "src_dot_shipping_dot_invalid": { - "context": "error message", - "string": "Утга буруу байна" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Үнийн дээд хэмжээ нь доод хэмжээнээс бага байж болохгүй" - }, - "src_dot_shipping_dot_views_dot_1005071028": { - "string": "Та {shippingZoneName} хүргэлтийн бүсээс устгахдаа итгэлтэй байна уу?" - }, - "src_dot_shipping_dot_views_dot_1010705153": { - "context": "dialog header", - "string": "Хүргэлтийн бүсийг устгах" - }, - "src_dot_shipping_dot_views_dot_1711385401": { - "context": "dialog header", - "string": "Хүргэлтийн бүсүүдийг устгах" - }, - "src_dot_shipping_dot_views_dot_3823295269": { - "string": "Сувгийн хүртээмжийг удирдаx" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Та {displayQuantity} тээвэрлэлтийн бүсийг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} тээвэрлэлтийн бүсийг устгахдаа итгэлтэй байна уу?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Хасах" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Хүргэлтийн бүсийг устгах" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Жингийн дээд хэмжээ нь доод хэмжээнээс бага байж болохгүй" - }, - "src_dot_show": { - "context": "button", - "string": "Харах" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Сайтын тохиргоо" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Веб хөтөч дээр харагдах дэлгүүрийн нэр" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Таны дэлгүүрийн нэр" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Дэлгүүрийн тайлбарыг дэлгүүрийн нэрний ард таскбар дээр харуулах болно." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Дэлгүүрийн мэдээлэл" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Компаны мэдээлэл" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "string": "Энэ нь таны дэлгүүрийн талаархи ерөнхий мэдээлэл ба энд таны дэлгүүрийн URL (холбоос) нь юу болох, хөтөчийн ажлын талбар дээр юу харагдахыг дурдсан болно." - }, - "src_dot_somethingWentWrong": { - "string": "Худалдагч гэнэтийн асуудалтай тулгарлаа" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Ажилчид" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Ажилтан урих" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Урилга илгээх" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "Хэрэглэгчийн оноолтууд:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Хандах эрх" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Хэрэглэгч идэвхтэй байна" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "Бүх ажилчид" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_61043583": { - "string": "Ажилтан хайх" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_797461521": { - "context": "button", - "string": "Ажилтан урих" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Идэвхтэй" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Идэвхгүй" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "Статус" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { - "context": "staff member status", - "string": "Идэвхгүй" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": "Емайл хаяг" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Идэвхтэй" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "Ажилтан олдсонгүй" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "Нэр" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "Шинэ нууц үг" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "Шинэ нууц үг дор хаяж 8 тэмдэгт байх ёстой" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "Нууц үг солих" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Хуучин нууц үг" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "Аюулгүй байдлын үүднээс та нууц үгээ сар бүр өөрчилж байх хэрэгтэй." - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "Нууц үг солих" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "Нууц үг" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "Үүнийг сонгосноор таны хяналтын самбарын үндсэн хэл өөрчлөгдөнө" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "Бүх мөнгөн тэмдэгт, огнооны тохируулга хийгдсэн ч үндсэн хэлний орчуулга хийгдэж дуусаагүй байгааг анхаарна уу." - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { - "string": "Сонгогдсон хэл" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { - "context": "section header", - "string": "Тохиргоо" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_1473195966": { - "context": "avatar change button", - "string": "Change" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Ажилтаны мэдээлэл" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Устгах" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "Ажилтан устгах" - }, - "src_dot_staff_dot_views_dot_3945766678": { - "string": "Та {email} аватарыг устгахдаа итгэлтэй байна уу?" - }, - "src_dot_staff_dot_views_dot_701332676": { - "context": "dialog header", - "string": "Ажилтан хэрэглэгчийн зурагыг устгах" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "Та ажилчдаас {email} устгахдаа итгэлтэй байна уу? " - }, - "src_dot_startDate": { - "string": "Эхлэх огноо" - }, - "src_dot_startHour": { - "string": "Эхлэх цаг" - }, - "src_dot_status": { - "string": "Статус" - }, - "src_dot_summary": { - "string": "Хураангуй" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Татварууд" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Татварууд" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "Улс олдсонгүй" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Буурсан татварын хэмжээ" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Улсын код" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "Улсын нэр" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "Ангилал" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Татварын хувь" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": " {countryName} татварын хувь" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "Хөнгөлөлттэй татварын ангилал олдсонгүй" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Бүх бүтээгдэхүүний үнэ нь татвар багтаасан болно" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Худалдан авагчдад дэлгүүрийн нүүрэн дээр нийт үнийг харуулах" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Тээвэрлэлтийн үнэд татвар ногдуулах" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_3375540052": { - "context": "button", - "string": "Татвар авах" - }, - "src_dot_taxes_dot_views_dot_2411670026": { - "string": "Татварын хэмжээг амжилттай татаж авлаа" - }, - "src_dot_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Шинж чанар" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Орчуулга" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1308081812": { - "string": "{numberOfFields} Орчуулга, {numberOfTranslatedFields} Дууссан" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1348655672": { - "string": "Original String" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_2481190613": { - "string": "Орчуулга" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_363646127": { - "context": "button", - "string": "Болих" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_3793796047": { - "string": "Одоогоор орчуулга байхгүй байна" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_2642976392": { - "string": "Шинж чанарын нэр" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Шинж чанарын орчуулга \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Утга {тоо}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Утга" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Ангилалын Нэр" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "Хайлтын системийн тайлбар" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Орчуулгын ангилал \"{categoryName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { - "string": "Хайлтын системийн гарчиг" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { - "string": "Хайлтын системийг урьдчилан харах" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { - "string": "Хайлтын системийн тайлбар" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { - "string": "Хайлтын системийн гарчиг" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { - "string": "Цуглуулгын нэр" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3055443821": { - "context": "header", - "string": "\"{collectionName}\" орчуулгын цуглуулга - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3468022343": { - "string": "Хайлтын системийг урьдчилан харах" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1163855804": { - "string": "Хэлнүүд" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { - "string": "Цуглуулгууд" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "{language}-руу орчуулах" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Бараа" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Хуудсууд" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Ангилалууд" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Хүргэлтийн аргууд" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Шинж чанар" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Борлуулалт" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Ваучер" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{max}-аас {current}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "Орчуулга олдсонгүй" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "Орчуулга бүрэн дууссан" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "Нэр" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Хэлнүүд" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "Хэл олдсонгүй" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Хэл" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Контент" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Хайлтын системийн тайлбар" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Хайлтын системийн гарчиг" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Орчуулгын хуудас \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Хайлтын системийг урьдчилан харах" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Хуудасны гарчиг" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Хайлтын системийн тайлбар" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Хайлтын системийн гарчиг" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Бүтээгдэхүүний нэр" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Бүтээгдэхүүн орчуулга \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "Тайлбар" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Хайлтын системийг урьдчилан харах" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_3731955064": { - "context": "header", - "string": "Худалдааны орчуулга \"{saleName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_898281424": { - "string": "Борлуулалтын нэр" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Тайлбар" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Тээвэрлэх арга Орчуулга \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Нэр" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2447510181": { - "context": "header", - "string": "Орчуулгa ваучер \"{voucherName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2599922713": { - "string": "Ваучерын нэр" - }, - "src_dot_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Батлаагүй" - }, - "src_dot_undo": { - "context": "button", - "string": "Буцаах" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Биeлэгдээгүй" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Төлөгдөөгүй" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Зураг оруулах" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Энэ төрлийн зөвшөөрлийн түлхүүр аль хэдийн байна" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Зөвхөн ажилтанг оноох боломжтой болно" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "Энэ шинж чанар энэ төрлийн бүтээгдэхүүнд аль хэдийн оноогдсон байна" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "Энэ төрөлд энэ шинж чанарыг оноож болохгүй " - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "Бүх атрибутийг бөглөнө үү" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Энэ төрлийн бүтээгдэхүүний хувилбаруудыг идэвхгүй болголоо" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Тооцооны хаягийг оруулаагүй байна" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "Энэ биелэлтийг цуцлах боломжгүй" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "Энэ захиалгыг цуцлах боломжгүй" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Биелүүлэхэд хангалттай биш байна" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Гараар хийсэн төлбөрийг буцаан олгох боломжгүй" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Сүүлийн бүлгээс хэрэглэгчийг устгах боломжгүй" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Зөвхөн урьдчилан зөвшөөрсөн төлбөрийг хүчингүй болгож болно" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Зөвхөн урьдчилан зөвшөөрөл авсан төлбөрийг хүлээн авч болно" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "Энэ суваг аль хэдийн үүсгэгдсэн байна" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Хоёр суваг дахь мөнгөн тэмдэгт ижил байх ёстой" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug нь өвөрмөц байх ёстой" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "Хоёр жагсаалтад нэг объект байж болохгүй" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Бүлэг нэмэх, хасах үйлдэл зэрэг хийх боломжгүй" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Имэйл хаягийг оруулаагүй байна" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API алдаа" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Буруу утга" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Нууц үг буруу байна" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Зөвшөөрөл хүчингүй байна" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Статус хүчингүй байна" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "URL буруу форматтай байна" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Дээд утга нь доод утгаас бага байж болохгүй" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin буруу тохируулагдсан тул идэвхжүүлэх боломжгүй" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "Энэ нэрийг аль хэдийн авсан байна. Өөр нэр сонгоно уу." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Хүргэлтийн хаяггүйгээр захиалгa тээвэрлэх аргыг сонгох боломжгүй" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Зөвхөн ноорог захиалгыг засварлах боломжтой" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Хуудас олдсонгүй." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Тооцооны хаягийг оруулаагүй эсвэл нэхэмжлэх илгээхэд бэлэн биш байна" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Нэхэмжлэхийн дугаарыг тохируулаагүй байна" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "Аpp нь таны зөвшөөрлийн хүрээнээс гадуур байна" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Бүлэг таны зөвшөөрлийн хүрээнээс гадуур байна" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Зөвшөөрөл таны хүрээнээс гадуур байна" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "Хэрэглэгч таны зөвшөөрлийн хүрээнээс гадуур байна" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Нууц үг зөвхөн тоон байж болохгүй" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "Захиалгатай холбоотой ямар ч төлбөр байхгүй байна" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Эдгээр зөвшөөрөл нь таны хүрээнээс гадуур байна" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Бүтээгдэхүүний үнэ 0-ээс бага байж болохгүй." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Сонгосон хүргэлтийн хаягт хүргэлтийн арга хүчингүй байна" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Энэ захиалгад хүргэх арга оноох шаардлагатай " - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKU нь өвөрмөц байх ёстой" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug нь агуулах бүрт өвөрмөц байх ёстой" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "Нууц үг түгээмэл байна" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "Нууц үг хэтэрхий богино байна" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "Эдгээр нууц үгнүүд хэтэрхий төстэй байна" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "Энэ нь өвөрмөц байх ёстой" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Үл мэдэгдэх алдаа" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "Нэхэмжлэх URL оруулаагүй байна" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "Энэ хувилбарт дижитал контент байхгүй байна" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "Энэ хувилбар аль хэдийн байна" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Ваучер" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Агуулах" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Хаягийн мэдээлэл" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Aгуулах үүсгэх" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Та {warehouseName}-г устгахдаа итгэлтэй байна уу?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Агуулахыг устгах" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Хаягийн мэдээлэл" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Агуулахын нэр" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Агуулах хайх" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "Бүх агуулахууд" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Aгуулах үүсгэх" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Бүсээр хүргэх" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "Ямар ч агуулах олдсонгүй" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Үйлдлүүд" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Нэр" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "Энэ агуулахад тээвэрлэлтийн бүс оноогоогүй байна." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Тохиргоо" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Aгуулах үүсгэх" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Та энэ webhook-г устгахдаа итгэлтэй байна уу?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Та {name} устгахдаа итгэлтэй байна уу?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Webhook устгах" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Нэргүй Webhook-ийн дэлгэрэнгүй мэдээлэл" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Webhook үүсгэх" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} дэлгэрэнгүй" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Үйл явдал" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Зорилтот URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "Энэ URL нь webhook POST хүсэлтийг хүлээн авах болно" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook мэдээлэл" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook нэр" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook идэвхтэй " - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "Хэрэв та webhook-ыг идэвхгүй болгохыг хүсвэл доорхыг арилгана уу." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook статус" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Нэргүй Webhook-ийн дэлгэрэнгүй мэдээлэл" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Webhook үүсгэх" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} дэлгэрэнгүй" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "Webhook олдсонгүй" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Webhook үүсгэх" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Үйлдэл" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Нэрлэгдээгүй webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Нэр" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Webhook үүсгэх" - }, - "src_dot_yes": { - "string": "Тийм" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Хуваарилагдсан" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Тоо хэмжээ" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Гүйлгээний лавлагаа" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Худалдан авах боломжгүй" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Хасах" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Хасах" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Хасах" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "{огноо}-д бэлэн болно" - }, - "will become published on": { - "context": "product publication date label", - "string": "{огноо}-д нийтлэгдэх болно" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Захиалга цуцлах"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Буцаан олгосон дүн"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Нуусан"},"DIrxt7":{"context":"channel publication date","string":"{огноо}-с хойш харагдана"},"nfbabo":{"context":"channel publication date","string":"{огноо}-д бэлэн болно"},"mDgOmP":{"context":"channel publication status","string":"Харагдах боломжтой"},"19/lwV":{"string":"Бүтээгдэхүүний төрлийг бий болгоход ашиглах шинж чанаруудыг тодорхойл"},"8vJCJ4":{"string":"Борлуулалтын сувгаа тодорхойл"},"hpMcW8":{"string":"Хэрэглэгчид танай дэлгүүрийг хэрхэн олохыг тодорхойл"},"JPH/uP":{"string":"Дэлгүүртээ ашигласан контентын сувгийг тодорхойл"},"ivJ1qt":{"string":"Хэрэглэгчийн эрхийг тохируулах"},"n0RwMK":{"string":"Борлуулж буй бүтээгдэхүүний төрлийг тодорхойл"},"zxs6G3":{"string":"Хэрхэн захиалга хүргэхээ удирдах, өөрчлөх"},"5BajZK":{"string":"Вебсайтын тохиргоог харах, засах"},"RQUkVW":{"string":"Ажилчдын хандах эрхийг тохируулах"},"EIULpW":{"string":"Татварын хувь хэмжээг тохируулах"},"5RmuD+":{"string":"Агуулахын мэдээлэл тохируулах"},"m19JfL":{"string":"Plugin тохиргоо харах, засах"},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Бүтээгдэхүүн буцаагдлаа"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Статус хүчингүй байна"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Тогтмол хэмжээ"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Үйл ажиллагаа"},"wWTUrM":{"string":"Ямар ч үйлдэл олдсонгүй"},"zWgbGg":{"string":"Өнөөдөр"},"By5ZBp":{"context":"header","string":"Сайн уу, {userName}"},"aCX8rl":{"context":"subheader","string":"Таны дэлгүүрийн талаар дэлгэрэнгүй мэдээлэл"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {{amount} захиалсан} other {{amount} захиалсан}}"},"rr8fyf":{"context":"header","string":" Эрэлттэй бүтээгдэхүүн"},"Q1Uzbb":{"string":"Бүтээгдэхүүн олдсонгүй"},"6L6Fy2":{"context":"header","string":"Татгалзах"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"хооронд"},"I+UwqI":{"context":"is filter range or value","string":"тэнцүү"},"0OtaXa":{"context":"dialog header","string":"Цэс үүсгэх"},"jhh/D6":{"string":"Цэсний гарчиг"},"G/SYtU":{"string":"{menuName} цэсийг устгахдаа итгэлтэй байна уу?"},"QzseV7":{"context":"dialog header","string":"Цэс устгах"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Бараа нэмэх"},"fzDI3A":{"context":"add link to navigation","string":"Холбоос: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Засварлах"},"Urh2N3":{"context":"label","string":"Холбоос"},"28GZnc":{"string":"Хайлтыг эхлүүлэхийн тулд бичиж эхлээрэй..."},"0Vyr8h":{"context":"menu item name","string":"Нэр"},"Uf3oHA":{"context":"add new menu item","string":"Шинэ бүтээгдэхүүний төрөл үүсгэх"},"dEUZg2":{"context":"header","string":"Цэсний нэр төрөл"},"WwZfNK":{"string":"Шинэ цэсний хэсэг нэмж шинэ цэс үүсгэх"},"ugnggZ":{"string":"Цэс үүсгэгдлээ"},"bj1U23":{"string":"Та { menuName} устгахдаа итгэлтэй байна уу?"},"svK+kv":{"string":"{counter,plural,one {Та {displayQuantity} цэсийг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} цэсийг устгахдаа итгэлтэй байна уу?}}"},"1LBYpE":{"context":"dialog header","string":"Цэснүүдийг устгах"},"OwG/0z":{"string":"Устгасан цэс"},"0nL1D6":{"context":"number of menu items","string":"Барааны нэр төрөл"},"DWs4ba":{"string":"Цэс олдсонгүй"},"JXRYQg":{"context":"button","string":"Цэс үүсгэх"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Нийтлэгдээгүй"},"YI6Fhj":{"context":"no address is set in draft order","string":"Тохируулаагүй"},"PX2zWy":{"context":"customer is not set in draft order","string":"Тохируулаагүй"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Тохируулаагүй"},"5Jo3C5":{"context":"vat not included in order price","string":"хамаарахгүй "},"BftZHy":{"context":"window title","string":"Хуудасын төрөл үүсгэх"},"W5SK5c":{"string":"Агуулгын төрөл сонгох"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Худалдан авах боломжтой"},"KupNHw":{"context":"product field","string":"Ангилал"},"jxoMLL":{"context":"product field","string":"Коллекцууд"},"YVIajc":{"context":"product field","string":"Тайлбар"},"W8i2Ez":{"context":"product field","string":"Нэр"},"6y+k8V":{"context":"product field","string":"Бүтээгдэхүүний зураг"},"7JAAul":{"context":"product field","string":"Бүтээгдэхүүний жин"},"QVNg8A":{"context":"product field","string":"Татвар авах"},"Q/Nbku":{"context":"product field","string":"Төрөл"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Зурагт хувилбар"},"5kvaFR":{"context":"product field","string":"SKU нэмэх"},"XBwpUv":{"context":"product field","string":"Бүтээгдэхүүний жин оруулах"},"4qe6hO":{"context":"product stock, section header","string":"Бараа материал"},"SSWFo8":{"context":"window title","string":"Бүтээгдэхүүний төрөл үүсгэх"},"bq1eEx":{"context":"header","string":"Бүтээгдэхүүний төрөл үүсгэх"},"mUb8Gt":{"context":"section header","string":"Татвар"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Үнэ"},"vuKrlW":{"string":"Бэлэн Нөөц"},"ABgQcF":{"context":"variant stock, header","string":"Бэлэн Нөөц"},"oIMMcO":{"context":"no warehouses info","string":"Танай дэлгүүрт агуулах байхгүй байна. Та нөөцийн хэмжээг оруулахгүйгээр бүтээгдэхүүнийг боломжтой."},"Gjo89T":{"context":"header","string":"Агуулах"},"D8nsBc":{"context":"no warehouses info","string":"Танай дэлгүүрт агуулах байхгүй байна. Бүтээгдэхүүний нөөцийн хэмжээг нэмэхийн тулд агуулахаа тохируулна уу"},"RLBLPQ":{"context":"no warehouses info","string":"Танай дэлгүүрт агуулах байхгүй байна. Бүтээгдэхүүний нөөцийн хэмжээг нэмэхийн тулд агуулахаа тохируулна уу"},"qJedl0":{"context":"product label","string":"Нийтлэгдсэн"},"ppLwx3":{"context":"number of categories","string":"({quantity}) ангилал"},"QdGzUf":{"context":"number of collections","string":"Цуглуулгууд ({quantity})"},"bNw8PM":{"context":"number of products","string":"({quantity}) бүтээгдэхүүн"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Боломжит огноог тохируулах"},"Krzyo+":{"context":"shipment refund title","string":"Хүргэлтийг буцаан олгосон"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Та {name} устгахдаа итгэлтэй байна уу?"},"LsgHmZ":{"context":"delete shipping zone","string":"Та {name} устгахдаа итгэлтэй байна уу?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Агуулах"},"skPoVe":{"context":"button","string":"Зөвшөөрөх"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App идэвхжлээ"},"USO8PB":{"context":"snackbar text","string":"Аpp идэвхгүй боллоо"},"YHNozE":{"context":"dialog header","string":"App Идэвхжүүлэх"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Та {name}-г идэвхжүүлэхдээ итгэлтэй байна уу?"},"D3E2b5":{"context":"button label","string":"Идэвхжүүлэх"},"W+AFZY":{"context":"button label","string":"Идэвхгүй болгох"},"yMi8I8":{"context":"dialog header","string":"App Идэвхгүй болгох"},"73RU3R":{"context":"deactivate app","string":"Та энэ Аpp-ыг идэвхгүй болгохдоо итгэлтэй байна уу? Та Аpp-ыг дахин идэвхжүүлэх хүртэл таны мэдээлэл хадгалагдах болно. Аpp-ын төлбөр үргэлжлэн суутгагдана."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Та {name}-г идэвхгүй болгохдоо итгэлтэй байна уу? Таныг програмыг дахин идэвхжүүлэх хүртэл таны мэдээлэл хадгалагдах болно. Аpp-ын төлбөр тооцогдсоор байх болно."},"LtqrM8":{"context":"delete custom app","string":"{name}-г устгаснаар та энэ програмтай холбоотой бүх өгөгдөл болон webhooks-ийг устгах болно. Та үргэлжлүүлэх үү?"},"zQX6xO":{"context":"dialog header","string":"App-ыг устгах"},"6hLZNA":{"context":"delete app","string":"Та энэ App-ыг устгахдаа итгэлтэй байна уу?"},"EWD/wU":{"context":"delete app","string":"{name}-г устгаснаар та програмын суулгацыг устгах болно. Хэрэв та app-ын төлбөрийг төлж байгаа бол Saleor Marketplace дээрх аpp-н бүртгэлээ цуцлахаа мартуузай. Та програмыг устгахдаа итгэлтэй байна уу?"},"whTEcF":{"context":"link","string":"Идэвхгүй болгох"},"Go50v2":{"context":"app privacy policy link","string":"App-ын Нууцлалын тохиргоог харах"},"89PSdB":{"context":"link","string":"Тохиргоог засах"},"a55zOn":{"context":"section header","string":"Мэдээллийн нууцлал"},"Gjb6eq":{"context":"link","string":"Дэмжлэг авах"},"HtfL5/":{"context":"button","string":"App нээх"},"P5twxk":{"context":"link","string":"Идэвхжүүлэх"},"VsGcdP":{"context":"section header","string":"App-ын зөвшөөрөл"},"7oQUMG":{"context":"apps about permissions","string":"Энэ app нь дараах зөвшөөрөлтэй:"},"jDIRQV":{"context":"section header","string":"Энэ app-ын тухай"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"Аппликешнд асуудал гарлаа."},"4yRwN+":{"context":"content","string":"\"Худалдагч\" суулгацтай холбоотой чухал мэдээллийг авч чадсангүй. Системийн хяналтын самбар руу буцахын тулд доорх товчлуурыг ашиглана уу."},"906uUr":{"context":"button","string":"Нүүр хуудас руу буцах"},"k5lHFp":{"context":"app data privacy link","string":"Нууцлалын талаар нэмэлт мэдээлэл авах"},"PkCmGU":{"context":"install button","string":"Аpp-ыг суулгах"},"BL/Lbk":{"context":"install app permissions","string":"Энэ app-ыг суулгаснаар дараах зөвшөөрөл олгогдоно."},"Id7C0X":{"context":"section header","string":"Та {name}-г суулгах гэж байна"},"UCHtG6":{"context":"button","string":"Тухай"},"hdcGSJ":{"context":"button","string":"Тусламж/Түгээмэл асуултууд"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Яг одоо суулгаж буй"},"+c/f61":{"context":"retry installation","string":"Дахин оролдох"},"JufWFT":{"context":"app installation error","string":"Суулгах явцад асуудал гарсан байна"},"1qRwgQ":{"context":"app installation","string":"Аpp суулгаж байна..."},"D4nzdD":{"context":"checkbox label","string":"Энэ аpp-д дэлгүүрт бүрэн нэвтрэх эрх олгох"},"flP8Hj":{"context":"card description","string":"\"Худалдагч\" системийн тодорхой хэсэгт хандахын тулд програмын зөвшөөрлийг өргөжүүлэх эсвэл хязгаарлах."},"GjH9uy":{"context":"header","string":"Шинэ app үүсгэх"},"Kxiige":{"string":"Үүсгэсэн токен"},"DGCzal":{"string":"Энэ токен нь танд дэлгүүрийнхээ API-д хандах боломжийг олгодог бөгөөд та эндээс олох боломжтой: {url}"},"r86alc":{"context":"button","string":"Хуулагдсан"},"HVFq//":{"context":"button","string":"Токен хуулах"},"ixjvkM":{"string":"Таны анхны токеныг үүсгэсэн. Шинэ нэвтрэх токеноо хуулахаа мартуузай. Та энэ цониыг дахин харахгүй."},"imYxM9":{"context":"header","string":"App-ын мэдээлэл"},"foNlhn":{"context":"custom app name","string":"Аpp-ын нэр"},"MAsLIT":{"context":"custom app token key","string":"Түлхүүр"},"bsP4f3":{"string":"Токен олдсонгүй"},"0Mg8o5":{"context":"header","string":"Токен"},"RMB6fU":{"context":"button","string":"Токен үүсгэх"},"0DRBjg":{"string":"Токен тэмдэглэл"},"VHuzgq":{"context":"table actions","string":"Үйлдлүүд"},"XB2Jj9":{"context":"create app button","string":"Апп үүсгэх"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Идэвхгүй"},"TBaMo2":{"context":"about app","string":"Тухай"},"9tgY4G":{"context":"apps content","string":"Таны хяналтын самбарт суулгасан app байхгүй байна"},"ZeD2TK":{"context":"section header","string":"Гуравдагч талын app-ууд"},"SwISVH":{"context":"section header","string":"Худалдагч Marketplace "},"NskBjH":{"context":"marketplace content","string":"Marketplace удахгүй гарах болно"},"wxFwUW":{"context":"marketplace button","string":"Marketplace-д зочилох"},"LATpSE":{"context":"marketplace content","string":"Худалдагч Marketplace дээр үнэгүй болон төлбөртэй app-ыг олж мэдэx."},"k0rGBI":{"string":"Үйлчилгээний хаягуудыг баталгаажуулахад нэвтрэх токен ашиглагдана "},"t9a9GQ":{"string":"Таны токеныг үүсгэсэн. Шинэ нэвтрэх токеноо хуулахаа мартуузай. Та энэ цониыг дахин харахгүй."},"T5nU7u":{"context":"header","string":"Токен үүсгэх"},"isM94c":{"context":"create service token, button","string":"Үүсгэх"},"quV5zH":{"context":"dialog title","string":"Токен устгах"},"2VSP8C":{"context":"delete token","string":"{token} токенийг устгахдаа итгэлтэй байна уу?"},"ac+Y98":{"context":"app settings error","string":"App-ын тохиргоог дуудаж чадсангүй"},"2cjt25":{"context":"window title","string":"Аpp-ыг суулгах"},"5t/4um":{"context":"message title","string":"{name}-г суулгаж чадсангүй"},"0fM/pV":{"context":"message title","string":"Аpp суулгагдлаа"},"ZprV2g":{"context":"app has been installed","string":"{name}-г ашиглахад бэлэн боллоо"},"uIPD1i":{"context":"app has been removed","string":"App-ыг амжилттай устгагдлаа"},"agZQkB":{"context":"window title","string":"Апп үүсгэх"},"oiuwOl":{"context":"button","string":"Оноох"},"l2oVCF":{"context":"attributes section name","string":"Шинж чанар"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"Энэ утга нь энэ шинж чанар дотор орсон байна"},"lG/MDw":{"context":"dialog content","string":"{counter,plural,one {Та {displayQuantity} шинж чанаруудыг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} шинж чанаруудыг устгахдаа итгэлтэй байна уу?}}"},"rKf4LU":{"context":"dialog title","string":"Шинж чанаруудыг устгах"},"JI2Xwp":{"context":"dialog title","string":"Шинж чанаруудыг устгах"},"h1rPPg":{"context":"dialog content","string":"Та {attributeName} устгахдаа итгэлтэй байна уу?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Бүс"},"xOEZjV":{"context":"attribute's label","string":"Өгөгдсөн тэмдэг"},"P79U4b":{"context":"attribute's slug short code label","string":"Шинж чанарын код"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"Та хоосон зай ашигласан эсэхээ шалгаарай"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Огноо"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Доошлуулах"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Файл"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Kаталог оруулах "},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Олон сонголттой"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Хуудсууд"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Бүтээгдэхүүн"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Шаардлагатай утга"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Жин"},"dKPMyh":{"context":"tab name","string":"Бүх атрибут"},"IGvQ8k":{"context":"button","string":"Шинж тэмдэг үүсгэх"},"1div9r":{"string":"Шинж тэмдэг хайх"},"PsRG+v":{"context":"use attribute in filtering","string":"Storefront дээрээс шүүх боломжтой"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Зөвхөн хувилбар оруулна уу"},"HQR2y0":{"context":"attribute value is required","string":"Шаардлагатай утга"},"cvbqJu":{"context":"attribute","string":"Дэлгүүрийн бүтээгдэхүүний хуудсанд харуулах"},"ztQgD8":{"string":"Шинж чанар олдсонгүй"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Хайлт хийх боломжтой"},"oJkeS6":{"string":"Шинж чанарын код"},"k6WDZl":{"context":"attribute is visible","string":"Харагдах боломжтой"},"HjUoHK":{"context":"attribute's label'","string":"Өгөгдсөн тэмдэг"},"ErNH3D":{"string":"Худалдагч системд энэ шинж чанарыг хаана ашиглахыг тодорхойлох"},"nwvQPg":{"context":"section header","string":"Байгууллага"},"v1pNHW":{"string":"Шинж чанарын ангилал"},"zbJHl7":{"context":"attribute type","string":"Агуулгын шинж чанар"},"qkRuT0":{"context":"attribute type","string":"Бүтээгдэхүүний шинж чанар"},"8cUEPV":{"context":"page title","string":"Шинэ бүтээгдэхүүний төрөл үүсгэх"},"jswILH":{"context":"add attribute as column in product list table","string":"Баганын сонголт нэмэх"},"AzMSmb":{"context":"caption","string":"Идэвхжүүлснээр шинж чанарыг бүтээгдэхүүний хүснэгтэд багана болгон ашиглаж болно."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Хяналтын самбарын шинж чанарууд"},"RH+aOF":{"context":"use attribute in filtering","string":"Шүүлтүүрт ашиглах"},"Q9wTrz":{"context":"caption","string":"Идэвхжүүлснээр та шинж чанарыг ашиглан бүтээгдэхүүний жагсаалтад байгаа бараа бүтээгдэхүүнийг шүүлт хийх боломжтой болно."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Дэлгүүрийн шинж чанарууд"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Олон нийтийн"},"h2Hta6":{"context":"caption","string":"Идэвхжүүлт хийснээр тухайн шинж чанар нь хэрэглэгчдэд нээлттэй болно."},"I2wCwj":{"context":"swatch attribute image label","string":"Image"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"\"{name}\" утгыг устгахадаа итгэлтэй байна уу?"},"WWV8aZ":{"context":"dialog title","string":"Шинж чанарын утгыг устгах"},"no3Ygn":{"string":"Та \"{name}\" утгыг устгахдаа итгэлтэй байна уу? Хэрэв та үүнийг устгавал \"{attributeName}\" шинж тэмдэгийг аль ч бүтээгдэхүүнд оноох боломжгүй болно."},"XYhE8p":{"context":"edit attribute value","string":"Утгыг засах"},"PqMbma":{"context":"add attribute value","string":"Утга нэмэх"},"UhcALJ":{"context":"attribute name","string":"Нэр"},"H60H6L":{"context":"attribute values list: name column header","string":"Өгөгдмөл дэлгүүрийн харагдац"},"3psvRS":{"context":"attribute values list: slug column header","string":"Админ"},"g5zIpS":{"context":"No attribute values found","string":"Утга олдсонгүй"},"J3uE0t":{"context":"section header","string":"Шинж чанарын утга"},"+iVKR1":{"context":"assign attribute value button","string":"Утга оноох"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Шинж чанар амжилттай үүсгэгдлээ"},"7H2D5m":{"context":"attribute value deleted","string":"Утга устгагдлаа"},"V/VAHG":{"string":"Шинж чанар устгагдлаа"},"xVn5B0":{"context":"added new attribute value","string":"Шинэ утга нэмэгдсэн"},"lw9WIk":{"context":"deleted multiple attributes","string":"Шинж чанар устгагдлаа"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Нэвтрэх"},"5sg7KC":{"string":"Нууц үг"},"3tbL7x":{"context":"description","string":"Нууц үг мартсан?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Уучлаарай, таны хэрэглэгчийн нэр болон/эсвэл нууц үг буруу байна. Дахин оролдоно уу."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Шинэ нууц үг"},"S22jIs":{"context":"button","string":"Шинэ нууц үг тохируулах"},"vfG+nh":{"string":"Нууц үг зөвшөөрөх"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Нууц үг тохирохгүй байна"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Нууц үгээ шинэчлэх"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Нэвтрэх хуудас руу буцах"},"2ob30/":{"string":"Амжилттай! Хэдэн минутын дараа та нууц үгээ хэрхэн шинэчлэх заавар бүхий мессеж хүлээн авах болно."},"C0JLNW":{"string":"Өгөгдсөн имэйл хаяг манай мэдээллийн санд байхгүй байна."},"hOxIeP":{"string":"Боломжтой эсэх"},"0OfZJA":{"context":"button","string":"Буцах"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Цуцлах"},"dOQB9o":{"context":"payment status","string":"Цуцлагдсан"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Каталог"},"sK1FPw":{"context":"categories section name","string":"Ангилалууд"},"DP6b8U":{"context":"section header","string":"Таны зураг (заавал биш)"},"0iMYc+":{"context":"field is optional","string":"(Заавал биш)"},"cgsY/X":{"context":"page header","string":"Шинэ ангилал үүсгэх"},"wQdR8M":{"string":"Энэ категорийг хайхад хялбар болох үүднээс гарчиг болон тайлбарыг оруулж өгөх"},"xo5UIb":{"context":"dialog title","string":"Ангилал устгах"},"dJQxHt":{"context":"delete category","string":"Та {categoryName} устгахдаа итгэлтэй байна уу?"},"vEYtiq":{"string":"Ангилалын Нэр"},"8HRy+U":{"string":"Ангилалын тайлбар"},"vof5TR":{"context":"button","string":"Ангилал үүсгэх"},"JiXNEV":{"string":"Ангилал хайх"},"vy7fjd":{"context":"tab name","string":"Бүх ангилал"},"dM86a2":{"string":"Ангилал олдсонгүй"},"rrbzZt":{"string":"Дэд ангилал олдсонгүй"},"BHQrgz":{"context":"number of subcategories","string":"Дэд ангилалууд"},"k8ZJ5L":{"context":"number of products","string":"Бүтээгдэхүүний тоо"},"VQLIXd":{"context":"product","string":"Нэр"},"x/pIZ9":{"context":"button","string":"Бүтээгдэхүүн нэмэх"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"{categoryName} дахь бүтээгдэхүүнүүд"},"JDz5h8":{"context":"number of subcategories in category","string":"Дэд ангилалууд"},"V+fkAO":{"context":"number of products in category","string":"Бараа"},"NivJal":{"context":"section header","string":"Бүх дэд ангилал"},"UycVMp":{"context":"button","string":"Дэд ангилал үүсгэх"},"Irflxf":{"context":"window title","string":"Ангилал үүсгэх"},"7l5Bh9":{"string":"{counter,plural,one {Та {displayQuantity} бүтээгдэхүүнийг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} бүтээгдэхүүнийг устгахдаа итгэлтэй байна уу?}}"},"xl7Fag":{"string":"Ангилал үүсгэгдсэн"},"Pp/7T7":{"string":"{counter,plural,one {Та {displayQuantity} ангиллыг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} ангиллыг устгахдаа итгэлтэй байна уу?}}"},"HvJPcU":{"string":"Ангилал устгагдсаг"},"KCjd1o":{"context":"dialog title","string":"Бүтээгдэхүүнүүдийг устгах"},"3DGvA/":{"string":"Энэ үйлдлийг хийснээр энэ ангилалд хамаарах бүх бүтээгдэхүүнийг дэлгүүрийн нүүрэн дээр ашиглах боломжгүй болгоно гэдгийг санаарай."},"e+L+q3":{"string":"Энэ үйлдлийг хийснээр энэ ангилалд хамаарах бүх бүтээгдэхүүнийг устгах болно гэдгийг санаарай."},"sG0w22":{"context":"dialog title","string":"Ангилалуудыг устгах"},"xRkj2h":{"string":"Та {categoryName} устгахдаа итгэлтэй байна уу?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Сувгууд"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Боломжтой эсэх"},"QZoU0r":{"context":"dialog header","string":"Суваг устгах"},"Mz0cx+":{"context":"delete channel","string":"Сувгийг устгаснаар энэ сувагтай холбоотой бүх бүтээгдэхүүний мэдээлэл устах болно. Та энэ сувгийг устгахдаа итгэлтэй байна уу?"},"sidKce":{"context":"delete channel","string":"Энэ сувгийн захиалгын бүх мэдээллийг өөр суваг руу шилжүүлэх шаардлагатай. Зөөх шаардлагатай сувгийн захиалгыг сонгоно уу:."},"BXMSl4":{"context":"currency channel","string":"Захиалгын мэдээллийг зөөх суваг алга. Мэдээллийг шилжүүлэхийн тулд ижил мөнгөн тэмдэгттэй суваг үүсгэнэ үү."},"SZJhvK":{"context":"dialog header","string":"Суваг сонгох"},"3y4r+z":{"context":"channel settings","string":"Сувгийн тохиргоо"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Хуулбарлах"},"9Sz0By":{"context":"channel currency","string":"Мөнгөн тэмдэгт"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Сувгийн нэр"},"G/pgG3":{"context":"dialog header","string":"Суваг сонгоx"},"nKwgxY":{"context":"select label","string":"Сувгийн нэр"},"X8qjg3":{"context":"inactive","string":"Идэвхгүй"},"+tIkAe":{"context":"status","string":"Статус"},"MHVglr":{"context":"deactivate","string":"Идэвхгүй болгох"},"TSJRiZ":{"context":"channel status title","string":"Сувгийн статус"},"QiN4hv":{"context":"active","string":"Идэвхтэй"},"MQwT1W":{"context":"activate","string":"Идэвхжүүлэх"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Сувгийн нэр"},"/glQgs":{"string":"Суваг олдсонгүй"},"OGm8wO":{"context":"button","string":"Суваг үүсгэх"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{код} - {улс}"},"DnghuS":{"context":"channel create","string":"Шинэ суваг"},"OrMr/k":{"context":"window title","string":"Суваг үүсгэх"},"D9Rg+F":{"context":"window title","string":"Сувгийн дэлгэрэнгүй "},"AkyGP2":{"string":"Суваг устгагдлаа"},"eWcvOc":{"context":"button","string":"Файл сонгох"},"2FQsYj":{"context":"button","string":"Цэвэрлэх"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Коллекцууд"},"9vQR6c":{"context":"collection label","string":"Харагдах боломжтой"},"V8FhTt":{"context":"collection label","string":"Нуусан"},"Rj8LxK":{"string":"Энэ коллекцийг хайхад хялбар болох үүднээс гарчиг болон тайлбарыг оруулж өгөх"},"Fxa6xp":{"context":"page header","string":"Коллекц нэмэх"},"/WXs6H":{"context":"collection name","string":"Нэр"},"G4g5Ii":{"context":"tab name","string":"Бүх коллекц"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Коллекц үүсгэх"},"9eC0MZ":{"context":"collection","string":"Нуусан"},"lL3YJO":{"context":"collection","string":"Нийтлэгдсэн"},"Yw+9F7":{"string":"Коллекц олдсонгүй"},"mWQt3s":{"string":"Бүтээгдэхүүний тоо"},"VZsE96":{"string":"Цуглуулгын нэр"},"UxdBmI":{"context":"collection availability","string":"Боломжтой эсэх"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Төрөл"},"Oe62bR":{"context":"product availability","string":"Боломжтой эсэх"},"/dnWE8":{"context":"products in collection","string":"{name} доторх бүтээгдэхүүнүүд"},"scHVdW":{"context":"button","string":"Бүтээгдэхүүнд нэмэх"},"6AMFki":{"context":"product name","string":"Нэр"},"Q8wHwJ":{"string":"Коллекц устгагдлаа"},"56vUeQ":{"string":"Коллекцид бүтээгдэхүүнийг нэмсэн"},"MxhVZv":{"string":"Коллекцийн зургийг устгахдаа итгэлтэй байна уу?"},"AulH/n":{"string":"{counter,plural,one {Та {displayQuantity} бүтээгдэхүүний оноолтыг цуцлахдаа итгэлтэй байна уу?} other {Та {displayQuantity} бүтээгдэхүүний оноолтыг цуцлахдаа итгэлтэй байна уу?}}"},"WW+Ruy":{"string":"Коллекцоос бүтээгдэхүүнийг устгасан"},"I1Mz7h":{"string":"Цуглуулгын сувгийг удирдах"},"5OtU+V":{"context":"dialog title","string":"Коллекцоос бүтээгдэхүүнийг хассан"},"pVFoOk":{"string":"Та {collectionName} устгахдаа итгэлтэй байна уу?"},"ttMauu":{"context":"window title","string":"Коллекц үүсгэх"},"+wpvnk":{"context":"dialog title","string":"Коллекц устгах"},"67V0c0":{"context":"unassign product from collection, button","string":"Хасах"},"fzk04H":{"context":"dialog title","string":"Зураг устгах"},"yT5zvU":{"string":"{counter,plural,one {Та {displayQuantity} цуглуулгуудыг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} цуглуулгуудыг устгахдаа итгэлтэй байна уу?}}"},"Ykw8k5":{"context":"dialog title","string":"Коллекцуудыг устгах"},"C7eDb9":{"string":"Хэрэглэгчийн бүлгүүд"},"Fbr4Vp":{"context":"dialog header","string":"Хандах эрх"},"6cS4Rd":{"context":"card section description","string":"Боломжит зөвшөөрөл"},"MVU6ol":{"context":"exceeded permissions description","string":"Таны хэрэглэгчийн эрхээс хэтэрсэн байна. Та зөвхөн өөрт байгаа хэрэглэгчийн эрхийг удирдах боломжтой."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Улс"},"O95R3Z":{"string":"Утас"},"B52Em/":{"string":"Хаяг 1"},"TE4fIS":{"string":"Хот"},"oYGfnY":{"string":"Зип/Шуудангын код"},"oQY0a2":{"string":"Хаяг 2"},"9YazHG":{"string":"Компани"},"AuwpCm":{"string":"Улсын нутаг дэвсгэр"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"Илэрц олдсонгүй"},"fP9FXB":{"context":"input label","string":"Шинж чанараар хайх"},"auxEP1":{"context":"input placeholder","string":"Шинж чанарын нэрээр хайх"},"QM9P8G":{"context":"dialog header","string":"Шинж чанар оноох"},"ylobu9":{"context":"assign reference to product, button","string":"Оноох"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Ангилал оноох"},"8hrH/z":{"context":"dialog header","string":"Ангилал хайх"},"sf6FMK":{"context":"dialog search placeholder","string":"Ангиллын нэр, ...-ээр хайх"},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Коллекцид нэмэх"},"f0hXz4":{"context":"dialog header","string":"Коллекц хайх"},"JiRKgJ":{"context":"dialog search placeholder","string":"Ангиллын нэр, ...-ээр хайх"},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Бүтээгдэхүүнүүдээс хайх"},"SHm7ee":{"string":"Бүтээгдэхүүний нэр, шинж чанар, бүтээгдэхүүний төрөл, ...-ээр хайх"},"dTCDMn":{"context":"dialog header","string":"Бүтээгдэхүүнд нэмэх"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Та {itemTypeName}-с {attributeName}-н оноолтыг цуцлахдаа итгэлтэй байна уу?"},"z0gGP+":{"context":"number of attributes","string":"{тоо} Шинж чанарууд"},"3ukd9/":{"context":"attributes, section header","string":"Шинж чанар"},"j8PV7E":{"context":"attribute values","string":"Утга"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Утга"},"jHJmjf":{"string":"Илэрцгүй"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Боломжтой эсэх"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Удирдах"},"0cVk9I":{"string":"Бүтээгдэхүүний жагсаалтад харуулах"},"UjsI4o":{"context":"date","string":"{date} хойш"},"Jt3DwJ":{"context":"publish on date","string":"Нийтлэгдсэн өдөр"},"5ukAFZ":{"string":"Энэ хайрцгийг идэвхгүй болгосноор хайлтын болон цуглуулгын хуудаснаас бүтээгдэхүүнийг устгах болно. "},"Y7Vy19":{"context":"available on date","string":"...-д тохируулах "},"U3BQKA":{"string":"Нийтэлсэн огноог тохируулах"},"tQuE1q":{"string":"{contentType}-г ашиглах боломжтой сувгуудаа сонгоx"},"B9yrkK":{"string":"Суваг олдсонгүй"},"2/L4zZ":{"string":"Бүх сувгийг сонгоx"},"EWCUdP":{"string":"А-аас Я хүртэлх сувгууд"},"ybaLoZ":{"string":"Сувгуудаар хайх"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"{contentType}-г ашиглах боломжтой сувгуудаа сонгоx"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Нийтлэгдсэн"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Статус"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Дахин тохируулах"},"62Ywh2":{"context":"number of countries","string":"{number} улс"},"zZCCqz":{"context":"button","string":"Улсад нэмэх"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Хайлт устгах"},"UaYJJ8":{"string":"Хайлтын хэсгээс {name} устгахдаа итгэлтэй байна уу?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Алдаа"},"9mGA/Q":{"context":"button linking to dashboard","string":"Удирдах самбар"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Хайлт устгах"},"qIgdO6":{"string":"Тусгай шүүлтүүр"},"DEa1T1":{"context":"button","string":"Хайлтыг хадгалах"},"zSOvI0":{"string":"Шүүлтүүр"},"HnVtSS":{"context":"search","string":"Илэрцгүй"},"PLCwT/":{"context":"search results","string":"Цааш үзэх"},"FNpv6K":{"context":"button","string":"Шүүлтүүр"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"болон"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Өөрчлөлтийг хадгалах"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Энд файлаа хуулна уу"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Утга"},"VcI+Zh":{"context":"header","string":"Мета өгөгдөл"},"ETHnjq":{"context":"header","string":"Хувийн мета өгөгдөл"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Талбар"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Талбар нэмэх"},"nEixpu":{"context":"table action","string":"Үйлдлүүд"},"hptDxW":{"context":"money","string":"{money} руу"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"{money}-с"},"U2WgwW":{"context":"add custom select input option","string":"Шинэ утгах нэмэх: {value}"},"hX5PAb":{"string":"Илэрц олдсонгүй"},"EEW+ND":{"string":"Удирдамж"},"8B8E+3":{"context":"navigator placeholder","string":"Захиалгын дугаар"},"NqxvFh":{"context":"navigator placeholder","string":"Заавар бичих"},"TpPx7V":{"context":"navigator placeholder","string":"Хэрэглэгч хайх"},"4gT3eD":{"context":"navigator section header","string":"Хэрэглэгчдээс хайх"},"BooQvo":{"context":"navigator placeholder","string":"Боломжтой үйлдлүүдийг харахын тулд {key} гэж бичнэ үү"},"AOI4LW":{"context":"navigator placeholder","string":"Каталогоос хайх"},"YYkkhx":{"context":"navigator section header","string":"Чиглүүлэх"},"EM+30g":{"context":"navigator notification","string":"Таны өдөр тутмын ажлыг хийхэд тань тусална. Удирдамж {keyboardShortcut} ашиглан ажиллуулна."},"me585h":{"context":"navigator section header","string":"Түргэн үйлдэл"},"Gxm7Qx":{"context":"navigator notification title","string":"Удирдамж танд туслахаар энд байна"},"ccXLVi":{"string":"Ангилал"},"phAZoj":{"string":"Коллекц"},"M1uijW":{"context":"collection","string":"Нийтлэгдээгүй"},"CjSRT1":{"context":"button","string":"Ангилал үүсгэх"},"VdDcxc":{"context":"button","string":"Коллекц үүсгэх"},"QooeI/":{"context":"button","string":"Хэрэглэгч үүсгэх"},"cfQf0w":{"context":"button","string":"Захиалга үүсгэх"},"V1mqpZ":{"context":"button","string":"Хэрэглэгчийн бүлэг үүсгэх"},"JFmOfi":{"context":"button","string":"Бүтээгдэхүүн үүсгэх"},"y9cvqE":{"context":"button","string":"Ваучер үүсгэх"},"1gzck6":{"string":"{lastName} {firstName}"},"IyHQr0":{"context":"navigator action","string":"Захиалга руу буцах #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Каталогоос хайх"},"3TlhJS":{"context":"navigator command mode description","string":"Хайлтын заавар"},"DHBlFi":{"context":"navigator customer mode description","string":"Хэрэглэгчдийг хайх"},"Xel9C+":{"context":"navigator default mode description","string":"Харагдах байдал, үйлдлийг хайх"},"iAvKNf":{"context":"navigator help mode description","string":"Тусламж харуулах"},"usSkzP":{"context":"navigator order mode description","string":"Захиалга хайх"},"k8bltk":{"string":"Хайлт илэрцгүй"},"x/ZVlU":{"string":"Бүтээгдэхүүн"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Дутуу зүйл байна"},"nRiOg+":{"string":"Уучлаарай, энэ хуудас байхгүй байна"},"95oJ5d":{"context":"button","string":"Удирдах самбар руу буцах"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Үнэ 0-ээс бага байж болохгүй"},"fNFEkh":{"string":"Сонгогдсон мөр:"},"liLrVs":{"context":"save filter tab, header","string":"Хайлтыг хадгалах"},"QcIFCs":{"context":"save search tab","string":"Нэр хайх"},"w2Cewo":{"string":"Хайлтын системийн гарчиг"},"CXTIq8":{"string":"Хайлтын системийн тайлбар"},"s5Imt5":{"context":"button","string":"Сайтын SEO засварлах"},"TGX4T1":{"string":"Хайлтын системийг урьдчилан харах"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"Хэрвээ хоосон бол урьдчилан харах автоматаар үүснэ"},"450Fty":{"string":"Байхгүй"},"qu/hXD":{"string":"Сонгосон {тоо} зүйл"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Илгээх"},"3evXPj":{"string":"Тэмдэглэлээ энд бичнэ үү..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Гарах"},"X8+Lpa":{"context":"button","string":"Хэрэглэгчийн тохиргоо"},"2r4cTE":{"context":"button","string":"Харанхуй горимыг идэвхжүүлэх"},"akXDST":{"context":"section header","string":"Харагдац"},"qMB6d2":{"context":"weight","string":"{утга} {нэгж} хүртэл"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"{value} {unit}-с"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Тохиргоо"},"YZl6cv":{"string":"Бусад"},"gTr0qE":{"string":"Хүргэлтийн тохиргоо"},"HP6m+q":{"string":"Шинж чанарууд ба бүтээгдэхүүний төрлүүд"},"UN+yTt":{"string":"Ажилтны тохиргоо"},"HjXnIf":{"string":"Агуулгын менежмент"},"jFrdB5":{"string":"Бүтээгдэхүүний тохиргоо"},"MWSacl":{"string":"Олон суваг"},"DJFPzq":{"context":"button","string":"Зөвшөөрөх"},"yHeZRQ":{"string":"Бүтээгдэхүүн экспорт амжилтгүй боллоо"},"CJEIRC":{"string":"Бүтээгдэхүүн экспорт дууссан ба таны имэйл хаягруу илгээгдлээ."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"CSV экспорт хийж дууслаа"},"ryAyPr":{"string":"Нэхэмжлэхийг үүсгэлээ. Hэхэмжлэхийн жагсаалтын дээд хэсэгээс харна уу."},"i+Vox0":{"context":"invoice generating has finished, header","string":"Нэхэмжлэл үүслээ"},"Dhherd":{"context":"dialog header, title","string":"Нэхэмжлэл үүсгэх"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Сэргээх"},"Rjs1CD":{"context":"button","string":"Үргэлжлүүлэх"},"H5NKfr":{"context":"button","string":"Үүсгэх"},"w4R/SO":{"string":"Суурин app"},"McN+wq":{"context":"customers section name","string":"Хэрэглэгчид"},"gQGUsN":{"context":"dialog title","string":"Хаяг засах"},"W0kQd+":{"context":"dialog title","string":"Хаяг нэмэх"},"rjy9/k":{"context":"button","string":"Хаяг нэмэх"},"kErneR":{"string":"Үйлчлүүлэгч өөрийн хаягийн дэвтэрт ямар ч хаяг нэмээгүй байна. Та доорх товчлуурыг ашиглан хаяг нэмэх боломжтой."},"n5vskv":{"context":"customer's address book, header","string":"{fullName} хаягын дэвтэр"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Дэлгэрэнгүй"},"y/UWBR":{"string":"Үйлчлүүлэгчид харуулах хаяг байхгүй байна."},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Анхны хаяг"},"VyzsWZ":{"string":"Анхны тооцооны хаяг"},"nLML8Y":{"string":"Анхны хүргэлтийн хаяг"},"puikeb":{"context":"button","string":"Хаяг устгах"},"w+8BfK":{"context":"button","string":"Хаяг засах"},"hLOEeb":{"context":"button","string":"Тооцооны хаяг хадгалах"},"+7OsyM":{"context":"button","string":"Хүргэлтийн хаяг хадгалах"},"BfJGij":{"context":"header","string":"Хаягийн мэдээлэл"},"Zd3Eew":{"context":"subsection header","string":"Хүргэлтийн хаяг"},"bHdFph":{"context":"subsection header","string":"Хаяг"},"3d1RXL":{"string":"Хэрэглэгч хаяг оруулаагүй байна"},"biVFKU":{"context":"subsection header","string":"Тооцоо хийх хаяг"},"jGGnSZ":{"context":"page header","string":"Үндсэн хаяг"},"wNQzS/":{"string":"Энэ хэрэглэгчийн үндсэн хаяг."},"fjPWOA":{"context":"header","string":"Хэрэглэгчийн үнэлгээ"},"qNcoRY":{"context":"notes about customer header","string":"Тэмдэглэлүүд"},"uUQ+Al":{"context":"note about customer","string":"Тэмдэглэл"},"w3sGrD":{"string":"Энэ үйлчлүүлэгчтэй холбоотой нэмэлт мэдээллийг оруулна уу."},"N76zUg":{"context":"page header","string":"Хэрэглэгч үүсгэх"},"+NUzaQ":{"context":"check to mark this account as active","string":"Хэрэглэгчийн бүртгэл идэвхтэй байна"},"MjUyhA":{"context":"section subheader","string":"{date} -с хойш гишүүн байгаа "},"SMakqb":{"context":"customer contact section, header","string":"Холбоо барих мэдээлэл"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Хэрэглэгч хайх"},"QLVddq":{"context":"button","string":"Хэрэглэгч үүсгэх"},"xQK2EC":{"context":"tab name","string":"Бүх харилцагч"},"icz/jb":{"context":"customer","string":"Элссэн огноо"},"fhksPD":{"string":"Захиалагдсан тоо"},"E8VDeH":{"string":"Захиалгын тоо"},"FpIcp9":{"string":"Хэрэглэгч олдсонгүй"},"97l2MO":{"string":"Хэрэглэгчийн емайл"},"Gr1SAu":{"string":"Хэрэглэгчийн нэр"},"pURrk1":{"context":"order status","string":"Статус"},"1LiVhv":{"context":"section header","string":"Сүүлийн захиалга"},"nTF6tG":{"context":"number of order","string":"Захиалгын дугаар"},"3+990c":{"context":"button","string":"Бүх захиалгыг харах"},"ri3kK9":{"context":"order placement date","string":"Огноо"},"taX/V3":{"context":"order total amount","string":"Нийт"},"RlfqSV":{"string":"Захиалга олдсонгүй"},"FNAZoh":{"string":"Сүүлд нэвтэрсэн"},"HMD+ib":{"string":"Сүүлийн захиалга"},"e7Nyu7":{"context":"section header","string":"Хэрэглэгчийн түүх"},"2p0tZx":{"context":"delete customer, dialog content","string":"Та {email} устгахдаа итгэлтэй байна уу?"},"ey0lZj":{"context":"dialog header","string":"Хэрэглэгч устгах"},"qLOBff":{"context":"dialog header","string":"Хаяг устгах"},"nX2pCU":{"context":"window title","string":"Хэрэглэгч үүсгэх"},"/kWzY1":{"string":"Хэрэглэгчийн хаягийн жагсаалтаас энэ хаягийг устгахдаа итгэлтэй байна уу?"},"PXatmC":{"string":"Харилцагч устгагдлаа"},"ftcHpD":{"string":"Хэрэглэгч үүсгэгдсэн"},"N2SbNc":{"string":"{counter,plural,one {Та {displayQuantity} харилцагчдыг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} харилцагчдыг устгахдаа итгэлтэй байна уу?}}"},"q8ep2I":{"context":"dialog header","string":"Хэрэглэгчдийг устгах"},"hzSNj4":{"string":"Удирдах самбар"},"P7PLVj":{"string":"Огноо"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Устгах"},"i0AcKY":{"context":"notification message after log in","string":"Та демо горимд байна. Та хяналтын самбар дээр тоглох боломжтой боловч өөрчлөлтийг хадгалах боломжгүй."},"Q8Qw5B":{"string":"Тайлбар"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Хямдралууд"},"g3qjSf":{"context":"button","string":"Ангилалд нэмэх"},"AbyDC7":{"context":"section header","string":"Боломжтой ангиллууд"},"Uu76vj":{"context":"no categories","string":"Ангилал олдсонгүй"},"fV6yX5":{"context":"table head","string":"Ангилалын Нэр"},"QGjJcT":{"context":"number of products","string":"Бүтээгдэхүүн"},"/6uK4C":{"context":"button","string":"Коллекцид нэмэх"},"XNeJay":{"context":"section header","string":"Зөвшөөрөгдсөн коллекцууд"},"IoCMjg":{"context":"no collections","string":"Коллекц олдсонгүй"},"ht9yOD":{"context":"table head","string":"Коллекцын нэр"},"cvVIV/":{"context":"dialog header","string":"Улсад нэмэх"},"dGqEJ9":{"context":"search box placeholder","string":"Улсын нэрээр хайх"},"dWK/Ck":{"string":"Доорх жагсаалтаас ваучерыг хязгаарлахыг хүсч буй улс орнуудыг сонгоно уу"},"8EGagh":{"context":"search box label","string":"Улсаар шүүх"},"wgA48T":{"context":"country selection","string":"А-Я Улсууд"},"AVF5T5":{"context":"voucher end date, switch button","string":"Дуусах огноог оруулах"},"zKOGkU":{"context":"time during discount is active, header","string":"Идэвхитэй огноо"},"U8eeLW":{"context":"button","string":"Бүтээгдэхүүн сонгох"},"xqXYF+":{"context":"section header","string":"Зөвшөөрөгдсөн бүтээгдэхүүнүүд"},"OrR3Qy":{"context":"no products","string":"Бүтээгдэхүүн олдсонгүй"},"6cMkfT":{"context":"table head","string":"Бүтээгдэхүүний нэр"},"bPFp8B":{"context":"product type","string":"Бүтээгдэхүүний төрөл"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"No variants found"},"Q1HhPk":{"context":"table head","string":"Бүтээгдэхүүний төрөл"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Борлуулалт үүсгэх"},"F56hOz":{"context":"sale name","string":"Нэр"},"MSD3A/":{"string":"Борлуулалт хайх"},"JHfbXR":{"context":"button","string":"Борлуулалт үүсгэх"},"Yjhgle":{"context":"tab name","string":"Бүх борлуулалт"},"AnqH4p":{"context":"sale status","string":"Идэвхтэй"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Хугацаа дууссан"},"XDBeA+":{"context":"discount type","string":"Тогтмол хэмжээ"},"s17U7u":{"context":"discount type","string":"Хувь"},"BanAhF":{"context":"sale status","string":"Төлөвлөгдсөн"},"zjHH6b":{"context":"sale start date","string":"Эхэлсэн"},"SpngiS":{"context":"sale status","string":"Статус"},"KHZlmi":{"string":"Хямдралын төрөл"},"XZR590":{"context":"sale value","string":"Утга"},"giF5UV":{"context":"sale end date","string":"Дуусах огноо"},"51HE+Q":{"string":"Борлуулалт олдсонгүй"},"iBSq6l":{"context":"sale start date","string":"Эхлэх"},"WkxE8/":{"context":"percentage or fixed, header","string":"Хямдралын төрөл"},"JnzDrI":{"context":"discount type","string":"Тогтмол хэмжээ"},"wHdMAX":{"context":"sale value, header","string":"Утга"},"x3g4Ry":{"context":"sale discount","string":"Хямдралын утга"},"cehiWu":{"context":"channels sale info","string":"Хямдрал оноогдоогүй сувгын хямдралыг тогтооход үндсэн суваг ашиглагдана. Тогтоогдсон хямдрал сувгийн валют руу хөрвүүлэгдэнэ. "},"Hj3T7P":{"context":"column title","string":"Сувгийн нэр"},"PsclSa":{"context":"page header","string":"Ваучер үүсгэх"},"YjcN9w":{"context":"time during voucher is active, header","string":"Идэвхитэй огноо"},"jd/LWa":{"string":"Ваучер бүх улс оронд хамаарна"},"glT6fm":{"string":"Ваучер нь эдгээр улс орнуудад хязгаарлагдсан"},"ibnmEd":{"context":"voucher country range","string":"Улсууд"},"jvKNMP":{"string":"Хямдралын код"},"mSLr9d":{"context":"voucher code, button","string":"Код үүсгэх"},"vTgRTZ":{"context":"limit voucher","string":"1 хэрэглэгчийн ашиглах хязгаар"},"Qj/3sH":{"context":"limit voucher","string":"Нийт ашиглах боломжтой тоо"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Ашиглах хязгаар"},"pzSF+b":{"context":"voucher usage limit, header","string":"Хэрэглээний хязгаар"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"Бүх урамшуулал"},"IruP2T":{"string":"Ваучер хайх"},"GbhZJ4":{"context":"button","string":"Ваучер үүсгэх"},"amQg6f":{"context":"voucher status","string":"Идэвхтэй"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Хугацаа дууссан"},"Jj0de8":{"context":"voucher status","string":"Төлөвлөгдсөн"},"ujFo4A":{"context":"voucher start date","string":"Эхэлсэн"},"uy+tB8":{"context":"voucher status","string":"Статус"},"h75GAF":{"context":"voucher","string":"Удаа ашиглагдсан"},"JV+EiM":{"context":"voucher value","string":"Утга"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Хамгийн бага зарцуулалт"},"b6L9n7":{"context":"voucher is active until date","string":"Дуусах огноо"},"yHwvLL":{"context":"voucher uses","string":"Хэрэглээ"},"5u7b3V":{"context":"voucher is active from date","string":"Эхлэх"},"JsPIOX":{"context":"voucher code","string":"Код"},"U2mOqA":{"string":"Ваучер олдсонгүй"},"GVinbz":{"context":"column title","string":"Утга"},"K+ROF8":{"string":"Хямдрал оноогдоогүй сувгын хямдралыг тогтооход үндсэн суваг ашиглагдана. Тогтоогдсон хямдрал сувгийн валют руу хөрвүүлэгдэнэ. "},"yhv3HX":{"context":"voucher requirements, header","string":"Хагмийн доод шаардлага"},"u/hkKO":{"context":"voucher has no requirements","string":"Байхгүй"},"XT/ZvF":{"context":"voucher requirement","string":"Барааны хамгийн бага тоо хэмжээ"},"bh9+8A":{"context":"voucher requirement","string":"Захиалгын хамгийн бага үнэ"},"FOa+Xd":{"context":"voucher value requirement","string":"Захиалах хамгийн бага утга"},"bcf60I":{"context":"voucher","string":"-д хамаарна"},"HLqWXA":{"context":"voucher value requirement","string":"Хэрэглээний хязгаар"},"6cq+c+":{"context":"header","string":"Хямдралын төрөл"},"sS5aVm":{"context":"voucher discount type","string":"Үнэгүй хүргэлттэй"},"fEfCtO":{"context":"voucher discount type","string":"Хувь"},"vXFPD6":{"context":"voucher discount type","string":"Тогтмол хэмжээ"},"1shOIS":{"context":"column title","string":"Үнэ"},"/oaqFS":{"context":"section header","string":"Утга"},"mmcHeH":{"string":"Хямдралын утга"},"5c2JVF":{"context":"voucher application, switch button","string":"Захиалга бүрт нэг"},"9UHfux":{"string":"Ваучер дэлгэрэнгүй мэдээлэл"},"ObRk1O":{"string":"Хэрэв энэ сонголтыг идэвхгүй болговол зохих бүтээгдэхүүн бүрт хөнгөлөлт тооцогдоно"},"bP7ZLP":{"context":"voucher discount","string":"Бүх захиалга"},"45zP+r":{"context":"voucher discount","string":"Онцлох бүтээгдэхүүнүүд"},"WasHjQ":{"context":"voucher discount","string":"Хүргэлт"},"n7Fg8i":{"string":"Борлуулалт амжиллтай үүсгэгдлээ"},"ESDTC/":{"string":"Борлуулалтын сувгийг удирдах"},"SqcGBK":{"context":"channel availability dialog header","string":"Сувгийн хүртээмжийг удирдаx"},"4C7I61":{"context":"sale Details delete button","string":"Хямдралыг хассан"},"V3fvcD":{"context":"dialog content","string":"Хямдралыг хассан"},"1/oG76":{"context":"dialog header","string":"Борлуулалт устгах"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"context":"dialog content","string":"{counter,plural,one {Та {displayQuantity} ангиллын оноолтыг цуцлахдаа итгэлтэй байна уу?} other {Та {displayQuantity} ангиллын оноолтыг цуцлахдаа итгэлтэй байна уу?}}"},"B5yE8S":{"context":"dialog header","string":"Борлуулалтаас ангилал хасах"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"context":"dialog content","string":"{counter,plural,one {Та {displayQuantity} цуглуулгын оноолтыг цуцлахдаа итгэлтэй байна уу?} other {Та {displayQuantity} цуглуулгын оноолтыг цуцлахдаа итгэлтэй байна уу?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Та {saleName} устгахдаа итгэлтэй байна уу?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"context":"dialog content","string":"{counter,plural,one {Та {displayQuantity} бүтээгдэхүүний оноолтыг цуцлахдаа итгэлтэй байна уу?} other {Та {displayQuantity} бүтээгдэхүүний оноолтыг цуцлахдаа итгэлтэй байна уу?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Борлуулалтуудыг устгах"},"FPzzh7":{"context":"dialog content","string":"{counter,plural,one {Та {displayQuantity} хямдралыг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} хямдралыг устгахдаа итгэлтэй байна уу?}}"},"Eau5AV":{"string":"Бүтээгдэхүүний сувгийн хүртээмжийг удирдах"},"Q8mpW3":{"string":"Ваучерыг амжилттай үүсгэлээ"},"MmGlkp":{"context":"dialog header","string":"Ваучерыг цуглуулгаас хасах"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":" Бүтээгдэхүүнээс ваучерийг хасах"},"LOSNq0":{"context":"dialog header","string":"Ангиллыг ваучераас хасах"},"NEJo1I":{"context":"dialog content","string":"Та {voucherCode} устгахдаа итгэлтэй байна уу?"},"EM730i":{"string":"Сувгийн хүртээмжийг удирдаx"},"Hgz44z":{"context":"dialog header","string":"Ваучерыг устгах"},"O9QPe1":{"context":"dialog content","string":"{counter,plural,one {Та {displayQuantity} ваучерыг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} ваучерыг устгахдаа итгэлтэй байна уу?}}"},"Q0JJ4F":{"context":"dialog header","string":"Ваучерыг устгах"},"eOrLzG":{"context":"button","string":"Дууссан"},"toDL5R":{"context":"order status","string":"Ноорог"},"YMBn8d":{"context":"draft orders section name","string":"Ноорог захиалгууд"},"2atspc":{"string":"Нооргууд"},"Ja7gHc":{"context":"button","string":"Засах"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"Дуусах огноо"},"juBV+h":{"string":"Дуусах цаг"},"KN7zKn":{"string":"Алдаа"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Валютын ханш"},"Q6wcZ5":{"string":"Нэр"},"pkjXPD":{"context":"order status","string":"Биелүүлсэн"},"pkUbrL":{"string":"Ерөнхий мэдээлэл"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Хэрэглэгч"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Тэмдэглэл"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"CSV татаж байна"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Change"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Дэлгэрэнгүй"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Хугацаа дууссан"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Дэлгэрэнгүй"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Тоо хэмжээ"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Мөнгөн тэмдэгт"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Бүтээгдэхүүн"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Статус"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Устгах"},"IzEVek":{"context":"bulk disable label","string":"Идэвхгүй болгох"},"hz+9ES":{"context":"bulk activate label","string":"Идэвхжүүлэх"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Бүтээгдэхүүн"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Тохиргоо"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Нүүр"},"sjRXXz":{"string":"#{orderId} дугаартай захиалгыг {userEmail} үүсгэлээ"},"BNTZLv":{"string":"Захиалга #{orderId} захиалгын ноорогоос үүслээ"},"5SPHkk":{"string":"Захиалга #{orderId} бүрэн төлөгдсөн"},"0dPP8O":{"string":"#{orderId} дугаартай гүйлгээ үүсгэгдлээ"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"Гүйцэтгэхэд бэлэн захиалга байхгүй байна"},"5dyOs0":{"string":"Хүлээгдэж буй төлбөр байхгүй байна"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Хувилбар {name} өгөгдмөл болгож тохируулагдлаа."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Овог"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Удирдах"},"9C7PZE":{"context":"navigation section name","string":"Удирдаж"},"wlQTfb":{"context":"go to next step, button","string":"Дараах"},"oUWADl":{"string":"Үгүй"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Заавал биш"},"Ta9j04":{"context":"orders section name","string":"Захиалгууд"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Борлуулалтын суваг"},"NJbzcP":{"context":"dialog header","string":"Захиалгууд цуцлах"},"i+JSEZ":{"string":"{counter,plural,one {Та {displayQuantity} захиалгыг цуцлахдаа итгэлтэй байна уу?} other {Та {displayQuantity} захиалгыг цуцлахдаа итгэлтэй байна уу?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Худалдагч захиалгаа цуцлах боломжгүй"},"b+jcaN":{"string":"Энэ захиалга доор биелэгдсэн захиалга байна. Захиалгыг цуцлахаас өмнө биелэлсэн захиалгыг цуцална уу."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Тооцооны хаяг"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Шинэ хаяг нэмэx"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"Илэрц олдсонгүй"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Хүргэлтийн хаяг"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"Хэрэглэгчийн тэмдэглэл олдсонгүй"},"puALFo":{"context":"notes about customer, header","string":"Тэмдэглэлүүд"},"4Jp83O":{"context":"subheader","string":"Холбоо барих мэдээлэл"},"hkSkNx":{"string":"Хэрэглэгчдийг хайх"},"VCzrEZ":{"context":"link","string":"Хувийн мэдээллийг харах"},"DP5VOH":{"string":"Хүргэлтийн хаяг"},"Y7M1YQ":{"context":"section header","string":"Хэрэглэгч"},"GLX9II":{"context":"billing address","string":"Хүргүүлэх хаягтай адилхан"},"Qovenh":{"string":"Үл мэдэгдэх хэрэглэгч"},"c7/79+":{"string":"Тооцоо хийх хаяг"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Захиалгын #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Захиалга цуцлах"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Нэмэх"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Хямдралын утга"},"fo7nfa":{"context":"fixed amount","string":"Тогтмол хэмжээ"},"IN5iJz":{"context":"value input helper text","string":"Буруу утга"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Хувь"},"APcoSA":{"context":"dialog header","string":"Биелэгдээгүй захиалгыг устгах"},"mxtAFx":{"string":"#{orderNumber} хадгалсан захиалгыг утсгахдаа итгэлтэй байна уу?"},"32dfzI":{"context":"price or ordered products","string":"Үнэ"},"nEWp+k":{"context":"quantity of ordered products","string":"Тоо хэмжээ"},"UD7/q8":{"string":"Захиалгад бүтээгдэхүүн нэмэдсэнгүй"},"lVwmf5":{"context":"total price of ordered products","string":"Нийт"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Тээвэр зуучийн төлбөр нэмэх"},"+8v1ny":{"context":"discount button","string":"Хямдрал"},"M9LXb5":{"context":"no shipping carriers title","string":"Холбогдох тээвэрлэгч байхгүй байна"},"xUvWaP":{"context":"subtotal price","string":"Нийт "},"mQtoRO":{"context":"taxes title","string":"Татвар (НӨАТ багтсан)"},"S/yAtJ":{"context":"total price","string":"Нийт"},"18wvf7":{"context":"section header","string":"Захиалгын дэлгэрэнгүй"},"C50ahv":{"context":"button","string":"Бүтээгдэхүүнүүдийг нэмэх"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Захиалга үүсгэх"},"7a1S4K":{"context":"tab name","string":"Бүх ноорог захиалга"},"NJEe12":{"string":"Ноорог хайх"},"vwMO04":{"context":"draft order","string":"Үүсгэгдлээ"},"iEeIhY":{"context":"draft order","string":"Хэрэглэгч"},"KIh25E":{"string":"Биелэгдээхгүй захиалгууд олдсонгүй"},"ps0WUQ":{"string":"Захиалгын дугаар"},"hkENym":{"string":"Хэрэглэгч"},"mCP0UD":{"context":"order draft creation date","string":"Огноо"},"1Uj0Wd":{"context":"order draft total price","string":"Нийт"},"PAqicb":{"context":"button","string":"Захиалга цуцлах"},"4Z14xW":{"context":"button","string":"Дуусгах"},"6u4K7e":{"context":"page header","string":"Захиалга"},"kPIZ65":{"context":"page header","string":"Захиалгын #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Захиалгын дугаар {orderNumber} - Биелэлт нэмэх"},"N5UuEK":{"context":"header","string":"Хүргэхэд бэлэн бараа"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"Нөөц дууссан"},"vW3tb6":{"context":"name","string":"Бүтээгдэхүүний нэр"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"биелүүлэх тоо хэмжээ"},"0VDwAP":{"context":"checkbox label","string":"Тээвэрлэлтийн дэлгэрэнгүй мэдээллийг үйлчлүүлэгч рүү илгээx"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Биелүүлэх"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Чиглэлийн дугаар"},"dTkmON":{"context":"edit tracking button","string":"Хүргэлтийн дугаар засварлах"},"K//bUK":{"context":"refund button","string":"Буцаалт"},"4PlW0w":{"context":"tracking number","string":"Хүргэлтийн дугаар: {{trackingNumber}}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Тээвэрлэлтийн дэлгэрэнгүй мэдээллийг үйлчлүүлэгч рүү илгээx"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Та биелэлтийг цуцлахдаа итгэлтэй байна уу? Биелэлтийг цуцалснаар бүтээгдэхүүнийг сонгосон агуулахад нэмэх болно."},"aHc89n":{"context":"select warehouse to restock items","string":"Агуулах сонгоx"},"bb4nSp":{"context":"dialog header","string":"Биелэлтийг цуцлах"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Хүргэлтийн дугаар"},"/BJQIq":{"context":"dialog header","string":"Мөрдөх дугаар нэмэх"},"RLTaAR":{"context":"order history message","string":"Захиалыг хаяг өөрчлөгдсөн"},"fkplbE":{"context":"order history message","string":"Захиалгыг төлөгдсөн гэж тэмдэглэсэн"},"nHmugP":{"context":"order history message","string":"Биелүүлэгдсэн {quantity} ширхэг захиалга байна"},"GLy2UR":{"context":"order history message","string":"Биелэлт цуцлагдсан"},"GJAX0z":{"context":"order history message","string":"Захиалга хийгдсэн"},"OzHN0Z":{"context":"order history message","string":"Дижитал бүтээгдэхүүнийг ашиглах заавар хэрэглэгч рүү илгээгдсэн"},"OKGd/k":{"context":"order history message","string":"Ноорог захиалгаас үүсгэгдсэн"},"4Z6BtA":{"context":"order history message","string":"Төлбөрийн баталгаажуулалтыг харилцагч руу илгээсэн"},"wOeIR4":{"context":"order history message","string":"{quantity} дахин нөөцөлсөн"},"6WRFp2":{"context":"order history message","string":"Захиалгад тэмдэглэл нэмсэн"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Захиалга баталгаажуулалт хэрэглэгч рүү илгээгдсэн"},"chvryR":{"context":"order history message","string":"{requestedBy} нэхэмжэл шаардсан"},"8RnPGF":{"context":"order history message","string":"Төлбөр хүчингүй "},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Төлбөр бүрэн төлөгдсөн"},"ubasgL":{"context":"order history message","string":"Захиалгыг баталгаажууллаа"},"2yV+s8":{"context":"order history message","string":"Төлбөр хийгдсэн"},"aq5ZiN":{"context":"order history message","string":"Захиалга баталгаажсан тухай хэрэглэгчид мэдэгдсэн"},"hWO1SD":{"context":"order history message","string":"Ноорог захиалга амжилттай үүсгэгдлээ"},"GVM/fi":{"context":"order history message","string":"Төлбөр зөвшөөрөгдсөн"},"j3yE7I":{"context":"order history message","string":"Хүргэлтийн дугаар үйлчлүүлэгчрүү илгээгдлээ"},"3fgyFh":{"context":"order history message","string":"Төлбөрийг буцаан олгосон"},"D3WUc/":{"context":"order history message","string":"Захиалга {redundedBy}-аар буцаагдсан"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Нэхэмжлэхийн дугаар {invoiceNumber} шинэчлэгдлээ"},"XBfvKN":{"string":"Захиалгын түүх"},"Fl3ORD":{"context":"order history message","string":"{quantity} бүтээгдэхүүн үлдэгдлээс илүү зарагдсан"},"9piUVz":{"context":"order history message","string":"Захиалгын буцаан олголтын мэдээллийг үйлчлүүлэгчрүү илгээлээ"},"e92Uxp":{"context":"order history message","string":"Биелэгдсэн бүтээгдэхүүний хяналтын дугаар шинэчлэгдлээ"},"TCR639":{"context":"order history message","string":"Төлбөр амжилтгүй боллоо"},"06bR4Z":{"context":"order history message","string":"Захиалга цуцлах мэдээлэл үйлчлүүлэгчрүү илгээгдлээ"},"BCPrmK":{"context":"order history message","string":"Хүргэлтийн дэлгэрэнгүй мэдээлэл үйлчлүүлэгчрүү илгээгдлээ"},"pTpx0p":{"context":"order history message","string":"Нэхэмжлэхийн дугаар {invoiceNumber}-г {generatedBy}-ээр үүсгэгдлээ"},"qddy2Z":{"context":"order history message","string":"Нэхэмжлэх {sentBy}-ээр харилцагчруу илгээгдлээ"},"zRrcOG":{"context":"order history message","string":"Захиалга цуцлагдсан"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Та энэ {invoiceNumber} нэхэмжлэхийг хэрэглэгч рүү илгээхдээ итгэлтэй байна уу?"},"5JT4v2":{"context":"dialog header","string":"Нэхэмжлэх илгээх"},"Gzg8hy":{"context":"section header","string":"Нэхэмжлэх"},"F0AXNs":{"context":"invoice create date prefix","string":"үүсгэгдлээ"},"hPB89Y":{"string":"Нэхэмжлэх байхгүй байна"},"m6IBe5":{"context":"invoice number prefix","string":"Нэхэмжлэх"},"e0RKe+":{"context":"generate invoice button","string":"Үүсгэх"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Захиалгын тохиргоо"},"wTHjt3":{"string":"Захиалга хайх..."},"WRkCFt":{"context":"tab name","string":"Бүх захиалга"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Хэрэглэгч"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Үүсгэгдлээ"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Төлөв"},"p+UDec":{"context":"payment status","string":"Төлбөр"},"5blVMu":{"context":"e-mail or full name","string":"Хэрэглэгч"},"PHUcrU":{"context":"date when order was placed","string":"Огноо"},"k9hf7F":{"context":"total order price","string":"Нийт"},"EbVf0Z":{"context":"transaction reference","string":"Гүйлгээний лавлагаа"},"rwOx2s":{"string":"Доорхыг ашиглан гүйлгээний лавлагааг оруулна уу."},"sfEbeB":{"string":"Та энэ захиалгыг төлөгдсөнөөр тэмдэглэх гэж байна. "},"+B25o/":{"context":"dialog header","string":"Захиалгыг төслнөөр тэмдэглэх"},"+PbHKD":{"context":"dialog header","string":"Төлбөрийг хүлээн авах"},"OhdPS1":{"context":"amount of refunded money","string":"Тоо хэмжээ"},"euRfu+":{"string":"Та уг төлбөрийг цуцлахдаа итгэлтэй байна уу?"},"KszPFx":{"context":"dialog header","string":"Төлбөрийг хүчингүй болгох"},"BZ7BkQ":{"context":"capture payment, button","string":"Хүлээн авax"},"V+gwx7":{"context":"order payment","string":"Хүлээн авсан дүн"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Хямдрал"},"pr513b":{"context":"ordered products","string":"{quantity} зүйл"},"+5HkZN":{"context":"order, button","string":"Төлснөөр тэмдэглэх"},"5te3Tp":{"context":"order payment","string":"Үлдэгдэл"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Төлбөрийн төлөв"},"uUsZ7m":{"context":"order payment","string":"Урьдчилан зөвшөөрөгдсөн дүн"},"HaQ8cg":{"context":"button","string":"Буцаалт"},"q+gCyP":{"context":"order payment","string":"Буцаан олгосон дүн"},"+CeEe3":{"context":"order shipping method name","string":"Хүргэлт"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"хамаарахгүй "},"Rsknyh":{"context":"order does not require shipping","string":"хамаарахгүй "},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Нийт "},"r+dgiv":{"string":"Татвар"},"zb4eBO":{"context":"order total price","string":"Нийт"},"dJVXIb":{"context":"vat included in order price","string":"НӨАТ багтсан"},"sEjRyz":{"context":"voucher type order discount","string":"Voucher"},"myyWNp":{"context":"dialog header","string":"Бүтээгдэхүүн нэмэх"},"b810WJ":{"context":"product price","string":"Үнэ"},"WE8IFE":{"context":"product name","string":"Бүтээгдэхүүн"},"tvpAXl":{"context":"ordered product quantity","string":"Тоо хэмжээ"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Нийт"},"5aiFbL":{"context":"tabel column header","string":"Үнэ"},"FNT4b+":{"context":"tabel column header","string":"Бүтээгдэхүүн"},"Tl+7X4":{"context":"tabel column header","string":"Буцаан олгосон тоо хэмжээ"},"2W4EBM":{"context":"button","string":"Дээд хэмжээг тохируулах"},"+PclgM":{"context":"tabel column header","string":"Нийт"},"xoyCZ/":{"context":"error message","string":"Утга алдаатай "},"MewrtN":{"context":"section header","string":"Биелэлт"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Захиалгын дугаар {orderNumber} - Буцаан олголт"},"rVIlBs":{"context":"page header with order number","string":"Захиалгын #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Буцаан олгосон дүн"},"8F2D1H":{"context":"order refund amount, input button","string":"Буцаан олголт {currency} {amount}"},"JEIN47":{"context":"label","string":"Автомат дүн"},"FOehC/":{"context":"label","string":"Өөрөө оруулсан дүн"},"EP+jcU":{"context":"checkbox","string":"Тээвэрлэлтийн зардлыг буцаан олгох"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Хэмжээ нь буцаан олголтын дээд хэмжээнээс их байж болохгүй"},"IKvOK+":{"context":"Amount error message","string":"Хэмжээ нь 0-ээс их байх ёстой"},"L/O4LQ":{"context":"order refund amount","string":"Зөвшөөрөгдсөн хэмжээ"},"lrq8O6":{"context":"order refund amount, input label","string":"Тоо хэмжээ"},"I7HyJZ":{"context":"order refund amount","string":"Буцаан олгох дээд хэмжээ"},"Q55cTG":{"context":"order refund amount","string":"Өмнө нь буцаан олгосон"},"wDUBLR":{"context":"order refund amount","string":"Санал болгосон буцаан олголтын дүн"},"QkFeOa":{"context":"order refund amount button","string":"Буцаалт"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Нийт буцаан олгох дүн"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Биелэгдээгүй бүтээгдэхүүн"},"iUIn50":{"context":"section notice","string":"Биелэгдээгүй бүтээгдэхүүн буцаан нөөцөд бүртгэгдэнэ"},"bqAJCT":{"context":"section header","string":"Захиалгыг буцаан олгоx"},"LKpQYh":{"context":"refund type","string":"Бусад буцаан олголт"},"CLB1k9":{"context":"refund type","string":"Бүтээгдэхүүн буцаан олгох"},"Y299ST":{"context":"table column header","string":"Үнэ"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Бүтээгдэхүүн"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Цуцалсан ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Биелэгдсэн ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Буцаан олгосон ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Биeлэгдээгүй"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Захиалгын тохиргоо"},"yuiyES":{"string":"Ерөнхий Тохиргоо"},"CLYlsu":{"context":"section header","string":"Тохиргоо"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"Бүх захиалга автоматаар баталгаажиж, захиалгын төлбөр хүлээн авагдана."},"RLYfMF":{"context":"checkbox label","string":"Бүх захиалгыг автоматаар баталгаажуулax"},"V/YxJa":{"context":"dialog header","string":"Хүргэлтийн аргыг засах"},"/Xwjww":{"context":"button","string":"Биелүүлэх"},"ND5x+V":{"string":"Бид таны нэхэмжлэхийг үүсгэж байна. Түр хүлээнэ үү"},"9RCuN3":{"string":"Төлбөрийг амжилттай хүлээн авлаа"},"c4gbXr":{"string":"Ноорог захиалгыг амжилттай дуусгалаа"},"9OtpHt":{"string":"Захиалгын жагсаалт устгагдлаа"},"CZmloB":{"string":"Амжилттай шинэчлэгдлээ"},"Fn3bE0":{"string":"Захиалгын жагсаалт шинчлэгдлээ"},"lL1HTg":{"string":"Захиалга төлөгдсөн гэж тэмдэглэгдсэн"},"HlCkMT":{"string":"Захиалгын жагсаалт нэмэгдлээ"},"W/Es0H":{"string":"Захиалга амжилттай цуцлагдлаа"},"KmPicj":{"string":"Амжилттай нэмэгдлээ"},"L87bp7":{"string":"Захиалгын төлбөрийг амжилттай хүчингүй болголоо"},"j2fPVo":{"string":"Захиалга амжилттай шинэчлэгдлээ"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Нэхэмжлэлийн имэйл илгээгдлээ"},"PKJqcq":{"string":"Нэхэмжлэлийг үүсгэж байна"},"7U8GRy":{"string":"Хүргэлтийн аргыг амжилттай шинэчилсэн"},"uMpv1v":{"string":"Амжилттай цуцлагдаа"},"TLNf6K":{"context":"window title","string":"Ноорог Захиалга #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Захиалгын #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Ноорог захиалгыг устгах"},"ra2O4j":{"string":"Устгагдсан ноорог захиалга"},"6udlH+":{"string":"Ноорог захиалга амжилттай үүсгэгдлээ"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Та {displayQuantity} захиалгын ноорог устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} ноорог захиалгыг устгахдаа итгэлтэй байна уу?}}"},"2MKBk2":{"context":"window title","string":"Захиалга #{orderNumber}-ийг биелүүлэх"},"CYEnGq":{"context":"order fulfilled success message","string":"Биелэгдсэн захиалга"},"NzifUg":{"context":"window title","string":"Захиалга биелүүлэх"},"XRf1Bi":{"context":"order refunded success message","string":"Буцаан олгосон "},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Хуудасны төрлүүд"},"kTr2o8":{"string":"Шинж чанарын нэр"},"uxPpRx":{"context":"button","string":"Шинж чанар оноох"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Агуулгын шинж чанар"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Таны устгахыг хүссэн хуудасны төрлийг өөр хуудсууд ашиглаж байна. Эдгээр хуудасны төрлийг устгаснаар тэдгээр хуудсууд мөн устах болно. Та {displayQuantity} хуудасны төрлийг устгахдаа итгэлтэй байна уу? Үүнийг хийсний дараа та өөрчлөлтийг буцаах боломжгүй болно.} other {Таны устгахыг хүссэн хуудасны төрлийг өөр хуудсууд ашиглаж байна. Эдгээр хуудасны төрлийг устгаснаар тэдгээр хуудсууд мөн устах болно. Та {displayQuantity} хуудасны төрлийг устгахдаа итгэлтэй байна уу? Үүнийг хийсний дараа та өөрчлөлтийг буцаах боломжгүй болно.}}"},"CcEwXH":{"context":"dialog header","string":"Хуудасны төрлийг устгах"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Та {displayQuantity} хуудасны төрлийг устгахдаа итгэлтэй байна уу? Үүнийг хийсний дараа та өөрчлөлтийг буцаах боломжгүй болно.} other {Та {displayQuantity} хуудасны төрлийг устгахдаа итгэлтэй байна уу? Үүнийг хийсний дараа та өөрчлөлтийг буцаах боломжгүй болно.}}"},"kZfIl/":{"string":"Энэ Агуулгын төрлийн талаарх ерөнхий мэдээлэл."},"OVOU1z":{"context":"section header","string":"Мета өгөгдөл"},"caqRmN":{"context":"header","string":"Хуудасын төрөл үүсгэх"},"lct0qd":{"string":"Энэ жагсаалт нь хуудсуудад оноогдсон бүх шинж чанаруудыг харуулна. "},"jWna9Q":{"string":"Агуулгын төрлийн нэр"},"umsU70":{"string":" Хуудасын төрөл хайх "},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"Бүх хуудасын төрлүүд"},"BQ2NVl":{"context":"page type name","string":"Агуулгын төрлийн нэр"},"6fORLY":{"string":" Хуудасын төрөл олдсонгүй"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Хуудасын төрлөөс шинж чанарыг арилгах"},"NGc9kE":{"string":"Хуудасын төрөл устгагдлаа"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Хасах"},"/L8wzi":{"context":"dialog header","string":"Хуудасын төрлөөс шинж чанарыг арилгах"},"5bJ26s":{"string":"Хуудасны төрөл амжилттай үүсгэгдлээ"},"H6NsC1":{"context":"pages section name","string":"Хуудсууд"},"gr53VQ":{"context":"page header","string":"Хуудас үүсгэх"},"jZbT0O":{"string":"Энэ хуудсыг хайхад хялбар болох үүднээс гарчиг болон тайлбарыг оруулж өгөх"},"GZgjK7":{"context":"page","string":"{date}-ны өдрөөс харагдана"},"X26jCC":{"context":"page label","string":"Харагдах боломжтой"},"/TK7QD":{"context":"page label","string":"Нуусан"},"gMwpNC":{"context":"page content","string":"Контент"},"gr+oXW":{"context":"page title","string":"Гарчиг"},"AHRDWt":{"context":"button","string":"Хуудас үүсгэх"},"Of19Pn":{"context":"Types","string":"Хуудасны төрлүүд"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Гарчиг"},"5GSYCR":{"context":"page status","string":"Харагдац"},"iMJka8":{"string":"Хуудас олдсонгүй"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Нийтлэгдсэн"},"UN3qWD":{"context":"page status","string":"Нийтлэгдээгүй"},"ufD5Jr":{"string":"Агуулгын төрөл"},"jU9GPX":{"context":"section header","string":"Агуулгыг эмхлэх"},"mX7zJJ":{"context":"header","string":"Хуудас үүсгэх"},"JMbFNo":{"string":"Шинэ хуудaс амжилттай үүсгэгдлээ"},"C1luwg":{"context":"dialog header","string":"Хуудас устгах"},"4B32Ba":{"context":"delete page","string":"Та {title} устгахдаа итгэлтэй байна уу?"},"41z2Qi":{"context":"notification","string":"Устгагдсан хуудас"},"yEmwxD":{"context":"publish page, button","string":"Нийтлэх"},"yHQQMQ":{"context":"dialog header","string":"Хуудсуудыг нийтлэхгүй"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Та {displayQuantity} хуудсыг нийтлэлээс хасахдаа итгэлтэй байна уу?} other {Та {displayQuantity} хуудсыг нийтлэлээс хасахдаа итгэлтэй байна уу?}}"},"F8gsds":{"context":"unpublish page, button","string":"Нийтлэхгүй"},"wyvzh9":{"context":"dialog header","string":"Хуудсуудыг нийтлэх"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Та {displayQuantity} хуудсыг нийтлэxдээ итгэлтэй байна уу?} other {Та {displayQuantity} хуудсыг нийтлэxдээ итгэлтэй байна уу?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Та {displayQuantity} хуудсыг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} хуудсыг устгахдаа итгэлтэй байна уу?}}"},"AzshS2":{"context":"notification","string":"Нийтэлсэн хуудсууд"},"3Sz1/t":{"context":"dialog header","string":"Хуудаснууд устгах"},"2pw5dQ":{"context":"payment status","string":"Бүрэн төлөгдсөн"},"PbqNhi":{"context":"order status","string":"Хэсэгчилсэн биелсэн"},"INNPVX":{"context":"payment status","string":"Төлбөр бүрэн төлөгдөөгүй"},"OGemtu":{"context":"payment status","string":"Төлбөрийг хэсэгчлэн буцаасан"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Төлбөрийн төлөв"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Хэрэглэгчийн бүлгүүд"},"jUuHVn":{"context":"description","string":"Гишүүд олдсонгүй"},"UQ4Kuh":{"context":"input label","string":"Ажилтан хайх"},"6sjBvJ":{"context":"input placeholder","string":"Нэр, имэйл, ...ээр хайх"},"9Zlogd":{"context":"staff member status","string":"Идэвхтэй"},"7WzUxn":{"context":"staff member status","string":"Идэвхгүй"},"DPz5y6":{"context":"dialog header","string":"Ажилтан оноох"},"lT5MYM":{"context":"dialog title","string":"Хэрэглэгчийн оноолтыг цуцлах"},"H/o4Ex":{"context":"dialog content","string":"Та энэ бүлгийн гишүүдийг өөрчлөх боломжгүй. Хүсэлт гаргаж үргэлжлүүлнэ үү."},"mAabef":{"context":"checkbox label","string":"Хэрэглэгчийн бүлэг нь дэлгүүрт бүрэн нэвтрэх эрхтэй"},"CYZse9":{"context":"card description","string":"Борлуулагчийн системийн хэсэгт хандах бүлгийн зөвшөөрлийг өөрчлөх, хязгаарлах."},"sR0urA":{"context":"dialog content","string":"Та {name} устгахдаа итгэлтэй байна уу?"},"L6+p8a":{"context":"dialog title","string":"Хэрэглэгчийн бүлгийг устгах"},"O22NIZ":{"context":"deletion error message","string":"Таны зөвшөөрлийн хүрээнээс гадуур байгаа бүлгийг устгах боломжгүй"},"rs815i":{"context":"text field label","string":"Бүлгийн нэр"},"5ftg/B":{"context":"button","string":"Хэрэглэгчийн бүлэг үүсгэх"},"szXISP":{"context":"permission group name","string":"Хэрэглэгчийн бүлгийн нэр"},"+a+2ug":{"string":"Гишүүд"},"wL7VAE":{"string":"Үйлдлүүд"},"CXn88q":{"string":"Хэрэглэгчийн бүлгүүд олдсонгүй"},"gVD1os":{"context":"empty list message","string":"Та энэ xэрэглэгчийн бүлэгт гишүүн томилоогүй байна."},"qrWOxx":{"string":"Гишүүд олдсонгүй"},"xxQxLE":{"string":"Емайл хаяг"},"OhFGpX":{"context":"button","string":"Гишүүдийг томилох"},"zD7/M6":{"context":"empty list message","string":"Үүнийг хийхийн тулд гишүүдийг томилох товчийг ашиглана уу."},"lGlDEH":{"context":"header","string":"Бүлгийн гишүүд"},"W32xfN":{"context":"staff member full name","string":"Нэр"},"XGBsoK":{"context":"dialog content","string":"Та {counter,plural, one{this member} {{displayQuantity} гишүүдийн}} оноолтыг цуцлахыг хүсэж байна уу?"},"eUjFjW":{"string":"Хэрэглэгчийн бүлэг үүсгэгдлээ"},"15PiOX":{"context":"button title","string":"Хасах"},"DovGIa":{"string":"Хэрэглэгчийн бүлэг устгагдлаа"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Зөвшөөрөл"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin нэр"},"bL/Wrc":{"context":"plugin status","string":"Статус"},"w424P4":{"context":"section header","string":"Plugin мэдээлэл ба статус"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Authorization талбарт утга нэмэх"},"Xy2T+y":{"context":"header","string":"Зөвшөөрлийн талбарыг засах"},"Egyh2T":{"context":"section header","string":"Plugin тохиргоо"},"EtGDeK":{"context":"header","string":"{pluginName} дэлгэрэнгүй"},"BtErCZ":{"string":"Plugins хайх..."},"aOelhW":{"context":"tab name","string":"Бүх нэмэлт"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"Plugin олдсонгүй"},"rQOS7K":{"context":"status label active","string":"Идэвхтэй"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Тохиргоо"},"ho75Lr":{"context":"status label deactivated","string":"Идэвхгүй"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Нэр"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Зөвшөөрлийн талбарыг устгах"},"JRfJD9":{"string":"Үүнийг арилгасны дараа Plugin залгаас ажиллахаа болино. Та үргэлжлүүлэхдээ итгэлтэй байна уу?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Бүтээгдэхүүний төрлүүд"},"9scTQ0":{"context":"section header","string":"Бүтээгдэхүүний шинж чанарууд"},"5pHBSU":{"context":"switch button","string":"Бүтээгдэхүүний төрөл нь Xувилбарын шинж чанаруудыг ашигладаг"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Бүтээгдэхүүний төрлийн нэр"},"1KSqnn":{"context":"tab name","string":"Бүх бүтээгдэхүүний төрөл"},"rpFdD1":{"string":"Бүтээгдэхүүний төрлөөс хайх"},"QY7FSs":{"context":"button","string":"бүтээгдэхүүний төрөл үүсгэх"},"X90t9n":{"context":"product type","string":"Тохиргоо хийх боломжтой"},"dS8Adx":{"context":"product","string":"Дижитал"},"U5aVd8":{"context":"product","string":"Хүргэлт хийх боломжтой"},"Jsh6+U":{"context":"product type is digital or physical","string":"Төрөл"},"0nLsyM":{"string":"Бүтээгдэхүүний төрөл олдсонгүй"},"yNb+dT":{"context":"product type","string":"Энгийн бүтээгдэхүүн"},"TalJlD":{"context":"tax rate for a product type","string":"Татвар"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Төрөл"},"hHOI7D":{"context":"product type name","string":"Нэр бичнэ үү"},"asdvmK":{"context":"product type","string":"Дижитал"},"ADTNND":{"context":"product type","string":"Биет"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Хүргэлт"},"IBw72y":{"context":"switch button","string":"Энэ бүтээгдэхүүнийг хүргэлт хийж болох уу?"},"VOiUXQ":{"string":"Тодорхой жинг өгөөгүй тохиолдолд энэ бүтээгдэхүүний төрлийг хүргэлтийн үнийг тооцоолоход ашигладаг"},"zCb8fX":{"string":"Жин"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Хувилбарын шинж чанарууд"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Бүтээгдэхүүний төрөл амжилттай үүсгэгдлээ"},"F3Upht":{"string":"Бүтээгдэхүүний төрөл устгагдлаа"},"UJnqdm":{"context":"dialog header","string":"Бүтээгдэхүүний төрлөөс шинж чанарын оноолтыг хасах"},"r1aQ2f":{"context":"dialog header","string":"Бүтээгдэхүүний төрлөөс шинж чанарын оноолтыг хасах"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Хасах"},"K8xNLe":{"context":"products section name","string":"Бараа"},"ulh3kf":{"string":"Цуглуулгууд"},"fyE8BN":{"context":"product organization, header","string":"Байгууллага"},"LKoIB1":{"string":"Бүтээгдэхүүнийг хайхад хялбар болох үүднээс гарчиг болон тайлбарыг оруулж өгөх"},"L7N+0y":{"context":"product rating","string":"Бүтээгдэхүүний үнэлгээ"},"JGm7E5":{"context":"option","string":"Бүх агуулахын нөөцийн мэдээлэлийг татах"},"ZDJEat":{"context":"button","string":"Цааш уншуулах"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"болон өөр {number}"},"64aYF0":{"context":"informations about product organization, header","string":"Бүтээгдэхүүний зохион байгуулалт"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO мэдээлэл"},"qEZ463":{"context":"export selected items to csv file","string":"Сонгосон бүтээгдэхүүн ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Мэдээлэл татах:"},"xtUXnK":{"context":"export all items to csv file","string":"Бүх бүтээгдэхүүн ({number})"},"WQMTKI":{"context":"list of warehouses","string":" Aгуулах А-Я"},"/68iG8":{"context":"product export to csv file, header","string":"Мэдээлэл татагдлаа"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Дараах байдлаар татан авах:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Тохиргоог татах"},"lQRnYK":{"context":"selectt all options","string":"Бүгдийг сонгох"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Excel, Numbers-д зориулсан хүснэгт."},"YicEbK":{"string":"Шинж чанар хайх"},"ZRz3hM":{"string":"Бүтээгдэхүүний нөөцийн хэмжээг CSV байдлаар татах"},"xjpTLF":{"context":"informations about product stock, header","string":"Бараа нөөцийн мэдээлэл"},"li1BBk":{"context":"export items as csv file","string":"Xoocoн CSV файл"},"Jwuu4X":{"context":"select product informations to be exported","string":"Татагдсан мэдээлэл:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Шинж чанарын нэрээр хайх"},"SZt9kC":{"context":"export filtered items to csv file","string":"Одоогийн хайлт ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Санхүүгийн мэдээлэл"},"oOFrUd":{"context":"export products to csv file, button","string":"Бүтээгдэхүүн татах"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Мэдээлэл татах"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Бүтээгдэхүүн татах"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Бүтээгдэхүүн хайх..."},"aFLtLk":{"context":"tab name","string":"Бүх бүтээгдэхүүн"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Боломжтой"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Нуусан"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Үлдэгдэл байхгүй"},"b1zuN9":{"string":"Үнэ"},"3Z8972":{"context":"product","string":"Нөөцийн хэмжээ"},"g+GAf4":{"context":"product visibility","string":"Харагдац"},"6Y1nQd":{"context":"product is visible","string":"Харагдах боломжтой"},"Jz/Cb+":{"context":"product type","string":"Энгийн"},"+VEhV8":{"context":"product channels","string":"Боломжтой эсэх"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Оруулах"},"JjeZEG":{"context":"section header","string":"Бүтээгдэхүүнийг эмхлэх"},"Be+J13":{"string":"Тохиргоо хийх боломжтой"},"v+Pkm+":{"context":"field is optional","string":"*Заавал биш. Цуглуулга дотор нэмсэнээр хэрэглэгч бүтээгдэхүүнийг хайж олоход тусална."},"anK7jD":{"string":"Бүтээгдэхүүний төрөл"},"3rIMq/":{"context":"product shipping","string":"Хүргэлт"},"SUbxSK":{"context":"product weight","string":"Жин"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (нөөцийг тооцох нэгж)"},"KTAg0f":{"context":"tabel column header","string":"Агуулахын нэр"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Тоо хэмжээ"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Сувгууд"},"TjGYna":{"context":"product inventory, checkbox","string":"Барааны нөөцийг хянах"},"cBHRxx":{"context":"button","string":"Агуулах оноох"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Барааны нөөцийн идэвхтэй хяналт нь нөөцийн өөрчлөлтийг автоматаар тооцоолох болно. "},"TfY/Pi":{"context":"checkbox","string":"Энэ бүтээгдэхүүнээс татвар тооцон авах"},"CdIHMu":{"context":"select tax ratte","string":"Татварын хувь"},"iYH3Y7":{"context":"checkbox","string":"Энэ бүтээгдэхүүний төрлийн татварын тооцооллыг хүчингүй болгох"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Хувилбар үүсгэх"},"f3B4tc":{"context":"attributes, section header","string":"Хувилбарын шинж чанарууд"},"o6260f":{"context":"attributes, section header","string":"Хувилбарт сонгогдох шинж чанарууд"},"7hNjaI":{"context":"button","string":"Хувилбарыг устгах"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Хувилбарыг хадгалах"},"TPCRKr":{"context":"variant price, header","string":"Үнэ"},"ClFzoD":{"string":"Сонгогдсон утга нь бүтээгдэхүүний хувилбаруудыг бий болгоход ашиглагдана."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Шинж чанар"},"TDXskW":{"context":"variant attribute","string":"Шинж чанар сонгох"},"7WEC+G":{"context":"page title","string":"Үнэ болон SKU"},"GQcp83":{"context":"variant stock, header","string":"Нөөц ба агуулах"},"NXpFlL":{"context":"product attribute values, page title","string":"Утга сонгоно уу"},"CrbI/c":{"context":"variant channel price","string":"{channel} Үнэ"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Утга сонгоно уу"},"ucYPtV":{"context":"variant attribute","string":"Шинж чанар сонгоно уу"},"slKV5G":{"context":"variant creation step","string":"Хураангуй"},"lra7Ej":{"string":"Бүх SKU-д ижил үнэ оноох"},"J0UdxG":{"string":"Одоогоор үнийн оноолтыг алгасах"},"L5rthO":{"string":"Онцгой нөөцийг SKU бүрт шинж чанараар нь оноох"},"EGG8f+":{"string":"Онцгой үнийг SKU бүрт шинж чанараар нь оноох"},"STp3Hl":{"string":"Бүх SKU-д ижил барааны нөөц оноох"},"+bFHzi":{"context":"button","string":"Дараах"},"rHXF43":{"string":"Үүсгэгдэх хувилбаруудын хураангуйг хүргэж байна. Та тус бүрийн үнэ болон нөөцийн SKU хэмжээг өөрчлөх боломжтой."},"BIqhVQ":{"string":"Одоогоор нөөцийн оноолтыг алгасах"},"Q3j++G":{"context":"create multiple variants, button","string":"Үүсгэх"},"S5PVx1":{"context":"variant creator summary card header","string":"Үүсгэгдсэн хувилбарууд"},"/Qb92c":{"string":"Таны сонголт дээр үндэслэн бид {numberOfProducts} бүтээгдэхүүн үүсгэх болно. Энэ алхамыг ашиглан шинэ бүтээгдэхүүнийхээ үнэ болон нөөцийг тохируулна уу."},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Үнэ болон SKU"},"iigydN":{"string":"Таны сонголт дээр үндэслэн бид 8 бүтээгдэхүүн үүсгэх болно. Энэ алхамыг ашиглан шинэ бүтээгдэхүүнийхээ үнэ болон нөөцийг тохируулна уу."},"esg2wu":{"context":"previous step, button","string":"Өмнөх"},"V76IV7":{"context":"variant name","string":"Хувилбар"},"rbkmfG":{"context":"button","string":"Хувилбарыг устгах"},"WwNtFn":{"context":"delete product variant","string":"Та {name} устгахдаа итгэлтэй байна уу?"},"GFJabu":{"context":"dialog header","string":"Хувилбарыг устгах"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Өгөгдсөн"},"1kdQdO":{"context":"section header","string":"Хувилбарууд"},"3C3Nj5":{"context":"button","string":"Төрөл нэмэх"},"gF7hbK":{"context":"variant name","string":"Шинэ хувилбар"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Нуусан"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Боломжтой эсэх"},"Xm9qOu":{"context":"product pricing, section header","string":"Үнэ"},"JFtFgc":{"context":"tabel column header","string":"Борлуулалтын үнэ"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Үнэ оноогдоогүй сувгын үнийг тогтооход үндсэн суваг ашиглагдана. Тогтоогдсон үнэ сувгийн валют руу хөрвүүлэгдэнэ. "},"c8UT0c":{"context":"tabel column header","string":"Сувгийн нэр"},"2zCmiR":{"context":"tabel column header","string":"Cost price"},"SZH0fw":{"context":"set variant as default, button","string":"Өгөгдөл болгож тохируулах"},"6+sMz4":{"context":"product variant inventory","string":"Бүх байршилд байхгүй"},"7mK2vs":{"context":"product variant inventory","string":"Байхгүй"},"n02c9W":{"context":"product variant price","string":"Үнэ"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} бэлэн} other {{stockQuantity} бэлэн}}"},"FSinkL":{"context":"variant stock status","string":"Бэлэн нөөц:"},"HcjV6k":{"context":"button","string":"Сонголт үүсгэх"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} нь {numLocations} байршилд бэлэн байна} other {{numAvailable} нь {numLocations} байршилд бэлэн байна}}"},"rIJbNC":{"string":"Хэмжээ, өнгө зэрэг хувилбаруудыг бүтээгдэхүүнд онооно уу "},"JtZ71e":{"context":"filtering option","string":"Бүх агуулахууд"},"kL3C+K":{"context":"product variant inventory status","string":"Бараа материал"},"3VyHbJ":{"context":"button","string":"Сонголт үүсгэх"},"9PmyrU":{"context":"product variant inventory","string":" Hөөцгүй"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Хувилбар"},"uCn/rd":{"context":"dialog header","string":"Зураг устгах"},"BUKMzM":{"string":"Хувилбар устгагдлаа"},"T6dXGG":{"context":"header","string":"Сонголт үүсгэх"},"VEext+":{"string":"Та энэ зургийг устгахдаа итгэлтэй байна уу"},"MyM2oR":{"context":"window title","string":"Сонголт үүсгэх"},"PXx4Jk":{"context":"window title","string":"Бүтээгдэхүүн үүсгэх"},"NBP8uu":{"context":"page header","string":"Шинэ бүтээгдэхүүн"},"DO8+uV":{"string":"Бүтээгдэхүүн үүсгэгдлээ"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Та {displayQuantity} бүтээгдэхүүнийг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} бүтээгдэхүүнийг устгахдаа итгэлтэй байна уу?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"CSV татаж байна"},"F4WdSO":{"context":"dialog header","string":"Бүтээгдэхүүнүүдийг устгах"},"dPYqy0":{"string":"Бид таны CSV-г татаж байна. Дуусмагц таны имэйл хаяг руу илгээх болно."},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Бүтээгдэхүүн устгагдлаа"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Та {name} устгахдаа итгэлтэй байна уу?"},"TWVx7O":{"context":"delete product dialog title","string":"Бүтээгдэхүүн устгах"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Бүтээгдэхүүний xувилбарыг устгах"},"oChkS4":{"context":"success message","string":"Хувилбаруудыг амжилттай үүсгэсэн"},"z+wMgQ":{"context":"window title","string":"Хувилбар үүсгэх"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Tөлөв байдал"},"kFYlu2":{"string":"Худалдагч нь зөвхөн унших горимд ажиллаж байна. Өөрчлөлтүүд хадгалагдахгүй болохыг анхаарна уу."},"rqtV5d":{"context":"order status","string":"Хүлээн авахад бэлэн"},"oLMXDv":{"context":"order status","string":"Биелэгдэхэд бэлэн"},"XJSRDK":{"context":"payment status","string":"Төлбөр бүрэн буцаан олгогдсон"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Хасах"},"TKmub+":{"string":"Энэ талбарыг бөглөх шаардлагатай"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Борлуулалт"},"RaycYK":{"context":"button","string":"Хадгалах"},"rqiCWU":{"string":"Хадгалагдсан өөрчлөлтүүд"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Бүгдийг сонгох"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Илгээх"},"8xsKUv":{"context":"service accounts section name","string":"Үйлчилгээний дансууд"},"Fvvgoi":{"string":"Таны ашиглах хугацаа дууссан байна. Үргэлжлүүлэхийн тулд дахин нэвтэрнэ үү."},"D9ie4n":{"context":"shipping section name","string":"Тээвэрлэх арга"},"nNeWAx":{"context":"dialog header","string":"Хүргэлтийн аргыг устгах"},"ER/yBq":{"context":"max price in channel","string":"Дээд хэмжээ"},"aZDHYr":{"context":"price rates info","string":"Энэ хувь бүх захиалгад оноогдоно."},"kN6SLs":{"string":"Доод хэмжээ"},"u5c/tR":{"context":"channels discount info","string":"Хямдрал оноогдоогүй сувгын хямдралыг тогтооход үндсэн суваг ашиглагдана. Тогтоогдсон хямдрал сувгийн валют руу хөрвүүлэгдэнэ. "},"yatGsm":{"context":"card title","string":"Захиалгын хэмжээ"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Дээд хэмжээ"},"0FexL7":{"context":"min price in channel","string":"Дooд хэмжээ"},"7v8suW":{"context":"info text","string":"Энэ хувь бүх захиалгад оноогдоно."},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Захиалгын жин"},"w+5Djm":{"string":"Захиалгын жингийн доод хэмжээ"},"u0V06N":{"string":"Захиалгын жингийн дээд хэмжээ"},"TnTi/a":{"context":"pricing card title","string":"Үнэ"},"5ZvuVw":{"string":"Өгөгдсөн хайлтанд тохирох илэрц олдсонгүй"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Бүтээгдэхүүн oнoox"},"Gg4+K7":{"string":"Бүтээгдэхүүн байхгүй"},"t3aiWF":{"context":"section header","string":"Оролцуулаагүй бүтээгдэхүүн"},"ZIc5lM":{"string":"Бүтээгдэхүүний нэр"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Хүргэлтийн тарифийн нэр"},"4Kq3O6":{"string":"Энэ нэгжийг тээвэрлэлтийн үндсэн жин болгон ашиглах болно"},"Rp/Okl":{"string":"Хүргэлтийн жингийн нэгж"},"llBnr+":{"string":"Агуулахын нэр"},"yzYXW/":{"context":"header, dialog","string":"Шинэ агуулах үүсгэх"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Доорх жагсаалтаас тээвэрлэлтийн бүсэд нэмэх улсаа сонгоно уу"},"f2F1NJ":{"context":"section title","string":"Түргэн сонголт"},"K/ic0P":{"context":"checkbox label","string":"Дэлхийн бусад орнууд"},"G+9nOZ":{"context":"checkbox description","string":"Хэрэв доорх сонгогдсон бол сонгогдоогүй үлдсэн бүх улсыг бусад тээврийн бүсэд нэмнэ."},"pGDYG5":{"context":"search label","string":"Улсуудаас хайх"},"1rpzrM":{"context":"search placeholder","string":"Улсын нэрээр хайх"},"55LMJv":{"context":"country list header","string":"Улсууд"},"6fxdUO":{"context":"section header","string":"Шинэ хүргэлтийн бүс үүсгэх"},"y7mfbl":{"string":"Одоогоор энэ хүргэлтийн бүсэд ямар нэгэн улс сонгогдоогүй байна"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Shipping zone name"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Нэмэх"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Үнийн ханш үүсгэх"},"PRlD0A":{"string":"Хүргэлт"},"NDm2Fe":{"context":"page title","string":"Жингийн ханш үүсгэх"},"EKoPNg":{"context":"shipping method price","string":"Үнэ"},"WR8rir":{"context":"button","string":"Хүргэлтийн төлбөр үүсгэх"},"njUQPz":{"context":"shipping method price range","string":"Утгын хэмжээ"},"RUzdUH":{"string":"Хүргэлтийн үнэ олдсонгүй"},"FjrExY":{"context":"price based shipping methods, section header","string":"Үнэд суурилсан ханш"},"aYhcie":{"context":"shipping method weight range","string":"Жингийн хэмжээ"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Жин дээр суурилсан үнэ"},"aPCrsp":{"context":"shipping method name","string":"Нэр"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Шинэ агуулах нэмэх"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Агуулах сонгоx"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Энэ хүргэлтийн бүсэд тээвэрлэх агуулахаа сонгоно уу. Энэ агуулахын хаяг татвар тооцогдоход ашиглагдана."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Тохиргоо"},"uULcph":{"context":"header","string":"Хүргэлт"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Бүсээр хүргэх"},"mIUNgR":{"context":"button","string":"Хүргэлтийн бүс үүсгэх"},"aMwxYb":{"string":"Улсууд"},"gRa/TS":{"context":"shipping zone","string":"Нэр"},"IhK1F3":{"string":"Хүргэлтийн бүс олдсонгүй"},"Gfbp36":{"context":"dialog header","string":"Бүтээгдэхүүний оноолтыг хүргэлтээс хасах"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Утга буруу байна"},"pwqwcy":{"context":"error message","string":"Үнийн дээд хэмжээ нь доод хэмжээнээс бага байж болохгүй"},"qf/m5l":{"string":"Та {shippingZoneName} хүргэлтийн бүсээс устгахдаа итгэлтэй байна уу?"},"k3EI/U":{"context":"dialog header","string":"Хүргэлтийн бүсийг устгах"},"cpZLRH":{"context":"dialog header","string":"Хүргэлтийн бүсүүдийг устгах"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Та {displayQuantity} тээвэрлэлтийн бүсийг устгахдаа итгэлтэй байна уу?} other {Та {displayQuantity} тээвэрлэлтийн бүсийг устгахдаа итгэлтэй байна уу?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Хасах"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Жингийн дээд хэмжээ нь доод хэмжээнээс бага байж болохгүй"},"/8/Ffn":{"context":"button","string":"Харах"},"viFkCw":{"context":"site settings section name","string":"Сайтын тохиргоо"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Дэлгүүрийн мэдээлэл"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Компаны мэдээлэл"},"LVa5ew":{"string":"Худалдагч гэнэтийн асуудалтай тулгарлаа"},"AQFMYU":{"context":"staff section name","string":"Ажилчид"},"23g7PY":{"context":"dialog header","string":"Ажилтан урих"},"hw9Fah":{"context":"button","string":"Урилга илгээх"},"P+kVxW":{"context":"card description","string":"Хэрэглэгчийн оноолтууд:"},"XMrYaA":{"context":"checkbox label","string":"Хэрэглэгч идэвхтэй байна"},"YJ4TXc":{"context":"tab name","string":"Бүх ажилчид"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Ажилтан хайх"},"4JcNaA":{"context":"button","string":"Ажилтан урих"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Идэвхтэй"},"Fc3O3r":{"context":"staff member's account","string":"Идэвхгүй"},"utaSh3":{"context":"staff member's account","string":"Статус"},"xJQX5t":{"string":"Ажилтан олдсонгүй"},"cMFlOp":{"context":"input label","string":"Шинэ нууц үг"},"qEJT8e":{"string":"Шинэ нууц үг дор хаяж 8 тэмдэгт байх ёстой"},"+kb2lM":{"context":"dialog header","string":"Нууц үг солих"},"GXdwyR":{"context":"input label","string":"Хуучин нууц үг"},"mm0CXe":{"string":"Аюулгүй байдлын үүднээс та нууц үгээ сар бүр өөрчилж байх хэрэгтэй."},"N3Zot1":{"context":"button","string":"Нууц үг солих"},"ZhDQel":{"context":"header","string":"Нууц үг"},"JJgJwi":{"string":"Үүнийг сонгосноор таны хяналтын самбарын үндсэн хэл өөрчлөгдөнө"},"e822us":{"string":"Бүх мөнгөн тэмдэгт, огнооны тохируулга хийгдсэн ч үндсэн хэлний орчуулга хийгдэж дуусаагүй байгааг анхаарна уу."},"mr9jbO":{"string":"Сонгогдсон хэл"},"CLeDae":{"context":"section header","string":"Тохиргоо"},"+2VzH4":{"context":"avatar change button","string":"Change"},"VTITVe":{"context":"section header","string":"Ажилтаны мэдээлэл"},"11lR5V":{"context":"avatar delete button","string":"Устгах"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"Ажилтан устгах"},"fzpXvv":{"string":"Та {email} аватарыг устгахдаа итгэлтэй байна уу?"},"VKWPBf":{"context":"dialog header","string":"Ажилтан хэрэглэгчийн зурагыг устгах"},"gxPjIQ":{"string":"Та ажилчдаас {email} устгахдаа итгэлтэй байна уу? "},"QirE3M":{"string":"Эхлэх огноо"},"tWbE34":{"string":"Эхлэх цаг"},"tzMNF3":{"string":"Статус"},"RrCui3":{"string":"Хураангуй"},"5elC9k":{"context":"taxes section name","string":"Татварууд"},"lnQAos":{"context":"header","string":"Татварууд"},"3BTtL2":{"string":"Улс олдсонгүй"},"/JENWS":{"string":"Буурсан татварын хэмжээ"},"07KB2d":{"string":"Улсын код"},"0GJfWd":{"string":"Улсын нэр"},"la9cZ4":{"string":"Татварын хувь"},"QHB48n":{"context":"header","string":" {countryName} татварын хувь"},"Ubath+":{"string":"Хөнгөлөлттэй татварын ангилал олдсонгүй"},"4EuJKs":{"string":"Бүх бүтээгдэхүүний үнэ нь татвар багтаасан болно"},"98isC5":{"string":"Худалдан авагчдад дэлгүүрийн нүүрэн дээр нийт үнийг харуулах"},"FNKhkx":{"string":"Тээвэрлэлтийн үнэд татвар ногдуулах"},"+OV+Gj":{"context":"button","string":"Татвар авах"},"HtQGEH":{"string":"Татварын хэмжээг амжилттай татаж авлаа"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Шинж чанар"},"5fCMUI":{"context":"translations section name","string":"Орчуулга"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Орчуулга, {numberOfTranslatedFields} Дууссан"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Орчуулга"},"vTN5DZ":{"context":"button","string":"Болих"},"T/5OyA":{"string":"Одоогоор орчуулга байхгүй байна"},"DRMMDs":{"string":"Шинж чанарын нэр"},"SPBLzT":{"context":"header","string":"Шинж чанарын орчуулга \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Утга {тоо}"},"JE0TAx":{"context":"section name","string":"Утга"},"US3IPU":{"string":"Хайлтын системийн тайлбар"},"XitW/z":{"string":"Орчуулгын ангилал \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Хайлтын системийн гарчиг"},"Bphmwe":{"context":"header","string":"\"{collectionName}\" орчуулгын цуглуулга - {languageCode}"},"GsBRWL":{"string":"Хэлнүүд"},"FemBUF":{"context":"header","string":"{language}-руу орчуулах"},"7NFfmz":{"string":"Бараа"},"CxfKLC":{"string":"Хуудсууд"},"VKb1MS":{"string":"Ангилалууд"},"RzsKm8":{"string":"Хүргэлтийн аргууд"},"c8nvms":{"string":"Борлуулалт"},"etP0+D":{"string":"Ваучер"},"ikRuLs":{"context":"translation progress","string":"{max}-аас {current}"},"vcwrgW":{"string":"Орчуулга олдсонгүй"},"LWmYSU":{"string":"Орчуулга бүрэн дууссан"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Нэр"},"ptPPVk":{"string":"Хэл олдсонгүй"},"y1Z3or":{"string":"Хэл"},"oUWXLO":{"context":"header","string":"Орчуулгын хуудас \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Хуудасны гарчиг"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Бүтээгдэхүүн орчуулга \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Худалдааны орчуулга \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Борлуулалтын нэр"},"GpqEl5":{"context":"shipping method description","string":"Тайлбар"},"1UKx20":{"context":"header","string":"Тээвэрлэх арга Орчуулга \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Орчуулгa ваучер \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Ваучерын нэр"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Батлаагүй"},"vN3qdA":{"context":"button","string":"Буцаах"},"oB0y5Y":{"context":"order status","string":"Биeлэгдээгүй"},"FBtqtl":{"context":"payment status","string":"Төлөгдөөгүй"},"Lx1ima":{"context":"button","string":"Зураг оруулах"},"m8cjcK":{"context":"add authorization key error","string":"Энэ төрлийн зөвшөөрлийн түлхүүр аль хэдийн байна"},"+x4cZH":{"string":"Зөвхөн ажилтанг оноох боломжтой болно"},"aggaJg":{"string":"Энэ шинж чанар энэ төрлийн бүтээгдэхүүнд аль хэдийн оноогдсон байна"},"u24Ppd":{"string":"Энэ төрөлд энэ шинж чанарыг оноож болохгүй "},"cd13nN":{"context":"product attribute error","string":"Бүх атрибутийг бөглөнө үү"},"lLwtgs":{"string":"Энэ төрлийн бүтээгдэхүүний хувилбаруудыг идэвхгүй болголоо"},"IFWHn0":{"context":"error message","string":"Тооцооны хаягийг оруулаагүй байна"},"ij7olm":{"context":"error message","string":"Энэ биелэлтийг цуцлах боломжгүй"},"BM1JiJ":{"context":"error message","string":"Энэ захиалгыг цуцлах боломжгүй"},"nOo0oL":{"context":"error message","string":"Биелүүлэхэд хангалттай биш байна"},"Xb6BJ9":{"context":"error message","string":"Гараар хийсэн төлбөрийг буцаан олгох боломжгүй"},"WzA5Ll":{"string":"Сүүлийн бүлгээс хэрэглэгчийг устгах боломжгүй"},"sZ27WU":{"context":"error message","string":"Зөвхөн урьдчилан зөвшөөрсөн төлбөрийг хүчингүй болгож болно"},"gKdGxP":{"context":"error message","string":"Зөвхөн урьдчилан зөвшөөрөл авсан төлбөрийг хүлээн авч болно"},"DK+8PB":{"string":"Энэ суваг аль хэдийн үүсгэгдсэн байна"},"V2BBQu":{"string":"Хоёр суваг дахь мөнгөн тэмдэгт ижил байх ёстой"},"QFCUEt":{"string":"Slug нь өвөрмөц байх ёстой"},"AY7Tuz":{"string":"Хоёр жагсаалтад нэг объект байж болохгүй"},"E8T3e+":{"string":"Бүлэг нэмэх, хасах үйлдэл зэрэг хийх боломжгүй"},"abTH5q":{"context":"error message","string":"Имэйл хаягийг оруулаагүй байна"},"c5pMZ8":{"string":"API алдаа"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Буруу утга"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Нууц үг буруу байна"},"D2qihU":{"string":"Зөвшөөрөл хүчингүй байна"},"g/BrOt":{"string":"URL буруу форматтай байна"},"AdmPca":{"context":"error message","string":"Дээд утга нь доод утгаас бага байж болохгүй"},"0AQH0Q":{"string":"Plugin буруу тохируулагдсан тул идэвхжүүлэх боломжгүй"},"FuAV5G":{"string":"Энэ нэрийг аль хэдийн авсан байна. Өөр нэр сонгоно уу."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Хүргэлтийн хаяггүйгээр захиалгa тээвэрлэх аргыг сонгох боломжгүй"},"r+8q4B":{"context":"error message","string":"Зөвхөн ноорог захиалгыг засварлах боломжтой"},"PCoO4D":{"context":"error message","string":"Хуудас олдсонгүй."},"Fz3kic":{"context":"error message","string":"Тооцооны хаягийг оруулаагүй эсвэл нэхэмжлэх илгээхэд бэлэн биш байна"},"N43t3/":{"context":"error message","string":"Нэхэмжлэхийн дугаарыг тохируулаагүй байна"},"C4hCsD":{"string":"Аpp нь таны зөвшөөрлийн хүрээнээс гадуур байна"},"1n1tOR":{"string":"Бүлэг таны зөвшөөрлийн хүрээнээс гадуур байна"},"4prRLv":{"string":"Зөвшөөрөл таны хүрээнээс гадуур байна"},"KRqgfo":{"string":"Хэрэглэгч таны зөвшөөрлийн хүрээнээс гадуур байна"},"cY42ht":{"string":"Нууц үг зөвхөн тоон байж болохгүй"},"Y1B0PN":{"context":"error message","string":"Захиалгатай холбоотой ямар ч төлбөр байхгүй байна"},"vVviA2":{"string":"Эдгээр зөвшөөрөл нь таны хүрээнээс гадуур байна"},"mYs3tb":{"string":"Бүтээгдэхүүний үнэ 0-ээс бага байж болохгүй."},"VEE4gD":{"context":"error message","string":"Сонгосон хүргэлтийн хаягт хүргэлтийн арга хүчингүй байна"},"ychKsb":{"context":"error message","string":"Энэ захиалгад хүргэх арга оноох шаардлагатай "},"rZf1qL":{"context":"bulk variant create error","string":"SKU нь өвөрмөц байх ёстой"},"nKjLjT":{"context":"error message","string":"Slug нь агуулах бүрт өвөрмөц байх ёстой"},"wn3di2":{"string":"Нууц үг түгээмэл байна"},"LR3HlT":{"string":"Нууц үг хэтэрхий богино байна"},"1wyZpQ":{"string":"Эдгээр нууц үгнүүд хэтэрхий төстэй байна"},"TDhHMi":{"string":"Энэ нь өвөрмөц байх ёстой"},"qDwvZ4":{"string":"Үл мэдэгдэх алдаа"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"Нэхэмжлэх URL оруулаагүй байна"},"Z6QAbw":{"string":"Энэ хувилбарт дижитал контент байхгүй байна"},"i3Mvj8":{"context":"product attribute error","string":"Энэ хувилбар аль хэдийн байна"},"iUy2dx":{"context":"vouchers section name","string":"Ваучер"},"ycMLN9":{"context":"warehouses section name","string":"Агуулах"},"43Nlay":{"context":"warehouse","string":"Хаягийн мэдээлэл"},"GhcypC":{"context":"header","string":"Aгуулах үүсгэх"},"DTL7sE":{"context":"dialog content","string":"Та {warehouseName}-г устгахдаа итгэлтэй байна уу?"},"ny4zrH":{"context":"dialog title","string":"Агуулахыг устгах"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Агуулах хайх"},"2yU+q9":{"context":"tab name","string":"Бүх агуулахууд"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Aгуулах үүсгэх"},"PFXGaR":{"string":"Бүсээр хүргэх"},"2gsiR1":{"string":"Ямар ч агуулах олдсонгүй"},"aCJwVq":{"context":"warehouse","string":"Нэр"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"Энэ агуулахад тээвэрлэлтийн бүс оноогоогүй байна."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Тохиргоо"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Та энэ webhook-г устгахдаа итгэлтэй байна уу?"},"o5KXAN":{"context":"delete webhook","string":"Та {name} устгахдаа итгэлтэй байна уу?"},"X90ElB":{"context":"dialog header","string":"Webhook устгах"},"snUby7":{"context":"header","string":"Нэргүй Webhook-ийн дэлгэрэнгүй мэдээлэл"},"Ryh3iR":{"context":"header","string":"Webhook үүсгэх"},"OPtrMg":{"context":"header","string":"{webhookName} дэлгэрэнгүй"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Үйл явдал"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Зорилтот URL"},"0MetrR":{"context":"webhook input help text","string":"Энэ URL нь webhook POST хүсэлтийг хүлээн авах болно"},"WDy0tF":{"context":"section header","string":"Webhook мэдээлэл"},"D0KaT6":{"context":"webhook input label","string":"Webhook нэр"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook идэвхтэй "},"IBCBi1":{"context":"webhook active description","string":"Хэрэв та webhook-ыг идэвхгүй болгохыг хүсвэл доорхыг арилгана уу."},"1+M/52":{"context":"section header","string":"Webhook статус"},"wbjuR4":{"string":"Webhook олдсонгүй"},"wlr0Si":{"context":"button","string":"Webhook үүсгэх"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Үйлдэл"},"1eCau/":{"string":"Нэрлэгдээгүй webhook"},"OTpV1t":{"context":"webhook name","string":"Нэр"},"JVaz1C":{"context":"window title","string":"Webhook үүсгэх"},"a5msuh":{"string":"Тийм"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Хуваарилагдсан"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Тоо хэмжээ"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Гүйлгээний лавлагаа"},"Y9lv8z":{"context":"product unavailability","string":"Худалдан авах боломжгүй"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Хасах"},"KSp+8B":{"context":"product available for purchase date","string":"{огноо}-д бэлэн болно"},"hAcUEl":{"context":"product publication date label","string":"{огноо}-д нийтлэгдэх болно"}} \ No newline at end of file diff --git a/locale/nb.json b/locale/nb.json index 1cfca0c48..82e1d8cd0 100644 --- a/locale/nb.json +++ b/locale/nb.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Kanseller ordre" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Skjult" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Synlig" - }, - "configurationMenuAttributes": { - "string": "Bestem attributter som skal brukes for å opprette produkttyper" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Definer hvordan brukere kan navigere i din butikk" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Definer hva slags produkter du selger" - }, - "configurationMenuShipping": { - "string": "Administrer hvordan dine ordre blir sendt" - }, - "configurationMenuSiteSettings": { - "string": "Vis og oppdater dine sideinnstillinger" - }, - "configurationMenuStaff": { - "string": "Administrer ansatte og deres tilganger" - }, - "configurationMenuTaxes": { - "string": "Administrer hvordan din butikk belaster skatt" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "Vis og oppdater dine utvidelser og deres innstillinger" - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "rabattverdi" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Aktivitet" - }, - "homeActivityCardNoActivities": { - "string": "Ingen aktiviteter funnet" - }, - "homeAnalyticsCardHeader": { - "string": "I dag" - }, - "homeHeaderText": { - "context": "header", - "string": "Hei, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Her er litt informasjon om din butikk" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Bestselgende produkter" - }, - "homeProductsListCardNoProducts": { - "string": "Ingen produkter funnet" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Ansvarsfraskrivelse" - }, - "homeScreenDisclaimerText1": { - "string": "Det nye dashboardet og GraphQL APIet er enda fortsatt under testing." - }, - "homeScreenDisclaimerText2": { - "string": "GraphQL APIet er i beta. Det er ikke fullt optimalisert, og noen mutasjoner og spørringer kan mangle." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hei, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "mellom" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "er lik" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Opprett Meny" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Menytittel" - }, - "menuDetailsDeleteMenuContent": { - "string": "Er du sikker på at du ønsker å slette menyen {menuName}?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Slett Meny" - }, - "menuDetailsPageHelperText": { - "string": "Endring av navigasjonsstrukturen gjøres ved dra-og-slipp. Opprett et nytt menyelement og dra det til ønsket plassering. Du kan flytte et element inni et annet for å opprette en trestruktur, samt flytter elementer opp og ned for å skape et hierarki" - }, - "menuItemDialogAddItem": { - "context": "create new menu item, header", - "string": "Legg til meny" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Lenke til: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Endre element" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Lenke" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Start å skrive for å søke..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Navn" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Opprett nytt menyelement" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menyelementer" - }, - "menuItemsPlaceholder": { - "string": "Legg til en ny meny for å opprette en meny" - }, - "menuListCreatedMenu": { - "string": "Meny opprettet" - }, - "menuListDeleteMenuContent": { - "string": "Er du sikker på at du ønsker å slette {menuItem}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Slett Meny" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Slett Menyer" - }, - "menuListDeletedMenu": { - "string": "Meny slettet" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Elementer" - }, - "menuListMenutitle": { - "string": "Menytittel" - }, - "menuListNoMenus": { - "string": "Ingen menyer funnet" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Opprett Meny" - }, - "menuPropertiesMenuTitle": { - "string": "Menytittel" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Ikke publisert" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "Ikke valgt" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "Ikke valgt" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "Ikke valgt" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "gjelder ikke" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Kategori" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Kolleksjoner" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Beskrivelse" - }, - "productExportFieldName": { - "context": "product field", - "string": "Navn" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variantbilder" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Varelager" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Opprett Produkttype" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Opprett Produkttype" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Skatter" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Pris" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Lager" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Lager" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Publisert" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Kategorier ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Kolleksjoner ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Produkter ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Er du sikker på at du ønsker å slette {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Er du sikker på at du ønsker å slette {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generert Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "Denne token gir deg tilgang til din butikks APIer, som du finner her: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Kopiert" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Kopier token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_4189999598": { - "string": "Vi har opprettet din token. Pass på å kopiere denne nå, da du ikke vil kunne se den igjen senere." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Nøkkel" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "Ingen tokens funnet" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Opprett Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Notat for token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Handlinger" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deaktivert" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generert Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Tilgangstoken brukes for å autentisere servicekontoer" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3009959880": { - "string": "Vi har opprettet din token. Pass på å kopiere denne nå, da du ikke vil kunne se den igjen senere." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Kopier token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Opprett Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Notat for token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Opprett" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Er du sikkert på at du ønsker å slette token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Attributter" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Slett attributter" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Slett attributt" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Er du sikker på at du ønsker å slette attributten {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Sted" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Standard merkelapp" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attributtkode" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "context": "attribute slug input field helper text", - "string": "Dette brukes internt. Pass på at du ikke bruker mellomrom" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Dato" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Nedtrekk" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Fil" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Katalog inndatatype for butikkeier" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Flervalg" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Sider" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Produkter" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Verdi påkrevd" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Vekt" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "Alle attributter" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "Opprett attributt" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "Søk i Attributter" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "Kan brukes som kolonne" - }, - "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": "Verdi påkrevd" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_visibleInStorefront": { - "context": "attribute", - "string": "Synlig på Produktsiden i nettbutikken" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { - "string": "Ingen attributter funnet" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2186555805": { - "context": "attribute can be searched in storefront", - "string": "Bruk i fasettert søk" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2235596452": { - "context": "attribute can be searched in dashboard", - "string": "Søkbart" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { - "string": "Attributtkode" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_643174786": { - "context": "attribute is visible", - "string": "Synlig" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "Standard merkelapp" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organisasjon" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Opprett Ny Attributt" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Legg til i Kolonneinnstillinger" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "Hvis aktivert, vil denne attributten kunne brukes som kolonne i produkttabellen" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Egenskaper for dashboard" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Bruk i filtrering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "Hvis aktivert vil du kunne bruke denne attributten til å filtrere produkter i produktlisten" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Bruk i Fasettert Navigasjon" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Egenskaper for butikksiden" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Posisjon i fasettert navigajon" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Bilde" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Er du sikker på at du ønsker å slette \"{name}\" verdien?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Slett attributtverdi" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Er du sikker på at du ønsker å slette \"{name}\" verdien? Hvis du sletter den vil du ikke kunne tildele den til andre produkter med \"{attributeName}\" attributten." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Endre Verdi" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Legg til verdi" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "Navn" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Standard butikkvisning" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "Administrator" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "Ingen verdier funnet" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Attributtverdier" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Tildel verdi" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Attributt lagt til" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Verdi slettet" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attributt slettet" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Ny verdi lagret" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributten slettet" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Passord" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Glemt passord?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Beklager, ditt brukernavn og/eller passord er feil. Vennligst prøv igjen" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Nytt Passord" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "Velg nytt passord" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "Bekreft passord" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Passordene samsvarer ikke" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Tilbake til innlogging" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "Det gikk bra! Om noen få minutter vil du motta en e-post med instruksjoner om hvordan du tilbakestiller ditt passord." - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "Den gitte e-postadressen finnes ikke i vår database" - }, - "src_dot_availability": { - "string": "Tilgjengelighet" - }, - "src_dot_back": { - "context": "button", - "string": "Tilbake" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Avbryt" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Kansellert" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Katalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Kategorier" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Bakgrunnsbilde (valgfritt)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(Valgfritt)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Opprett Ny Kategori" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Legg til tittel og beskrivelse for å gjøre det lettere for søkemotorer å finne denne kategorien" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Slett kategori" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "Er du sikker på at du ønsker å slette kategorien {categoryName}?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Kategorinavn" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Kategoribeskrivelse" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Opprett kategori" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Søk i Kategorier" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "Alle kategorier" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Kategorinavn" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "Ingen kategorier funnet" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "Ingen underkategorier funnet" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "Underkategorier" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "Antall Produkter" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "Ingen produkter funnet" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Navn" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Legg til produkt" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "Produkter i {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Underkategorier" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Legg til tittel og beskrivelse for å gjøre det lettere for søkemotorer å finne denne kategorien" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "Produkter" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "Alle underkategorier" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Opprett underkategori" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Opprett kategori" - }, - "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": "Kategori opprettet" - }, - "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": "Slett kategori" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Kategori slettet" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Slett produkter" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "src_dot_categories_dot_views_dot_3488150607": { - "string": "Husk at dette vil også slette alle produkter som ligger i denne kategorien." - }, - "src_dot_categories_dot_views_dot_712767046": { - "context": "dialog title", - "string": "Slett kategorier" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "Er du sikker på at du ønsker å slette kategorien {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": "Husk at dette vil også slette alle produkter som ligger i denne kategorien." - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_712767046": { - "context": "dialog title", - "string": "Slett kategorier" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Tilgjengelighet" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Kopiert" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inaktiv" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Aktiv" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Handlinger" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Slett" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Kolleksjoner" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Synlig" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Skjult" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "Legg til tittel og beskrivelse for å gjøre det lettere for søkemotorer å finne denne kolleksjonen" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "Legg til kolleksjon" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "Synlig" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Skjult" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Legg til tittel og beskrivelse for å gjøre det lettere for søkemotorer å finne denne kolleksjonen" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "Navn" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Bakgrunnsbilde (valgfritt)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(Valgfritt)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "Alle kolleksjoner" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Opprett kolleksjon" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "Skjult" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Publisert" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "Ingen kolleksjoner funnet" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "Antall Produkter" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "Kolleksjonsnavn" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "Tilgjengelighet" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "Ingen produkter funnet" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Type" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "Tilgjengelighet" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Produkter i {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Tildel produkt" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "Navn" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Kolleksjon slettet" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Produkt lagt til i kolleksjon" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Er du sikker på at du ønsker å slette bildet i kolleksjonen?" - }, - "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": "Produkt slettet fra kolleksjon" - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "src_dot_collections_dot_views_dot_3791354625": { - "context": "dialog title", - "string": "Fjern Produkter fra kolleksjon" - }, - "src_dot_collections_dot_views_dot_523939418": { - "string": "Er du sikker på at du ønsker å slette {collectionName}?" - }, - "src_dot_collections_dot_views_dot_686910896": { - "context": "window title", - "string": "Opprett kolleksjon" - }, - "src_dot_collections_dot_views_dot_699514132": { - "context": "dialog title", - "string": "Slett Kolleksjon" - }, - "src_dot_collections_dot_views_dot_870815507": { - "context": "unassign product from collection, button", - "string": "Fjern" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "Slett bilde" - }, - "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_3817188998": { - "context": "dialog title", - "string": "Slett kolleksjoner" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Tilganger" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Land" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Telefon" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Adresselinje 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "By" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "Postnummer" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Adresselinje 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Bedrift" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Landområde" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "Ingen resultater funnet" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Søk i Attributter" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Søk etter attributtnavn" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Tildel Attributt" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Søk i Kategorier" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Søk etter kategorinavn, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Tildel Kolleksjon" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Søk i Kolleksjon" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Søk etter kolleksjonsnavn, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Søk i Produkter" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Søk etter produktnavn, attributt, produkttype, osv..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Tildel Produkt" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Søk etter produktnavn, attributt, produkttype, osv..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributter" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Attributter" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Verdier" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Verdi" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "Ingen resultater" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Tilgjengelighet" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Rediger" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "siden {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publiser på" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Velg publiseringsdato" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Publisert" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Status" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Tilbakestill" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Kolonner" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} kolonner av {numberOfTotal} valgt" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Land" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Telefon" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Adresselinje 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "By" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "Postnummer" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Adresselinje 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Bedrift" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Landområde" - }, - "src_dot_components_dot_CountryList_dot_2460766407": { - "context": "number of countries", - "string": "{number} Land" - }, - "src_dot_components_dot_CountryList_dot_2747492886": { - "context": "button", - "string": "Tildel land" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_2173195312": { - "context": "custom search delete, dialog header", - "string": "Slett Søk" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_71479100": { - "string": "Er du sikker på at du ønsker å slette søkefeltet {name}?" - }, - "src_dot_components_dot_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Feil" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Dashboard" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Slett Søk" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Egendefinert filter" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Lagre søk" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "Filtre" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "Ingen resultater" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Vis mer" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filtre" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "og" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filtre" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Lagre endringer" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "src_dot_components_dot_ImageUpload_dot_1731007575": { - "context": "image upload", - "string": "Slipp her for å laste opp" - }, - "src_dot_components_dot_LanguageSwitch_dot_4150219184": { - "context": "button", - "string": "{languageName} - {languageCode}" - }, - "src_dot_components_dot_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Verdi" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Handlinger" - }, - "src_dot_components_dot_MoneyRange_dot_12301532": { - "context": "money", - "string": "til {money}" - }, - "src_dot_components_dot_MoneyRange_dot_1316359951": { - "context": "money", - "string": "{fromMoney} - {toMoney}" - }, - "src_dot_components_dot_MoneyRange_dot_3729849657": { - "context": "money", - "string": "fra {money}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Legg til ny verdi: {value}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { - "string": "Ingen resultater funnet" - }, - "src_dot_components_dot_MultiSelectField_dot_4205644805": { - "string": "Ingen resultater funnet" - }, - "src_dot_components_dot_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "Ordrenummer" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Type Kommando" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Søk etter Kunde" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Søk etter Kunde" - }, - "src_dot_components_dot_Navigator_dot_2874620973": { - "context": "navigator placeholder", - "string": "Type {key} for å se tilgjengelige handlinger" - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Søk i Katalog" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Naviger til" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "Vår nye funksjon vil hjelpe deg med dine daglige gjøremål. Kjør Navigator ved å bruke snarveien {keyboardShortcut}." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Hurtighandling" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Navigator er her for å hjelpe" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "Kategori" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Kolleksjon" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Publisert" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Ikke Publisert" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Opprett Kategori" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Opprett Kolleksjon" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Opprett Kunde" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Opprett Ordre" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Opprett Produkt" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Opprett Kupong" - }, - "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": "Gå til ordre #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Søk i Katalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Søk Kommando" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Søk etter Kunde" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Søk etter Visninger og Handlinger" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Vis Hjelp" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Søk i Ordre" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "Ingen resultater" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Produkt" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Ooops!..." - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Noe mangler" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "Beklager, siden du leter etter finnes ikke" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "Tilbake til dashboard" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "Ingen resultater funnet" - }, - "src_dot_components_dot_RowNumberSelect_dot_1154361791": { - "string": "Antall Rader:" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1514415736": { - "context": "save filter tab, header", - "string": "Lagre Egendefinert Søk" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1556856943": { - "context": "save search tab", - "string": "Søk i Navn" - }, - "src_dot_components_dot_SearchBar_dot_2173195312": { - "context": "button", - "string": "Slett Søk" - }, - "src_dot_components_dot_SearchBar_dot_2340527467": { - "string": "Egendefinert filter" - }, - "src_dot_components_dot_SearchBar_dot_3268463180": { - "context": "button", - "string": "Lagre søk" - }, - "src_dot_components_dot_SeoForm_dot_1324250412": { - "string": "Tittel for søkemotor" - }, - "src_dot_components_dot_SeoForm_dot_1991321627": { - "string": "Beskrivelse for søkemotor" - }, - "src_dot_components_dot_SeoForm_dot_3198271020": { - "context": "button", - "string": "Endre SEO for websiden" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Forhåndsvisning for søkemotor" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} av {maxCharacters} tegn" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Hvis tom vil forhåndsvisningen vise hva som vil bli generert automatisk" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Legg til ny verdi: {value}" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { - "string": "Ingen" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_4205644805": { - "string": "Ingen resultater funnet" - }, - "src_dot_components_dot_SingleSelectField_dot_4205644805": { - "string": "Ingen resultater funnet" - }, - "src_dot_components_dot_TableHead_dot_868570480": { - "string": "Valgt {number} elementer" - }, - "src_dot_components_dot_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "src_dot_components_dot_Timeline_dot_1359200231": { - "context": "add order note, button", - "string": "Send" - }, - "src_dot_components_dot_Timeline_dot_3028189627": { - "string": "Legg igjen et notat her..." - }, - "src_dot_components_dot_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Logg ut" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Kontoinnstillinger" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Synlighet" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "siden {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publiser på" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Velg publiseringsdato" - }, - "src_dot_components_dot_WeightRange_dot_264731940": { - "context": "weight", - "string": "til {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": "fra {value}{unit}" - }, - "src_dot_components_dot_Weight_dot_2781622322": { - "context": "weight", - "string": "{value} {unit}" - }, - "src_dot_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Konfigurasjon" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Diverse" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Innstillinger for Ansatte" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Produktinnstillinger" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Bekreft" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "Fortsett" - }, - "src_dot_create": { - "context": "button", - "string": "Opprett" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Kunder" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "Endre Adresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "Legg til adresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Lagre adresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "string": "Denne kunden har ingen adresser i sin adressebok. Du kan legge til en ny adresse ved å trykke på knappen nedenfor." - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}s Adressebok" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Detaljer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "Det er ingen adresser å vise for denne kunden" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Primær adresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Primær fakturaadresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Primær Fraktadresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Slett adresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Endre Adresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Velg som standard fakturaadresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Velg som standard fraktadresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Adresseinformasjon" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Fraktadresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Adresse" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "Denne kunden har ingen lagrede adresser enda" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "Fakturaadresse" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "Primæradresse" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "Primæradressen for denne kunden" - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Oversikt over kunde" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "Notat" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Notat" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Skriv inn annen informasjon angående denne kunden" - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "Opprett Kunde" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { - "context": "check to mark this account as active", - "string": "Brukerkontoen er aktiv" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { - "context": "section subheader", - "string": "Medlem siden {date}" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { - "context": "note about customer", - "string": "Notat" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Kontaktinformasjon" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Søk etter Kunde" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "Opprett kunde" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "Alle kunder" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Join Date" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { - "string": "Antall ordre" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "Antall Ordre" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "Ingen kunder funnet" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Kundens e-postadresse" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Kundens navn" - }, - "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": "Nylige ordre" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "Antall Ordre" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "Vis alle Ordre" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "Dato" - }, - "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": "Ingen ordre funnet" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Sist logget inn" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "Siste ordre" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Kundehistorikk" - }, - "src_dot_customers_dot_views_dot_1927691511": { - "context": "delete customer, dialog content", - "string": "Er du sikker på at du ønsker å slette {email}?" - }, - "src_dot_customers_dot_views_dot_1998583641": { - "context": "dialog header", - "string": "Slett Kunde" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "Slett adresse" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Opprett kunde" - }, - "src_dot_customers_dot_views_dot_3689332763": { - "string": "Er du sikker på at du ønsker å slette denne adressen fra brukerens adressebok?" - }, - "src_dot_customers_dot_views_dot_3901579344": { - "string": "Kunde Slettet" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Kunde opprettet" - }, - "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": "Slett Kunder" - }, - "src_dot_dashboard": { - "string": "Dashboard" - }, - "src_dot_date": { - "string": "Dato" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Slett" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Beskrivelse" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Rabatter" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Tildel kategorier" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Kvalifiserte kategorier" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "Ingen kategorier funnet" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Kategorinavn" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Produkter" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Tildel kolleksjoner" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Kvalifiserte Kolleksjoner" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "Ingen kolleksjoner funnet" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Kolleksjonsnavn" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Produkter" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_1585396479": { - "context": "dialog header", - "string": "Tildel Land" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2110418881": { - "context": "search box placeholder", - "string": "Søk etter land" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2177165134": { - "string": "Velg land som denne kupongen skal gjelde for i listen nedenfor" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2566713432": { - "context": "search box label", - "string": "Filtrer land" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2747492886": { - "context": "button", - "string": "Tildel land" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2777439857": { - "context": "country selection", - "string": "Land A til Å" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Velg sluttdato" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1662220323": { - "context": "time during discount is active, header", - "string": "Aktive datoer" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsButton": { - "context": "button", - "string": "Tildel produkter" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Kvalifiserte Produkter" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "Ingen produkter funnet" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Tilgjengelighet" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Produktnavn" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Produkttype" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "Ingen varianter funnet" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Produktnavn" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Produkttype" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Opprett Tilbud" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "Navn" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Søk i Tilbud" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Opprett Tilbud" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "Alle tilbud" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "Aktiv" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "Utløpt" - }, - "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": "Prosent" - }, - "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": "Rabattype" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "Verdi" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { - "context": "sale end date", - "string": "Slutter" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { - "string": "Ingen tilbud funnet" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Begynner" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "Navn" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Verdi" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Navn" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Rabattype" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Prosent" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Bestemt beløp" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "Verdi" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Rabattverdi" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { - "context": "page header", - "string": "Opprett Kupong" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Velg sluttdato" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { - "context": "time during voucher is active, header", - "string": "Aktive datoer" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "Kupongen gjelder for alle land" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Kupongen er begrenset til disse landene" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "Land" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "Kategorier ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "Kolleksjoner ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "Produkter ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Rabattkode" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Generer kode" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Begrens til en pr. kunde" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Begrens antall ganger denne rabatten totalt kan brukes" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Begrensninger på Bruk" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Bruksgrense" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "Alle kuponger" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { - "string": "Søk etter Kupong" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { - "context": "button", - "string": "Opprett kupong" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { - "context": "voucher status", - "string": "Aktiv" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "Utløpt" - }, - "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": "Prosent" - }, - "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": "Rabattype" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "Verdi" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "Min. kjøpt for" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "Slutter" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "Antall ganger brukt" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "Begynner" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "Kode" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Ingen kuponger funnet" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Verdi" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_2746532349": { - "context": "voucher requirements, header", - "string": "Minstekrav" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3069107721": { - "context": "voucher has no requirements", - "string": "Ingen" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3740704788": { - "context": "voucher requirement", - "string": "Minimum antall produkter" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Minimum ordreverdi" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "Verdi" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Min. Verdi på Ordre" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "Gjelder for" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_3751756157": { - "context": "voucher value requirement", - "string": "Bruksgrense" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_78726751": { - "context": "voucher code", - "string": "Kode" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3216816841": { - "context": "header", - "string": "Rabattype" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3289659291": { - "context": "voucher discount type", - "string": "Gratis frakt" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3688224049": { - "context": "voucher discount type", - "string": "Prosent" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { - "context": "voucher discount type", - "string": "Bestemt beløp" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1134347598": { - "context": "column title", - "string": "Pris" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Verdi" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Rabattverdi" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Kun en gang pr. ordre" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Spesifikk Informasjon for denne Kupongen" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4189095909": { - "string": "Hvis dette valget er deaktivert vil rabatter påføres hvert enkelt kvalifisert produkt" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Hele ordren" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Spesifiserte produkter" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Forsendelse" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Tilbud opprettet" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Tilbud slettet" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Tilbud slettet" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Slett Tilbud" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Fjern Kategorier fra Tilbud" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Er du sikker på at du ønsker å slette {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_2809303671": { - "context": "dialog header", - "string": "Slett Tilbud" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Kupong lagt til" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Fjern Kolleksjon fra Kupong" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Fjern Produkter fra Kupong" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Fjern Kategori fra Kupong" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Er du sikker på at du ønsker å slette {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Slett Kupong" - }, - "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": "Slett Kuponger" - }, - "src_dot_done": { - "context": "button", - "string": "Ferdig" - }, - "src_dot_draft": { - "context": "order status", - "string": "Utkast" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Ordreutkast" - }, - "src_dot_drafts": { - "string": "Utkast" - }, - "src_dot_edit": { - "context": "button", - "string": "Endre" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "Sluttdato" - }, - "src_dot_endHour": { - "string": "Sluttidspunkt" - }, - "src_dot_error": { - "string": "Feil" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "Fornavn" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Sendt" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Kunde" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Notat" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Endre" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Detaljer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Utløpt" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Detaljer" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Sum" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Produkt" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Status" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Slett" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Produkt" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Innstillinger" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Hjem" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "Ordre #{orderId} ble opprettet fra utkast av {userEmail}" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_paid": { - "string": "Ordre #{orderId} ble betalt fullt ut" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_placed": { - "string": "Ordre #{orderId} ble opprettet" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "Ingen ordre klare til å sendes" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "Ingen betalinger venter på å bli belastet" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Etternavn" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Rediger" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigasjon" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Neste" - }, - "src_dot_no": { - "string": "Neo" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Valgfritt" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Ordre" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Kanseller ordre" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Fakturaadresse" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "Ingen resultater funnet" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Fraktadresse" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "Ingen notater fra kunden" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "Notat" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "Kontaktinformasjon" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Søk etter Kunde" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "Vis Profil" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "Fraktadresse" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Kunde" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Samme som fraktadresse" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Anonym bruker" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Fakturaadresse" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Kanseller ordre" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Lagre" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Rabattverdi" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Bestemt beløp" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Prosent" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "Slett Ordreutkast" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "Er du sikker på at du ønsker å slette ordreutkast #{orderNumber}?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "Pris" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Antall" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "Ingen Produkter lagt til i Ordren" - }, - "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_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Legg til fraktfører" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Rabatt" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "Ingen tilgjengelige fraktører" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Skatter (MVA. inkludert)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Ordredetaljer" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "Legg til produkter" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Opprett ordre" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "Alle utkast" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Søk i Ordreutkast" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Opprettet" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "Kunde" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "Inge ordreutkast funnet" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "Antall Ordre" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "Kunde" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Dato" - }, - "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": "Kanseller ordre" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Ferdigstill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Ordre" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Produktnavn" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Send" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Legg til sporing" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Endre sporing" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Refusjon" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Sporingsnummer: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Kanseller forsendelse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Sporingsnummer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Legg til sporingsnummer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Adresse for ordren ble oppdatert" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1521936480": { - "context": "order history message", - "string": "Sendt {quantity} produkter" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1527620381": { - "context": "order history message", - "string": "Forsendelse ble kansellert" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_184692906": { - "context": "order history message", - "string": "Ordre ble opprettet" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1867847329": { - "context": "order history message", - "string": "Lenke til ordrens digitale produkter ble sendt" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1964864749": { - "context": "order history message", - "string": "Ordren ble opprettet fra utkast" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2020753264": { - "context": "order history message", - "string": "Betalingsbekreftelse ble sendt til kunden" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2027649178": { - "context": "order history message", - "string": "Varelageret økt med {quantity} produkter" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2304318421": { - "context": "order history message", - "string": "Notat ble lagt til i ordren" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2369495522": { - "context": "order history message", - "string": "Ordrebekreftelse ble sendt til kunden" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2566971846": { - "context": "order history message", - "string": "Betalingen ble annulert" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Ordren ble fullstendig betalt" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2770854455": { - "context": "order history message", - "string": "Betalingen ble gjennomført" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3081292385": { - "context": "order history message", - "string": "Forsendelsesbekreftelse ble sendt til kunden" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3095247195": { - "context": "order history message", - "string": "Ordreutkast ble opprettet" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3453124210": { - "context": "order history message", - "string": "Sporingsnummer ble sendt til kunden" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_348557206": { - "context": "order history message", - "string": "Betalingen ble refundert" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3990160018": { - "string": "Ordrehistorikk" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4015160303": { - "context": "order history message", - "string": "Oversolgt {quantity} produkter" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4265697648": { - "context": "order history message", - "string": "Forsendelsesgruppens sporingsnummer oppdatert" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4266665081": { - "context": "order history message", - "string": "Betaling mislyktes" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_651019008": { - "context": "order history message", - "string": "Fraktdetaljer ble sendt til kunden" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Ordren ble kansellert" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "laget" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Faktura" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Opprett ordre" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { - "string": "Søk i Ordre..." - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { - "context": "tab name", - "string": "Alle ordre" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Kunde" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Opprettet" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Status på forsendelse" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "Betaling" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "Antall Ordre" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "Kunde" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Dato" - }, - "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": "Ingen ordre funnet" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going to mark this order as paid." - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_4196844912": { - "context": "dialog header", - "string": "Merk ordren som betalt" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_1466130374": { - "context": "dialog header", - "string": "Belast Betaling" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_75546233": { - "context": "amount of refunded money", - "string": "Sum" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Er du sikker på at du ønsker å annullere denne betalingen?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Annuler betaling" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "Belast" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Belastet beløp" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Rabatt" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} produkter" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Merk som betalt" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Utestående beløp" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Betalingsstatus" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Forhåndsautorisert beløp" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Refusjon" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Frakt" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "gjelder ikke" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "gjelder ikke" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Skatter" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "MVA. inkludert" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Refusjon" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Kupong" - }, - "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": "Søk etter produktnavn, attributt, produkttype, osv..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Søk i Produkter" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Pris" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Antall" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Pris" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "Ingen produkter funnet" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Ordre" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Sum" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Refusjon" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Pris" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "Ingen produkter funnet" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Pris" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Erstatt" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Sendt ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Ikke sendt" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Innstillinger" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Endre Fraktmetode" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Send" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Betalingen ble belastet " - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Ordreutkast er ferdigstilt" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Ordrelinje slettet" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Forsendelse oppdatert" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Ordrelinje oppdatert" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Ordre merket som betalt" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Ordrelinje lagt til" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Ordre ble kansellert" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Notat ble lagt til" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Betaling for ordre ble annulert" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Ordre ble oppdatert" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Fraktmetode oppdatert" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Forsendelse kansellert" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Slett Ordreutkast" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Ordreutkast slettet" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "Ingen attributter funnet" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attributtnavn" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Tildel attributt" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Fjern" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Sider" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Opprett Side" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1996767833": { - "string": "Legg til tittel og beskrivelse for å gjøre det lettere for søkemotorer å fine denne siden" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { - "context": "page", - "string": "vil være synlig fra {date}" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Synlig" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Skjult" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Innhold" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Tittel" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Opprett side" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Tittel" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Synlighet" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "Ingen side funnet" - }, - "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": "Publisert" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Ikke Publisert" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Opprett Side" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Ny side lagt til" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Slett Side" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Er du sikker på at du ønsker å slette {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Sider slettet" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Publiser" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Avpubliser Sider" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Avpubliser" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publiser Sider" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Publiserte sider" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Slett Sider" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Betalt" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Delvis sendt" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Delvis betalt" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Delvis refundert" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Betalingsstatus" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Aktiv" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inaktiv" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Er du sikker på at du ønsker å slette {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Handlinger" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inaktiv" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "E-postadresse" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Aktiv" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Handlinger" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Navn" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Opprett kategori" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Fjern" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Utvidelser" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Autorisering" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Navn på utvidelse" - }, - "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": "Informasjon og Status om Utvidelse" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "string": "Set plugin as active" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_3032939398": { - "context": "header", - "string": "Legg til Verdi i Autorisasjonsfeltet" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_4269236107": { - "context": "header", - "string": "Endre Autorisasjonsfelt" - }, - "src_dot_plugins_dot_components_dot_PluginSettings_dot_1970881031": { - "context": "section header", - "string": "Innstillinger for utvidelse" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3352026836": { - "context": "header", - "string": "{pluginName} Detaljer" - }, - "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": "Alle Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { - "context": "plugin filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "Ingen utvidelser funnet" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Aktiv" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Innstillinger" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deaktivert" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Navn" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "src_dot_plugins_dot_views_dot_1096544448": { - "context": "header", - "string": "Slett Autoriseringsfelt" - }, - "src_dot_plugins_dot_views_dot_955370043": { - "string": "Pluginen kan slutte å fungere hvis du fjerner verdien fra dette feltet. Er du sikker på at du ønsker å fortsette?" - }, - "src_dot_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Produkttyper" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { - "string": "Ingen attributter funnet" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1228425832": { - "string": "Attributtnavn" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Tildel attributt" - }, - "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": "Produktattributter" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Produkttype brukes Variantattributter" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "string": "Navn på produkttype" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { - "context": "tab name", - "string": "Alle produkttyper" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3420445375": { - "string": "Søk etter Produkttype" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3479705616": { - "context": "button", - "string": "opprett produkttype" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_configurable": { - "context": "product type", - "string": "Konfigurerbar" - }, - "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": "Ingen produkttyper funnet" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1211157042": { - "context": "product type", - "string": "Enkelt produkt" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1240292548": { - "context": "tax rate for a product type", - "string": "Skatt" - }, - "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 Navn" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2754779425": { - "context": "product type", - "string": "Konfigurerbar" - }, - "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": "Fysisk" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_1325966144": { - "context": "product type shipping settings, section header", - "string": "Frakt" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2143413921": { - "context": "switch button", - "string": "Skal dette produktet sendes?" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2927891783": { - "string": "Brukes for å kalkulere satser for frakt av denne produkttypen hvis vekt ikke oppgitt" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_746695941": { - "string": "Vekt" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "Ingen attributter funnet" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attributtnavn" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Tildel attributt" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variantattributter" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Ny produkttype lagt til" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Produkttype slettet" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Fjern Attributt fra ProduktType" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Fjern Attributt fra ProduktType" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Fjern" - }, - "src_dot_products": { - "context": "products section name", - "string": "Produkter" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Kategori" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Kolleksjoner" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organisasjon" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Ikke publisert" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { - "string": "Legg til tittel og beskrivelse for å gjøre det letter for søkemotorer å finne dette produktet" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Publisert" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Navn" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Søk etter attributtnavn" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "produkter" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Opprett Produkt" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Søk i Produkter..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "Alle produkter" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Tilgjengelig" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Skjult" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Utsolgt" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "Pris" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Antall i lager" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "Synlighet" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Synlig" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Enkel" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "Ingen produkter funnet" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Konfigurerbar" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Navn" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Tilgjengelighet" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Pris" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Valgfritt" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Last opp" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Kategori" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Kolleksjoner" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organiser Produkt" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "string": "Konfigurerbar" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "*Valgfritt. Å legge produktet til i en kolleksjon gjør det lettere for kunden å finne det" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Produkttype" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Frakt" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Vekt" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Antall" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Krev skatter for dette produktet" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Skattesats" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Ikke publisert" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { - "string": "Legg til tittel og beskrivelse for å gjøre det letter for søkemotorer å finne dette produktet" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Publisert" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variantattributter" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Slett Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Lagre variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Pris" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attributt" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Velg verdier" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Velg attributt" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Sammendrag" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Angi samme pris for alle SKUer" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Angi unik lagerverdi basert på attributt for alle SKUer" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Angi unik pris basert på attributt for alle SKUer" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Angi samme lagerverdi for alle SKUer" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Neste" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Opprett" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Priser og SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Forrige" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Verdier" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Slett variant" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_2297471173": { - "context": "delete product variant", - "string": "Er du sikker på at du ønsker å slette {name}?" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "Slett Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Varianter" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "Legg til variant" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "Ny Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Skjult" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variantattributter" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Tilgjengelighet" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Prising" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Pris" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Kostpris" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Utilgjengelig" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Pris" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Opprett varianter" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Varianter" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Bruk varianter for ulike variasjoner av et produkt, som f.eks forskjellige størrelser eller farger" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Varelager" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Opprett variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Variant" - }, - "src_dot_products_dot_views_dot_1731766393": { - "context": "dialog header", - "string": "Slett Bilde" - }, - "src_dot_products_dot_views_dot_2279302139": { - "string": "Variant slettet" - }, - "src_dot_products_dot_views_dot_2362587265": { - "context": "header", - "string": "Opprett Variant" - }, - "src_dot_products_dot_views_dot_2880386427": { - "string": "Er du sikker på at ønsker å slette dette bildet?" - }, - "src_dot_products_dot_views_dot_3989383405": { - "context": "window title", - "string": "Opprett variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Opprett Produkt" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "Nytt Produkt" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Produkt opprettet" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Slett Produkter" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Produkt slettet" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Er du sikker på at du ønsker å slette {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Slett Produkt" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Slett Produktvarianter" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Eiendommer" - }, - "src_dot_readOnly": { - "string": "Saleor kjører i skrivebeskyttet modus. Endringer som gjøres blir ikke lagret." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Refundert fullt ut" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Fjern" - }, - "src_dot_requiredField": { - "string": "Dette feltet er påkrevd" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Tilbud" - }, - "src_dot_save": { - "context": "button", - "string": "Lagre" - }, - "src_dot_savedChanges": { - "string": "Lagre endringer" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Servicekontoer" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Fraktmetoder" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Slett Fraktmetode" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Pris" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Pris" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Søk i Produkter" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "Ingen produkter som matcher den gitte spørringen ble funnet" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Tildel produkter" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Produktnavn" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Handlinger" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "Denne enheten brukes som standard for vekt." - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Vektenhet for Frakt" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Velg land som skal dekkes av denne fraktsonen fra listen nedenfor" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Tildel Land" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Land A til Å" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Hurtigvalg" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Resten av Verden" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "Hvis valgt vil alle land som ikke er lagt til i andre fraktsoner legges til her" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Søk i Land" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Søk etter land" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Land" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Opprett Ny Fraktsone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Det er ingen land som er valgt for denne fraktsonen" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Land" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Det er ingen land som er valgt for denne fraktsonen" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} av {maxCharacters} tegn" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Navn på fraktsone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Lagre" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Frakt" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Frakt" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Pris" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Opprett sats" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Prisområde" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "Ingen fraktsatser funnet" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Prisbaserte satser" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Vektområde" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Vektbaserte Satser" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "Navn" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Innstillinger" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Frakt" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Frakt Etter Sone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Opprett fraktsone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "Land" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Navn" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "Ingen fraktsoner funnet" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "src_dot_shipping_dot_views_dot_1005071028": { - "string": "Er du sikkert på at du ønsker å slette fraktsonen {shippingZoneName}?" - }, - "src_dot_shipping_dot_views_dot_1010705153": { - "context": "dialog header", - "string": "Slett Fraktsone" - }, - "src_dot_shipping_dot_views_dot_1711385401": { - "context": "dialog header", - "string": "Slett Fraktsoner" - }, - "src_dot_shipping_dot_views_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Fjern" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Slett Fraktsone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Vis" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Sideinnstillinger" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Navnet på din butikk slik det vil vises i fanen i nettleseren" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Navnet på din butikk" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Beskrivelsen vises etter butikknavnet i fanen i nettleseren" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Butikkinformasjon" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Bedriftsinformasjon" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "string": "Dette er generell informasjon om din butikk. Her bestemmes URLen til din nettbutikk, samt hva som vises i fanen i nettleseren." - }, - "src_dot_somethingWentWrong": { - "string": "Saleor støtte på et uventet problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Ansatte" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Inviter Ansatt" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invitasjon" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Tilganger" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Bruker er aktiv" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "Alt personale" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_61043583": { - "string": "Søk etter Ansatt" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_797461521": { - "context": "button", - "string": "Inviter Ansatt" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Aktiv" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Deaktivert" - }, - "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": "Inaktiv" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": "E-postadresse" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Aktiv" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "Ingen ansatte funnet" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "Navn" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "Nytt Passord" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "Det nye passordet må minst inneholde 8 tegn" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "Endre passord" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Forrige passord" - }, - "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": "Endre ditt passord" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "Passord" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "Ved å velge dette vil språket på ditt dashboard endres" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "Vennligst merk deg at selv om valuta- og datotilpasninger er fullstendige, er oversettelser i varierende grad ferdigstilt." - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { - "string": "Foretrukket språk" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { - "context": "section header", - "string": "Preferanser" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_1473195966": { - "context": "avatar change button", - "string": "Endre" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Informasjon om ansatt" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Slett" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "slett ansattbruker" - }, - "src_dot_staff_dot_views_dot_3945766678": { - "string": "Er du sikker på at du ønsker å fjerne avatar for {email}?" - }, - "src_dot_staff_dot_views_dot_701332676": { - "context": "dialog header", - "string": "Slett ansatts avatar" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "Er du sikker på at du ønsker å slette {email} fra personalet?" - }, - "src_dot_startDate": { - "string": "Startdato" - }, - "src_dot_startHour": { - "string": "Starttidspunkt" - }, - "src_dot_status": { - "string": "Status" - }, - "src_dot_summary": { - "string": "Sammendrag" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Skatter" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Skatter" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "Ingen lang funnet" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Reduserte skattesatser" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Landkode" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "Navn på land" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "Kategori" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Skattesats" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Skattesatser i {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "Ingen kategorier med redusert skatt funnet" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Alle produktpriser fylles inn inkludert skatt" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Vis bruttopriser til kundene i butikken" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Krev skatter for frakt" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_3375540052": { - "context": "button", - "string": "Hent skatter" - }, - "src_dot_taxes_dot_views_dot_2411670026": { - "string": "Skattesatser hentet" - }, - "src_dot_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Attributter" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Oversettelser" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1308081812": { - "string": "{numberOfFields} Oversettelser, {numberOfTranslatedFields} Gjennomført" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1348655672": { - "string": "Original Tekststreng" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_2481190613": { - "string": "Oversettelse" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_363646127": { - "context": "button", - "string": "Forkast" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_3793796047": { - "string": "Ingen oversettelser enda" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_2642976392": { - "string": "Attributtnavn" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Verdi {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Verdier" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Kategorinavn" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "Beskrivelse for søkemotor" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Oversettelse Kategori \"{categoryName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { - "string": "Tittel for søkemotor" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { - "string": "Forhåndsvisning for søkemotor" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { - "string": "Beskrivelse for søkemotor" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { - "string": "Tittel for søkemotor" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { - "string": "Kolleksjonsnavn" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3055443821": { - "context": "header", - "string": "Oversettelse Kolleksjon \"{collectionName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3468022343": { - "string": "Forhåndsvisning for søkemotor" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1163855804": { - "string": "Språk" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { - "string": "Kolleksjoner" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Oversettelser til {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Produkter" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Sider" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Kategorier" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Attributter" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Tilbud" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Kuponger" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} av {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "Ingen elementer klare for oversettelse funnet" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "Oversettelser fullført" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "Navn" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Språk" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "Ingen språk funnet" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Språk" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Innhold" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Beskrivelse for søkemotor" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Tittel for søkemotor" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Oversettelse Side \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Forhåndsvisning for søkemotor" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Sidetittel" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Beskrivelse for søkemotor" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Tittel for søkemotor" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Produktnavn" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Oversettelse Produkt \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "Beskrivelse" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Forhåndsvisning for søkemotor" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_3731955064": { - "context": "header", - "string": "Oversettelse Tilbud \"{saleName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_898281424": { - "string": "Tilbudsnavn" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Beskrivelse" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Navn" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2447510181": { - "context": "header", - "string": "Oversettelse Kupong \"{voucherName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2599922713": { - "string": "Kupongnavn" - }, - "src_dot_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Angre" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Ikke sendt" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Ikke betalt" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Last opp bilde" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "Alle attributter må ha en verdi" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manuelle betalinger kan ikke refunderes" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Kun forhåndsautoriserte betalinger kan annulleres" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Kun forhåndsautoriserte betalinger kan belastes" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Valgt fraktmetode er ikke tilgjengelig for valgt fraktadresse" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "Denne varianten eksisterer allerede" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Kuponger" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Adresseinformasjon" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Adresseinformasjon" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Handlinger" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Navn" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Innstillinger" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Er du sikker på at du ønsker å slette {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Slett Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Opprett Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Detaljer" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input help text", - "string": "den hemmelige nøkkelen brukes til å lage en hash-signatur for hver payload. *valgfritt felt" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrl": { - "context": "webhook input label", - "string": "Mål-URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "Denne URLen vil motta POST requests fra webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Informasjon om Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Navn på Webhoo" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook er aktiv" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "Hvis du ønsker å deaktivere denne webhooken, fjern avmerkingen i boksen nedenfor." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Status for Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Opprett Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Detaljer" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "Ingen webhooks funnet" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Opprett Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Handling" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Navn" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Opprett Webhook" - }, - "src_dot_yes": { - "string": "Ja" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Allokert" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Antall" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Fjern" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Fjern" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Fjern" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Kanseller ordre"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Skjult"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Synlig"},"19/lwV":{"string":"Bestem attributter som skal brukes for å opprette produkttyper"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Definer hvordan brukere kan navigere i din butikk"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Definer hva slags produkter du selger"},"zxs6G3":{"string":"Administrer hvordan dine ordre blir sendt"},"5BajZK":{"string":"Vis og oppdater dine sideinnstillinger"},"RQUkVW":{"string":"Administrer ansatte og deres tilganger"},"EIULpW":{"string":"Administrer hvordan din butikk belaster skatt"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"Vis og oppdater dine utvidelser og deres innstillinger"},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"rabattverdi"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Aktivitet"},"wWTUrM":{"string":"Ingen aktiviteter funnet"},"zWgbGg":{"string":"I dag"},"By5ZBp":{"context":"header","string":"Hei, {userName}"},"aCX8rl":{"context":"subheader","string":"Her er litt informasjon om din butikk"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Bestselgende produkter"},"Q1Uzbb":{"string":"Ingen produkter funnet"},"6L6Fy2":{"context":"header","string":"Ansvarsfraskrivelse"},"5LRkEs":{"string":"Det nye dashboardet og GraphQL APIet er enda fortsatt under testing."},"G7mu0y":{"string":"GraphQL APIet er i beta. Det er ikke fullt optimalisert, og noen mutasjoner og spørringer kan mangle."},"QBxN6z":{"context":"is filter range or value","string":"mellom"},"I+UwqI":{"context":"is filter range or value","string":"er lik"},"0OtaXa":{"context":"dialog header","string":"Opprett Meny"},"jhh/D6":{"string":"Menytittel"},"G/SYtU":{"string":"Er du sikker på at du ønsker å slette menyen {menuName}?"},"QzseV7":{"context":"dialog header","string":"Slett Meny"},"E54eoT":{"string":"Endring av navigasjonsstrukturen gjøres ved dra-og-slipp. Opprett et nytt menyelement og dra det til ønsket plassering. Du kan flytte et element inni et annet for å opprette en trestruktur, samt flytter elementer opp og ned for å skape et hierarki"},"H3Uirw":{"context":"create new menu item, header","string":"Legg til meny"},"fzDI3A":{"context":"add link to navigation","string":"Lenke til: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Endre element"},"Urh2N3":{"context":"label","string":"Lenke"},"28GZnc":{"string":"Start å skrive for å søke..."},"0Vyr8h":{"context":"menu item name","string":"Navn"},"Uf3oHA":{"context":"add new menu item","string":"Opprett nytt menyelement"},"dEUZg2":{"context":"header","string":"Menyelementer"},"WwZfNK":{"string":"Legg til en ny meny for å opprette en meny"},"ugnggZ":{"string":"Meny opprettet"},"bj1U23":{"string":"Er du sikker på at du ønsker å slette {menuItem}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Slett Menyer"},"OwG/0z":{"string":"Meny slettet"},"0nL1D6":{"context":"number of menu items","string":"Elementer"},"DWs4ba":{"string":"Ingen menyer funnet"},"JXRYQg":{"context":"button","string":"Opprett Meny"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Ikke publisert"},"YI6Fhj":{"context":"no address is set in draft order","string":"Ikke valgt"},"PX2zWy":{"context":"customer is not set in draft order","string":"Ikke valgt"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Ikke valgt"},"5Jo3C5":{"context":"vat not included in order price","string":"gjelder ikke"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Kategori"},"jxoMLL":{"context":"product field","string":"Kolleksjoner"},"YVIajc":{"context":"product field","string":"Beskrivelse"},"W8i2Ez":{"context":"product field","string":"Navn"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Variantbilder"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Varelager"},"SSWFo8":{"context":"window title","string":"Opprett Produkttype"},"bq1eEx":{"context":"header","string":"Opprett Produkttype"},"mUb8Gt":{"context":"section header","string":"Skatter"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Pris"},"vuKrlW":{"string":"Lager"},"ABgQcF":{"context":"variant stock, header","string":"Lager"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Publisert"},"ppLwx3":{"context":"number of categories","string":"Kategorier ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Kolleksjoner ({quantity})"},"bNw8PM":{"context":"number of products","string":"Produkter ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Er du sikker på at du ønsker å slette {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Er du sikker på at du ønsker å slette {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generert Token"},"DGCzal":{"string":"Denne token gir deg tilgang til din butikks APIer, som du finner her: {url}"},"r86alc":{"context":"button","string":"Kopiert"},"HVFq//":{"context":"button","string":"Kopier token"},"ixjvkM":{"string":"Vi har opprettet din token. Pass på å kopiere denne nå, da du ikke vil kunne se den igjen senere."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Nøkkel"},"bsP4f3":{"string":"Ingen tokens funnet"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Opprett Token"},"0DRBjg":{"string":"Notat for token"},"VHuzgq":{"context":"table actions","string":"Handlinger"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deaktivert"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Tilgangstoken brukes for å autentisere servicekontoer"},"t9a9GQ":{"string":"Vi har opprettet din token. Pass på å kopiere denne nå, da du ikke vil kunne se den igjen senere."},"T5nU7u":{"context":"header","string":"Opprett Token"},"isM94c":{"context":"create service token, button","string":"Opprett"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Er du sikkert på at du ønsker å slette token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Attributter"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Slett attributter"},"JI2Xwp":{"context":"dialog title","string":"Slett attributt"},"h1rPPg":{"context":"dialog content","string":"Er du sikker på at du ønsker å slette attributten {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Sted"},"xOEZjV":{"context":"attribute's label","string":"Standard merkelapp"},"P79U4b":{"context":"attribute's slug short code label","string":"Attributtkode"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"Dette brukes internt. Pass på at du ikke bruker mellomrom"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Dato"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Nedtrekk"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Fil"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Katalog inndatatype for butikkeier"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Flervalg"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Sider"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Produkter"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Verdi påkrevd"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Vekt"},"dKPMyh":{"context":"tab name","string":"Alle attributter"},"IGvQ8k":{"context":"button","string":"Opprett attributt"},"1div9r":{"string":"Søk i Attributter"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Verdi påkrevd"},"cvbqJu":{"context":"attribute","string":"Synlig på Produktsiden i nettbutikken"},"ztQgD8":{"string":"Ingen attributter funnet"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Søkbart"},"oJkeS6":{"string":"Attributtkode"},"k6WDZl":{"context":"attribute is visible","string":"Synlig"},"HjUoHK":{"context":"attribute's label'","string":"Standard merkelapp"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organisasjon"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Opprett Ny Attributt"},"jswILH":{"context":"add attribute as column in product list table","string":"Legg til i Kolonneinnstillinger"},"AzMSmb":{"context":"caption","string":"Hvis aktivert, vil denne attributten kunne brukes som kolonne i produkttabellen"},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Egenskaper for dashboard"},"RH+aOF":{"context":"use attribute in filtering","string":"Bruk i filtrering"},"Q9wTrz":{"context":"caption","string":"Hvis aktivert vil du kunne bruke denne attributten til å filtrere produkter i produktlisten"},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Egenskaper for butikksiden"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Posisjon i fasettert navigajon"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Bilde"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Er du sikker på at du ønsker å slette \"{name}\" verdien?"},"WWV8aZ":{"context":"dialog title","string":"Slett attributtverdi"},"no3Ygn":{"string":"Er du sikker på at du ønsker å slette \"{name}\" verdien? Hvis du sletter den vil du ikke kunne tildele den til andre produkter med \"{attributeName}\" attributten."},"XYhE8p":{"context":"edit attribute value","string":"Endre Verdi"},"PqMbma":{"context":"add attribute value","string":"Legg til verdi"},"UhcALJ":{"context":"attribute name","string":"Navn"},"H60H6L":{"context":"attribute values list: name column header","string":"Standard butikkvisning"},"3psvRS":{"context":"attribute values list: slug column header","string":"Administrator"},"g5zIpS":{"context":"No attribute values found","string":"Ingen verdier funnet"},"J3uE0t":{"context":"section header","string":"Attributtverdier"},"+iVKR1":{"context":"assign attribute value button","string":"Tildel verdi"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Attributt lagt til"},"7H2D5m":{"context":"attribute value deleted","string":"Verdi slettet"},"V/VAHG":{"string":"Attributt slettet"},"xVn5B0":{"context":"added new attribute value","string":"Ny verdi lagret"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributten slettet"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Sign in"},"5sg7KC":{"string":"Passord"},"3tbL7x":{"context":"description","string":"Glemt passord?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Beklager, ditt brukernavn og/eller passord er feil. Vennligst prøv igjen"},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Nytt Passord"},"S22jIs":{"context":"button","string":"Velg nytt passord"},"vfG+nh":{"string":"Bekreft passord"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Passordene samsvarer ikke"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Reset password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Tilbake til innlogging"},"2ob30/":{"string":"Det gikk bra! Om noen få minutter vil du motta en e-post med instruksjoner om hvordan du tilbakestiller ditt passord."},"C0JLNW":{"string":"Den gitte e-postadressen finnes ikke i vår database"},"hOxIeP":{"string":"Tilgjengelighet"},"0OfZJA":{"context":"button","string":"Tilbake"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Avbryt"},"dOQB9o":{"context":"payment status","string":"Kansellert"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Katalog"},"sK1FPw":{"context":"categories section name","string":"Kategorier"},"DP6b8U":{"context":"section header","string":"Bakgrunnsbilde (valgfritt)"},"0iMYc+":{"context":"field is optional","string":"(Valgfritt)"},"cgsY/X":{"context":"page header","string":"Opprett Ny Kategori"},"wQdR8M":{"string":"Legg til tittel og beskrivelse for å gjøre det lettere for søkemotorer å finne denne kategorien"},"xo5UIb":{"context":"dialog title","string":"Slett kategori"},"dJQxHt":{"context":"delete category","string":"Er du sikker på at du ønsker å slette kategorien {categoryName}?"},"vEYtiq":{"string":"Kategorinavn"},"8HRy+U":{"string":"Kategoribeskrivelse"},"vof5TR":{"context":"button","string":"Opprett kategori"},"JiXNEV":{"string":"Søk i Kategorier"},"vy7fjd":{"context":"tab name","string":"Alle kategorier"},"dM86a2":{"string":"Ingen kategorier funnet"},"rrbzZt":{"string":"Ingen underkategorier funnet"},"BHQrgz":{"context":"number of subcategories","string":"Underkategorier"},"k8ZJ5L":{"context":"number of products","string":"Antall Produkter"},"VQLIXd":{"context":"product","string":"Navn"},"x/pIZ9":{"context":"button","string":"Legg til produkt"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Produkter i {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Underkategorier"},"V+fkAO":{"context":"number of products in category","string":"Produkter"},"NivJal":{"context":"section header","string":"Alle underkategorier"},"UycVMp":{"context":"button","string":"Opprett underkategori"},"Irflxf":{"context":"window title","string":"Opprett kategori"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Kategori opprettet"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Kategori slettet"},"KCjd1o":{"context":"dialog title","string":"Slett produkter"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Husk at dette vil også slette alle produkter som ligger i denne kategorien."},"sG0w22":{"context":"dialog title","string":"Slett kategorier"},"xRkj2h":{"string":"Er du sikker på at du ønsker å slette kategorien {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Tilgjengelighet"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inaktiv"},"+tIkAe":{"context":"status","string":"Status"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Aktiv"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Slett"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Kolleksjoner"},"9vQR6c":{"context":"collection label","string":"Synlig"},"V8FhTt":{"context":"collection label","string":"Skjult"},"Rj8LxK":{"string":"Legg til tittel og beskrivelse for å gjøre det lettere for søkemotorer å finne denne kolleksjonen"},"Fxa6xp":{"context":"page header","string":"Legg til kolleksjon"},"/WXs6H":{"context":"collection name","string":"Navn"},"G4g5Ii":{"context":"tab name","string":"Alle kolleksjoner"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Opprett kolleksjon"},"9eC0MZ":{"context":"collection","string":"Skjult"},"lL3YJO":{"context":"collection","string":"Publisert"},"Yw+9F7":{"string":"Ingen kolleksjoner funnet"},"mWQt3s":{"string":"Antall Produkter"},"VZsE96":{"string":"Kolleksjonsnavn"},"UxdBmI":{"context":"collection availability","string":"Tilgjengelighet"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Tilgjengelighet"},"/dnWE8":{"context":"products in collection","string":"Produkter i {name}"},"scHVdW":{"context":"button","string":"Tildel produkt"},"6AMFki":{"context":"product name","string":"Navn"},"Q8wHwJ":{"string":"Kolleksjon slettet"},"56vUeQ":{"string":"Produkt lagt til i kolleksjon"},"MxhVZv":{"string":"Er du sikker på at du ønsker å slette bildet i kolleksjonen?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Produkt slettet fra kolleksjon"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Fjern Produkter fra kolleksjon"},"pVFoOk":{"string":"Er du sikker på at du ønsker å slette {collectionName}?"},"ttMauu":{"context":"window title","string":"Opprett kolleksjon"},"+wpvnk":{"context":"dialog title","string":"Slett Kolleksjon"},"67V0c0":{"context":"unassign product from collection, button","string":"Fjern"},"fzk04H":{"context":"dialog title","string":"Slett bilde"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Slett kolleksjoner"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Tilganger"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Land"},"O95R3Z":{"string":"Telefon"},"B52Em/":{"string":"Adresselinje 1"},"TE4fIS":{"string":"By"},"oYGfnY":{"string":"Postnummer"},"oQY0a2":{"string":"Adresselinje 2"},"9YazHG":{"string":"Bedrift"},"AuwpCm":{"string":"Landområde"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"Ingen resultater funnet"},"fP9FXB":{"context":"input label","string":"Søk i Attributter"},"auxEP1":{"context":"input placeholder","string":"Søk etter attributtnavn"},"QM9P8G":{"context":"dialog header","string":"Tildel Attributt"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Søk i Kategorier"},"sf6FMK":{"context":"dialog search placeholder","string":"Søk etter kategorinavn, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Tildel Kolleksjon"},"f0hXz4":{"context":"dialog header","string":"Søk i Kolleksjon"},"JiRKgJ":{"context":"dialog search placeholder","string":"Søk etter kolleksjonsnavn, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Søk i Produkter"},"SHm7ee":{"string":"Søk etter produktnavn, attributt, produkttype, osv..."},"dTCDMn":{"context":"dialog header","string":"Tildel Produkt"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributter"},"3ukd9/":{"context":"attributes, section header","string":"Attributter"},"j8PV7E":{"context":"attribute values","string":"Verdier"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Verdi"},"jHJmjf":{"string":"Ingen resultater"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Tilgjengelighet"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Rediger"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"siden {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publiser på"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Velg publiseringsdato"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Publisert"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Status"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Tilbakestill"},"62Ywh2":{"context":"number of countries","string":"{number} Land"},"zZCCqz":{"context":"button","string":"Tildel land"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Slett Søk"},"UaYJJ8":{"string":"Er du sikker på at du ønsker å slette søkefeltet {name}?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Feil"},"9mGA/Q":{"context":"button linking to dashboard","string":"Dashboard"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Slett Søk"},"qIgdO6":{"string":"Egendefinert filter"},"DEa1T1":{"context":"button","string":"Lagre søk"},"zSOvI0":{"string":"Filtre"},"HnVtSS":{"context":"search","string":"Ingen resultater"},"PLCwT/":{"context":"search results","string":"Vis mer"},"FNpv6K":{"context":"button","string":"Filtre"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"og"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Lagre endringer"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Slipp her for å laste opp"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Verdi"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Handlinger"},"hptDxW":{"context":"money","string":"til {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"fra {money}"},"U2WgwW":{"context":"add custom select input option","string":"Legg til ny verdi: {value}"},"hX5PAb":{"string":"Ingen resultater funnet"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Ordrenummer"},"NqxvFh":{"context":"navigator placeholder","string":"Type Kommando"},"TpPx7V":{"context":"navigator placeholder","string":"Søk etter Kunde"},"4gT3eD":{"context":"navigator section header","string":"Søk etter Kunde"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} for å se tilgjengelige handlinger"},"AOI4LW":{"context":"navigator placeholder","string":"Søk i Katalog"},"YYkkhx":{"context":"navigator section header","string":"Naviger til"},"EM+30g":{"context":"navigator notification","string":"Vår nye funksjon vil hjelpe deg med dine daglige gjøremål. Kjør Navigator ved å bruke snarveien {keyboardShortcut}."},"me585h":{"context":"navigator section header","string":"Hurtighandling"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator er her for å hjelpe"},"ccXLVi":{"string":"Kategori"},"phAZoj":{"string":"Kolleksjon"},"M1uijW":{"context":"collection","string":"Ikke Publisert"},"CjSRT1":{"context":"button","string":"Opprett Kategori"},"VdDcxc":{"context":"button","string":"Opprett Kolleksjon"},"QooeI/":{"context":"button","string":"Opprett Kunde"},"cfQf0w":{"context":"button","string":"Opprett Ordre"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Opprett Produkt"},"y9cvqE":{"context":"button","string":"Opprett Kupong"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Gå til ordre #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Søk i Katalog"},"3TlhJS":{"context":"navigator command mode description","string":"Søk Kommando"},"DHBlFi":{"context":"navigator customer mode description","string":"Søk etter Kunde"},"Xel9C+":{"context":"navigator default mode description","string":"Søk etter Visninger og Handlinger"},"iAvKNf":{"context":"navigator help mode description","string":"Vis Hjelp"},"usSkzP":{"context":"navigator order mode description","string":"Søk i Ordre"},"k8bltk":{"string":"Ingen resultater"},"x/ZVlU":{"string":"Produkt"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Noe mangler"},"nRiOg+":{"string":"Beklager, siden du leter etter finnes ikke"},"95oJ5d":{"context":"button","string":"Tilbake til dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"Antall Rader:"},"liLrVs":{"context":"save filter tab, header","string":"Lagre Egendefinert Søk"},"QcIFCs":{"context":"save search tab","string":"Søk i Navn"},"w2Cewo":{"string":"Tittel for søkemotor"},"CXTIq8":{"string":"Beskrivelse for søkemotor"},"s5Imt5":{"context":"button","string":"Endre SEO for websiden"},"TGX4T1":{"string":"Forhåndsvisning for søkemotor"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} av {maxCharacters} tegn"},"s/sTT6":{"string":"Hvis tom vil forhåndsvisningen vise hva som vil bli generert automatisk"},"450Fty":{"string":"Ingen"},"qu/hXD":{"string":"Valgt {number} elementer"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Legg igjen et notat her..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Logg ut"},"X8+Lpa":{"context":"button","string":"Kontoinnstillinger"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Synlighet"},"qMB6d2":{"context":"weight","string":"til {value}{unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"fra {value}{unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Konfigurasjon"},"YZl6cv":{"string":"Diverse"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Innstillinger for Ansatte"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Produktinnstillinger"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Bekreft"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"Fortsett"},"H5NKfr":{"context":"button","string":"Opprett"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Kunder"},"gQGUsN":{"context":"dialog title","string":"Endre Adresse"},"W0kQd+":{"context":"dialog title","string":"Legg til adresse"},"rjy9/k":{"context":"button","string":"Lagre adresse"},"kErneR":{"string":"Denne kunden har ingen adresser i sin adressebok. Du kan legge til en ny adresse ved å trykke på knappen nedenfor."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}s Adressebok"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Detaljer"},"y/UWBR":{"string":"Det er ingen adresser å vise for denne kunden"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Primær adresse"},"VyzsWZ":{"string":"Primær fakturaadresse"},"nLML8Y":{"string":"Primær Fraktadresse"},"puikeb":{"context":"button","string":"Slett adresse"},"w+8BfK":{"context":"button","string":"Endre Adresse"},"hLOEeb":{"context":"button","string":"Velg som standard fakturaadresse"},"+7OsyM":{"context":"button","string":"Velg som standard fraktadresse"},"BfJGij":{"context":"header","string":"Adresseinformasjon"},"Zd3Eew":{"context":"subsection header","string":"Fraktadresse"},"bHdFph":{"context":"subsection header","string":"Adresse"},"3d1RXL":{"string":"Denne kunden har ingen lagrede adresser enda"},"biVFKU":{"context":"subsection header","string":"Fakturaadresse"},"jGGnSZ":{"context":"page header","string":"Primæradresse"},"wNQzS/":{"string":"Primæradressen for denne kunden"},"fjPWOA":{"context":"header","string":"Oversikt over kunde"},"qNcoRY":{"context":"notes about customer header","string":"Notat"},"uUQ+Al":{"context":"note about customer","string":"Notat"},"w3sGrD":{"string":"Skriv inn annen informasjon angående denne kunden"},"N76zUg":{"context":"page header","string":"Opprett Kunde"},"+NUzaQ":{"context":"check to mark this account as active","string":"Brukerkontoen er aktiv"},"MjUyhA":{"context":"section subheader","string":"Medlem siden {date}"},"SMakqb":{"context":"customer contact section, header","string":"Kontaktinformasjon"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Søk etter Kunde"},"QLVddq":{"context":"button","string":"Opprett kunde"},"xQK2EC":{"context":"tab name","string":"Alle kunder"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Antall ordre"},"E8VDeH":{"string":"Antall Ordre"},"FpIcp9":{"string":"Ingen kunder funnet"},"97l2MO":{"string":"Kundens e-postadresse"},"Gr1SAu":{"string":"Kundens navn"},"pURrk1":{"context":"order status","string":"Status"},"1LiVhv":{"context":"section header","string":"Nylige ordre"},"nTF6tG":{"context":"number of order","string":"Antall Ordre"},"3+990c":{"context":"button","string":"Vis alle Ordre"},"ri3kK9":{"context":"order placement date","string":"Dato"},"taX/V3":{"context":"order total amount","string":"Total"},"RlfqSV":{"string":"Ingen ordre funnet"},"FNAZoh":{"string":"Sist logget inn"},"HMD+ib":{"string":"Siste ordre"},"e7Nyu7":{"context":"section header","string":"Kundehistorikk"},"2p0tZx":{"context":"delete customer, dialog content","string":"Er du sikker på at du ønsker å slette {email}?"},"ey0lZj":{"context":"dialog header","string":"Slett Kunde"},"qLOBff":{"context":"dialog header","string":"Slett adresse"},"nX2pCU":{"context":"window title","string":"Opprett kunde"},"/kWzY1":{"string":"Er du sikker på at du ønsker å slette denne adressen fra brukerens adressebok?"},"PXatmC":{"string":"Kunde Slettet"},"ftcHpD":{"string":"Kunde opprettet"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Slett Kunder"},"hzSNj4":{"string":"Dashboard"},"P7PLVj":{"string":"Dato"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Slett"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Beskrivelse"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Rabatter"},"g3qjSf":{"context":"button","string":"Tildel kategorier"},"AbyDC7":{"context":"section header","string":"Kvalifiserte kategorier"},"Uu76vj":{"context":"no categories","string":"Ingen kategorier funnet"},"fV6yX5":{"context":"table head","string":"Kategorinavn"},"QGjJcT":{"context":"number of products","string":"Produkter"},"/6uK4C":{"context":"button","string":"Tildel kolleksjoner"},"XNeJay":{"context":"section header","string":"Kvalifiserte Kolleksjoner"},"IoCMjg":{"context":"no collections","string":"Ingen kolleksjoner funnet"},"ht9yOD":{"context":"table head","string":"Kolleksjonsnavn"},"cvVIV/":{"context":"dialog header","string":"Tildel Land"},"dGqEJ9":{"context":"search box placeholder","string":"Søk etter land"},"dWK/Ck":{"string":"Velg land som denne kupongen skal gjelde for i listen nedenfor"},"8EGagh":{"context":"search box label","string":"Filtrer land"},"wgA48T":{"context":"country selection","string":"Land A til Å"},"AVF5T5":{"context":"voucher end date, switch button","string":"Velg sluttdato"},"zKOGkU":{"context":"time during discount is active, header","string":"Aktive datoer"},"U8eeLW":{"context":"button","string":"Tildel produkter"},"xqXYF+":{"context":"section header","string":"Kvalifiserte Produkter"},"OrR3Qy":{"context":"no products","string":"Ingen produkter funnet"},"6cMkfT":{"context":"table head","string":"Produktnavn"},"bPFp8B":{"context":"product type","string":"Produkttype"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"Ingen varianter funnet"},"Q1HhPk":{"context":"table head","string":"Produkttype"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Opprett Tilbud"},"F56hOz":{"context":"sale name","string":"Navn"},"MSD3A/":{"string":"Søk i Tilbud"},"JHfbXR":{"context":"button","string":"Opprett Tilbud"},"Yjhgle":{"context":"tab name","string":"Alle tilbud"},"AnqH4p":{"context":"sale status","string":"Aktiv"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Utløpt"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Prosent"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Status"},"KHZlmi":{"string":"Rabattype"},"XZR590":{"context":"sale value","string":"Verdi"},"giF5UV":{"context":"sale end date","string":"Slutter"},"51HE+Q":{"string":"Ingen tilbud funnet"},"iBSq6l":{"context":"sale start date","string":"Begynner"},"WkxE8/":{"context":"percentage or fixed, header","string":"Rabattype"},"JnzDrI":{"context":"discount type","string":"Bestemt beløp"},"wHdMAX":{"context":"sale value, header","string":"Verdi"},"x3g4Ry":{"context":"sale discount","string":"Rabattverdi"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Opprett Kupong"},"YjcN9w":{"context":"time during voucher is active, header","string":"Aktive datoer"},"jd/LWa":{"string":"Kupongen gjelder for alle land"},"glT6fm":{"string":"Kupongen er begrenset til disse landene"},"ibnmEd":{"context":"voucher country range","string":"Land"},"jvKNMP":{"string":"Rabattkode"},"mSLr9d":{"context":"voucher code, button","string":"Generer kode"},"vTgRTZ":{"context":"limit voucher","string":"Begrens til en pr. kunde"},"Qj/3sH":{"context":"limit voucher","string":"Begrens antall ganger denne rabatten totalt kan brukes"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Begrensninger på Bruk"},"pzSF+b":{"context":"voucher usage limit, header","string":"Bruksgrense"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"Alle kuponger"},"IruP2T":{"string":"Søk etter Kupong"},"GbhZJ4":{"context":"button","string":"Opprett kupong"},"amQg6f":{"context":"voucher status","string":"Aktiv"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Utløpt"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Status"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Verdi"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. kjøpt for"},"b6L9n7":{"context":"voucher is active until date","string":"Slutter"},"yHwvLL":{"context":"voucher uses","string":"Antall ganger brukt"},"5u7b3V":{"context":"voucher is active from date","string":"Begynner"},"JsPIOX":{"context":"voucher code","string":"Kode"},"U2mOqA":{"string":"Ingen kuponger funnet"},"GVinbz":{"context":"column title","string":"Verdi"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minstekrav"},"u/hkKO":{"context":"voucher has no requirements","string":"Ingen"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum antall produkter"},"bh9+8A":{"context":"voucher requirement","string":"Minimum ordreverdi"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Verdi på Ordre"},"bcf60I":{"context":"voucher","string":"Gjelder for"},"HLqWXA":{"context":"voucher value requirement","string":"Bruksgrense"},"6cq+c+":{"context":"header","string":"Rabattype"},"sS5aVm":{"context":"voucher discount type","string":"Gratis frakt"},"fEfCtO":{"context":"voucher discount type","string":"Prosent"},"vXFPD6":{"context":"voucher discount type","string":"Bestemt beløp"},"1shOIS":{"context":"column title","string":"Pris"},"/oaqFS":{"context":"section header","string":"Verdi"},"mmcHeH":{"string":"Rabattverdi"},"5c2JVF":{"context":"voucher application, switch button","string":"Kun en gang pr. ordre"},"9UHfux":{"string":"Spesifikk Informasjon for denne Kupongen"},"ObRk1O":{"string":"Hvis dette valget er deaktivert vil rabatter påføres hvert enkelt kvalifisert produkt"},"bP7ZLP":{"context":"voucher discount","string":"Hele ordren"},"45zP+r":{"context":"voucher discount","string":"Spesifiserte produkter"},"WasHjQ":{"context":"voucher discount","string":"Forsendelse"},"n7Fg8i":{"string":"Tilbud opprettet"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Tilbud slettet"},"V3fvcD":{"context":"dialog content","string":"Tilbud slettet"},"1/oG76":{"context":"dialog header","string":"Slett Tilbud"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Fjern Kategorier fra Tilbud"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Er du sikker på at du ønsker å slette {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Slett Tilbud"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Kupong lagt til"},"MmGlkp":{"context":"dialog header","string":"Fjern Kolleksjon fra Kupong"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Fjern Produkter fra Kupong"},"LOSNq0":{"context":"dialog header","string":"Fjern Kategori fra Kupong"},"NEJo1I":{"context":"dialog content","string":"Er du sikker på at du ønsker å slette {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Slett Kupong"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Slett Kuponger"},"eOrLzG":{"context":"button","string":"Ferdig"},"toDL5R":{"context":"order status","string":"Utkast"},"YMBn8d":{"context":"draft orders section name","string":"Ordreutkast"},"2atspc":{"string":"Utkast"},"Ja7gHc":{"context":"button","string":"Endre"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"Sluttdato"},"juBV+h":{"string":"Sluttidspunkt"},"KN7zKn":{"string":"Feil"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"Fornavn"},"pkjXPD":{"context":"order status","string":"Sendt"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Kunde"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Notat"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Endre"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Detaljer"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Utløpt"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Detaljer"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Sum"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Produkt"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Status"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Slett"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Produkt"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Innstillinger"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Hjem"},"sjRXXz":{"string":"Ordre #{orderId} ble opprettet fra utkast av {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Ordre #{orderId} ble betalt fullt ut"},"0dPP8O":{"string":"Ordre #{orderId} ble opprettet"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"Ingen ordre klare til å sendes"},"5dyOs0":{"string":"Ingen betalinger venter på å bli belastet"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Etternavn"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Rediger"},"9C7PZE":{"context":"navigation section name","string":"Navigasjon"},"wlQTfb":{"context":"go to next step, button","string":"Neste"},"oUWADl":{"string":"Neo"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Valgfritt"},"Ta9j04":{"context":"orders section name","string":"Ordre"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Kanseller ordre"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Fakturaadresse"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"Ingen resultater funnet"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Fraktadresse"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"Ingen notater fra kunden"},"puALFo":{"context":"notes about customer, header","string":"Notat"},"4Jp83O":{"context":"subheader","string":"Kontaktinformasjon"},"hkSkNx":{"string":"Søk etter Kunde"},"VCzrEZ":{"context":"link","string":"Vis Profil"},"DP5VOH":{"string":"Fraktadresse"},"Y7M1YQ":{"context":"section header","string":"Kunde"},"GLX9II":{"context":"billing address","string":"Samme som fraktadresse"},"Qovenh":{"string":"Anonym bruker"},"c7/79+":{"string":"Fakturaadresse"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Kanseller ordre"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Lagre"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Rabattverdi"},"fo7nfa":{"context":"fixed amount","string":"Bestemt beløp"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Prosent"},"APcoSA":{"context":"dialog header","string":"Slett Ordreutkast"},"mxtAFx":{"string":"Er du sikker på at du ønsker å slette ordreutkast #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Pris"},"nEWp+k":{"context":"quantity of ordered products","string":"Antall"},"UD7/q8":{"string":"Ingen Produkter lagt til i Ordren"},"lVwmf5":{"context":"total price of ordered products","string":"Total"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Legg til fraktfører"},"+8v1ny":{"context":"discount button","string":"Rabatt"},"M9LXb5":{"context":"no shipping carriers title","string":"Ingen tilgjengelige fraktører"},"xUvWaP":{"context":"subtotal price","string":"Subtotal"},"mQtoRO":{"context":"taxes title","string":"Skatter (MVA. inkludert)"},"S/yAtJ":{"context":"total price","string":"Total"},"18wvf7":{"context":"section header","string":"Ordredetaljer"},"C50ahv":{"context":"button","string":"Legg til produkter"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Opprett ordre"},"7a1S4K":{"context":"tab name","string":"Alle utkast"},"NJEe12":{"string":"Søk i Ordreutkast"},"vwMO04":{"context":"draft order","string":"Opprettet"},"iEeIhY":{"context":"draft order","string":"Kunde"},"KIh25E":{"string":"Inge ordreutkast funnet"},"ps0WUQ":{"string":"Antall Ordre"},"hkENym":{"string":"Kunde"},"mCP0UD":{"context":"order draft creation date","string":"Dato"},"1Uj0Wd":{"context":"order draft total price","string":"Total"},"PAqicb":{"context":"button","string":"Kanseller ordre"},"4Z14xW":{"context":"button","string":"Ferdigstill"},"6u4K7e":{"context":"page header","string":"Ordre"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Produktnavn"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Send"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Legg til sporing"},"dTkmON":{"context":"edit tracking button","string":"Endre sporing"},"K//bUK":{"context":"refund button","string":"Refusjon"},"4PlW0w":{"context":"tracking number","string":"Sporingsnummer: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Kanseller forsendelse"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Sporingsnummer"},"/BJQIq":{"context":"dialog header","string":"Legg til sporingsnummer"},"RLTaAR":{"context":"order history message","string":"Adresse for ordren ble oppdatert"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Sendt {quantity} produkter"},"GLy2UR":{"context":"order history message","string":"Forsendelse ble kansellert"},"GJAX0z":{"context":"order history message","string":"Ordre ble opprettet"},"OzHN0Z":{"context":"order history message","string":"Lenke til ordrens digitale produkter ble sendt"},"OKGd/k":{"context":"order history message","string":"Ordren ble opprettet fra utkast"},"4Z6BtA":{"context":"order history message","string":"Betalingsbekreftelse ble sendt til kunden"},"wOeIR4":{"context":"order history message","string":"Varelageret økt med {quantity} produkter"},"6WRFp2":{"context":"order history message","string":"Notat ble lagt til i ordren"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Ordrebekreftelse ble sendt til kunden"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Betalingen ble annulert"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Ordren ble fullstendig betalt"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Betalingen ble gjennomført"},"aq5ZiN":{"context":"order history message","string":"Forsendelsesbekreftelse ble sendt til kunden"},"hWO1SD":{"context":"order history message","string":"Ordreutkast ble opprettet"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Sporingsnummer ble sendt til kunden"},"3fgyFh":{"context":"order history message","string":"Betalingen ble refundert"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Ordrehistorikk"},"Fl3ORD":{"context":"order history message","string":"Oversolgt {quantity} produkter"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Forsendelsesgruppens sporingsnummer oppdatert"},"TCR639":{"context":"order history message","string":"Betaling mislyktes"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Fraktdetaljer ble sendt til kunden"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Ordren ble kansellert"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"laget"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Faktura"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Søk i Ordre..."},"WRkCFt":{"context":"tab name","string":"Alle ordre"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Kunde"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Opprettet"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Status på forsendelse"},"p+UDec":{"context":"payment status","string":"Betaling"},"5blVMu":{"context":"e-mail or full name","string":"Kunde"},"PHUcrU":{"context":"date when order was placed","string":"Dato"},"k9hf7F":{"context":"total order price","string":"Total"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Merk ordren som betalt"},"+PbHKD":{"context":"dialog header","string":"Belast Betaling"},"OhdPS1":{"context":"amount of refunded money","string":"Sum"},"euRfu+":{"string":"Er du sikker på at du ønsker å annullere denne betalingen?"},"KszPFx":{"context":"dialog header","string":"Annuler betaling"},"BZ7BkQ":{"context":"capture payment, button","string":"Belast"},"V+gwx7":{"context":"order payment","string":"Belastet beløp"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Rabatt"},"pr513b":{"context":"ordered products","string":"{quantity} produkter"},"+5HkZN":{"context":"order, button","string":"Merk som betalt"},"5te3Tp":{"context":"order payment","string":"Utestående beløp"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Betalingsstatus"},"uUsZ7m":{"context":"order payment","string":"Forhåndsautorisert beløp"},"HaQ8cg":{"context":"button","string":"Refusjon"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Frakt"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"gjelder ikke"},"Rsknyh":{"context":"order does not require shipping","string":"gjelder ikke"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Subtotal"},"r+dgiv":{"string":"Skatter"},"zb4eBO":{"context":"order total price","string":"Total"},"dJVXIb":{"context":"vat included in order price","string":"MVA. inkludert"},"sEjRyz":{"context":"voucher type order discount","string":"Kupong"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Pris"},"WE8IFE":{"context":"product name","string":"Produkt"},"tvpAXl":{"context":"ordered product quantity","string":"Antall"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Total"},"5aiFbL":{"context":"tabel column header","string":"Pris"},"FNT4b+":{"context":"tabel column header","string":"Produkt"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Total"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Sum"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Refusjon"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Pris"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Produkt"},"ikM00B":{"context":"table column header","string":"Erstatt"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Sendt ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Ikke sendt"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Innstillinger"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Endre Fraktmetode"},"/Xwjww":{"context":"button","string":"Send"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Betalingen ble belastet "},"c4gbXr":{"string":"Ordreutkast er ferdigstilt"},"9OtpHt":{"string":"Ordrelinje slettet"},"CZmloB":{"string":"Forsendelse oppdatert"},"Fn3bE0":{"string":"Ordrelinje oppdatert"},"lL1HTg":{"string":"Ordre merket som betalt"},"HlCkMT":{"string":"Ordrelinje lagt til"},"W/Es0H":{"string":"Ordre ble kansellert"},"KmPicj":{"string":"Notat ble lagt til"},"L87bp7":{"string":"Betaling for ordre ble annulert"},"j2fPVo":{"string":"Ordre ble oppdatert"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Fraktmetode oppdatert"},"uMpv1v":{"string":"Forsendelse kansellert"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Slett Ordreutkast"},"ra2O4j":{"string":"Ordreutkast slettet"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attributtnavn"},"uxPpRx":{"context":"button","string":"Tildel attributt"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Fjern"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Sider"},"gr53VQ":{"context":"page header","string":"Opprett Side"},"jZbT0O":{"string":"Legg til tittel og beskrivelse for å gjøre det lettere for søkemotorer å fine denne siden"},"GZgjK7":{"context":"page","string":"vil være synlig fra {date}"},"X26jCC":{"context":"page label","string":"Synlig"},"/TK7QD":{"context":"page label","string":"Skjult"},"gMwpNC":{"context":"page content","string":"Innhold"},"gr+oXW":{"context":"page title","string":"Tittel"},"AHRDWt":{"context":"button","string":"Opprett side"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Tittel"},"5GSYCR":{"context":"page status","string":"Synlighet"},"iMJka8":{"string":"Ingen side funnet"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Publisert"},"UN3qWD":{"context":"page status","string":"Ikke Publisert"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Opprett Side"},"JMbFNo":{"string":"Ny side lagt til"},"C1luwg":{"context":"dialog header","string":"Slett Side"},"4B32Ba":{"context":"delete page","string":"Er du sikker på at du ønsker å slette {title}?"},"41z2Qi":{"context":"notification","string":"Sider slettet"},"yEmwxD":{"context":"publish page, button","string":"Publiser"},"yHQQMQ":{"context":"dialog header","string":"Avpubliser Sider"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Avpubliser"},"wyvzh9":{"context":"dialog header","string":"Publiser Sider"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Publiserte sider"},"3Sz1/t":{"context":"dialog header","string":"Slett Sider"},"2pw5dQ":{"context":"payment status","string":"Betalt"},"PbqNhi":{"context":"order status","string":"Delvis sendt"},"INNPVX":{"context":"payment status","string":"Delvis betalt"},"OGemtu":{"context":"payment status","string":"Delvis refundert"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Betalingsstatus"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Aktiv"},"7WzUxn":{"context":"staff member status","string":"Inaktiv"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Er du sikker på at du ønsker å slette {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Handlinger"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"E-postadresse"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Navn"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Fjern"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Utvidelser"},"6aBkJm":{"context":"section header","string":"Autorisering"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Navn på utvidelse"},"bL/Wrc":{"context":"plugin status","string":"Status"},"w424P4":{"context":"section header","string":"Informasjon og Status om Utvidelse"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Legg til Verdi i Autorisasjonsfeltet"},"Xy2T+y":{"context":"header","string":"Endre Autorisasjonsfelt"},"Egyh2T":{"context":"section header","string":"Innstillinger for utvidelse"},"EtGDeK":{"context":"header","string":"{pluginName} Detaljer"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"Alle Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"Ingen utvidelser funnet"},"rQOS7K":{"context":"status label active","string":"Aktiv"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Innstillinger"},"ho75Lr":{"context":"status label deactivated","string":"Deaktivert"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Navn"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Slett Autoriseringsfelt"},"JRfJD9":{"string":"Pluginen kan slutte å fungere hvis du fjerner verdien fra dette feltet. Er du sikker på at du ønsker å fortsette?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Produkttyper"},"9scTQ0":{"context":"section header","string":"Produktattributter"},"5pHBSU":{"context":"switch button","string":"Produkttype brukes Variantattributter"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Navn på produkttype"},"1KSqnn":{"context":"tab name","string":"Alle produkttyper"},"rpFdD1":{"string":"Søk etter Produkttype"},"QY7FSs":{"context":"button","string":"opprett produkttype"},"X90t9n":{"context":"product type","string":"Konfigurerbar"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"Ingen produkttyper funnet"},"yNb+dT":{"context":"product type","string":"Enkelt produkt"},"TalJlD":{"context":"tax rate for a product type","string":"Skatt"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Navn"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Fysisk"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Frakt"},"IBw72y":{"context":"switch button","string":"Skal dette produktet sendes?"},"VOiUXQ":{"string":"Brukes for å kalkulere satser for frakt av denne produkttypen hvis vekt ikke oppgitt"},"zCb8fX":{"string":"Vekt"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variantattributter"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Ny produkttype lagt til"},"F3Upht":{"string":"Produkttype slettet"},"UJnqdm":{"context":"dialog header","string":"Fjern Attributt fra ProduktType"},"r1aQ2f":{"context":"dialog header","string":"Fjern Attributt fra ProduktType"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Fjern"},"K8xNLe":{"context":"products section name","string":"Produkter"},"ulh3kf":{"string":"Kolleksjoner"},"fyE8BN":{"context":"product organization, header","string":"Organisasjon"},"LKoIB1":{"string":"Legg til tittel og beskrivelse for å gjøre det letter for søkemotorer å finne dette produktet"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Søk etter attributtnavn"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"produkter"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Søk i Produkter..."},"aFLtLk":{"context":"tab name","string":"Alle produkter"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Tilgjengelig"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Skjult"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Utsolgt"},"b1zuN9":{"string":"Pris"},"3Z8972":{"context":"product","string":"Antall i lager"},"g+GAf4":{"context":"product visibility","string":"Synlighet"},"6Y1nQd":{"context":"product is visible","string":"Synlig"},"Jz/Cb+":{"context":"product type","string":"Enkel"},"+VEhV8":{"context":"product channels","string":"Tilgjengelighet"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Last opp"},"JjeZEG":{"context":"section header","string":"Organiser Produkt"},"Be+J13":{"string":"Konfigurerbar"},"v+Pkm+":{"context":"field is optional","string":"*Valgfritt. Å legge produktet til i en kolleksjon gjør det lettere for kunden å finne det"},"anK7jD":{"string":"Produkttype"},"3rIMq/":{"context":"product shipping","string":"Frakt"},"SUbxSK":{"context":"product weight","string":"Vekt"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Antall"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Krev skatter for dette produktet"},"CdIHMu":{"context":"select tax ratte","string":"Skattesats"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variantattributter"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Slett Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Lagre variant"},"TPCRKr":{"context":"variant price, header","string":"Pris"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attributt"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Velg verdier"},"ucYPtV":{"context":"variant attribute","string":"Velg attributt"},"slKV5G":{"context":"variant creation step","string":"Sammendrag"},"lra7Ej":{"string":"Angi samme pris for alle SKUer"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Angi unik lagerverdi basert på attributt for alle SKUer"},"EGG8f+":{"string":"Angi unik pris basert på attributt for alle SKUer"},"STp3Hl":{"string":"Angi samme lagerverdi for alle SKUer"},"+bFHzi":{"context":"button","string":"Neste"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Opprett"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Priser og SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Forrige"},"V76IV7":{"context":"variant name","string":"Variant"},"rbkmfG":{"context":"button","string":"Slett variant"},"WwNtFn":{"context":"delete product variant","string":"Er du sikker på at du ønsker å slette {name}?"},"GFJabu":{"context":"dialog header","string":"Slett Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Varianter"},"3C3Nj5":{"context":"button","string":"Legg til variant"},"gF7hbK":{"context":"variant name","string":"Ny Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Skjult"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Tilgjengelighet"},"Xm9qOu":{"context":"product pricing, section header","string":"Prising"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Kostpris"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Utilgjengelig"},"n02c9W":{"context":"product variant price","string":"Pris"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Opprett varianter"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Bruk varianter for ulike variasjoner av et produkt, som f.eks forskjellige størrelser eller farger"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Varelager"},"3VyHbJ":{"context":"button","string":"Opprett variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Variant"},"uCn/rd":{"context":"dialog header","string":"Slett Bilde"},"BUKMzM":{"string":"Variant slettet"},"T6dXGG":{"context":"header","string":"Opprett Variant"},"VEext+":{"string":"Er du sikker på at ønsker å slette dette bildet?"},"MyM2oR":{"context":"window title","string":"Opprett variant"},"PXx4Jk":{"context":"window title","string":"Opprett Produkt"},"NBP8uu":{"context":"page header","string":"Nytt Produkt"},"DO8+uV":{"string":"Produkt opprettet"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Slett Produkter"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Produkt slettet"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Er du sikker på at du ønsker å slette {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Slett Produkt"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Slett Produktvarianter"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Eiendommer"},"kFYlu2":{"string":"Saleor kjører i skrivebeskyttet modus. Endringer som gjøres blir ikke lagret."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Refundert fullt ut"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Fjern"},"TKmub+":{"string":"Dette feltet er påkrevd"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Tilbud"},"RaycYK":{"context":"button","string":"Lagre"},"rqiCWU":{"string":"Lagre endringer"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Servicekontoer"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Fraktmetoder"},"nNeWAx":{"context":"dialog header","string":"Slett Fraktmetode"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Pris"},"5ZvuVw":{"string":"Ingen produkter som matcher den gitte spørringen ble funnet"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Produktnavn"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"Denne enheten brukes som standard for vekt."},"Rp/Okl":{"string":"Vektenhet for Frakt"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Velg land som skal dekkes av denne fraktsonen fra listen nedenfor"},"f2F1NJ":{"context":"section title","string":"Hurtigvalg"},"K/ic0P":{"context":"checkbox label","string":"Resten av Verden"},"G+9nOZ":{"context":"checkbox description","string":"Hvis valgt vil alle land som ikke er lagt til i andre fraktsoner legges til her"},"pGDYG5":{"context":"search label","string":"Søk i Land"},"1rpzrM":{"context":"search placeholder","string":"Søk etter land"},"55LMJv":{"context":"country list header","string":"Land"},"6fxdUO":{"context":"section header","string":"Opprett Ny Fraktsone"},"y7mfbl":{"string":"Det er ingen land som er valgt for denne fraktsonen"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Navn på fraktsone"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Lagre"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Frakt"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Pris"},"WR8rir":{"context":"button","string":"Opprett sats"},"njUQPz":{"context":"shipping method price range","string":"Prisområde"},"RUzdUH":{"string":"Ingen fraktsatser funnet"},"FjrExY":{"context":"price based shipping methods, section header","string":"Prisbaserte satser"},"aYhcie":{"context":"shipping method weight range","string":"Vektområde"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Vektbaserte Satser"},"aPCrsp":{"context":"shipping method name","string":"Navn"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Innstillinger"},"uULcph":{"context":"header","string":"Frakt"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Frakt Etter Sone"},"mIUNgR":{"context":"button","string":"Opprett fraktsone"},"aMwxYb":{"string":"Land"},"gRa/TS":{"context":"shipping zone","string":"Navn"},"IhK1F3":{"string":"Ingen fraktsoner funnet"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Er du sikkert på at du ønsker å slette fraktsonen {shippingZoneName}?"},"k3EI/U":{"context":"dialog header","string":"Slett Fraktsone"},"cpZLRH":{"context":"dialog header","string":"Slett Fraktsoner"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Fjern"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Vis"},"viFkCw":{"context":"site settings section name","string":"Sideinnstillinger"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Butikkinformasjon"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Bedriftsinformasjon"},"LVa5ew":{"string":"Saleor støtte på et uventet problem"},"AQFMYU":{"context":"staff section name","string":"Ansatte"},"23g7PY":{"context":"dialog header","string":"Inviter Ansatt"},"hw9Fah":{"context":"button","string":"Send invitasjon"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"Bruker er aktiv"},"YJ4TXc":{"context":"tab name","string":"Alt personale"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Søk etter Ansatt"},"4JcNaA":{"context":"button","string":"Inviter Ansatt"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Aktiv"},"Fc3O3r":{"context":"staff member's account","string":"Deaktivert"},"utaSh3":{"context":"staff member's account","string":"Status"},"xJQX5t":{"string":"Ingen ansatte funnet"},"cMFlOp":{"context":"input label","string":"Nytt Passord"},"qEJT8e":{"string":"Det nye passordet må minst inneholde 8 tegn"},"+kb2lM":{"context":"dialog header","string":"Endre passord"},"GXdwyR":{"context":"input label","string":"Forrige passord"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Endre ditt passord"},"ZhDQel":{"context":"header","string":"Passord"},"JJgJwi":{"string":"Ved å velge dette vil språket på ditt dashboard endres"},"e822us":{"string":"Vennligst merk deg at selv om valuta- og datotilpasninger er fullstendige, er oversettelser i varierende grad ferdigstilt."},"mr9jbO":{"string":"Foretrukket språk"},"CLeDae":{"context":"section header","string":"Preferanser"},"+2VzH4":{"context":"avatar change button","string":"Endre"},"VTITVe":{"context":"section header","string":"Informasjon om ansatt"},"11lR5V":{"context":"avatar delete button","string":"Slett"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"slett ansattbruker"},"fzpXvv":{"string":"Er du sikker på at du ønsker å fjerne avatar for {email}?"},"VKWPBf":{"context":"dialog header","string":"Slett ansatts avatar"},"gxPjIQ":{"string":"Er du sikker på at du ønsker å slette {email} fra personalet?"},"QirE3M":{"string":"Startdato"},"tWbE34":{"string":"Starttidspunkt"},"tzMNF3":{"string":"Status"},"RrCui3":{"string":"Sammendrag"},"5elC9k":{"context":"taxes section name","string":"Skatter"},"lnQAos":{"context":"header","string":"Skatter"},"3BTtL2":{"string":"Ingen lang funnet"},"/JENWS":{"string":"Reduserte skattesatser"},"07KB2d":{"string":"Landkode"},"0GJfWd":{"string":"Navn på land"},"la9cZ4":{"string":"Skattesats"},"QHB48n":{"context":"header","string":"Skattesatser i {countryName}"},"Ubath+":{"string":"Ingen kategorier med redusert skatt funnet"},"4EuJKs":{"string":"Alle produktpriser fylles inn inkludert skatt"},"98isC5":{"string":"Vis bruttopriser til kundene i butikken"},"FNKhkx":{"string":"Krev skatter for frakt"},"+OV+Gj":{"context":"button","string":"Hent skatter"},"HtQGEH":{"string":"Skattesatser hentet"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Attributter"},"5fCMUI":{"context":"translations section name","string":"Oversettelser"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Oversettelser, {numberOfTranslatedFields} Gjennomført"},"Xtd0AT":{"string":"Original Tekststreng"},"/vCXIP":{"string":"Oversettelse"},"vTN5DZ":{"context":"button","string":"Forkast"},"T/5OyA":{"string":"Ingen oversettelser enda"},"DRMMDs":{"string":"Attributtnavn"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Verdi {number}"},"JE0TAx":{"context":"section name","string":"Verdier"},"US3IPU":{"string":"Beskrivelse for søkemotor"},"XitW/z":{"string":"Oversettelse Kategori \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Tittel for søkemotor"},"Bphmwe":{"context":"header","string":"Oversettelse Kolleksjon \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Språk"},"FemBUF":{"context":"header","string":"Oversettelser til {language}"},"7NFfmz":{"string":"Produkter"},"CxfKLC":{"string":"Sider"},"VKb1MS":{"string":"Kategorier"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"Tilbud"},"etP0+D":{"string":"Kuponger"},"ikRuLs":{"context":"translation progress","string":"{current} av {max}"},"vcwrgW":{"string":"Ingen elementer klare for oversettelse funnet"},"LWmYSU":{"string":"Oversettelser fullført"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Navn"},"ptPPVk":{"string":"Ingen språk funnet"},"y1Z3or":{"string":"Språk"},"oUWXLO":{"context":"header","string":"Oversettelse Side \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Sidetittel"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Oversettelse Produkt \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Oversettelse Tilbud \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Tilbudsnavn"},"GpqEl5":{"context":"shipping method description","string":"Beskrivelse"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Oversettelse Kupong \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Kupongnavn"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Angre"},"oB0y5Y":{"context":"order status","string":"Ikke sendt"},"FBtqtl":{"context":"payment status","string":"Ikke betalt"},"Lx1ima":{"context":"button","string":"Last opp bilde"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"Alle attributter må ha en verdi"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Manuelle betalinger kan ikke refunderes"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Kun forhåndsautoriserte betalinger kan annulleres"},"gKdGxP":{"context":"error message","string":"Kun forhåndsautoriserte betalinger kan belastes"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Valgt fraktmetode er ikke tilgjengelig for valgt fraktadresse"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"Denne varianten eksisterer allerede"},"iUy2dx":{"context":"vouchers section name","string":"Kuponger"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Adresseinformasjon"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Navn"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Innstillinger"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Er du sikker på at du ønsker å slette {name}?"},"X90ElB":{"context":"dialog header","string":"Slett Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Opprett Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Detaljer"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"den hemmelige nøkkelen brukes til å lage en hash-signatur for hver payload. *valgfritt felt"},"u9/vj9":{"context":"webhook input label","string":"Mål-URL"},"0MetrR":{"context":"webhook input help text","string":"Denne URLen vil motta POST requests fra webhooks"},"WDy0tF":{"context":"section header","string":"Informasjon om Webhook"},"D0KaT6":{"context":"webhook input label","string":"Navn på Webhoo"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook er aktiv"},"IBCBi1":{"context":"webhook active description","string":"Hvis du ønsker å deaktivere denne webhooken, fjern avmerkingen i boksen nedenfor."},"1+M/52":{"context":"section header","string":"Status for Webhook"},"wbjuR4":{"string":"Ingen webhooks funnet"},"wlr0Si":{"context":"button","string":"Opprett Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Handling"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Navn"},"JVaz1C":{"context":"window title","string":"Opprett Webhook"},"a5msuh":{"string":"Ja"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Allokert"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Antall"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Fjern"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/nl.json b/locale/nl.json index ce7258c53..edbc7adc1 100644 --- a/locale/nl.json +++ b/locale/nl.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Annuleer bestelling" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Hidden" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "kortingswaarde" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Activiteit" - }, - "homeActivityCardNoActivities": { - "string": "Er zijn geen activiteiten gevonden" - }, - "homeAnalyticsCardHeader": { - "string": "Vandaag" - }, - "homeHeaderText": { - "context": "header", - "string": "Hello there, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Here is some information we gathered about your store" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Products" - }, - "homeProductsListCardNoProducts": { - "string": "No products found" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "The new dashboard and the GraphQL API are preview-quality software." - }, - "homeScreenDisclaimerText2": { - "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hello there, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "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": "Naam" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menu Items" - }, - "menuItemsPlaceholder": { - "string": "Add new menu item to begin creating menu" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Create Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Niet gepubliceerd" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Categorie" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Collecties" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Omschrijving" - }, - "productExportFieldName": { - "context": "product field", - "string": "Naam" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Afbeeldingen" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variant Images" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Voorraad" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Create Product Type" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Create Product Type" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Belastingen" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Prijs" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Voorraad" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Voorraad" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Gepubliceerd" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Magazijn" - }, - "src_dot_accept": { - "context": "button", - "string": "Accepteer" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Applicaties" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Applicaties" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activeer Applicatie" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activeer" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactiveer" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Deactiveer Applicatie" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Verwijder Applicatie" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactiveer" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open Applicatie" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activeer" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Verwijder Applicatie" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Installeer Applicatie" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Probeer opniew" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Gekopieerd" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactiveer" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activeer" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Key" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token wordt gebruikt om service accounts te verifiëren" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Maak aan" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Installeer Applicatie" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Eigenschappen" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Are you sure you want to delete {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Gebied/regio" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Datum" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Bestand" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Pages" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Producten" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Weight" - }, - "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Afbeelding" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "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": "Naam" - }, - "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_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Inloggen" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Wachtwoord" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Wachtwoord vergeten?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Nieuw Passwoord" - }, - "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": "Bevestig Wachtwoord" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Wachtwoorden komen niet overeen" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Wachtwoord resetten" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Wachtwoord resetten" - }, - "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": "Terug" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Annuleer" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Geannuleerd" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Categorieën" - }, - "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_1657559629": { - "string": "No products found" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Naam" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Voeg product toe" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "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": "Producten" - }, - "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_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Gekopieerd" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactiveer" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Actief" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activeer" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Wis" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Collecties" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Hidden" - }, - "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_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Hidden" - }, - "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": "Naam" - }, - "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_2685595924": { - "string": "Search Collections" - }, - "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": "Gepubliceerd" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "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_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "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_3326160357": { - "context": "product availability", - "string": "Availability" - }, - "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": "Naam" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Verwijderde collectie" - }, - "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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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_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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Land" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Telefoon" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Adres regel 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "Stad" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Adres regel 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Eigenschappen" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Waarde" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Availability" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Gepubliceerd" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Status" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Land" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Telefoon" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Adres regel 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Stad" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Adres regel 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "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_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Ontdek de GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Dashboard" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filters" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filters" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Sla wijzigingen op" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Waarde" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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": "Categorie" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Gepubliceerd" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Not Published" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Create Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Create Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Create Customer" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "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_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Uitloggen" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Account Instellingen" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibility" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Configuratie" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Vernieuwen" - }, - "src_dot_continue": { - "context": "button", - "string": "Ga door" - }, - "src_dot_create": { - "context": "button", - "string": "Maak aan" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Klanten" - }, - "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_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Standaard Adres" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Standaard Factuuradres" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Standaard verzendadres" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Verwijder adres" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Instellen als standaard factuuradres" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Instellen als standaard verzendadres" - }, - "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": "Verzendadress" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Adres" - }, - "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": "Factuur Adres" - }, - "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": "Aantekening" - }, - "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": "Aantekening" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_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": "Recente bestellingen" - }, - "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": "Datum" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "Totaal" - }, - "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": "Laatste bestelling" - }, - "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": "Verwijder adres" - }, - "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_date": { - "string": "Datum" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Verwijder" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Omschrijving" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Kortingen" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Producten" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Producten" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "No products found" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Availability" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "Geen productversies gevonden" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "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": "Naam" - }, - "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": "Actief" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "Waarde" - }, - "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": "Geen verkopen gevonden" - }, - "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": "Naam" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Waarde" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Naam" - }, - "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": "Waarde" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Landen" - }, - "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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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": "Actief" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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": "Waarde" - }, - "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": "Geen vouchers gevonden" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Waarde" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Waarde" - }, - "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_1134347598": { - "context": "column title", - "string": "Prijs" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Waarde" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Conceptversie" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Draft Orders" - }, - "src_dot_drafts": { - "string": "Drafts" - }, - "src_dot_edit": { - "context": "button", - "string": "Bewerken" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "Voornaam" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Fulfilled" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Klant" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Aantekening" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Change" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Details" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Details" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Bedrag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Status" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Verwijder" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactiveer" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activeer" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Settings" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "No orders ready to fulfill" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Achternaam" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "Nee" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Bestellingen" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Factuuradres" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Nieuw adres toevoegen" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Verzendadres" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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": "Verzendadress" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Klant" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Hetzelfde als verzendadres" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Anonymous user" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Factuur Adres" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Cancel order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Voeg toe" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Discount value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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": "Prijs" - }, - "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": "Hoeveelheid" - }, - "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": "Totaal" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Korting" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Subtotaal" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Totaal" - }, - "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_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "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": "Klant" - }, - "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": "Klant" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Datum" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Totaal" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Cancel order" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Bestelling" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Productnaam" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Add tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edit tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Terugbetaling" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "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_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Order address was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "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_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "aangemaakt" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Factuur" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Klant" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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": "Betaling" - }, - "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": "Klant" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Datum" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "Totaal" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "No orders found" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "Bedrag" - }, - "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_capture": { - "context": "capture payment, button", - "string": "Incassering" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Geïncasseerd bedrag" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Korting" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Mark as paid" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Betaalstatus" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Vooraf goedgekeurd bedrag" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Terugbetaling" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Verzending" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Subtotaal" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Belastingen" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Totaal" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Terugbetaling" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Voucher" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Prijs" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Hoeveelheid" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Totaal" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Prijs" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Totaal" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Bestelling" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Bedrag" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Terugbetaling" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Prijs" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Totaal" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Prijs" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Unfulfilled" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Fulfill" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "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_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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Hidden" - }, - "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_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "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": "Gepubliceerd" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Not Published" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Publish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Unpublish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Volledig betaald" - }, - "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_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Betaalstatus" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Actief" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "E-mailadres" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Actief" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Naam" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Authorization" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Actief" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Configuratie" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Naam" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "Verzending" - }, - "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_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "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": "Producten" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Categorie" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Collecties" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Niet gepubliceerd" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Gepubliceerd" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Naam" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "producten" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "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": "Prijs" - }, - "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_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Naam" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Prijs" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Categorie" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Collecties" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "*Optioneel. Toevoegen van product aan collectie helpt gebruikers om het te vinden." - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Product Type" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Verzending" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Weight" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Hoeveelheid" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Charge taxes on this product" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Niet gepubliceerd" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Gepubliceerd" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Prijs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Samenvatting" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Maak aan" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Productversie" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Verwijder productversie" - }, - "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_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Varianten" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "Voeg productversie toe" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "New Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Prijs" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Kosten" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Kostprijs" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Prijs" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Varianten" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Voorraad" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Productversie" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Fully refunded" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Verwijder" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Verkopen" - }, - "src_dot_save": { - "context": "button", - "string": "Bewaar" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Pricing" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Prijs" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Landen" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Landen" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Shipping zone name" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Voeg toe" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Verzending" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Verzending" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Prijs" - }, - "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": "Naam" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Settings" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Verzending" - }, - "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": "Landen" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Naam" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "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_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Actief" - }, - "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": "E-mailadres" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Actief" - }, - "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": "Naam" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "Nieuw Passwoord" - }, - "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": "Wijzig wachtwoord" - }, - "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": "Wachtwoord" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Change" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Verwijder" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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": "Samenvatting" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Belastingen" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Belastingen" - }, - "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_1755013298": { - "string": "Categorie" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Eigenschappen" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Values" - }, - "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_222873645": { - "string": "Collecties" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Producten" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Pages" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Categorieën" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Verzendmethodes" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Eigenschappen" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Verkopen" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Vouchers" - }, - "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": "Naam" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "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": "Omschrijving" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Omschrijving" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Naam" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Unfulfilled" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manual payments can not be refunded" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Only pre-authorized payments can be voided" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Alleen vooraf goedgekeurde betalingen kunnen worden geïncasseerd" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Shipping method is not valid for chosen shipping address" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Vouchers" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Naam" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Settings" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Naam" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Ja" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Toegewezen" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Hoeveelheid" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Annuleer bestelling"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Hidden"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Determine attributes used to create product types"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Define how users can navigate through your store"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Define types of products you sell"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"kortingswaarde"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Activiteit"},"wWTUrM":{"string":"Er zijn geen activiteiten gevonden"},"zWgbGg":{"string":"Vandaag"},"By5ZBp":{"context":"header","string":"Hello there, {userName}"},"aCX8rl":{"context":"subheader","string":"Here is some information we gathered about your store"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Top Products"},"Q1Uzbb":{"string":"No products found"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Create Menu"},"jhh/D6":{"string":"Menu Title"},"G/SYtU":{"string":"Are you sure you want to delete menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Delete Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Add Item"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edit Item"},"Urh2N3":{"context":"label","string":"Link"},"28GZnc":{"string":"Start typing to begin search..."},"0Vyr8h":{"context":"menu item name","string":"Naam"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"Menu Items"},"WwZfNK":{"string":"Add new menu item to begin creating menu"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"Create Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Niet gepubliceerd"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Categorie"},"jxoMLL":{"context":"product field","string":"Collecties"},"YVIajc":{"context":"product field","string":"Omschrijving"},"W8i2Ez":{"context":"product field","string":"Naam"},"6y+k8V":{"context":"product field","string":"Product Afbeeldingen"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Variant Images"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Voorraad"},"SSWFo8":{"context":"window title","string":"Create Product Type"},"bq1eEx":{"context":"header","string":"Create Product Type"},"mUb8Gt":{"context":"section header","string":"Belastingen"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Prijs"},"vuKrlW":{"string":"Voorraad"},"ABgQcF":{"context":"variant stock, header","string":"Voorraad"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Gepubliceerd"},"ppLwx3":{"context":"number of categories","string":"Categories ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Magazijn"},"skPoVe":{"context":"button","string":"Accepteer"},"Y7UlMR":{"context":"app extensions subsection","string":"Applicaties"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Applicaties"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activeer Applicatie"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activeer"},"W+AFZY":{"context":"button label","string":"Deactiveer"},"yMi8I8":{"context":"dialog header","string":"Deactiveer Applicatie"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Verwijder Applicatie"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactiveer"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open Applicatie"},"P5twxk":{"context":"link","string":"Activeer"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Installeer Applicatie"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Probeer opniew"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Gekopieerd"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Key"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token wordt gebruikt om service accounts te verifiëren"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"Maak aan"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Installeer Applicatie"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Eigenschappen"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Delete attribute"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Gebied/regio"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Datum"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Bestand"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Pages"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Producten"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Weight"},"dKPMyh":{"context":"tab name","string":"All Attributes"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Afbeelding"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Add Value"},"UhcALJ":{"context":"attribute name","string":"Naam"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Inloggen"},"5sg7KC":{"string":"Wachtwoord"},"3tbL7x":{"context":"description","string":"Wachtwoord vergeten?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Nieuw Passwoord"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Bevestig Wachtwoord"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Wachtwoorden komen niet overeen"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Wachtwoord resetten"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Availability"},"0OfZJA":{"context":"button","string":"Terug"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Annuleer"},"dOQB9o":{"context":"payment status","string":"Geannuleerd"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"Categorieën"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Optional)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"Delete category"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Category Name"},"8HRy+U":{"string":"Category Description"},"vof5TR":{"context":"button","string":"Create category"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"All Categories"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Subcategories"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"Naam"},"x/pIZ9":{"context":"button","string":"Voeg product toe"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Subcategories"},"V+fkAO":{"context":"number of products in category","string":"Producten"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Create category"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Category deleted"},"KCjd1o":{"context":"dialog title","string":"Delete products"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Availability"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"Status"},"MHVglr":{"context":"deactivate","string":"Deactiveer"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Actief"},"MQwT1W":{"context":"activate","string":"Activeer"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Wis"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Collecties"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"Hidden"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Add Collection"},"/WXs6H":{"context":"collection name","string":"Naam"},"G4g5Ii":{"context":"tab name","string":"All Collections"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"Hidden"},"lL3YJO":{"context":"collection","string":"Gepubliceerd"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"Availability"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Availability"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"Naam"},"Q8wHwJ":{"string":"Verwijderde collectie"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"Delete image"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Permissions"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Land"},"O95R3Z":{"string":"Telefoon"},"B52Em/":{"string":"Adres regel 1"},"TE4fIS":{"string":"Stad"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"Adres regel 2"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Eigenschappen"},"j8PV7E":{"context":"attribute values","string":"Values"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Waarde"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Availability"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Gepubliceerd"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Status"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Ontdek de GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"Dashboard"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Filters"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Filters"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Sla wijzigingen op"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Waarde"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Categorie"},"phAZoj":{"string":"Collection"},"M1uijW":{"context":"collection","string":"Not Published"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Product"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"If empty, the preview shows what will be autogenerated."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Uitloggen"},"X8+Lpa":{"context":"button","string":"Account Instellingen"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Visibility"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Configuratie"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Vernieuwen"},"Rjs1CD":{"context":"button","string":"Ga door"},"H5NKfr":{"context":"button","string":"Maak aan"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Klanten"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Add Address"},"rjy9/k":{"context":"button","string":"Add address"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Standaard Adres"},"VyzsWZ":{"string":"Standaard Factuuradres"},"nLML8Y":{"string":"Standaard verzendadres"},"puikeb":{"context":"button","string":"Verwijder adres"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Instellen als standaard factuuradres"},"+7OsyM":{"context":"button","string":"Instellen als standaard verzendadres"},"BfJGij":{"context":"header","string":"Address Information"},"Zd3Eew":{"context":"subsection header","string":"Verzendadress"},"bHdFph":{"context":"subsection header","string":"Adres"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Factuur Adres"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Notes"},"uUQ+Al":{"context":"note about customer","string":"Aantekening"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"Status"},"1LiVhv":{"context":"section header","string":"Recente bestellingen"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Datum"},"taX/V3":{"context":"order total amount","string":"Totaal"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Laatste bestelling"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Verwijder adres"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"Dashboard"},"P7PLVj":{"string":"Datum"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Verwijder"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Omschrijving"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Kortingen"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Category Name"},"QGjJcT":{"context":"number of products","string":"Producten"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"No products found"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"Geen productversies gevonden"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"Naam"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"Actief"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Status"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Waarde"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"Geen verkopen gevonden"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Waarde"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Landen"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Actief"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Status"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Waarde"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Code"},"U2mOqA":{"string":"Geen vouchers gevonden"},"GVinbz":{"context":"column title","string":"Waarde"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Prijs"},"/oaqFS":{"context":"section header","string":"Waarde"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"Specific products"},"WasHjQ":{"context":"voucher discount","string":"Shipment"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Conceptversie"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"Bewerken"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"Voornaam"},"pkjXPD":{"context":"order status","string":"Fulfilled"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Klant"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Aantekening"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Change"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Details"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Details"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Bedrag"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Product"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Status"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Verwijder"},"IzEVek":{"context":"bulk disable label","string":"Deactiveer"},"hz+9ES":{"context":"bulk activate label","string":"Activeer"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Product"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Settings"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Home"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"No orders ready to fulfill"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Achternaam"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigation"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"Nee"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Optional"},"Ta9j04":{"context":"orders section name","string":"Bestellingen"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Factuuradres"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Nieuw adres toevoegen"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Verzendadres"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Notes"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Verzendadress"},"Y7M1YQ":{"context":"section header","string":"Klant"},"GLX9II":{"context":"billing address","string":"Hetzelfde als verzendadres"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Factuur Adres"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Cancel order"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Voeg toe"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Discount value"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Prijs"},"nEWp+k":{"context":"quantity of ordered products","string":"Hoeveelheid"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Totaal"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"Korting"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Subtotaal"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Totaal"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Create order"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Klant"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"Klant"},"mCP0UD":{"context":"order draft creation date","string":"Datum"},"1Uj0Wd":{"context":"order draft total price","string":"Totaal"},"PAqicb":{"context":"button","string":"Cancel order"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Bestelling"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Productnaam"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Fulfill"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Add tracking"},"dTkmON":{"context":"edit tracking button","string":"Edit tracking"},"K//bUK":{"context":"refund button","string":"Terugbetaling"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Cancel Fulfillment"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Tracking number"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Order was placed"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Order was fully paid"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"aangemaakt"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Factuur"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Klant"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Betaling"},"5blVMu":{"context":"e-mail or full name","string":"Klant"},"PHUcrU":{"context":"date when order was placed","string":"Datum"},"k9hf7F":{"context":"total order price","string":"Totaal"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Bedrag"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Incassering"},"V+gwx7":{"context":"order payment","string":"Geïncasseerd bedrag"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Korting"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Mark as paid"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Betaalstatus"},"uUsZ7m":{"context":"order payment","string":"Vooraf goedgekeurd bedrag"},"HaQ8cg":{"context":"button","string":"Terugbetaling"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Verzending"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Subtotaal"},"r+dgiv":{"string":"Belastingen"},"zb4eBO":{"context":"order total price","string":"Totaal"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Voucher"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Prijs"},"WE8IFE":{"context":"product name","string":"Product"},"tvpAXl":{"context":"ordered product quantity","string":"Hoeveelheid"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Totaal"},"5aiFbL":{"context":"tabel column header","string":"Prijs"},"FNT4b+":{"context":"tabel column header","string":"Product"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Totaal"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Bedrag"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Terugbetaling"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Prijs"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Product"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Unfulfilled"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Settings"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Fulfill"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Pages"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"Hidden"},"gMwpNC":{"context":"page content","string":"Content"},"gr+oXW":{"context":"page title","string":"Title"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Title"},"5GSYCR":{"context":"page status","string":"Visibility"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Gepubliceerd"},"UN3qWD":{"context":"page status","string":"Not Published"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Publish"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Unpublish"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Volledig betaald"},"PbqNhi":{"context":"order status","string":"Partially fulfilled"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Partially refunded"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Betaalstatus"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Actief"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"E-mailadres"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Naam"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Authorization"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Status"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"Actief"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Configuratie"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Naam"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Tax"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Verzending"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Weight"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"Producten"},"ulh3kf":{"string":"Collecties"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"producten"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Hidden"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Prijs"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Visibility"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Availability"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optioneel. Toevoegen van product aan collectie helpt gebruikers om het te vinden."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"Verzending"},"SUbxSK":{"context":"product weight","string":"Weight"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Hoeveelheid"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Charge taxes on this product"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Prijs"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Samenvatting"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Maak aan"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Productversie"},"rbkmfG":{"context":"button","string":"Verwijder productversie"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Varianten"},"3C3Nj5":{"context":"button","string":"Voeg productversie toe"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Hidden"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Availability"},"Xm9qOu":{"context":"product pricing, section header","string":"Pricing"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Kosten"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Kostprijs"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Prijs"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Voorraad"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Productversie"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Fully refunded"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Verwijder"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Verkopen"},"RaycYK":{"context":"button","string":"Bewaar"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Pricing"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Landen"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Shipping zone name"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Voeg toe"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Verzending"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Prijs"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"Naam"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Settings"},"uULcph":{"context":"header","string":"Verzending"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Landen"},"gRa/TS":{"context":"shipping zone","string":"Naam"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"User is active"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Actief"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Status"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"Nieuw Passwoord"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Wijzig wachtwoord"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"Wachtwoord"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Change"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Verwijder"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Status"},"RrCui3":{"string":"Samenvatting"},"5elC9k":{"context":"taxes section name","string":"Belastingen"},"lnQAos":{"context":"header","string":"Belastingen"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"All products prices are entered with tax included"},"98isC5":{"string":"Show gross prices to customers in the storefront"},"FNKhkx":{"string":"Charge taxes on shipping rates"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Eigenschappen"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Values"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"Producten"},"CxfKLC":{"string":"Pages"},"VKb1MS":{"string":"Categorieën"},"RzsKm8":{"string":"Verzendmethodes"},"c8nvms":{"string":"Verkopen"},"etP0+D":{"string":"Vouchers"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Naam"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"Omschrijving"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Unfulfilled"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Manual payments can not be refunded"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Only pre-authorized payments can be voided"},"gKdGxP":{"context":"error message","string":"Alleen vooraf goedgekeurde betalingen kunnen worden geïncasseerd"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Shipping method is not valid for chosen shipping address"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Vouchers"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Address Information"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Naam"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Settings"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Naam"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Ja"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Toegewezen"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Hoeveelheid"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/pl.json b/locale/pl.json index 5ddeda8b6..a51b89174 100644 --- a/locale/pl.json +++ b/locale/pl.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Anuluj zamówienie" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Czy na pewno chcesz usunąć wszystkie typy stron? Jeśli je usuniesz, nie będzie możliwe przypisanie ich do nowych stron." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Ukryty" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Widoczny" - }, - "configurationMenuAttributes": { - "string": "Określa atrybuty do stworzenia produktu" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Zdefiniuj jak użytkownicy mogą poruszać się po twoim sklepie" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Zarządzaj grupami uprawnień i ich uprawnieniami" - }, - "configurationMenuProductTypes": { - "string": "Definiuje typy produktów, które sprzedajesz" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "wartość zniżki" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Kwota stała" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Aktywność" - }, - "homeActivityCardNoActivities": { - "string": "Brak aktywności" - }, - "homeAnalyticsCardHeader": { - "string": "Dzisiaj" - }, - "homeHeaderText": { - "context": "header", - "string": "Witaj, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Tutaj znajdują się informacje, które zebraliśmy o Twoim sklepie" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {jedno zamówione} few {{amount} zamówionych} many {{amount} zamówionych} other {{amount} zamówionych}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Najpopularniejsze produkty" - }, - "homeProductsListCardNoProducts": { - "string": "Nie znaleziono produktów" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Uwaga" - }, - "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": "Witaj, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Utwórz menu" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Tytuł menu" - }, - "menuDetailsDeleteMenuContent": { - "string": "Czy na pewno chcesz usunąć menu {menuName}?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Usuń 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": "Dodaj Obiekt" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Link do: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Edytuj przedmiot" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Odnośnik" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Zacznij pisać, aby rozpocząć wyszukiwanie..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Nazwa" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Utwórz nowy przedmiot" - }, - "menuItemsHeader": { - "context": "header", - "string": "Przedmioty menu" - }, - "menuItemsPlaceholder": { - "string": "Dodaj nowy obiekt, aby zacząć tworzyć menu" - }, - "menuListCreatedMenu": { - "string": "Utworzono menu" - }, - "menuListDeleteMenuContent": { - "string": "Czy na pewno chcesz usunąć {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Usuń Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Czy na pewno chcesz usunąć to menu?} few {Czy na pewno chcesz usunąć {displayQuantity} menu?} many {Czy na pewno chcesz usunąć {displayQuantity} menu?} other {Czy na pewno chcesz usunąć {displayQuantity} menu?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Usuń menu" - }, - "menuListDeletedMenu": { - "string": "Usunięte menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Przedmioty" - }, - "menuListMenutitle": { - "string": "Tytuł menu" - }, - "menuListNoMenus": { - "string": "Nie znaleziono żadnych menu" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Utwórz menu" - }, - "menuPropertiesMenuTitle": { - "string": "Tytuł menu" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Nie opublikowano" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "Nie ustawiono" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "Nie ustawiono" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "Nie ustawiono" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "nie dotyczy" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Dostępne do zakupu" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Kategoria" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Kolekcje" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Opis" - }, - "productExportFieldName": { - "context": "product field", - "string": "Nazwa" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Grafiki produktów" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Eksportuj wagę produktu" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Typ" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Grafiki wariantów" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Stan magazynowy" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Utwórz typ produktu" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Utwórz typ produktu" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Podatki" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Cena" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stan magazynowy" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stan magazynowy" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Magazyny" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Opublikowany" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Kategorie ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Kolekcje ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Produkty ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Czy na pewno chcesz usunąć {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Czy na pewno chcesz usunąć {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Magazyn" - }, - "src_dot_accept": { - "context": "button", - "string": "Zastosuj" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Aplikacje" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Aplikacje" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Aktywuj aplikację" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Czy na pewno chcesz aktywować {name}? Aktywowanie rozpocznie zbieranie wydarzeń." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Aktywuj" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Dezaktywuj" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dezaktywuj aplikację" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Usuń aplikację" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Czy na pewno chcesz usunąć tę aplikację?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Dezaktywuj" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Aktywuj" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Usuń aplikację" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Czy na pewno chcesz usunąć tę aplikację?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Dezaktywuj" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Aktywuj" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Klucz" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Akcje" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Dezaktywowane" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Token dostępu jest używany do uwierzytelniania kont usług" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Stwórz" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Atrybuty" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Czy na pewno chcesz usunąć ten atrybut?} few {Czy na pewno chcesz usunąć {displayQuantity} atrybuty?} many {Czy na pewno chcesz usunąć {displayQuantity} atrybutów?} other {Czy na pewno chcesz usunąć {displayQuantity} atrybutu?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Usuń atrybuty" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Usuń atrybut" - }, - "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_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Terytorium" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Domyślna etykieta" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Kod atrybutu" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "context": "attribute slug input field helper text", - "string": "Jest on używane wewnętrznie. Upewnij się, że nie używasz spacji" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Data" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Rozwijana lista" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Plik" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Wielokrotny wybór" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Strony" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Produkty" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Wartość wymagana" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Waga" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "Wszystkie atrybuty" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "Utwórz atrybut" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "Wyszukaj Atrybut" - }, - "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": "Filtrowalne w panelu" - }, - "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": "Tylko Warianty" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_valueRequired": { - "context": "attribute value is required", - "string": "Wartość wymagana" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_visibleInStorefront": { - "context": "attribute", - "string": "Widoczny na karcie produktu w sklepie" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { - "string": "Nie znaleziono atrybutów" - }, - "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": "Wyszukiwalny" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { - "string": "Kod atrybutu" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_643174786": { - "context": "attribute is visible", - "string": "Widoczny" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "Domyślna etykieta" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Utwórz nowy atrybut" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Właściwości w panelu" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Używaj w filtrowaniu" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Używaj w nawigacji fasetowej" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Właściwości w sklepie" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Pozycja w nawigacji fasetowej" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Grafika" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "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": "Dodaj Wartość" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "Nazwa" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Domyślny widok sklepu" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "Administrator" - }, - "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": "Przypisz wartość" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Pomyślnie utworzono atrybut" - }, - "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": "Usunięto atrybut" - }, - "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_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Zaloguj" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Hasło" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Nie pamiętasz hasła?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "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": "Potwierdź hasło" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Passwords do not match" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Zresetuj hasło" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Zresetuj hasło" - }, - "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": "Dostępność" - }, - "src_dot_back": { - "context": "button", - "string": "Wstecz" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Anuluj" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Anulowany" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Katalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Kategorie" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Obraz tła (opcjonalny)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(opcjonalne)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Utwórz nową kategorię" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Dodaj tytuł i opis dla przeglądarek, aby ułatwić znalezienie tej kategorii" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Usuń kategorię" - }, - "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": "Nazwa kategorii" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Opis kategorii" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Utwórz kategorię" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Wyszukaj kategorię" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "Wszystkie kategorie" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Nazwa kategorii" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "Nie znaleziono kategorii " - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "Nie znaleziono podkategorii " - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "Podkategorie" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "Ilość produktów" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "Nie znaleziono produktów" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Nazwa" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Dodaj produkt" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "Produkty w {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Podkategorie" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Dodaj tytuł i opis dla przeglądarek, aby ułatwić znalezienie tej kategorii" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "Produkty" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "Wszystkie podkategorie" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Utwórz podkategorię" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Utwórz kategorię" - }, - "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": "Kategoria utworzona" - }, - "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": "Usuń kategorię" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Usunięto kategorię" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Usuń produkty" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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": "Usuń kategorie" - }, - "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": "Usuń kategorie" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Dostępność" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Nie aktywny" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Dezaktywuj" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Aktywna" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Aktywuj" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Akcje" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Wyczyść" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Kolekcje" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Widoczny" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Ukryty" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "Dodaj tytuł i opis dla przeglądarek, aby ułatwić znalezienie tej kolekcji" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "Dodaj Kolekcję" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "Widoczny" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Ukryty" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Dodaj tytuł i opis dla przeglądarek, aby ułatwić znalezienie tej kolekcji" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "Nazwa" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Obraz tła (opcjonalny)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(opcjonalne)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "Wszystkie kolekcje" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Utwórz kolekcję" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "Ukryty" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Opublikowany" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "Nie znaleziono kolekcji" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "Ilość produktów" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "Nazwa kolekcji" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "Dostępność" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "Nie znaleziono produktów" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Typ" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "Dostępność" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Produkty w {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Przypisz produkt" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "Nazwa" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Kolekcja usunięta" - }, - "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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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": "Utwórz kolekcję" - }, - "src_dot_collections_dot_views_dot_699514132": { - "context": "dialog title", - "string": "Usuń kolekcję" - }, - "src_dot_collections_dot_views_dot_870815507": { - "context": "unassign product from collection, button", - "string": "Cofnij przypisanie" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "Usuń obrazek" - }, - "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_3817188998": { - "context": "dialog title", - "string": "Usuń kolekcje" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Grupy uprawnień" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Uprawnienia" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Kraj" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Telefon" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Adres linia 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "Miasto" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "Kod pocztowy" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Adres linia 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Nazwa firmy" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Województwo" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Wyszukaj kategorię" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Wyszukaj kolekcję" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Atrybuty" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Wartości" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Wartość" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Dostępność" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Zarządzaj" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Wyświetlaj na liście produktów" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "od {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publikuj" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Odznaczenie tego pola ukryje produkt z wyszukiwarki oraz zakładek kategorii. Pozostanie od nadal na podstronach kolekcji." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Ustaw datę publikacji" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Opublikowany" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Status" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Kolumny" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Kraj" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Telefon" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Adres linia 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Miasto" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "Kod pocztowy" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Adres linia 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Nazwa firmy" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Województwo" - }, - "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_DemoBanner_dot_1647850230": { - "string": "Sklep" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Błąd" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Panel sterowania" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Delete Search" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Własny filtr" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Save Search" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "Filtry" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No results" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filtry" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filtry" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Zapisz zmiany" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "src_dot_components_dot_ImageUpload_dot_1731007575": { - "context": "image upload", - "string": "Przeciągnij tutaj, aby dołączyć" - }, - "src_dot_components_dot_LanguageSwitch_dot_4150219184": { - "context": "button", - "string": "{languageName} - {languageCode}" - }, - "src_dot_components_dot_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Wartość" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Prywatne Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Pole" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Dodaj pole" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Akcje" - }, - "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": "Dodaj nową wartość: {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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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": "Szukaj klienta" - }, - "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": "Kategoria" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Kolekcja" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Opublikowany" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Nieopublikowana" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Utwórz kategorię" - }, - "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": "Stwórz klienta" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Stwórz produkt" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Utwórz kupon" - }, - "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": "Szukaj klientów" - }, - "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": "Produkt" - }, - "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": "Wróć do panelu" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_RowNumberSelect_dot_1154361791": { - "string": "Wyników na stronie:" - }, - "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": "Własny filtr" - }, - "src_dot_components_dot_SearchBar_dot_3268463180": { - "context": "button", - "string": "Save Search" - }, - "src_dot_components_dot_SeoForm_dot_1324250412": { - "string": "Tytuł strony" - }, - "src_dot_components_dot_SeoForm_dot_1991321627": { - "string": "META Description" - }, - "src_dot_components_dot_SeoForm_dot_3198271020": { - "context": "button", - "string": "Edytuj ustawienia SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Ustawienia SEO" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} z {maxCharacters} znaków" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Jeżeli pole jest puste, podgląd pokaże co zostanie automatycznie wygenerowane." - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Dodaj nową wartość: {value}" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { - "string": "Brak" - }, - "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": "Wybrano {number} elementów" - }, - "src_dot_components_dot_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "src_dot_components_dot_Timeline_dot_1359200231": { - "context": "add order note, button", - "string": "Send" - }, - "src_dot_components_dot_Timeline_dot_3028189627": { - "string": "Dodaj tutaj swoją notatkę..." - }, - "src_dot_components_dot_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Wyloguj się" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Ustawienia Konta" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Wyświetlaj na liście produktów" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Widoczność" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "od {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publikuj" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Odznaczenie tego pola ukryje produkt z wyszukiwarki oraz zakładek kategorii. Pozostanie od nadal na podstronach kolekcji." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Ustaw datę publikacji" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Ustawienia" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Potwierdź" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Odśwież" - }, - "src_dot_continue": { - "context": "button", - "string": "Kontynuuj" - }, - "src_dot_create": { - "context": "button", - "string": "Stwórz" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Klienci" - }, - "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": "Dodaj Adres" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Dodaj adres" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "Książka adresowa - {fullName}" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "Szczegóły klienta {fullName}" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Domyślny adres" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Domyślny adres do rachunku" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Domyślny adres dostawy" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Usuń adres" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Ustaw jako domyślny adres do rachunku" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Ustaw jako domyślny adres dostawy" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Informacje adresowe" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Adres dostawy" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Adres" - }, - "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": "Adres do rachunku" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "Adres podstawowy" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "Podstawowy adres tego klienta." - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Dane klienta" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "Notatki" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Notatka" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Wprowadź wszelkie dodatkowe informacje dotyczące tego klienta." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "Stwórz klienta" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { - "context": "check to mark this account as active", - "string": "Użytkownik aktywny" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { - "context": "section subheader", - "string": "Aktywny członek od {date}" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { - "context": "note about customer", - "string": "Notatka" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Informacje kontaktowe" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Szukaj klienta" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "Stwórz klienta" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "Wszyscy klienci" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Join Date" - }, - "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": "Adres email" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Klient" - }, - "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": "Ostatnie zamówienia" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "Nr zamówienia" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "Zobacz wszystkie zamówienia" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "Data" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "Suma" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { - "string": "No orders found" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Ostatnie logowanie" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "Ostatnie zamówienie" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Historia aktywności" - }, - "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": "Usuń adres" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Stwórz klienta" - }, - "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": "Usuń konta klientów" - }, - "src_dot_dashboard": { - "string": "Panel sterowania" - }, - "src_dot_date": { - "string": "Data" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Usuń" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Opis" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Zniżki" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "Nie znaleziono kategorii " - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Nazwa kategorii" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Produkty" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "Nie znaleziono kolekcji" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Nazwa kolekcji" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Produkty" - }, - "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": "Ustaw datę zakończenia" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1662220323": { - "context": "time during discount is active, header", - "string": "Okres Aktywności" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "Nie znaleziono produktów" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Dostępność" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Nazwa produktu" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Typ produktu" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "Nie znaleziono żadnych wariantów" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Nazwa produktu" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Typ produktu" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Utwórz wyprzedaż" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "Nazwa" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Search Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Utwórz wyprzedaż" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "Wszystkie wyprzedaże" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "Aktywna" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "Kwota stała" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Procentowa" - }, - "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": "Rodzaj zniżki" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "Wartość" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { - "context": "sale end date", - "string": "Kończy się" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { - "string": "Nie znaleziono wyprzedaży" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Rozpoczęto" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "Nazwa" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Wartość" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Nazwa" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Rodzaj zniżki" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Procentowa" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Kwota stała" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "Wartość" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Wartość zniżki" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { - "context": "page header", - "string": "Utwórz kupon" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Ustaw datę zakończenia" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { - "context": "time during voucher is active, header", - "string": "Okres Aktywności" - }, - "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": "Kraje" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "Kategorie ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "Kolekcje ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "Produkty ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Kod rabatowy" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Generuj kod zniżkowy" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit pojedynczego użycia na klienta" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit ilości użycia zniżki" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit wykorzystania" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Limit wykorzystania" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "Wszystkie kupony" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { - "string": "Wyszukaj kupon" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { - "context": "button", - "string": "Utwórz kupon" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { - "context": "voucher status", - "string": "Aktywna" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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": "Kwota stała" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Procentowa" - }, - "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": "Rodzaj zniżki" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "Wartość" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "Min. wartość zamówienia" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "Kończy się" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "Użyto" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "Rozpoczęto" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "Kod" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Nie znaleziono kuponów" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Wartość" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_2746532349": { - "context": "voucher requirements, header", - "string": "Minimalne wymagania" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3069107721": { - "context": "voucher has no requirements", - "string": "Brak" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3740704788": { - "context": "voucher requirement", - "string": "Minimalna ilość sztuk" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Minimalna wartość zamówienia" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "Wartość" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "MIn. wartość zamówienia" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "Dotyczy" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_3751756157": { - "context": "voucher value requirement", - "string": "Limit wykorzystania" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_78726751": { - "context": "voucher code", - "string": "Kod" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3216816841": { - "context": "header", - "string": "Rodzaj zniżki" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3289659291": { - "context": "voucher discount type", - "string": "Darmowa dostawa" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3688224049": { - "context": "voucher discount type", - "string": "Procentowa" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { - "context": "voucher discount type", - "string": "Kwota stała" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1134347598": { - "context": "column title", - "string": "Cena" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Wartość" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Wartość zniżki" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Tylko raz na zamówienie" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Specyfikacja kuponu" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4189095909": { - "string": "Jeśli ta opcja jest wyłączona, zniżka będzie liczona dla każdego kwalifikującego się produktu" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Całe zamówienie" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Wybrane produkty" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Wysyłka" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_2809303671": { - "context": "dialog header", - "string": "Usuń wyprzedaże" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Pomyślnie utworzono kupon" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Usuń kupon" - }, - "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": "Usuń kupony" - }, - "src_dot_done": { - "context": "button", - "string": "Done" - }, - "src_dot_draft": { - "context": "order status", - "string": "Szkic" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Draft Orders" - }, - "src_dot_drafts": { - "string": "Wersje robocze" - }, - "src_dot_edit": { - "context": "button", - "string": "Edytuj" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "Data zakończenia" - }, - "src_dot_endHour": { - "string": "Godzina zakończenia" - }, - "src_dot_error": { - "string": "Błąd" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "Imię" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Zrealizowane" - }, - "src_dot_generalInformations": { - "string": "Informacje ogólne" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Klient" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Notatka" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Zmień" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Szczegóły" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Szczegóły" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Kwota" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Produkt" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Status" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Usuń" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Dezaktywuj" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Aktywuj" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Produkt" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Ustawienia" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Strona główna" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_paid": { - "string": "Zamówienie #{orderId} zostało opłacone" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_placed": { - "string": "Zamówienie #{orderId} zostało złożone" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "Brak niezrealizowanych zamówień" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "Brak oczekujących płatności" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Nazwisko" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Zarządzaj" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Nawigacja" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Następny" - }, - "src_dot_no": { - "string": "Nie" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Opcjonalne" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Zamówienia" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Anuluj zamówienia" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Adres nabywcy" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Dodaj nowy adres" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Adres dostawy" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "Brak uwag klienta" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "Notatki" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "Informacje kontaktowe" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Szukaj klientów" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "View Profile" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "Adres dostawy" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Klient" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Taki sam jak adres wysyłki" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Anonymous user" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Adres do rachunku" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Zamówienie #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Anuluj zamówienie" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Dodaj" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Wartość zniżki" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Kwota stała" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Błędna wartość" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Procentowa" - }, - "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": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Ilość" - }, - "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": "Suma" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Dodaj metodę wysyłki" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Zniżka" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Suma częściowa" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Suma" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Szczegóły zamówienia" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "Dodaj Produkty" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Stwórz zamówienie" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "Wszystkie wersje robocze" - }, - "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": "Klient" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "No draft orders found" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "Nr zamówienia" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "Klient" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Data" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Suma" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Anuluj zamówienie" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Zamówienie" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Zamówienie #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Zamówienie nr. {orderNumber} - zrealizuj" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Gotowe do wysłania" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Nazwa produktu" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Ilość do wysłania" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Zrealizuj" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Dodaj numer przesyłki" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edytuj numer referencyjny" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Zwróć środki" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Anuluj realizację" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Numer referencyjny" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Dodaj Kod Śledzenia" - }, - "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_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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": "Zamówienie zostało złożone" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2369495522": { - "context": "order history message", - "string": "Przesłano klientowi potwierdzenie zamówienia" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Zamówienie zostało w pełni opłacone" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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": "Płatność została zwrócona" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3990160018": { - "string": "Historia zamówienia" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Faktury" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "utworzone" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "Brak faktur" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Faktura" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Stwórz zamówienie" - }, - "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": "Wszystkie zamówienia" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Klient" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Status realizacji" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "Płatność" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "Nr zamówienia" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "Klient" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Data" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "Suma" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "No orders found" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "Kwota" - }, - "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_capture": { - "context": "capture payment, button", - "string": "Pobierz" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Kwota pobrana" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Zniżka" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} przedmiotów" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Oznacz jako opłacone" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Pozostało do zapłaty" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Status płatności" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Kwota zablokowana" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Zwróć środki" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Wysyłka" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "nie dotyczy" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "nie dotyczy" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Suma częściowa" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Podatki" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Suma" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Zwróć środki" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Kupon" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Ilość" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Suma" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "Nie znaleziono produktów" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Suma" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Zamówienie" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Zamówienie #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Kwota" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Zwróć środki" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "Nie znaleziono produktów" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Suma" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Zrealizowane ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Niezrealizowane" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Zamówienie #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Ustawienia" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Zrealizuj" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Zamówienie #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Zamówienie #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "Nie znaleziono atrybutów" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Cofnij przypisanie" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Strony" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Create Page" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1996767833": { - "string": "Dodaj tytuł i opis dla przeglądarek, aby ułatwić znalezienie tej strony" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { - "context": "page", - "string": "będzie widoczny od {data}" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Widoczny" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Ukryty" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Zawartość" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Tytuł" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Tytuł" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Widoczność" - }, - "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": "Opublikowany" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Nieopublikowana" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Opublikuj" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Cofnij publikację" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Opłacone" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Częściowo zrealizowane" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Częściowo zwrócono środki" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Status płatności" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Aktywna" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Nie aktywny" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Czy na pewno chcesz usunąć {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Akcje" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Nie aktywny" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Aktywna" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Akcje" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Nazwa" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Utwórz kategorię" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Cofnij przypisanie" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Autoryzacja" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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_3954867850": { - "string": "Set plugin as active" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_3032939398": { - "context": "header", - "string": "Dodaj Wartość do Pola Autoryzacyjnego" - }, - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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": "Wszystkie wtyczki" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { - "context": "plugin filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Aktywna" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Ustawienia" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Dezaktywowane" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Nazwa" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Typy produktów" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { - "string": "Nie znaleziono atrybutów" - }, - "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": "Atrybuty produktu" - }, - "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_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "string": "Product Type Name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { - "context": "tab name", - "string": "Wszystkie typy produktów" - }, - "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": "Z wariantami" - }, - "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": "Typ" - }, - "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": "Podatek" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { - "context": "product type is either simple or configurable", - "string": "Typ" - }, - "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": "Z wariantami" - }, - "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": "Wysyłka" - }, - "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": "Waga" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "Nie znaleziono atrybutów" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Cofnij przypisanie" - }, - "src_dot_products": { - "context": "products section name", - "string": "Produkty" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Kategoria" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Kolekcje" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Nie opublikowano" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { - "string": "Dodaj tytuł i opis dla przeglądarek, aby ułatwić znalezienie tego produktu" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Opublikowany" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Nazwa" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "produkty" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Stwórz produkt" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Eksportuj produkty" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "Wszystkie produkty" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Dostępny" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Ukryty" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "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": "Cena" - }, - "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": "Widoczność" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Widoczny" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Zwykły" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "Nie znaleziono produktów" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Z wariantami" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Nazwa" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Dostępność" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Typ" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Opcjonalne" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Kategoria" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Kolekcje" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organizacja produktu" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "string": "Z wariantami" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "*Opcjonalne. Dodanie produktu do kolekcji ułatwi użytkownikom znalezienie go." - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Typ produktu" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Dostawa" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Waga" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Nazwa magazynu" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Ilość" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Śledź stan magazynowy" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Zaznaczenie tej opcji spowoduje automatyczne aktualizowanie stanów magazynowych, np. obniżenie ilości dostępnych produktów w momencie ich zakupu." - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Dolicz podatki do tego produktu" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Ustal indywidualny podatek" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Nie opublikowano" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { - "string": "Dodaj tytuł i opis dla przeglądarek, aby ułatwić znalezienie tego produktu" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Opublikowany" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Utwórz warianty" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Usuń wariant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Podsumowanie" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Następny" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Stwórz" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Wariant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Wartości" - }, - "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": "Czy na pewno chcesz usunąć {name}?" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "Usuń wariant" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Domyślny" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Warianty" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "Dodaj wariant" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "Nowy wariant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Ukryty" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Dostępność" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Cennik" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Koszt" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Ustaw jako domyślne" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Niedostępny" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Domyślny" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Dostępne w:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Utwórz warianty" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Warianty" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} dostępne w {numLocations} miejscach} few {{numAvailable} dostępne w {numLocations} miejscach} many {{numAvailable} dostępne w {numLocations} miejscach} other {{numAvailable} dostępne w {numLocations} miejscach}}" - }, - "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_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "Wszystkie Magazyny" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Stan magazynowy" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Utwórz wariant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Wariant" - }, - "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_3989383405": { - "context": "window title", - "string": "Utwórz wariant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Stwórz produkt" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "Nowy produkt" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Czy na pewno chcesz usunąć {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Utwórz warianty" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor działa w trybie tylko do odczytu. Zmiany nie są zapisywane." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Zwrócono środki" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Usuń" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Wyprzedaże" - }, - "src_dot_save": { - "context": "button", - "string": "Zapisz" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Cennik" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Cena" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Nazwa produktu" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Akcje" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Nazwa magazynu" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Kraje" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Kraje" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} z {maxCharacters} znaków" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Nazwa strefy dostawy" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Dodaj" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Dostawa" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Dostawa" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Cena" - }, - "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": "Nazwa" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Ustawienia" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Wysyłka" - }, - "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": "Kraje" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Nazwa" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Cofnij przypisanie" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Nazwa Twojego sklepu" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Uprawnienia" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Użytkownik jest aktywny" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "All Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Aktywna" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Dezaktywowane" - }, - "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": "Nie aktywny" - }, - "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": "Aktywna" - }, - "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": "Nazwa" - }, - "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": "Zmiana hasła" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Poprzednie Hasło" - }, - "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": "Hasło" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Zmień" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Usuń" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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": "Data startu" - }, - "src_dot_startHour": { - "string": "Godzina startu" - }, - "src_dot_status": { - "string": "Status" - }, - "src_dot_summary": { - "string": "Podsumowanie" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Podatki" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Podatki" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "Nie znaleziono żadnych krajów." - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Obniżone stawki podatkowe" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Kod kraju" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "Nazwa kraju" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "Kategoria" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Wszystkie ceny produktów zawierają podatki" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Pokazuj klientom ceny brutto " - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Doliczaj podatki do kosztów wysyłki" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_3375540052": { - "context": "button", - "string": "Pobierz podatki" - }, - "src_dot_taxes_dot_views_dot_2411670026": { - "string": "Successfully fetched tax rates" - }, - "src_dot_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Atrybuty" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Tłumaczenia" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1308081812": { - "string": "{numberOfFields} Translations, {numberOfTranslatedFields} Completed" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1348655672": { - "string": "Oryginalna treść" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_2481190613": { - "string": "Tłumaczenie" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_363646127": { - "context": "button", - "string": "Odrzuć" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_3793796047": { - "string": "Brak tłumaczenia" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_2642976392": { - "string": "Nazwa atrybutu" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Wartości" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Nazwa kategorii" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "META Description" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Tłumaczenie kategorii \"{categoryName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { - "string": "Tytuł strony" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { - "string": "Ustawienia SEO" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { - "string": "META Description" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { - "string": "Tytuł strony" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { - "string": "Nazwa kolekcji" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3055443821": { - "context": "header", - "string": "Tłumaczenie kolekcji \"{collectionName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3468022343": { - "string": "Ustawienia SEO" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1163855804": { - "string": "Języki" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { - "string": "Kolekcje" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Tłumaczenia na {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Produkty" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Strony" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Kategorie" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Sposoby dostawy" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Atrybuty" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Wyprzedaże" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Kupony zniżkowe" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} z {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": "Ukończone tłumaczenia" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "Nazwa" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Języki" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "No languages found" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Język" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Zawartość" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "META Description" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Tytuł strony" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Tłumaczenie strony \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Ustawienia SEO" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Tytuł strony" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "META Description" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Tytuł strony" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Nazwa produktu" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Tłumaczenie produktu \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "Opis" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Ustawienia SEO" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_3731955064": { - "context": "header", - "string": "Tłumaczenie wyprzedaży \"{saleName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_898281424": { - "string": "Sale Name" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Opis" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Nazwa" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2447510181": { - "context": "header", - "string": "Tłumaczenie kuponu \"{voucherName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2599922713": { - "string": "Voucher Name" - }, - "src_dot_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Cofnij" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Niezrealizowane" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Nieopłacone" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Załącz grafikę" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "Wszystkie atrybuty powinny mieć nadaną wartość" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Nie podano adresu płatności" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Płatności stworzone ręcznie nie podlegają zwrotowi" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Tylko płatności preautoryzowane mogą zostać unieważnione" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Tylko płatności preautoryzowane mogą zostać zablokowane" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "Błąd API" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Błędna wartość" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Błędne hasło" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Wybrana metoda dostawy nie może zostać użyta z wybranym adresem dostawy" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "Kody SKU muszą być unikalne" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "To hasło jest zbyt krótkie" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Kupony zniżkowe" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Magazyny" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Informacje adresowe" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Informacje adresowe" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Nazwa Magazynu" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "Wszystkie Magazyny" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Strefy Wysyłki" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Akcje" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Nazwa" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Ustawienia" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooki" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Czy na pewno chcesz usunąć {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Stwórz Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Zdarzenia" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Stwórz Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Stwórz Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooki" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Akcja" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Nazwa" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Stwórz Webhook" - }, - "src_dot_yes": { - "string": "Tak" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Przypisane" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Szt." - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Niedostępne do zakupu" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Cofnij przypisanie" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Cofnij przypisanie" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Cofnij przypisanie" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Anuluj zamówienie"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Czy na pewno chcesz usunąć wszystkie typy stron? Jeśli je usuniesz, nie będzie możliwe przypisanie ich do nowych stron."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Ukryty"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Widoczny"},"19/lwV":{"string":"Określa atrybuty do stworzenia produktu"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Zdefiniuj jak użytkownicy mogą poruszać się po twoim sklepie"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Zarządzaj grupami uprawnień i ich uprawnieniami"},"n0RwMK":{"string":"Definiuje typy produktów, które sprzedajesz"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"wartość zniżki"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Kwota stała"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Aktywność"},"wWTUrM":{"string":"Brak aktywności"},"zWgbGg":{"string":"Dzisiaj"},"By5ZBp":{"context":"header","string":"Witaj, {userName}"},"aCX8rl":{"context":"subheader","string":"Tutaj znajdują się informacje, które zebraliśmy o Twoim sklepie"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {jedno zamówione} few {{amount} zamówionych} many {{amount} zamówionych} other {{amount} zamówionych}}"},"rr8fyf":{"context":"header","string":"Najpopularniejsze produkty"},"Q1Uzbb":{"string":"Nie znaleziono produktów"},"6L6Fy2":{"context":"header","string":"Uwaga"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Utwórz menu"},"jhh/D6":{"string":"Tytuł menu"},"G/SYtU":{"string":"Czy na pewno chcesz usunąć menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Usuń Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Dodaj Obiekt"},"fzDI3A":{"context":"add link to navigation","string":"Link do: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edytuj przedmiot"},"Urh2N3":{"context":"label","string":"Odnośnik"},"28GZnc":{"string":"Zacznij pisać, aby rozpocząć wyszukiwanie..."},"0Vyr8h":{"context":"menu item name","string":"Nazwa"},"Uf3oHA":{"context":"add new menu item","string":"Utwórz nowy przedmiot"},"dEUZg2":{"context":"header","string":"Przedmioty menu"},"WwZfNK":{"string":"Dodaj nowy obiekt, aby zacząć tworzyć menu"},"ugnggZ":{"string":"Utworzono menu"},"bj1U23":{"string":"Czy na pewno chcesz usunąć {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Czy na pewno chcesz usunąć to menu?} few {Czy na pewno chcesz usunąć {displayQuantity} menu?} many {Czy na pewno chcesz usunąć {displayQuantity} menu?} other {Czy na pewno chcesz usunąć {displayQuantity} menu?}}"},"1LBYpE":{"context":"dialog header","string":"Usuń menu"},"OwG/0z":{"string":"Usunięte menu"},"0nL1D6":{"context":"number of menu items","string":"Przedmioty"},"DWs4ba":{"string":"Nie znaleziono żadnych menu"},"JXRYQg":{"context":"button","string":"Utwórz menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Nie opublikowano"},"YI6Fhj":{"context":"no address is set in draft order","string":"Nie ustawiono"},"PX2zWy":{"context":"customer is not set in draft order","string":"Nie ustawiono"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Nie ustawiono"},"5Jo3C5":{"context":"vat not included in order price","string":"nie dotyczy"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Dostępne do zakupu"},"KupNHw":{"context":"product field","string":"Kategoria"},"jxoMLL":{"context":"product field","string":"Kolekcje"},"YVIajc":{"context":"product field","string":"Opis"},"W8i2Ez":{"context":"product field","string":"Nazwa"},"6y+k8V":{"context":"product field","string":"Grafiki produktów"},"7JAAul":{"context":"product field","string":"Eksportuj wagę produktu"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Typ"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Grafiki wariantów"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Stan magazynowy"},"SSWFo8":{"context":"window title","string":"Utwórz typ produktu"},"bq1eEx":{"context":"header","string":"Utwórz typ produktu"},"mUb8Gt":{"context":"section header","string":"Podatki"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Cena"},"vuKrlW":{"string":"Stan magazynowy"},"ABgQcF":{"context":"variant stock, header","string":"Stan magazynowy"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Magazyny"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Opublikowany"},"ppLwx3":{"context":"number of categories","string":"Kategorie ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Kolekcje ({quantity})"},"bNw8PM":{"context":"number of products","string":"Produkty ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Czy na pewno chcesz usunąć {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Czy na pewno chcesz usunąć {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Magazyn"},"skPoVe":{"context":"button","string":"Zastosuj"},"Y7UlMR":{"context":"app extensions subsection","string":"Aplikacje"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Aplikacje"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Aktywuj aplikację"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Czy na pewno chcesz aktywować {name}? Aktywowanie rozpocznie zbieranie wydarzeń."},"D3E2b5":{"context":"button label","string":"Aktywuj"},"W+AFZY":{"context":"button label","string":"Dezaktywuj"},"yMi8I8":{"context":"dialog header","string":"Dezaktywuj aplikację"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Usuń aplikację"},"6hLZNA":{"context":"delete app","string":"Czy na pewno chcesz usunąć tę aplikację?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Dezaktywuj"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Aktywuj"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Klucz"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Akcje"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Dezaktywowane"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Token dostępu jest używany do uwierzytelniania kont usług"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"Stwórz"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Atrybuty"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"context":"dialog content","string":"{counter,plural,one {Czy na pewno chcesz usunąć ten atrybut?} few {Czy na pewno chcesz usunąć {displayQuantity} atrybuty?} many {Czy na pewno chcesz usunąć {displayQuantity} atrybutów?} other {Czy na pewno chcesz usunąć {displayQuantity} atrybutu?}}"},"rKf4LU":{"context":"dialog title","string":"Usuń atrybuty"},"JI2Xwp":{"context":"dialog title","string":"Usuń atrybut"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Terytorium"},"xOEZjV":{"context":"attribute's label","string":"Domyślna etykieta"},"P79U4b":{"context":"attribute's slug short code label","string":"Kod atrybutu"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"Jest on używane wewnętrznie. Upewnij się, że nie używasz spacji"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Data"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Rozwijana lista"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Plik"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Wielokrotny wybór"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Strony"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Produkty"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Wartość wymagana"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Waga"},"dKPMyh":{"context":"tab name","string":"Wszystkie atrybuty"},"IGvQ8k":{"context":"button","string":"Utwórz atrybut"},"1div9r":{"string":"Wyszukaj Atrybut"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Tylko Warianty"},"HQR2y0":{"context":"attribute value is required","string":"Wartość wymagana"},"cvbqJu":{"context":"attribute","string":"Widoczny na karcie produktu w sklepie"},"ztQgD8":{"string":"Nie znaleziono atrybutów"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Wyszukiwalny"},"oJkeS6":{"string":"Kod atrybutu"},"k6WDZl":{"context":"attribute is visible","string":"Widoczny"},"HjUoHK":{"context":"attribute's label'","string":"Domyślna etykieta"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Utwórz nowy atrybut"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Właściwości w panelu"},"RH+aOF":{"context":"use attribute in filtering","string":"Używaj w filtrowaniu"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Właściwości w sklepie"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Pozycja w nawigacji fasetowej"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Grafika"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Dodaj Wartość"},"UhcALJ":{"context":"attribute name","string":"Nazwa"},"H60H6L":{"context":"attribute values list: name column header","string":"Domyślny widok sklepu"},"3psvRS":{"context":"attribute values list: slug column header","string":"Administrator"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Przypisz wartość"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Pomyślnie utworzono atrybut"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Usunięto atrybut"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Zaloguj"},"5sg7KC":{"string":"Hasło"},"3tbL7x":{"context":"description","string":"Nie pamiętasz hasła?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"New Password"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Potwierdź hasło"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Passwords do not match"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Zresetuj hasło"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Dostępność"},"0OfZJA":{"context":"button","string":"Wstecz"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Anuluj"},"dOQB9o":{"context":"payment status","string":"Anulowany"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Katalog"},"sK1FPw":{"context":"categories section name","string":"Kategorie"},"DP6b8U":{"context":"section header","string":"Obraz tła (opcjonalny)"},"0iMYc+":{"context":"field is optional","string":"(opcjonalne)"},"cgsY/X":{"context":"page header","string":"Utwórz nową kategorię"},"wQdR8M":{"string":"Dodaj tytuł i opis dla przeglądarek, aby ułatwić znalezienie tej kategorii"},"xo5UIb":{"context":"dialog title","string":"Usuń kategorię"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Nazwa kategorii"},"8HRy+U":{"string":"Opis kategorii"},"vof5TR":{"context":"button","string":"Utwórz kategorię"},"JiXNEV":{"string":"Wyszukaj kategorię"},"vy7fjd":{"context":"tab name","string":"Wszystkie kategorie"},"dM86a2":{"string":"Nie znaleziono kategorii "},"rrbzZt":{"string":"Nie znaleziono podkategorii "},"BHQrgz":{"context":"number of subcategories","string":"Podkategorie"},"k8ZJ5L":{"context":"number of products","string":"Ilość produktów"},"VQLIXd":{"context":"product","string":"Nazwa"},"x/pIZ9":{"context":"button","string":"Dodaj produkt"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Produkty w {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Podkategorie"},"V+fkAO":{"context":"number of products in category","string":"Produkty"},"NivJal":{"context":"section header","string":"Wszystkie podkategorie"},"UycVMp":{"context":"button","string":"Utwórz podkategorię"},"Irflxf":{"context":"window title","string":"Utwórz kategorię"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Kategoria utworzona"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Usunięto kategorię"},"KCjd1o":{"context":"dialog title","string":"Usuń produkty"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Usuń kategorie"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Dostępność"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Nie aktywny"},"+tIkAe":{"context":"status","string":"Status"},"MHVglr":{"context":"deactivate","string":"Dezaktywuj"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Aktywna"},"MQwT1W":{"context":"activate","string":"Aktywuj"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Wyczyść"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Kolekcje"},"9vQR6c":{"context":"collection label","string":"Widoczny"},"V8FhTt":{"context":"collection label","string":"Ukryty"},"Rj8LxK":{"string":"Dodaj tytuł i opis dla przeglądarek, aby ułatwić znalezienie tej kolekcji"},"Fxa6xp":{"context":"page header","string":"Dodaj Kolekcję"},"/WXs6H":{"context":"collection name","string":"Nazwa"},"G4g5Ii":{"context":"tab name","string":"Wszystkie kolekcje"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Utwórz kolekcję"},"9eC0MZ":{"context":"collection","string":"Ukryty"},"lL3YJO":{"context":"collection","string":"Opublikowany"},"Yw+9F7":{"string":"Nie znaleziono kolekcji"},"mWQt3s":{"string":"Ilość produktów"},"VZsE96":{"string":"Nazwa kolekcji"},"UxdBmI":{"context":"collection availability","string":"Dostępność"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Typ"},"Oe62bR":{"context":"product availability","string":"Dostępność"},"/dnWE8":{"context":"products in collection","string":"Produkty w {name}"},"scHVdW":{"context":"button","string":"Przypisz produkt"},"6AMFki":{"context":"product name","string":"Nazwa"},"Q8wHwJ":{"string":"Kolekcja usunięta"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Utwórz kolekcję"},"+wpvnk":{"context":"dialog title","string":"Usuń kolekcję"},"67V0c0":{"context":"unassign product from collection, button","string":"Cofnij przypisanie"},"fzk04H":{"context":"dialog title","string":"Usuń obrazek"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Usuń kolekcje"},"C7eDb9":{"string":"Grupy uprawnień"},"Fbr4Vp":{"context":"dialog header","string":"Uprawnienia"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Kraj"},"O95R3Z":{"string":"Telefon"},"B52Em/":{"string":"Adres linia 1"},"TE4fIS":{"string":"Miasto"},"oYGfnY":{"string":"Kod pocztowy"},"oQY0a2":{"string":"Adres linia 2"},"9YazHG":{"string":"Nazwa firmy"},"AuwpCm":{"string":"Województwo"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Wyszukaj kategorię"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Wyszukaj kolekcję"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Atrybuty"},"j8PV7E":{"context":"attribute values","string":"Wartości"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Wartość"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Dostępność"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Zarządzaj"},"0cVk9I":{"string":"Wyświetlaj na liście produktów"},"UjsI4o":{"context":"date","string":"od {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publikuj"},"5ukAFZ":{"string":"Odznaczenie tego pola ukryje produkt z wyszukiwarki oraz zakładek kategorii. Pozostanie od nadal na podstronach kolekcji."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Ustaw datę publikacji"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Opublikowany"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Status"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Sklep"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Błąd"},"9mGA/Q":{"context":"button linking to dashboard","string":"Panel sterowania"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Własny filtr"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Filtry"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Filtry"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Zapisz zmiany"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Przeciągnij tutaj, aby dołączyć"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Wartość"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Prywatne Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Pole"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Dodaj pole"},"nEixpu":{"context":"table action","string":"Akcje"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Dodaj nową wartość: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Szukaj klienta"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Kategoria"},"phAZoj":{"string":"Kolekcja"},"M1uijW":{"context":"collection","string":"Nieopublikowana"},"CjSRT1":{"context":"button","string":"Utwórz kategorię"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Stwórz klienta"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Stwórz produkt"},"y9cvqE":{"context":"button","string":"Utwórz kupon"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Szukaj klientów"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Produkt"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Wróć do panelu"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"Wyników na stronie:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Tytuł strony"},"CXTIq8":{"string":"META Description"},"s5Imt5":{"context":"button","string":"Edytuj ustawienia SEO"},"TGX4T1":{"string":"Ustawienia SEO"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} z {maxCharacters} znaków"},"s/sTT6":{"string":"Jeżeli pole jest puste, podgląd pokaże co zostanie automatycznie wygenerowane."},"450Fty":{"string":"Brak"},"qu/hXD":{"string":"Wybrano {number} elementów"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Dodaj tutaj swoją notatkę..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Wyloguj się"},"X8+Lpa":{"context":"button","string":"Ustawienia Konta"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Widoczność"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Ustawienia"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Potwierdź"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Odśwież"},"Rjs1CD":{"context":"button","string":"Kontynuuj"},"H5NKfr":{"context":"button","string":"Stwórz"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Klienci"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Dodaj Adres"},"rjy9/k":{"context":"button","string":"Dodaj adres"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"Książka adresowa - {fullName}"},"MpR4zK":{"context":"customer details, header","string":"Szczegóły klienta {fullName}"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Domyślny adres"},"VyzsWZ":{"string":"Domyślny adres do rachunku"},"nLML8Y":{"string":"Domyślny adres dostawy"},"puikeb":{"context":"button","string":"Usuń adres"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Ustaw jako domyślny adres do rachunku"},"+7OsyM":{"context":"button","string":"Ustaw jako domyślny adres dostawy"},"BfJGij":{"context":"header","string":"Informacje adresowe"},"Zd3Eew":{"context":"subsection header","string":"Adres dostawy"},"bHdFph":{"context":"subsection header","string":"Adres"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Adres do rachunku"},"jGGnSZ":{"context":"page header","string":"Adres podstawowy"},"wNQzS/":{"string":"Podstawowy adres tego klienta."},"fjPWOA":{"context":"header","string":"Dane klienta"},"qNcoRY":{"context":"notes about customer header","string":"Notatki"},"uUQ+Al":{"context":"note about customer","string":"Notatka"},"w3sGrD":{"string":"Wprowadź wszelkie dodatkowe informacje dotyczące tego klienta."},"N76zUg":{"context":"page header","string":"Stwórz klienta"},"+NUzaQ":{"context":"check to mark this account as active","string":"Użytkownik aktywny"},"MjUyhA":{"context":"section subheader","string":"Aktywny członek od {date}"},"SMakqb":{"context":"customer contact section, header","string":"Informacje kontaktowe"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Szukaj klienta"},"QLVddq":{"context":"button","string":"Stwórz klienta"},"xQK2EC":{"context":"tab name","string":"Wszyscy klienci"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Adres email"},"Gr1SAu":{"string":"Klient"},"pURrk1":{"context":"order status","string":"Status"},"1LiVhv":{"context":"section header","string":"Ostatnie zamówienia"},"nTF6tG":{"context":"number of order","string":"Nr zamówienia"},"3+990c":{"context":"button","string":"Zobacz wszystkie zamówienia"},"ri3kK9":{"context":"order placement date","string":"Data"},"taX/V3":{"context":"order total amount","string":"Suma"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Ostatnie logowanie"},"HMD+ib":{"string":"Ostatnie zamówienie"},"e7Nyu7":{"context":"section header","string":"Historia aktywności"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Usuń adres"},"nX2pCU":{"context":"window title","string":"Stwórz klienta"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Usuń konta klientów"},"hzSNj4":{"string":"Panel sterowania"},"P7PLVj":{"string":"Data"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Usuń"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Opis"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Zniżki"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"Nie znaleziono kategorii "},"fV6yX5":{"context":"table head","string":"Nazwa kategorii"},"QGjJcT":{"context":"number of products","string":"Produkty"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"Nie znaleziono kolekcji"},"ht9yOD":{"context":"table head","string":"Nazwa kolekcji"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Ustaw datę zakończenia"},"zKOGkU":{"context":"time during discount is active, header","string":"Okres Aktywności"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"Nie znaleziono produktów"},"6cMkfT":{"context":"table head","string":"Nazwa produktu"},"bPFp8B":{"context":"product type","string":"Typ produktu"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"Nie znaleziono żadnych wariantów"},"Q1HhPk":{"context":"table head","string":"Typ produktu"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Utwórz wyprzedaż"},"F56hOz":{"context":"sale name","string":"Nazwa"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Utwórz wyprzedaż"},"Yjhgle":{"context":"tab name","string":"Wszystkie wyprzedaże"},"AnqH4p":{"context":"sale status","string":"Aktywna"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Kwota stała"},"s17U7u":{"context":"discount type","string":"Procentowa"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Status"},"KHZlmi":{"string":"Rodzaj zniżki"},"XZR590":{"context":"sale value","string":"Wartość"},"giF5UV":{"context":"sale end date","string":"Kończy się"},"51HE+Q":{"string":"Nie znaleziono wyprzedaży"},"iBSq6l":{"context":"sale start date","string":"Rozpoczęto"},"WkxE8/":{"context":"percentage or fixed, header","string":"Rodzaj zniżki"},"JnzDrI":{"context":"discount type","string":"Kwota stała"},"wHdMAX":{"context":"sale value, header","string":"Wartość"},"x3g4Ry":{"context":"sale discount","string":"Wartość zniżki"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Utwórz kupon"},"YjcN9w":{"context":"time during voucher is active, header","string":"Okres Aktywności"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Kraje"},"jvKNMP":{"string":"Kod rabatowy"},"mSLr9d":{"context":"voucher code, button","string":"Generuj kod zniżkowy"},"vTgRTZ":{"context":"limit voucher","string":"Limit pojedynczego użycia na klienta"},"Qj/3sH":{"context":"limit voucher","string":"Limit ilości użycia zniżki"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit wykorzystania"},"pzSF+b":{"context":"voucher usage limit, header","string":"Limit wykorzystania"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"Wszystkie kupony"},"IruP2T":{"string":"Wyszukaj kupon"},"GbhZJ4":{"context":"button","string":"Utwórz kupon"},"amQg6f":{"context":"voucher status","string":"Aktywna"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Status"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Wartość"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. wartość zamówienia"},"b6L9n7":{"context":"voucher is active until date","string":"Kończy się"},"yHwvLL":{"context":"voucher uses","string":"Użyto"},"5u7b3V":{"context":"voucher is active from date","string":"Rozpoczęto"},"JsPIOX":{"context":"voucher code","string":"Kod"},"U2mOqA":{"string":"Nie znaleziono kuponów"},"GVinbz":{"context":"column title","string":"Wartość"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimalne wymagania"},"u/hkKO":{"context":"voucher has no requirements","string":"Brak"},"XT/ZvF":{"context":"voucher requirement","string":"Minimalna ilość sztuk"},"bh9+8A":{"context":"voucher requirement","string":"Minimalna wartość zamówienia"},"FOa+Xd":{"context":"voucher value requirement","string":"MIn. wartość zamówienia"},"bcf60I":{"context":"voucher","string":"Dotyczy"},"HLqWXA":{"context":"voucher value requirement","string":"Limit wykorzystania"},"6cq+c+":{"context":"header","string":"Rodzaj zniżki"},"sS5aVm":{"context":"voucher discount type","string":"Darmowa dostawa"},"fEfCtO":{"context":"voucher discount type","string":"Procentowa"},"vXFPD6":{"context":"voucher discount type","string":"Kwota stała"},"1shOIS":{"context":"column title","string":"Cena"},"/oaqFS":{"context":"section header","string":"Wartość"},"mmcHeH":{"string":"Wartość zniżki"},"5c2JVF":{"context":"voucher application, switch button","string":"Tylko raz na zamówienie"},"9UHfux":{"string":"Specyfikacja kuponu"},"ObRk1O":{"string":"Jeśli ta opcja jest wyłączona, zniżka będzie liczona dla każdego kwalifikującego się produktu"},"bP7ZLP":{"context":"voucher discount","string":"Całe zamówienie"},"45zP+r":{"context":"voucher discount","string":"Wybrane produkty"},"WasHjQ":{"context":"voucher discount","string":"Wysyłka"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Usuń wyprzedaże"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Pomyślnie utworzono kupon"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Usuń kupon"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Usuń kupony"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Szkic"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Wersje robocze"},"Ja7gHc":{"context":"button","string":"Edytuj"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"Data zakończenia"},"juBV+h":{"string":"Godzina zakończenia"},"KN7zKn":{"string":"Błąd"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"Imię"},"pkjXPD":{"context":"order status","string":"Zrealizowane"},"pkUbrL":{"string":"Informacje ogólne"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Klient"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Notatka"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Zmień"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Szczegóły"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Szczegóły"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Kwota"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Produkt"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Status"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Usuń"},"IzEVek":{"context":"bulk disable label","string":"Dezaktywuj"},"hz+9ES":{"context":"bulk activate label","string":"Aktywuj"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Produkt"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Ustawienia"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Strona główna"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Zamówienie #{orderId} zostało opłacone"},"0dPP8O":{"string":"Zamówienie #{orderId} zostało złożone"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"Brak niezrealizowanych zamówień"},"5dyOs0":{"string":"Brak oczekujących płatności"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Nazwisko"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Zarządzaj"},"9C7PZE":{"context":"navigation section name","string":"Nawigacja"},"wlQTfb":{"context":"go to next step, button","string":"Następny"},"oUWADl":{"string":"Nie"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Opcjonalne"},"Ta9j04":{"context":"orders section name","string":"Zamówienia"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Anuluj zamówienia"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Adres nabywcy"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Dodaj nowy adres"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Adres dostawy"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"Brak uwag klienta"},"puALFo":{"context":"notes about customer, header","string":"Notatki"},"4Jp83O":{"context":"subheader","string":"Informacje kontaktowe"},"hkSkNx":{"string":"Szukaj klientów"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Adres dostawy"},"Y7M1YQ":{"context":"section header","string":"Klient"},"GLX9II":{"context":"billing address","string":"Taki sam jak adres wysyłki"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Adres do rachunku"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Zamówienie #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Anuluj zamówienie"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Dodaj"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Wartość zniżki"},"fo7nfa":{"context":"fixed amount","string":"Kwota stała"},"IN5iJz":{"context":"value input helper text","string":"Błędna wartość"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Procentowa"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Cena"},"nEWp+k":{"context":"quantity of ordered products","string":"Ilość"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Suma"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Dodaj metodę wysyłki"},"+8v1ny":{"context":"discount button","string":"Zniżka"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Suma częściowa"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Suma"},"18wvf7":{"context":"section header","string":"Szczegóły zamówienia"},"C50ahv":{"context":"button","string":"Dodaj Produkty"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Stwórz zamówienie"},"7a1S4K":{"context":"tab name","string":"Wszystkie wersje robocze"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Klient"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"Nr zamówienia"},"hkENym":{"string":"Klient"},"mCP0UD":{"context":"order draft creation date","string":"Data"},"1Uj0Wd":{"context":"order draft total price","string":"Suma"},"PAqicb":{"context":"button","string":"Anuluj zamówienie"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Zamówienie"},"kPIZ65":{"context":"page header","string":"Zamówienie #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Zamówienie nr. {orderNumber} - zrealizuj"},"N5UuEK":{"context":"header","string":"Gotowe do wysłania"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Nazwa produktu"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Ilość do wysłania"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Zrealizuj"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Dodaj numer przesyłki"},"dTkmON":{"context":"edit tracking button","string":"Edytuj numer referencyjny"},"K//bUK":{"context":"refund button","string":"Zwróć środki"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Anuluj realizację"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Numer referencyjny"},"/BJQIq":{"context":"dialog header","string":"Dodaj Kod Śledzenia"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Zamówienie zostało złożone"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Przesłano klientowi potwierdzenie zamówienia"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Zamówienie zostało w pełni opłacone"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Płatność została zwrócona"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Historia zamówienia"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Faktury"},"F0AXNs":{"context":"invoice create date prefix","string":"utworzone"},"hPB89Y":{"string":"Brak faktur"},"m6IBe5":{"context":"invoice number prefix","string":"Faktura"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"Wszystkie zamówienia"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Klient"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Status realizacji"},"p+UDec":{"context":"payment status","string":"Płatność"},"5blVMu":{"context":"e-mail or full name","string":"Klient"},"PHUcrU":{"context":"date when order was placed","string":"Data"},"k9hf7F":{"context":"total order price","string":"Suma"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Kwota"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Pobierz"},"V+gwx7":{"context":"order payment","string":"Kwota pobrana"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Zniżka"},"pr513b":{"context":"ordered products","string":"{quantity} przedmiotów"},"+5HkZN":{"context":"order, button","string":"Oznacz jako opłacone"},"5te3Tp":{"context":"order payment","string":"Pozostało do zapłaty"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Status płatności"},"uUsZ7m":{"context":"order payment","string":"Kwota zablokowana"},"HaQ8cg":{"context":"button","string":"Zwróć środki"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Wysyłka"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"nie dotyczy"},"Rsknyh":{"context":"order does not require shipping","string":"nie dotyczy"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Suma częściowa"},"r+dgiv":{"string":"Podatki"},"zb4eBO":{"context":"order total price","string":"Suma"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Kupon"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Cena"},"WE8IFE":{"context":"product name","string":"Produkt"},"tvpAXl":{"context":"ordered product quantity","string":"Ilość"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Suma"},"5aiFbL":{"context":"tabel column header","string":"Cena"},"FNT4b+":{"context":"tabel column header","string":"Produkt"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Suma"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Zamówienie #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Kwota"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Zwróć środki"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Cena"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Produkt"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Zrealizowane ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Niezrealizowane"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Ustawienia"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Zrealizuj"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Zamówienie #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Cofnij przypisanie"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Strony"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Dodaj tytuł i opis dla przeglądarek, aby ułatwić znalezienie tej strony"},"GZgjK7":{"context":"page","string":"będzie widoczny od {data}"},"X26jCC":{"context":"page label","string":"Widoczny"},"/TK7QD":{"context":"page label","string":"Ukryty"},"gMwpNC":{"context":"page content","string":"Zawartość"},"gr+oXW":{"context":"page title","string":"Tytuł"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Tytuł"},"5GSYCR":{"context":"page status","string":"Widoczność"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Opublikowany"},"UN3qWD":{"context":"page status","string":"Nieopublikowana"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Opublikuj"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Cofnij publikację"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Opłacone"},"PbqNhi":{"context":"order status","string":"Częściowo zrealizowane"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Częściowo zwrócono środki"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Status płatności"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Aktywna"},"7WzUxn":{"context":"staff member status","string":"Nie aktywny"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Czy na pewno chcesz usunąć {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Akcje"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Email Address"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Nazwa"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Cofnij przypisanie"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Autoryzacja"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Status"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Dodaj Wartość do Pola Autoryzacyjnego"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"Wszystkie wtyczki"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"Aktywna"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Ustawienia"},"ho75Lr":{"context":"status label deactivated","string":"Dezaktywowane"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Nazwa"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Typy produktów"},"9scTQ0":{"context":"section header","string":"Atrybuty produktu"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"Wszystkie typy produktów"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Z wariantami"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Typ"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Podatek"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Typ"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Wysyłka"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Waga"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Cofnij przypisanie"},"K8xNLe":{"context":"products section name","string":"Produkty"},"ulh3kf":{"string":"Kolekcje"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Dodaj tytuł i opis dla przeglądarek, aby ułatwić znalezienie tego produktu"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"produkty"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Eksportuj produkty"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"Wszystkie produkty"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Dostępny"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Ukryty"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Cena"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Widoczność"},"6Y1nQd":{"context":"product is visible","string":"Widoczny"},"Jz/Cb+":{"context":"product type","string":"Zwykły"},"+VEhV8":{"context":"product channels","string":"Dostępność"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organizacja produktu"},"Be+J13":{"string":"Z wariantami"},"v+Pkm+":{"context":"field is optional","string":"*Opcjonalne. Dodanie produktu do kolekcji ułatwi użytkownikom znalezienie go."},"anK7jD":{"string":"Typ produktu"},"3rIMq/":{"context":"product shipping","string":"Dostawa"},"SUbxSK":{"context":"product weight","string":"Waga"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU"},"KTAg0f":{"context":"tabel column header","string":"Nazwa magazynu"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Ilość"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Śledź stan magazynowy"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Zaznaczenie tej opcji spowoduje automatyczne aktualizowanie stanów magazynowych, np. obniżenie ilości dostępnych produktów w momencie ich zakupu."},"TfY/Pi":{"context":"checkbox","string":"Dolicz podatki do tego produktu"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Ustal indywidualny podatek"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Utwórz warianty"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Usuń wariant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Cena"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Podsumowanie"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Następny"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Stwórz"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Wariant"},"rbkmfG":{"context":"button","string":"Delete variant"},"WwNtFn":{"context":"delete product variant","string":"Czy na pewno chcesz usunąć {name}?"},"GFJabu":{"context":"dialog header","string":"Usuń wariant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Domyślny"},"1kdQdO":{"context":"section header","string":"Warianty"},"3C3Nj5":{"context":"button","string":"Dodaj wariant"},"gF7hbK":{"context":"variant name","string":"Nowy wariant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Ukryty"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Dostępność"},"Xm9qOu":{"context":"product pricing, section header","string":"Cennik"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Koszt"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Cena"},"SZH0fw":{"context":"set variant as default, button","string":"Ustaw jako domyślne"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Niedostępny"},"n02c9W":{"context":"product variant price","string":"Cena"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Dostępne w:"},"HcjV6k":{"context":"button","string":"Utwórz warianty"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} dostępne w {numLocations} miejscach} few {{numAvailable} dostępne w {numLocations} miejscach} many {{numAvailable} dostępne w {numLocations} miejscach} other {{numAvailable} dostępne w {numLocations} miejscach}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"Wszystkie Magazyny"},"kL3C+K":{"context":"product variant inventory status","string":"Stan magazynowy"},"3VyHbJ":{"context":"button","string":"Utwórz wariant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Wariant"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Utwórz wariant"},"PXx4Jk":{"context":"window title","string":"Stwórz produkt"},"NBP8uu":{"context":"page header","string":"Nowy produkt"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Czy na pewno chcesz usunąć {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Utwórz warianty"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor działa w trybie tylko do odczytu. Zmiany nie są zapisywane."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Zwrócono środki"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Usuń"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Wyprzedaże"},"RaycYK":{"context":"button","string":"Zapisz"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Cennik"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Nazwa produktu"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Nazwa Magazynu"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Kraje"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Nazwa strefy dostawy"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Dodaj"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Dostawa"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Cena"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"Nazwa"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Ustawienia"},"uULcph":{"context":"header","string":"Wysyłka"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Kraje"},"gRa/TS":{"context":"shipping zone","string":"Nazwa"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Cofnij przypisanie"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"Użytkownik jest aktywny"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Aktywna"},"Fc3O3r":{"context":"staff member's account","string":"Dezaktywowane"},"utaSh3":{"context":"staff member's account","string":"Status"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"New Password"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Zmiana hasła"},"GXdwyR":{"context":"input label","string":"Poprzednie Hasło"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"Hasło"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Zmień"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Usuń"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Data startu"},"tWbE34":{"string":"Godzina startu"},"tzMNF3":{"string":"Status"},"RrCui3":{"string":"Podsumowanie"},"5elC9k":{"context":"taxes section name","string":"Podatki"},"lnQAos":{"context":"header","string":"Podatki"},"3BTtL2":{"string":"Nie znaleziono żadnych krajów."},"/JENWS":{"string":"Obniżone stawki podatkowe"},"07KB2d":{"string":"Kod kraju"},"0GJfWd":{"string":"Nazwa kraju"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"Wszystkie ceny produktów zawierają podatki"},"98isC5":{"string":"Pokazuj klientom ceny brutto "},"FNKhkx":{"string":"Doliczaj podatki do kosztów wysyłki"},"+OV+Gj":{"context":"button","string":"Pobierz podatki"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Atrybuty"},"5fCMUI":{"context":"translations section name","string":"Tłumaczenia"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Oryginalna treść"},"/vCXIP":{"string":"Tłumaczenie"},"vTN5DZ":{"context":"button","string":"Odrzuć"},"T/5OyA":{"string":"Brak tłumaczenia"},"DRMMDs":{"string":"Nazwa atrybutu"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Wartości"},"US3IPU":{"string":"META Description"},"XitW/z":{"string":"Tłumaczenie kategorii \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Tytuł strony"},"Bphmwe":{"context":"header","string":"Tłumaczenie kolekcji \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Języki"},"FemBUF":{"context":"header","string":"Tłumaczenia na {language}"},"7NFfmz":{"string":"Produkty"},"CxfKLC":{"string":"Strony"},"VKb1MS":{"string":"Kategorie"},"RzsKm8":{"string":"Sposoby dostawy"},"c8nvms":{"string":"Wyprzedaże"},"etP0+D":{"string":"Kupony zniżkowe"},"ikRuLs":{"context":"translation progress","string":"{current} z {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Ukończone tłumaczenia"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Nazwa"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Język"},"oUWXLO":{"context":"header","string":"Tłumaczenie strony \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Tytuł strony"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Tłumaczenie produktu \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Tłumaczenie wyprzedaży \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"Opis"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Tłumaczenie kuponu \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Cofnij"},"oB0y5Y":{"context":"order status","string":"Niezrealizowane"},"FBtqtl":{"context":"payment status","string":"Nieopłacone"},"Lx1ima":{"context":"button","string":"Załącz grafikę"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"Wszystkie atrybuty powinny mieć nadaną wartość"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Nie podano adresu płatności"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Płatności stworzone ręcznie nie podlegają zwrotowi"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Tylko płatności preautoryzowane mogą zostać unieważnione"},"gKdGxP":{"context":"error message","string":"Tylko płatności preautoryzowane mogą zostać zablokowane"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"Błąd API"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Błędna wartość"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Błędne hasło"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Wybrana metoda dostawy nie może zostać użyta z wybranym adresem dostawy"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"Kody SKU muszą być unikalne"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"To hasło jest zbyt krótkie"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Kupony zniżkowe"},"ycMLN9":{"context":"warehouses section name","string":"Magazyny"},"43Nlay":{"context":"warehouse","string":"Informacje adresowe"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"Wszystkie Magazyny"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Strefy Wysyłki"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Nazwa"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Ustawienia"},"6nSTuC":{"context":"webhooks section name","string":"Webhooki"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Czy na pewno chcesz usunąć {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Stwórz Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Zdarzenia"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Stwórz Webhook"},"jqnwW9":{"context":"header","string":"Webhooki"},"a/QJBx":{"context":"user action bar","string":"Akcja"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Nazwa"},"JVaz1C":{"context":"window title","string":"Stwórz Webhook"},"a5msuh":{"string":"Tak"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Przypisane"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Szt."},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Niedostępne do zakupu"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Cofnij przypisanie"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/pt.json b/locale/pt.json index 9d8bd9cc0..89cb9e401 100644 --- a/locale/pt.json +++ b/locale/pt.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Cancelar Pedido" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Oculto" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visível" - }, - "configurationMenuAttributes": { - "string": "Identifique atributos usados para criar tipos de produtos" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Defina com os utilizadores navegam pela loja" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Modifique grupos e as suas permissões" - }, - "configurationMenuProductTypes": { - "string": "Defina os tipos de produtos que vende" - }, - "configurationMenuShipping": { - "string": "Defina como envia as encomendas" - }, - "configurationMenuSiteSettings": { - "string": "Veja e edite as opções do site" - }, - "configurationMenuStaff": { - "string": "Defina empregados e as suas permissões" - }, - "configurationMenuTaxes": { - "string": "Defina como a loja gere os impostos" - }, - "configurationMenuWarehouses": { - "string": "Defina a informação de armazém" - }, - "configurationPluginsPages": { - "string": "Veja e edite os plugins e as suas opções" - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Actividade" - }, - "homeActivityCardNoActivities": { - "string": "Nenhuma actividade encontrada" - }, - "homeAnalyticsCardHeader": { - "string": "Hoje" - }, - "homeHeaderText": { - "context": "header", - "string": "Olá, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Aqui está alguma informação que reunimos acerca da sua loja" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {Um pedido} other {{amount} Pedidos}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top de produtos" - }, - "homeProductsListCardNoProducts": { - "string": "Nenhum produto encontrado" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Aviso legal" - }, - "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": "Olá, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Criar Menu" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Título do Menu" - }, - "menuDetailsDeleteMenuContent": { - "string": "Tem a certeza que pretende apagar o menu {menuName}?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Apagar 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": "Adicionar item" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Link para: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Editar item" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Link" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Escreva para começar a procura..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Nome" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Criar novo item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Items do menu" - }, - "menuItemsPlaceholder": { - "string": "Adicionar item de menu para criar menu" - }, - "menuListCreatedMenu": { - "string": "Menu criado" - }, - "menuListDeleteMenuContent": { - "string": "Tem a certeza que quer eliminar {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Apagar Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Tem a certeza que quer eliminar este menu?} other {Tem a certeza que quer eliminar {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Eliminar Menus" - }, - "menuListDeletedMenu": { - "string": "Menu eliminado" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Título do Menu" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Criar Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Título do Menu" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Não publicado" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Categoria" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Coleções" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Descrição" - }, - "productExportFieldName": { - "context": "product field", - "string": "Nome" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Tipo" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "imagens de variações" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Inventário" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Criar tipo de produto" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Criar tipo de produto" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Impostos" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Preço" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Armazéns" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Publicado " - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categorias ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Colecções ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Produtos ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Tem a certeza que pretende apagar {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Tem a certeza que pretende apagar {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Armazém" - }, - "src_dot_accept": { - "context": "button", - "string": "Aceitar" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Chave" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Criar" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Atributos" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Are you sure you want to delete {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Área" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Etiqueta por omissão" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Código de atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "context": "attribute slug input field helper text", - "string": "Isto é utilizado internamente. Não utilizar espaços" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Data" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Arquivo" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Selecção múltipla" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Páginas" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Produtos" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "É necessário o valor" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Peso" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "Todos os atributos" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "Criar atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "Procurar atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "Pode ser utilizado como coluna" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Pode ser filtrado no painel de controlo" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { - "context": "use attribute in filtering", - "string": "Pode ser filtrado na loja" - }, - "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": "É necessário o valor" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_visibleInStorefront": { - "context": "attribute", - "string": "Visível na página de produto na loja" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { - "string": "Nenhum atributo encontrado" - }, - "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": "Pode ser procurado" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { - "string": "Código de atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_643174786": { - "context": "attribute is visible", - "string": "Visível" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "Etiqueta por omissão" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Criar novo atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "Se activo, este atributo pode ser usado como coluna na tabela de produto" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Propriedades do painel de controlo" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Propriedades da loja" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Imagem" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "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": "Nome" - }, - "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_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Entrar" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Senha" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Esqueceu a senha?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "O seu nome de utilizador e/ou senha estão incorrectos. Por favor tente outra vez." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Nova senha" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "Defina nova senha" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "Confirme a senha" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "As senhas nao correspondem" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Redefinir password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Voltar à página de autenticação." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Redefinir password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "Sucesso! Dentro de minutos irá receber uma mensagem com instrucções de como redefinir a sua senha." - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "O endereço de e-mail não existe na nossa base de dados." - }, - "src_dot_availability": { - "string": "Disponibilidade" - }, - "src_dot_back": { - "context": "button", - "string": "Voltar" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Cancelar" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Cancelado" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catálogo" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Categorias" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Imagem de fundo (opcional)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(Opcional)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Criar nova categoria" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Adicione um título e descrição para o motor de busca encontrar esta categoria mais facilmente" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Apagar categoria" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "Tem a certeza que pretende apagar {categoryName}?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Nome da Categoria" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Descrição da Categoria" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Criar categoria" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Procurar Categoria" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "Todas as Categorias" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Nome da Categoria" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "Nenhuma categoria encontrada" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "Nenhuma subcategoria encontrada" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "Subcategorias" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "No. de Produtos" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "Nenhum produto encontrado" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Nome" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Adicionar produto" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "Produtos em {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Subcategorias" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Adicione um título e descrição para o motor de buscar encontrar esta categoria mais facilmente" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "Produtos" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "Todas as Subcategorias" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Criar subcategoria" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Criar categoria" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Tem a certeza que pretende apagar este produto?} other {Tem a certeza que pretende apagar {displayQuantity} produtos?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "Categoria criada" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Tem a certeza que pretende apagar esta categoria?} other {Tem a certeza que pretende apagar {displayQuantity} categorias?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "Apagar categoria" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Categoria apagada" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Apagar produtos" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "src_dot_categories_dot_views_dot_3488150607": { - "string": "Lembre-se que isto também vai apagar todos os produtos associados a esta categoria." - }, - "src_dot_categories_dot_views_dot_712767046": { - "context": "dialog title", - "string": "Apagar categorias" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "Tem a certeza que pretende apagar {categoryName}?" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_1823337870": { - "string": "{counter,plural,one {Tem a certeza que pretende apagar esta categoria?} other {Tem a certeza que pretende apagar {displayQuantity} categorias?}}" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_3488150607": { - "string": "Lembre-se que isto também vai apagar todos os produtos associados a esta categoria." - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_712767046": { - "context": "dialog title", - "string": "Apagar categorias" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Disponibilidade" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Estado" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Ativo" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Limpar" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Coleções" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visível" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Oculto" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "Adicione um título e descrição para o motor de busca encontrar esta coleção mais facilmente" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "Adicionar Coleção" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "Visível" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Oculto" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Adicione um título e descrição para o motor de busca encontrar esta coleção mais facilmente" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "Nome" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Imagem de fundo (opcional)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(Opcional)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "Todas as coleções" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Criar coleção" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "Oculto" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Publicado " - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "Nenhuma coleção encontrada" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "No. de Produtos" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "Nome da Coleção" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "Disponibilidade" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "Nenhum produto encontrado" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Tipo" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "Disponibilidade" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Produtos em {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Associar produto" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "Nome" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Coleção deletada" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Produto adicionado à coleção" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Tem a certeza que pretende apagar a imagem da coleção?" - }, - "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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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": "Criar coleção" - }, - "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": "Desatribuir" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "Delete image" - }, - "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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Permissões" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "País" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Telémovel" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Endereço linha 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "Cidade" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Endereço linha 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Procurar Categoria" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Procurar Coleção" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Atributos" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Valores" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Valor" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Disponibilidade" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "desde {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Publicado " - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Estado" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "País" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Telémovel" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Endereço linha 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Cidade" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Endereço linha 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "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_DemoBanner_dot_1647850230": { - "string": "Loja" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Testar com GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Painel de controlo" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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": "Filtros" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No results" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filtros" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filtros" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Guardar alterações" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Valor" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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": "Categoria" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Coleção" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Publicado " - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Not Published" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Create Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Create Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Create Customer" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Produtos" - }, - "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_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Se vazio, a pré-visualização será auto-gerada." - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Sair" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Account Settings" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibilidade" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "desde {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Configuração" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Recarregar" - }, - "src_dot_continue": { - "context": "button", - "string": "Continuar" - }, - "src_dot_create": { - "context": "button", - "string": "Criar" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Clientes" - }, - "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_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Endereço de envio principal" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Endereço de faturação principal" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Endereço de envio principal" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Definir como endereço de cobrança padrão" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Definir como endereço de entrega padrão" - }, - "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": "Morada de Envio" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Endereço" - }, - "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": "Morada para Cobrança" - }, - "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": "Notas" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Nota" - }, - "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": "Nota" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_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": "Pedidos recentes" - }, - "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": "Data" - }, - "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": "Painel de controlo" - }, - "src_dot_date": { - "string": "Data" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Descrição" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Descontos" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "Nenhuma categoria encontrada" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Nome da Categoria" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Produtos" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "Nenhuma coleção encontrada" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Nome da Coleção" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Produtos" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "Nenhum produto encontrado" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Disponibilidade" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "Nenhuma variação encontrada." - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "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": "Nome" - }, - "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": "Ativo" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "Valor" - }, - "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": "Nenhuma venda encontrada" - }, - "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": "Nome" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Valor" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Nome" - }, - "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": "Valor" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Países" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "Categorias ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "Colecções ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "Produtos ({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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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": "Ativo" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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": "Valor" - }, - "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": "Código" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Não foi enconytrado vouchers" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Valor" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Valor" - }, - "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": "Código" - }, - "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_1134347598": { - "context": "column title", - "string": "Preço" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Valor" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Entire order" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Produtos específicos" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Envio" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Rascunho" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Draft Orders" - }, - "src_dot_drafts": { - "string": "Drafts" - }, - "src_dot_edit": { - "context": "button", - "string": "Editar" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "Primeiro Nome" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Completo" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Cliente" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Nota" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Alterar" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Detalhes" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Detalhes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Montante" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Produtos" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Estado" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Produtos" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Configurações" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Início" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "Nenhum pedido pronto a ser realizado" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "Nenhum pagamento a capturar" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Último Nome" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navegação" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "Não" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Opcional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Pedidos" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Morada para cobrança" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Adicione uma nova morada" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Endereço de entrega" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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": "Notas" - }, - "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": "Morada de Envio" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Cliente" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Mesmo que o endereço de entrega" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Anonymous user" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Morada para Cobrança" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Cancelar pedido" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Adicionar" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Valor de descontro" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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": "Preço" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Produtos" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Quantidade" - }, - "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_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Desconto" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "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_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Criar pedido" - }, - "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": "Cliente" - }, - "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": "Cliente" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Data" - }, - "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": "Cancelar pedido" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Encomenda" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Nome do Produto" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Faturar" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Adicionar rastreamento" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Editar rastreamento" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Restituição" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancelar processo" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Código de rastreamento" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Add Tracking Code" - }, - "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_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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": "Pedido foi realizado" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Pedido foi pago" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "criado" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Fatura" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Criar pedido" - }, - "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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Cliente" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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": "Forma de pagamento" - }, - "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": "Cliente" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Data" - }, - "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_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "Montante" - }, - "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_capture": { - "context": "capture payment, button", - "string": "Capturar" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Quantidade capturada" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Desconto" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Sinalizar como pago" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Estado do pagamento" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Quantidade pré-autorizada" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Restituição" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Entrega" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Impostos" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Restituição" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Cupom" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Preço" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Produtos" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Quantidade" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Preço" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "Nenhum produto encontrado" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produtos" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Encomenda" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Montante" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Restituição" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Preço" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "Nenhum produto encontrado" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produtos" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Preço" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Produtos" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Em preparação" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Configurações" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Faturar" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "Nenhum atributo encontrado" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Desatribuir" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Páginas" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Create Page" - }, - "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": "vai ser visível a partir de {date}" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visível" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Oculto" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Conteúdo" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Título" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Título" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Visibilidade" - }, - "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": "Publicado " - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Not Published" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Publicado" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Remover" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Parcialmente completo" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Parcialmente reembolsado" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Estado do pagamento" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Ativo" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Tem a certeza que pretende apagar {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Endereço de email" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Ativo" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Nome" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Criar categoria" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Desatribuir" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Autorização" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Ativo" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Configuração" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Nome" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { - "string": "Nenhum atributo encontrado" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "Tipo" - }, - "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": "Tipo" - }, - "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": "Entrega" - }, - "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": "Peso" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "Nenhum atributo encontrado" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Desatribuir" - }, - "src_dot_products": { - "context": "products section name", - "string": "Produtos" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Categoria" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Coleções" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Não publicado" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Publicado " - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Nome" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Oculto" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "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": "Preço" - }, - "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": "Visibilidade" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visível" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "Nenhum produto encontrado" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Nome" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Disponibilidade" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Preço" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Tipo" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Opcional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Categoria" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Coleções" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Entrega" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Peso" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Quantidade" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Cobrar impostos sobre este produto" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Não publicado" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Publicado " - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Preço" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Resumo" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Criar" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Variante" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Valores" - }, - "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": "Tem a certeza que pretende apagar {name}?" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "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": "Adicionar variação" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "New Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Oculto" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Disponibilidade" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Preços" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Preço" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Preço de custo" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Preço" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventário" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Variante" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Tem a certeza que pretende apagar {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Totalmente reembolsado" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Remover" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Vendas" - }, - "src_dot_save": { - "context": "button", - "string": "Guardar" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Preços" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Preço" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Países" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Países" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Nome da zona de envio" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Adicionar" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Envio" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Envio" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Preço" - }, - "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": "Nome" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Configurações" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Entrega" - }, - "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": "Países" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Nome" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Desatribuir" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Permissões" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Usuário está ativo" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "All Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Ativo" - }, - "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": "Endereço de email" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Ativo" - }, - "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": "Nome" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "Nova senha" - }, - "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": "Mudar senha" - }, - "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": "Senha" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Alterar" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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": "Resumo" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Impostos" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Impostos" - }, - "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_1755013298": { - "string": "Categoria" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Todos os preços dos produtos são inclusos com os impostos" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Mostrar preço bruto a clientes na loja" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Cobrar impostos sobre taxas de envio" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Atributos" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Valores" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Nome da Categoria" - }, - "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": "Nome da Coleção" - }, - "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_222873645": { - "string": "Coleções" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Produtos" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Páginas" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "categorias" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Atributos" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Vendas" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Cupons" - }, - "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": "Nome" - }, - "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": "Conteúdo" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "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": "Descrição" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Descrição" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Nome" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Incompleto" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Não se encontra definida a morada de faturação" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Pagamento manual não pode ser devolvido" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Apenas pagamentos previamente autorizados podem ser anulados" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Apenas pagamentos pré-autorizados podem ser recebidos" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Método de envio não é válido para o endereço de entrega escolhido." - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Cupons" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Armazéns" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Nome" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Configurações" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Tem a certeza que pretende apagar {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Nome" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "sim" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "alocado" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Quantidade" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Desatribuir" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Desatribuir" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Desatribuir" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Cancelar Pedido"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Oculto"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visível"},"19/lwV":{"string":"Identifique atributos usados para criar tipos de produtos"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Defina com os utilizadores navegam pela loja"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Modifique grupos e as suas permissões"},"n0RwMK":{"string":"Defina os tipos de produtos que vende"},"zxs6G3":{"string":"Defina como envia as encomendas"},"5BajZK":{"string":"Veja e edite as opções do site"},"RQUkVW":{"string":"Defina empregados e as suas permissões"},"EIULpW":{"string":"Defina como a loja gere os impostos"},"5RmuD+":{"string":"Defina a informação de armazém"},"m19JfL":{"string":"Veja e edite os plugins e as suas opções"},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Actividade"},"wWTUrM":{"string":"Nenhuma actividade encontrada"},"zWgbGg":{"string":"Hoje"},"By5ZBp":{"context":"header","string":"Olá, {userName}"},"aCX8rl":{"context":"subheader","string":"Aqui está alguma informação que reunimos acerca da sua loja"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {Um pedido} other {{amount} Pedidos}}"},"rr8fyf":{"context":"header","string":"Top de produtos"},"Q1Uzbb":{"string":"Nenhum produto encontrado"},"6L6Fy2":{"context":"header","string":"Aviso legal"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Criar Menu"},"jhh/D6":{"string":"Título do Menu"},"G/SYtU":{"string":"Tem a certeza que pretende apagar o menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Apagar Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Adicionar item"},"fzDI3A":{"context":"add link to navigation","string":"Link para: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Editar item"},"Urh2N3":{"context":"label","string":"Link"},"28GZnc":{"string":"Escreva para começar a procura..."},"0Vyr8h":{"context":"menu item name","string":"Nome"},"Uf3oHA":{"context":"add new menu item","string":"Criar novo item"},"dEUZg2":{"context":"header","string":"Items do menu"},"WwZfNK":{"string":"Adicionar item de menu para criar menu"},"ugnggZ":{"string":"Menu criado"},"bj1U23":{"string":"Tem a certeza que quer eliminar {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Tem a certeza que quer eliminar este menu?} other {Tem a certeza que quer eliminar {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Eliminar Menus"},"OwG/0z":{"string":"Menu eliminado"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"Criar Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Não publicado"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Categoria"},"jxoMLL":{"context":"product field","string":"Coleções"},"YVIajc":{"context":"product field","string":"Descrição"},"W8i2Ez":{"context":"product field","string":"Nome"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Tipo"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"imagens de variações"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventário"},"SSWFo8":{"context":"window title","string":"Criar tipo de produto"},"bq1eEx":{"context":"header","string":"Criar tipo de produto"},"mUb8Gt":{"context":"section header","string":"Impostos"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Preço"},"vuKrlW":{"string":"Stock"},"ABgQcF":{"context":"variant stock, header","string":"Stock"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Armazéns"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Publicado "},"ppLwx3":{"context":"number of categories","string":"Categorias ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Colecções ({quantity})"},"bNw8PM":{"context":"number of products","string":"Produtos ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Tem a certeza que pretende apagar {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Tem a certeza que pretende apagar {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Armazém"},"skPoVe":{"context":"button","string":"Aceitar"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Chave"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"Criar"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Atributos"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Delete attribute"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Área"},"xOEZjV":{"context":"attribute's label","string":"Etiqueta por omissão"},"P79U4b":{"context":"attribute's slug short code label","string":"Código de atributo"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"Isto é utilizado internamente. Não utilizar espaços"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Data"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Arquivo"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Selecção múltipla"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Páginas"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Produtos"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"É necessário o valor"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Peso"},"dKPMyh":{"context":"tab name","string":"Todos os atributos"},"IGvQ8k":{"context":"button","string":"Criar atributo"},"1div9r":{"string":"Procurar atributo"},"PsRG+v":{"context":"use attribute in filtering","string":"Pode ser filtrado na loja"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"É necessário o valor"},"cvbqJu":{"context":"attribute","string":"Visível na página de produto na loja"},"ztQgD8":{"string":"Nenhum atributo encontrado"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Pode ser procurado"},"oJkeS6":{"string":"Código de atributo"},"k6WDZl":{"context":"attribute is visible","string":"Visível"},"HjUoHK":{"context":"attribute's label'","string":"Etiqueta por omissão"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Criar novo atributo"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"Se activo, este atributo pode ser usado como coluna na tabela de produto"},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Propriedades do painel de controlo"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Propriedades da loja"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Imagem"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Add Value"},"UhcALJ":{"context":"attribute name","string":"Nome"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Entrar"},"5sg7KC":{"string":"Senha"},"3tbL7x":{"context":"description","string":"Esqueceu a senha?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"O seu nome de utilizador e/ou senha estão incorrectos. Por favor tente outra vez."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Nova senha"},"S22jIs":{"context":"button","string":"Defina nova senha"},"vfG+nh":{"string":"Confirme a senha"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"As senhas nao correspondem"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Redefinir password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Voltar à página de autenticação."},"2ob30/":{"string":"Sucesso! Dentro de minutos irá receber uma mensagem com instrucções de como redefinir a sua senha."},"C0JLNW":{"string":"O endereço de e-mail não existe na nossa base de dados."},"hOxIeP":{"string":"Disponibilidade"},"0OfZJA":{"context":"button","string":"Voltar"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Cancelar"},"dOQB9o":{"context":"payment status","string":"Cancelado"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catálogo"},"sK1FPw":{"context":"categories section name","string":"Categorias"},"DP6b8U":{"context":"section header","string":"Imagem de fundo (opcional)"},"0iMYc+":{"context":"field is optional","string":"(Opcional)"},"cgsY/X":{"context":"page header","string":"Criar nova categoria"},"wQdR8M":{"string":"Adicione um título e descrição para o motor de buscar encontrar esta categoria mais facilmente"},"xo5UIb":{"context":"dialog title","string":"Apagar categoria"},"dJQxHt":{"context":"delete category","string":"Tem a certeza que pretende apagar {categoryName}?"},"vEYtiq":{"string":"Nome da Categoria"},"8HRy+U":{"string":"Descrição da Categoria"},"vof5TR":{"context":"button","string":"Criar categoria"},"JiXNEV":{"string":"Procurar Categoria"},"vy7fjd":{"context":"tab name","string":"Todas as Categorias"},"dM86a2":{"string":"Nenhuma categoria encontrada"},"rrbzZt":{"string":"Nenhuma subcategoria encontrada"},"BHQrgz":{"context":"number of subcategories","string":"Subcategorias"},"k8ZJ5L":{"context":"number of products","string":"No. de Produtos"},"VQLIXd":{"context":"product","string":"Nome"},"x/pIZ9":{"context":"button","string":"Adicionar produto"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Produtos em {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Subcategorias"},"V+fkAO":{"context":"number of products in category","string":"Produtos"},"NivJal":{"context":"section header","string":"Todas as Subcategorias"},"UycVMp":{"context":"button","string":"Criar subcategoria"},"Irflxf":{"context":"window title","string":"Criar categoria"},"7l5Bh9":{"string":"{counter,plural,one {Tem a certeza que pretende apagar este produto?} other {Tem a certeza que pretende apagar {displayQuantity} produtos?}}"},"xl7Fag":{"string":"Categoria criada"},"Pp/7T7":{"string":"{counter,plural,one {Tem a certeza que pretende apagar esta categoria?} other {Tem a certeza que pretende apagar {displayQuantity} categorias?}}"},"HvJPcU":{"string":"Categoria apagada"},"KCjd1o":{"context":"dialog title","string":"Apagar produtos"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Lembre-se que isto também vai apagar todos os produtos associados a esta categoria."},"sG0w22":{"context":"dialog title","string":"Apagar categorias"},"xRkj2h":{"string":"Tem a certeza que pretende apagar {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Disponibilidade"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"Estado"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Ativo"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Limpar"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Coleções"},"9vQR6c":{"context":"collection label","string":"Visível"},"V8FhTt":{"context":"collection label","string":"Oculto"},"Rj8LxK":{"string":"Adicione um título e descrição para o motor de busca encontrar esta coleção mais facilmente"},"Fxa6xp":{"context":"page header","string":"Adicionar Coleção"},"/WXs6H":{"context":"collection name","string":"Nome"},"G4g5Ii":{"context":"tab name","string":"Todas as coleções"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Criar coleção"},"9eC0MZ":{"context":"collection","string":"Oculto"},"lL3YJO":{"context":"collection","string":"Publicado "},"Yw+9F7":{"string":"Nenhuma coleção encontrada"},"mWQt3s":{"string":"No. de Produtos"},"VZsE96":{"string":"Nome da Coleção"},"UxdBmI":{"context":"collection availability","string":"Disponibilidade"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Tipo"},"Oe62bR":{"context":"product availability","string":"Disponibilidade"},"/dnWE8":{"context":"products in collection","string":"Produtos em {name}"},"scHVdW":{"context":"button","string":"Associar produto"},"6AMFki":{"context":"product name","string":"Nome"},"Q8wHwJ":{"string":"Coleção deletada"},"56vUeQ":{"string":"Produto adicionado à coleção"},"MxhVZv":{"string":"Tem a certeza que pretende apagar a imagem da coleção?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Criar coleção"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Desatribuir"},"fzk04H":{"context":"dialog title","string":"Delete image"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Permissões"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"País"},"O95R3Z":{"string":"Telémovel"},"B52Em/":{"string":"Endereço linha 1"},"TE4fIS":{"string":"Cidade"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"Endereço linha 2"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Procurar Categoria"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Procurar Coleção"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Atributos"},"j8PV7E":{"context":"attribute values","string":"Valores"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Valor"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Disponibilidade"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"desde {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Publicado "},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Estado"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Loja"},"/X8Mjx":{"string":"Testar com GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"Painel de controlo"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Filtros"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Filtros"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Guardar alterações"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Valor"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Categoria"},"phAZoj":{"string":"Coleção"},"M1uijW":{"context":"collection","string":"Not Published"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Produtos"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"Se vazio, a pré-visualização será auto-gerada."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Sair"},"X8+Lpa":{"context":"button","string":"Account Settings"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Visibilidade"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Configuração"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Recarregar"},"Rjs1CD":{"context":"button","string":"Continuar"},"H5NKfr":{"context":"button","string":"Criar"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Clientes"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Add Address"},"rjy9/k":{"context":"button","string":"Add address"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Endereço de envio principal"},"VyzsWZ":{"string":"Endereço de faturação principal"},"nLML8Y":{"string":"Endereço de envio principal"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Definir como endereço de cobrança padrão"},"+7OsyM":{"context":"button","string":"Definir como endereço de entrega padrão"},"BfJGij":{"context":"header","string":"Address Information"},"Zd3Eew":{"context":"subsection header","string":"Morada de Envio"},"bHdFph":{"context":"subsection header","string":"Endereço"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Morada para Cobrança"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Notas"},"uUQ+Al":{"context":"note about customer","string":"Nota"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"Status"},"1LiVhv":{"context":"section header","string":"Pedidos recentes"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Data"},"taX/V3":{"context":"order total amount","string":"Total"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Last order"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"Painel de controlo"},"P7PLVj":{"string":"Data"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Descrição"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Descontos"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"Nenhuma categoria encontrada"},"fV6yX5":{"context":"table head","string":"Nome da Categoria"},"QGjJcT":{"context":"number of products","string":"Produtos"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"Nenhuma coleção encontrada"},"ht9yOD":{"context":"table head","string":"Nome da Coleção"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"Nenhum produto encontrado"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"Nenhuma variação encontrada."},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"Nome"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"Ativo"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Status"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Valor"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"Nenhuma venda encontrada"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Valor"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Países"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Ativo"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Status"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Valor"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Código"},"U2mOqA":{"string":"Não foi enconytrado vouchers"},"GVinbz":{"context":"column title","string":"Valor"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Preço"},"/oaqFS":{"context":"section header","string":"Valor"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"Produtos específicos"},"WasHjQ":{"context":"voucher discount","string":"Envio"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Rascunho"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"Editar"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"Primeiro Nome"},"pkjXPD":{"context":"order status","string":"Completo"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Cliente"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Nota"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Alterar"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Detalhes"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Detalhes"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Montante"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Produtos"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Estado"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Produtos"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Configurações"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Início"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"Nenhum pedido pronto a ser realizado"},"5dyOs0":{"string":"Nenhum pagamento a capturar"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Último Nome"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navegação"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"Não"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Opcional"},"Ta9j04":{"context":"orders section name","string":"Pedidos"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Morada para cobrança"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Adicione uma nova morada"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Endereço de entrega"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Notas"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Morada de Envio"},"Y7M1YQ":{"context":"section header","string":"Cliente"},"GLX9II":{"context":"billing address","string":"Mesmo que o endereço de entrega"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Morada para Cobrança"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Cancelar pedido"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Adicionar"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Valor de descontro"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Preço"},"nEWp+k":{"context":"quantity of ordered products","string":"Quantidade"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Total"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"Desconto"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Subtotal"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Total"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Criar pedido"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Cliente"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"Cliente"},"mCP0UD":{"context":"order draft creation date","string":"Data"},"1Uj0Wd":{"context":"order draft total price","string":"Total"},"PAqicb":{"context":"button","string":"Cancelar pedido"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Encomenda"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Nome do Produto"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Faturar"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Adicionar rastreamento"},"dTkmON":{"context":"edit tracking button","string":"Editar rastreamento"},"K//bUK":{"context":"refund button","string":"Restituição"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Cancelar processo"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Código de rastreamento"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Pedido foi realizado"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Pedido foi pago"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"criado"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Fatura"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Cliente"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Forma de pagamento"},"5blVMu":{"context":"e-mail or full name","string":"Cliente"},"PHUcrU":{"context":"date when order was placed","string":"Data"},"k9hf7F":{"context":"total order price","string":"Total"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Montante"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Capturar"},"V+gwx7":{"context":"order payment","string":"Quantidade capturada"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Desconto"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Sinalizar como pago"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Estado do pagamento"},"uUsZ7m":{"context":"order payment","string":"Quantidade pré-autorizada"},"HaQ8cg":{"context":"button","string":"Restituição"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Entrega"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Subtotal"},"r+dgiv":{"string":"Impostos"},"zb4eBO":{"context":"order total price","string":"Total"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Cupom"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Preço"},"WE8IFE":{"context":"product name","string":"Produtos"},"tvpAXl":{"context":"ordered product quantity","string":"Quantidade"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Total"},"5aiFbL":{"context":"tabel column header","string":"Preço"},"FNT4b+":{"context":"tabel column header","string":"Produtos"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Total"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Montante"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Restituição"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Preço"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Produtos"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Em preparação"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Configurações"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Faturar"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Desatribuir"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Páginas"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"vai ser visível a partir de {date}"},"X26jCC":{"context":"page label","string":"Visível"},"/TK7QD":{"context":"page label","string":"Oculto"},"gMwpNC":{"context":"page content","string":"Conteúdo"},"gr+oXW":{"context":"page title","string":"Título"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Título"},"5GSYCR":{"context":"page status","string":"Visibilidade"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"slug"},"G1KzEx":{"context":"page status","string":"Publicado "},"UN3qWD":{"context":"page status","string":"Not Published"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Publicado"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Remover"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"Parcialmente completo"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Parcialmente reembolsado"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Estado do pagamento"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Ativo"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Tem a certeza que pretende apagar {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Endereço de email"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Nome"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Desatribuir"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Autorização"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Status"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"Ativo"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Configuração"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Nome"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Tipo"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Tax"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Tipo"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Entrega"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Peso"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Desatribuir"},"K8xNLe":{"context":"products section name","string":"Produtos"},"ulh3kf":{"string":"Coleções"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Oculto"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Preço"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Visibilidade"},"6Y1nQd":{"context":"product is visible","string":"Visível"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Disponibilidade"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"Entrega"},"SUbxSK":{"context":"product weight","string":"Peso"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Quantidade"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Cobrar impostos sobre este produto"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Preço"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Resumo"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Criar"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Variante"},"rbkmfG":{"context":"button","string":"Delete variant"},"WwNtFn":{"context":"delete product variant","string":"Tem a certeza que pretende apagar {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"Adicionar variação"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Oculto"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Disponibilidade"},"Xm9qOu":{"context":"product pricing, section header","string":"Preços"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Preço de custo"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Preço"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Inventário"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Variante"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Tem a certeza que pretende apagar {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Totalmente reembolsado"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Remover"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Vendas"},"RaycYK":{"context":"button","string":"Guardar"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Preços"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Países"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Nome da zona de envio"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Adicionar"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Envio"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Preço"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"Nome"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Configurações"},"uULcph":{"context":"header","string":"Entrega"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Países"},"gRa/TS":{"context":"shipping zone","string":"Nome"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Desatribuir"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"Usuário está ativo"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Ativo"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Status"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"Nova senha"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Mudar senha"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"Senha"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Alterar"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Status"},"RrCui3":{"string":"Resumo"},"5elC9k":{"context":"taxes section name","string":"Impostos"},"lnQAos":{"context":"header","string":"Impostos"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"Todos os preços dos produtos são inclusos com os impostos"},"98isC5":{"string":"Mostrar preço bruto a clientes na loja"},"FNKhkx":{"string":"Cobrar impostos sobre taxas de envio"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Atributos"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Valores"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"Produtos"},"CxfKLC":{"string":"Páginas"},"VKb1MS":{"string":"categorias"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"Vendas"},"etP0+D":{"string":"Cupons"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Nome"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"Descrição"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Incompleto"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Não se encontra definida a morada de faturação"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Pagamento manual não pode ser devolvido"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Apenas pagamentos previamente autorizados podem ser anulados"},"gKdGxP":{"context":"error message","string":"Apenas pagamentos pré-autorizados podem ser recebidos"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Método de envio não é válido para o endereço de entrega escolhido."},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Cupons"},"ycMLN9":{"context":"warehouses section name","string":"Armazéns"},"43Nlay":{"context":"warehouse","string":"Address Information"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Nome"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Configurações"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Tem a certeza que pretende apagar {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Nome"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"sim"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"alocado"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Quantidade"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Desatribuir"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/pt_BR.json b/locale/pt_BR.json index d86226741..a6ce721ea 100644 --- a/locale/pt_BR.json +++ b/locale/pt_BR.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Cancelar Pedido" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Valor reembolsado" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Oculto" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visível desde {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Estará disponível em {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visível" - }, - "configurationMenuAttributes": { - "string": "Determine atributos usados para criar tipos de produtos" - }, - "configurationMenuChannels": { - "string": "Defina e gerencie seus canais de venda" - }, - "configurationMenuNavigation": { - "string": "Defina como os usuários poderão navegar pela sua loja" - }, - "configurationMenuPageTypes": { - "string": "Defina os tipos de páginas de conteúdo usadas na sua loja" - }, - "configurationMenuPermissionGroups": { - "string": "Gerenciar grupos de premissões e suas permissões." - }, - "configurationMenuProductTypes": { - "string": "Defina os tipos de produtos que você vende" - }, - "configurationMenuShipping": { - "string": "Gerencie como você enviará os pedidos" - }, - "configurationMenuSiteSettings": { - "string": "Visualizar e atualizar as configurações do seu site." - }, - "configurationMenuStaff": { - "string": "Gerencie seus funcionários e suas permissões" - }, - "configurationMenuTaxes": { - "string": "Gerencie como sua loja cobrará impostos" - }, - "configurationMenuWarehouses": { - "string": "Gerencie e atualize suas informações de depósito." - }, - "configurationPluginsPages": { - "string": "Visualizar e atualizar plugins e suas configurações." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "valor do desconto" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Produtos reembolsados" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Quantia Fixa" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Atividade" - }, - "homeActivityCardNoActivities": { - "string": "Atividades não encontrada." - }, - "homeAnalyticsCardHeader": { - "string": "Hoje" - }, - "homeHeaderText": { - "context": "header", - "string": "Olá, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Aqui estão algumas informações que coletamos sobre sua loja" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {Um pedido} other {{amount} Pedidos}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Principais Produtos" - }, - "homeProductsListCardNoProducts": { - "string": "Nenhum produto encontrado." - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Aviso legal" - }, - "homeScreenDisclaimerText1": { - "string": "A nova dashboard e o GraphQL API são softwares em revisão de qualidade." - }, - "homeScreenDisclaimerText2": { - "string": "O GraphQL API está em qualidade beta. Não está totalmente otimizado e algumas mutações e consultas podem estar faltando." - }, - "homeScreenHeader": { - "context": "header", - "string": "Olá, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "entre" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "igual a" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Criar Menu" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Menu Título" - }, - "menuDetailsDeleteMenuContent": { - "string": "Tem certeza de que deseja excluir o menu {menuName}?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Excluir Menu" - }, - "menuDetailsPageHelperText": { - "string": "Criar a estrutura de navegação é feita utilizando arrasta-e-solta. Crie um novo menu e então arraste-o no seu local de destino. Você pode mover itens dentro de outros itens para criar uma estrutura de árvore e arrastar itens para cima e para baixo para criar uma hierarquia." - }, - "menuItemDialogAddItem": { - "context": "create new menu item, header", - "string": "Adicionar item" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Link para: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Editar Item" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Link" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Digite para pesquisar...." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Nome" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Criar um item." - }, - "menuItemsHeader": { - "context": "header", - "string": "Itens do Menu" - }, - "menuItemsPlaceholder": { - "string": "Adicione novo item de menu para começar a criar o menu" - }, - "menuListCreatedMenu": { - "string": "Menu criado." - }, - "menuListDeleteMenuContent": { - "string": "Tem certeza de que deseja excluir {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Excluir Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Tem certeza de que deseja excluir este menu?} other {Tem certeza de que deseja excluir {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Excluir menus" - }, - "menuListDeletedMenu": { - "string": "Menu deletado" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Itens" - }, - "menuListMenutitle": { - "string": "Menu Título" - }, - "menuListNoMenus": { - "string": "Menu não encontrado" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Criar Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Título" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Não publicado" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "Não configurado" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "Não configurado" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "Não configurado" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "não aplica" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Criar Tipo de Página" - }, - "pageTypeInputLabel": { - "string": "Selecione o tipo de conteúdo" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Disponível para compra" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Categoria" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Coleções" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Descrição" - }, - "productExportFieldName": { - "context": "product field", - "string": "Nome" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Imagens do Produto" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Exportar Peso do Produto" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Cobrar Impostos" - }, - "productExportFieldType": { - "context": "product field", - "string": "Tipo" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "imagens de variação" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Exportar SKU de Variação" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Exportar Peso da Variação" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Inventário" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Criar Tipo de Produto" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Criar Tipo de Produto" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Impostos" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Preço" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "estoque" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "estoque" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "Não existem depósito configurados para sua loja. Você pode configurar variações sem fornecer quantidades em estoque." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Depósitos" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "Não existem depósitos configurados para sua loja. Para adicionar a quantidade em estoque para a variação, por favor configure um depósito." - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "Não existem depósitos configurados para sua loja. Para adicionar a quantidade em estoque para o produto, por favor configure um depósito." - }, - "published channel": { - "context": "product label", - "string": "Publicado " - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categorias ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Coleções ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Produtos ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Definir data de disponibilidade" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Envio foi reembolsado" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Tem certeza de que deseja excluir {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Tem certeza de que deseja excluir {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Depósito" - }, - "src_dot_accept": { - "context": "button", - "string": "Aceitar" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Aplicativos" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Aplicativos" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "Aplicativo ativado" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "Aplicativo desativado" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Ativar Aplicativo" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Tem certeza que deseja ativar {name}? Ativá-lo irá iniciar a coleta de eventos." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Ativar" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Desativar" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Desativar Aplicativo" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Tem certeza que deseja desabilitar este aplicativo? Seus dados serão mantidos até que você reative o aplicativo. Você ainda será cobrado pelo aplicativo." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Tem certeza que deseja desabilitar {name}? Seus dados serão mantidos até que você reative o aplicativo. Você ainda será cobrado pelo aplicativo." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Excluindo {name}, você excluirá todos os dados e webhooks relacionados a este aplicativo. Tem certeza que deseja fazer isto?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Excluir Aplicativo" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Tem certeza que deseja excluir este aplicativo?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Excluindo {name}, você excluirá a instalação do aplicativo. Se você está pagando pela assinatura do aplicativo, lembre-se de cancelar a assinatura do aplicativo no Marketplace Saleor. Tem certeza que deseja excluir o aplicativo?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Desativar" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "Exibir a política de privacidade do aplicativo" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Editar configurações" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Privacidade de dados" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Obter Suporte" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Abrir Aplicativo" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Ativar" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "Permissões do aplicativo" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "Este aplicativo tem permissão para:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "Sobre este aplicativo" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Excluir Aplicativo" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Tem certeza que deseja excluir este aplicativo?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Excluindo {name}, você excluirá a instalação do aplicativo. Se você está pagando pela assinatura do aplicativo, lembre-se de cancelar a assinatura do aplicativo no Marketplace Saleor. Tem certeza que deseja excluir o aplicativo?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "Existe um problema com o aplicativo." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor não conseguiu obter informações cruciais da instalação. Sem isto, o Sistema não pode instalar o aplicativo em seu Saleor. Por favor use o botão abaixo para voltar no dashboard do sistema." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Voltar a página inicial" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Saiba mais sobre a privacidade de dados" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Instalar Aplicativo" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Instalando este aplicativo você concederá as seguintes permissões:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Desinstalando o aplicativo, removerá todos os dados pessoais dos seus clientes armazenados por {name}." - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "Você está prestes a instalar {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "Permissões do aplicativo" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "Sobre" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Suporte/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Instalações em Andamento" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Tentar Novamente" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "Ocorreu um problema durante a instalação" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Instalando aplicativo..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Conceder a este aplicativo acesso total a loja" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expanda ou restrinja as permissões do aplicativo para acessar determinada parte do sistema Saleor." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Criar Novo Aplicativo" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Token Gerado" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "Este token dará acesso a API da sua loja, que você encontrará aqui: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copiado" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copiar token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_4189999598": { - "string": "Nós criamos seu token padrão. Certifique-se de copiar seu novo token de acesso pessoal agora. Você não será capaz de vê-lo novamente." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Conceder a este aplicativo, acesso total a loja" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Desativar" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expanda ou restrinja as permissões do aplicativo para acessar determinada parte do sistema Saleor." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Ativar" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "Informações do Aplicativo" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "Nome do Aplicativo" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Chave" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "Nenhum token encontrado" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Criar Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Anotações do Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Ações" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Criar Aplicativo" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Desativado" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "Sobre" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "Você não tem nenhum aplicativo instalado na sua dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Aplicativos de Terceiros" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Marketplace Saleor" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace chegará em breve" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visitar Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Descubra grandes aplicativos gratuitos e pagos em nosso Marketplace Saleor." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Token Gerado" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Token de acesso é usado para autenticar contas de serviços" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3009959880": { - "string": "Nós criamos seu token. Certifique-se de copiar seu novo token de acesso pessoal agora. Você não será capaz de vê-lo novamente." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copiar token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Criar Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Anotações do Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Criar" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Excluir Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Tem certeza de que deseja excluir o token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Falha ao buscar as configurações do aplicativo" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Instalar Aplicativo" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Não foi possível instalar {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "Aplicativo instalado" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} está pronto para uso" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "Aplicativo removido com sucesso" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Criar Aplicativo" - }, - "src_dot_assign": { - "context": "button", - "string": "Atribuir" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Atributos" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Atributo com esta identificação já existe" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "Este valor já existe neste atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Tem certeza que você quer deletar este atributo?} other {Tem certeza que você quer deletar {displayQuantity} atributos?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Deletar atributos" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Excluir atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Tem certeza de que deseja excluir {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Área" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Etiqueta Padrão" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Código do Atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "context": "attribute slug input field helper text", - "string": "Isto é usado internamente. Garanta que você não está usando espaços." - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Data" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Arquivo" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Tipo de entrada do catálogo para o proprietário da loja" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Seleção Multipla" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Páginas" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Produtos" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Valor Necessário" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Peso" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "Todos os Atributos" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "Criar atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "Pesquisar atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "Pode ser usado como coluna" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Filtravel no Dashboard" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { - "context": "use attribute in filtering", - "string": "Filtravel na Vitrine" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_isVariantOnly": { - "context": "attribute can be used only in variants", - "string": "Variação Apenas" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_valueRequired": { - "context": "attribute value is required", - "string": "Valor Necessário" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_visibleInStorefront": { - "context": "attribute", - "string": "Visible na Pagina de Produtos na Vitrine" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { - "string": "Nenhum atributo encontrado" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2186555805": { - "context": "attribute can be searched in storefront", - "string": "Usar em pesquisa" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2235596452": { - "context": "attribute can be searched in dashboard", - "string": "Pesquisavel" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { - "string": "Código do Atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_643174786": { - "context": "attribute is visible", - "string": "Visível" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "Etiqueta Padrão" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "Defina onde este atributo deverá ser usado no sistema Saleor" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Empresa" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Classe do Atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Conteúdo do Atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Atributo de Produto" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Criar Novo Atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Adicionar às opções de Colunas" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "Se habilitado este atributo pode ser usado como uma coluna na tabela de produto" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Propriedades do Painel de Controle" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Uso em Filtragem" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "Se habilitado, este atributo pode ser utilizado como filtro na lista de produtos." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Usar em Navegação" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Propriedades da Vitrine" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Posição na navegação" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Público" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "Se habilitado, atributo estará acessível pelos clientes" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Imagem" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Tem certeza de que deseja excluir o valor \"{name}\" ?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Apagar valor do atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Tem certeza de que deseja excluir o valor \"{name}\"? Se você excluí-lo, não poderá atribuí-lo a nenhum dos produtos com o atributo \"{attributeName}\"." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Editar Valor" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Adicionar Valor" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "Nome" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Visual Padrão da Loja" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "Administrador" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "Valor não encontrado" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Valores do Atributo" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Atribuir valor" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Atributo criado com sucesso" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Valor deletado" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Atributo deletado" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Adicionar novo valor" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Atributos excluídos com sucesso" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Entrar" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Senha" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Esqueceu a senha?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Desculpe, seu nome de usuário e/ou senha estão incorretos. Por favor, tente novamente." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Nova senha" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "Definir nova senha" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "Confirmar Senha" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "As senhas não coincidem" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Redefinir senha" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Voltar para o login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Redefinir senha" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "Sucesso! Em alguns minutos você irá receber uma mensagem com as instruções de como redefinir sua senha." - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "E-mail fornecido não encontrado no nosso banco de dados." - }, - "src_dot_availability": { - "string": "Disponibilidade" - }, - "src_dot_back": { - "context": "button", - "string": "Voltar" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Cancelar" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Cancelado" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catálogo" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Categorias" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Imagem de Fundo (opcional)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(Opcional)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Criar Nova Categoria" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Adicione título e descrição ao mecanismo de busca para facilitar a localização desta categoria" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Eliminar categoria" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "Tem certeza de que deseja excluir {categoryName}?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Nome da Categoria" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Descrição da Categoria" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Criar categoria." - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Pesquisar Categoria" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "Todas as Categorias" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Nome da Categoria" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "Nenhuma categoria encontrada" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "Subcategoria não encontrada" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "Subcategorias" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "No de Produtos" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "Nenhum produto encontrado." - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Nome" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Adicionar produto" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "Produtos em {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Subcategorias" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Adicione título e descrição ao mecanismo de busca para facilitar a localização desta categoria" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "Produtos" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "Todas as Subcategorias" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Criar subcategoria" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Criar categoria." - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Você tem certeza que deseja deletar este produto?} other {Tem certeza que você quer deletar {displayQuantity} produtos?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "Categoria criada" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Tem certeza que você deseja excluir esta categoria?} other {Tem certeza que você deseja excluir {displayQuantity} categorias?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "Eliminar categoria" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Categoria deletada" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Deletar produtos" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Lembre-se de que isso também liberará todos os produtos atribuídos a esta categoria, tornando-os indisponíveis na loja." - }, - "src_dot_categories_dot_views_dot_3488150607": { - "string": "Lembre-se de que isso irá deletar todos os produtos vinculados nesta categoria." - }, - "src_dot_categories_dot_views_dot_712767046": { - "context": "dialog title", - "string": "Deletar categorias" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "Tem certeza de que deseja excluir {categoryName}?" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_1823337870": { - "string": "{counter,plural,one {Tem certeza que deseja excluir esta categoria?} other {Tem certeza que deseja excluir {displayQuantity} categorias?}}" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_3488150607": { - "string": "Lembre-se de que isso irá deletar todos os produtos vinculados nesta categoria." - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_712767046": { - "context": "dialog title", - "string": "Deletar categorias" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Canais" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Disponibilidade" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Excluir Canal" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Excluir o canal excluirá todos os dados de produtos relativos a este canal. Tem certeza de que deseja excluir este canal?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "Todas as informações do pedido deste canal precisam ser movidas para um canal diferente. Por favor selecione os pedidos do canal que devem ser movidos para :." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "Não há canal disponível para mover as informações do pedido. Crie um canal com a mesma moeda para que as informações possam ser movidas para ele." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Selecionar Canal" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Configurações do Canal" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copiado" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copiar" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Moeda" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Nome do canal" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Selecione um canal" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Nome do canal" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inativo" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Desativar" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Status do Canal" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Ativo" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Ativar" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Nome do Canal" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "Nenhum canal encontrado" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Ações" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Criar Canal" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "Novo Canal" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Criar Canal" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Detalhes do canal" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Canal excluído" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Canal excluído" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Escolher arquivo" - }, - "src_dot_clear": { - "context": "button", - "string": "Limpar" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Coleções" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visível" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Oculto" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "Adicione título e descrição ao mecanismo de busca para facilitar a localização desta coleção" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "Adicionar Coleção" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "Visível" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Oculto" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Adicione título e descrição ao mecanismo de busca para facilitar a localização desta coleção" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "Nome" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Imagem de Fundo (opcional)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(Opcional)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "Todas as Coleções" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Criar coleção" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "Oculto" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Publicado " - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "Coleção não encontrada" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "No de Produtos" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "Nome da Coleção" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "Disponibilidade" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "Nenhum produto encontrado." - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Tipo" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "Disponibilidade" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Produtos em {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Atribuir produto" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "Nome" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Coleção deletada" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Produto adicionado à coleção" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Tem certeza de que deseja excluir a imagem da coleção?" - }, - "src_dot_collections_dot_views_dot_3215481647": { - "string": "{counter,plural,one {Tem certeza que você deseja desvincular este produto?} other {Você tem certeza que deseja desvincular {displayQuantity} produtos?}}" - }, - "src_dot_collections_dot_views_dot_3482612628": { - "string": "Excluir produto da coleção" - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "Gerenciar a Disponibilidade do Canal de Coleção" - }, - "src_dot_collections_dot_views_dot_3791354625": { - "context": "dialog title", - "string": "Desvincular produtos da coleção" - }, - "src_dot_collections_dot_views_dot_523939418": { - "string": "Tem certeza de que deseja excluir {collectionName}?" - }, - "src_dot_collections_dot_views_dot_686910896": { - "context": "window title", - "string": "Criar coleção" - }, - "src_dot_collections_dot_views_dot_699514132": { - "context": "dialog title", - "string": "Excluir coleção" - }, - "src_dot_collections_dot_views_dot_870815507": { - "context": "unassign product from collection, button", - "string": "Não vinculado" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "excluir imagem" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2491832187": { - "string": "{counter,plural,one {Você tem certeza que deseja deletar esta coleção?} other {Você tem certeza que deseja deletar {displayQuantity} coleções?}}" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_3817188998": { - "context": "dialog title", - "string": "Excluir coleções" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Grupos de permissão" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Permissões" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Permissões disponiveis" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "Estes grupos de permissões excedem suas permissões. Você pode gerenciar apenas permissões que você possui." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "Este grupo é a última fonte desta permissão" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "País" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Telefone" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Endereço linha 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "Cidade" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "CEP" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Endereço linha 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Empresa" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Área do país" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "Nenhum resultado encontrado" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Pesquisar Atributos" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Pesquisar por nome do atributo" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Atribuir Atributo" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Atribuir" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Atribuir Categoria" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Pesquisar Categoria" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Pesquisar por nome de categoria, etc...." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Atribuir coleção" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Pesquisar Coleção" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Pesquisar por nome da coleção, etc...." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Atribuir" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Pesquisar Produtos" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Pesquisar por nome do produto, atributo, tipo do produto, etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Atribuir Produto" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Pesquisar por nome do produto, atributo, tipo do produto, etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Tem certeza que deseja desatribuir {attributeName} de {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Atributos" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Atributos" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Valores" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Valor" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "Sem resultados" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Disponibilidade" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Disponível em {count} de {allCount, plural, one {# channel} outros {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Gerenciar" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Mostrar nas listas de produtos" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "desde {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publicar em" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Desativar esta caixa de seleção removerá o produto das páginas de pesquisa e categoria. Estará disponível nas páginas da coleção." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Disponível em" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Definir data de publicação" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Selecione os canais que deseja para {contentType} esteja disponível em" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "Nenhum canal encontrado" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Selecionar todos os canais" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Canais de A a Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Pesquisar canais" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Pesquisar canais" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Selecione os canais que deseja para {contentType} esteja disponível em" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Publicado " - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Status" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Redefinir" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Colunas" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} colunas selecionadas de {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "País" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Telefone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Endereço linha 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Cidade" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "CEP" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Endereço linha 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Empresa" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Área do país" - }, - "src_dot_components_dot_CountryList_dot_2460766407": { - "context": "number of countries", - "string": "{number} Paises" - }, - "src_dot_components_dot_CountryList_dot_2747492886": { - "context": "button", - "string": "Atribuir países" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_2173195312": { - "context": "custom search delete, dialog header", - "string": "Excluir Pesquisa" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_71479100": { - "string": "Tem certeza que você deseja {name} das tabs de pesquisa?" - }, - "src_dot_components_dot_DemoBanner_dot_1647850230": { - "string": "Loja" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Brinque com GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Erro" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Painel de controle" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Excluir Pesquisa" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Personalizar Filtro" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Salvar Pesquisa" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "Filtros" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "Sem resultados" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Mostrar mais" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filtros" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "e" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filtros" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Salvar alterações" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "src_dot_components_dot_ImageUpload_dot_1731007575": { - "context": "image upload", - "string": "Arraste até aqui para efetuar o upload" - }, - "src_dot_components_dot_LanguageSwitch_dot_4150219184": { - "context": "button", - "string": "{languageName} - {languageCode}" - }, - "src_dot_components_dot_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Valor" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadados" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Metadados Privados" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Campo" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Adicionar Campo" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Ações" - }, - "src_dot_components_dot_MoneyRange_dot_12301532": { - "context": "money", - "string": "para {money}" - }, - "src_dot_components_dot_MoneyRange_dot_1316359951": { - "context": "money", - "string": "{fromMoney} - {toMoney}" - }, - "src_dot_components_dot_MoneyRange_dot_3729849657": { - "context": "money", - "string": "de {money}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Adicionar novo valor: {value}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { - "string": "Nenhum resultado encontrado" - }, - "src_dot_components_dot_MultiSelectField_dot_4205644805": { - "string": "Nenhum resultado encontrado" - }, - "src_dot_components_dot_NavigatorButton_dot_154826674": { - "string": "Navegador" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "Numero do Pedido" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Digite o Comando" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Pesquisar Cliente" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Pesquisar em Clientes" - }, - "src_dot_components_dot_Navigator_dot_2874620973": { - "context": "navigator placeholder", - "string": "Tipo {key} para ver ações disponíveis" - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Pesquisar no Catálogo" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Navegar para" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "Nosso novo destaque para ajudar você com suas tarefas diárias. Navegue usando {keyboardShortcut} atalhos." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Ações rápidas" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Navegador está aqui para ajudar" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "Categoria" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Coleção" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Publicado " - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Não publicado" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Criar Categoria" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Criar Coleção" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Criar Cliente" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Criar Pedido" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Criar Grupo de Permissão" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Criar Produto" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Criar cupom" - }, - "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": "Ir para o pedido #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Pesquisar no Catálogo" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Pesquisar Comando" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Pesquisar Clientes" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Pesquisar Visuais e Ações" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Mostrar Ajuda" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Pesquisar Pedidos" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "Sem resultados" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Produto" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Ooops!..." - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Algo está faltando" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "Desculpe, página não encontada" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "Voltar para a Dashboard" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Preço não pode ser menor que 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "Nenhum resultado encontrado" - }, - "src_dot_components_dot_RowNumberSelect_dot_1154361791": { - "string": "No de Linhas:" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1514415736": { - "context": "save filter tab, header", - "string": "Salvar Pesquisa Personalizada" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1556856943": { - "context": "save search tab", - "string": "Pesquisar Nome" - }, - "src_dot_components_dot_SearchBar_dot_2173195312": { - "context": "button", - "string": "Excluir Pesquisa" - }, - "src_dot_components_dot_SearchBar_dot_2340527467": { - "string": "Personalizar Filtro" - }, - "src_dot_components_dot_SearchBar_dot_3268463180": { - "context": "button", - "string": "Salvar Pesquisa" - }, - "src_dot_components_dot_SeoForm_dot_1324250412": { - "string": "Titulo do mecanismo de busca" - }, - "src_dot_components_dot_SeoForm_dot_1991321627": { - "string": "Descrição do mecanismo de busca" - }, - "src_dot_components_dot_SeoForm_dot_3198271020": { - "context": "button", - "string": "Editar SEO do site" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Pré-visualização do Mecanismo de Busca" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} de{maxCharacters} caracteres" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Se vazio, a pré-visualização será auto-gerada." - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Adicionar novo valor: {value}" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { - "string": "Nenhum" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_4205644805": { - "string": "Nenhum resultado encontrado" - }, - "src_dot_components_dot_SingleSelectField_dot_4205644805": { - "string": "Nenhum resultado encontrado" - }, - "src_dot_components_dot_TableHead_dot_868570480": { - "string": "Selecionado {number} itens" - }, - "src_dot_components_dot_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "src_dot_components_dot_Timeline_dot_1359200231": { - "context": "add order note, button", - "string": "Enviar" - }, - "src_dot_components_dot_Timeline_dot_3028189627": { - "string": "Deixa sua anotação aqui..." - }, - "src_dot_components_dot_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Sair" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Configurações da Conta" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Habilitar Modo Escuro" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Mostrar nas listas de produtos" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibilidade" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "desde {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publicar em" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Desativar esta caixa de seleção removerá o produto das páginas de pesquisa e categoria. Estará disponível nas páginas da coleção." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Disponível em" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Definir data de publicação" - }, - "src_dot_components_dot_WeightRange_dot_264731940": { - "context": "weight", - "string": "para {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": "de {value} {unit}" - }, - "src_dot_components_dot_Weight_dot_2781622322": { - "context": "weight", - "string": "{value} {unit}" - }, - "src_dot_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Configuração" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Diversos" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Configurações de Entrega" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Atributos e tipos de produto" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Configurações da Equipe" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Gerenciamento de Conteúdo" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Configurações do Produto" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multicanal" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirmar" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Falha na Exportação do Produto" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "A exportação do produto foi concluída e enviada para o seu endereço de e-mail." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exportação CSV concluída" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "A fatura solicitada foi gerada. Ela foi adicionada ao topo da lista de faturas nesta visualização. Aproveite!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Fatura Gerada" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Geração de Fatura" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Atualizar" - }, - "src_dot_continue": { - "context": "button", - "string": "Continuar" - }, - "src_dot_create": { - "context": "button", - "string": "Criar" - }, - "src_dot_customApps": { - "string": "Aplicativos Locais" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Clientes" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "Editar Endereço " - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "Adicionar Endereço" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Adicionar Endereço" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "string": "Este cliente não tem nenhum endereço adicionado ao catálogo de endereços. Você pode adicionar um endereço usando o botão abaixo." - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameAddress": { - "context": "customer's address book, header", - "string": "Catálogo de Endereços de {fullName}" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "Detalhes de {fullName}" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "Não há endereço para exibição para este cliente" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Endereço Padrão" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Endereço de Cobrança Padrão" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Endereço de Entrega Padrão" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Excluir Endereço" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Editar Endereço " - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Definir como endereço de cobrança padrão" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Definir como endereço de entrega padrão" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Informação do Endereço" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Endereço de Entrega" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Endereço" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "Este cliente ainda não tem endereço" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "Endereço de Cobrança" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "Endereço Primário" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "O endereço primário deste cliente." - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Visão Geral do Cliente" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "Notas" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Nota" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Insira qualquer informação extra sobre este cliente." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "Criar Cliente" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { - "context": "check to mark this account as active", - "string": "Conta de usuário ativa" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { - "context": "section subheader", - "string": "Membro ativo desde {date}" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { - "context": "note about customer", - "string": "Nota" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Informação de Contato" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Pesquisar Cliente" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "Criar cliente" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "Todos os Clientes" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Data de Inscrição" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { - "string": "Número de Pedidos" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "Número de Pedidos" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "Nenhum cliente encontrado" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "E-mail do cliente" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Nome do Cliente" - }, - "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": "Pedidos recentes" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "Núm. do Pedido" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "Ver todos os pedidos" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "Data" - }, - "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": "Nenhum pedido encontrado" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Ultimo login" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "Último pedido" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Histórico do Cliente" - }, - "src_dot_customers_dot_views_dot_1927691511": { - "context": "delete customer, dialog content", - "string": "Tem certeza de que deseja excluir {email}?" - }, - "src_dot_customers_dot_views_dot_1998583641": { - "context": "dialog header", - "string": "Deletar Cliente" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "Excluir Endereço" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Criar cliente" - }, - "src_dot_customers_dot_views_dot_3689332763": { - "string": "Tem certeza de que deseja excluir este endereço do catálogo de endereços do usuário?" - }, - "src_dot_customers_dot_views_dot_3901579344": { - "string": "Cliente Removido" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Cliente criado" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_1932444813": { - "string": "{counter,plural,one {Tem certeza que deseja excluir este cliente? } other {Tem certeza que deseja excluir {displayQuantity} clientes? }}" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_2136923553": { - "context": "dialog header", - "string": "Deletar clientes" - }, - "src_dot_dashboard": { - "string": "Painel de controle" - }, - "src_dot_date": { - "string": "Data" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Excluir" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Só para você saber ... Você está no modo de demonstração. Você pode brincar com o painel de controle, mas não pode salvar as alterações." - }, - "src_dot_description": { - "string": "Descrição" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Descontos" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Atribuir categorias" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Categorias Elegíveis" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "Nenhuma categoria encontrada" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Nome da Categoria" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Produtos" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Atribuir coleções" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Coleções Elegíveis" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "Coleção não encontrada" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Nome da Coleção" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Produtos" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_1585396479": { - "context": "dialog header", - "string": "Atribuir Países" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2110418881": { - "context": "search box placeholder", - "string": "Pesquisar pelo nome do país" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2177165134": { - "string": "Escolha os países aos quais deseja que o cupom seja limitado, na lista abaixo" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2566713432": { - "context": "search box label", - "string": "Filtrar Países" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2747492886": { - "context": "button", - "string": "Atribuir países" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2777439857": { - "context": "country selection", - "string": "Países de A a Z" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Definir data de término" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1662220323": { - "context": "time during discount is active, header", - "string": "Datas Ativas" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsButton": { - "context": "button", - "string": "Atribuir produtos" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Produtos Elegíveis" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "Nenhum produto encontrado." - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Disponibilidade" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Nome do Produto" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Tipo de produto" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "Nenhuma variação encontrada." - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Nome do Produto" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Tipo de produto" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Criar Venda" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "Nome" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Pesquisar Venda" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Criar Venda" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "Todas as Vendas" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "Ativo" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "Expirado" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { - "context": "discount type", - "string": "Quantia Fixa" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Porcentagem" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "Agendado" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "Iniciado" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "Status" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "Tipo do Desconto" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "Valor" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { - "context": "sale end date", - "string": "Termina" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { - "string": "Nenhuma venda encontrada" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Inicia" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "Nome" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Valor" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Nome" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Tipo do Desconto" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Porcentagem" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Quantia Fixa" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "Valor" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Valor de Desconto" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Os canais que não têm descontos atribuídos usarão seu canal pai para definir o preço. O preço será convertido para a moeda do canal" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "Nenhum canal encontrado" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Nome do canal" - }, - "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { - "context": "page header", - "string": "Criar cupom" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Definir data de término" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { - "context": "time during voucher is active, header", - "string": "Datas Ativas" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "Cupom se aplica a todos os países" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Cupom é limitado a estes países" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "Países" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "Categorias ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "Coleções ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "Produtos ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Código de Desconto" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Gerar Código" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limitar a um uso por cliente" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limite o número de vezes que este desconto pode ser usado no total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limite de Usuários" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Limite de Uso" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "Todos os Cupons" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { - "string": "Pesquisar Cupom" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { - "context": "button", - "string": "Criar cupom" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { - "context": "voucher status", - "string": "Ativo" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "Expirado" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { - "context": "discount type", - "string": "Quantia Fixa" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Porcentagem" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "Agendado" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Iniciado" - }, - "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": "Contagem de Utilização" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "Tipo do Desconto" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "Valor" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "Gasto Mínimo" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "Termina" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "Utilizações" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "Inicia" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "Código" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Não vouchers encontrado" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Valor" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Os canais que não têm descontos atribuídos usarão seu canal pai para definir o preço. O preço será convertido para a moeda do canal" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_2746532349": { - "context": "voucher requirements, header", - "string": "Requisitos Mínimos" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3069107721": { - "context": "voucher has no requirements", - "string": "Nenhum" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3740704788": { - "context": "voucher requirement", - "string": "Quantidade mínima de ítens" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_4097816011": { - "string": "Nenhum canal encontrado" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Nome do canal" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Valor mínimo do pedido" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "Valor" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Valor Mínimo do Pedido" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "Aplica-se a" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_3751756157": { - "context": "voucher value requirement", - "string": "Limite de Uso" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_78726751": { - "context": "voucher code", - "string": "Código" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3216816841": { - "context": "header", - "string": "Tipo do Desconto" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3289659291": { - "context": "voucher discount type", - "string": "Envio Grátis" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3688224049": { - "context": "voucher discount type", - "string": "Porcentagem" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { - "context": "voucher discount type", - "string": "Quantia Fixa" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1134347598": { - "context": "column title", - "string": "Preço" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Valor" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Valor de Desconto" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Apenas uma vez por pedido" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1615342575": { - "string": "Os canais que não têm descontos atribuídos usarão seu canal pai para definir o preço. O preço será convertido para a moeda do canal" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Informações Específicas do Cupom" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "Nenhum canal encontrado" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4189095909": { - "string": "Se esta opção estiver desabilitada, o desconto será dado para todo produto elegível" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Nome do canal" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Todo o pedido" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Produtos específicos" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Envio" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Venda criada com sucesso" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Gerenciar a disponibilidade do canal de vendas" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Gerenciar a disponibilidade do canal" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Venda removida" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Venda removida" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Excluir Venda" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Cancelar atribuição de categorias da venda" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Tem certeza de que deseja excluir {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_2809303671": { - "context": "dialog header", - "string": "Excluir Vendas" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_372098008": { - "context": "dialog content", - "string": "{counter,plural,one {Tem certeza de que deseja excluir esta venda?} other {Tem certeza de que deseja excluir {displayQuantity} vendas?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_3423943948": { - "string": "Gerenciar a disponibilidade do canal de produtos" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Cupom criado com sucesso." - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Cancelar a atribuição de coleções do cupom" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Cancelar a atribuição de produtos do cupom" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2353723060": { - "context": "dialog content", - "string": "{counter,plural,one {Tem certeza de que deseja cancelar a atribuição desta categoria?} other {Tem certeza de que deseja cancelar a atribuição de {displayQuantity} categorias?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Cancelar atribuição de categorias do cupom" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3215481647": { - "context": "dialog content", - "string": "{counter,plural,one {Tem certeza de que deseja cancelar a atribuição deste produto?} other {Tem certeza de que deseja cancelar a atribuição de {displayQuantity} produtos?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Tem certeza de que deseja excluir {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Gerenciar a disponibilidade do canal" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_767268203": { - "context": "dialog content", - "string": "{counter,plural,one {Tem certeza de que deseja cancelar a atribuição desta coleção?} other {Tem certeza de que deseja cancelar a atribuição de {displayQuantity} coleções?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Excluir Cupom" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_2983742638": { - "context": "dialog content", - "string": "{counter,plural,one {Tem certeza que deseja excluir este cupom?} other {Tem certeza que deseja excluir {displayQuantity} cupons?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_367317371": { - "context": "dialog header", - "string": "Excluir Cupons" - }, - "src_dot_done": { - "context": "button", - "string": "Feito" - }, - "src_dot_draft": { - "context": "order status", - "string": "Rascunho" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Rascunhos de Pedidos" - }, - "src_dot_drafts": { - "string": "Rascunhos" - }, - "src_dot_edit": { - "context": "button", - "string": "Editar" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "Data Final" - }, - "src_dot_endHour": { - "string": "Hora de Término" - }, - "src_dot_error": { - "string": "Erro" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Taxas de câmbio" - }, - "src_dot_firstName": { - "string": "Nome" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Completo" - }, - "src_dot_generalInformations": { - "string": "Informações Gerais" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Cliente" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Nota" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exportando CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Alterar" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "detalhes" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expirado" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "detalhes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Montante" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Moeda" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Produto" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Status" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Excluir" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Desativar" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Ativar" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Produto" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Configurações" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Início" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "O pedido nº {orderId} foi feito a partir do rascunho por {userEmail}" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "O pedido nº {orderId} foi feito a partir do rascunho" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_paid": { - "string": "O pedido nº {orderId} foi totalmente pago" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_placed": { - "string": "O pedido nº {orderId} foi feito" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "Nenhum pedido pronto para faturar." - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "Sem pagamentos para serem realizados." - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variação {name} foi configurada como padrão." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Sobrenome" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Gerenciar" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navegação" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Próximo" - }, - "src_dot_no": { - "string": "Não" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Opcional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Pedidos" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Canal de Vendas" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancelar Pedidos" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Tem certeza de que deseja cancelar este pedido?} other {Tem certeza de que deseja cancelar {displayQuantity} pedidos?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "O cancelamento deste pedido liberará o estoque, para que possam ser comprados por outros clientes.O pedido não será reembolsado ao cancelar o pedido - Você precisa fazer isso manualmente. Tem certeza que deseja cancelar este pedido?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "O sistema não pôde cancelar o pedido" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "Ainda há faturamentos criadas para este pedido. Cancele as entregas antes de cancelar o pedido." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Canal de Vendas" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Endereço de cobrança" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Adicionar novo endereço" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "Nenhum resultado encontrado" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Endereço de entrega" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "Nenhuma anotação pelo cliente" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "Notas" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "Informação de Contato" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Pesquisar Clientes" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "Ver Perfil" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "Endereço de Entrega" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Cliente" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Mesmo que o endereço de entrega" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Usuário anônimo" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Endereço de Cobrança" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Pedido #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Cancelar pedido" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Adicionar" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Valor de descontro" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Quantia Fixa" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Valor inválido" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Porcentagem" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "Excluir Rascunho do Pedido" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "Tem certeza de que deseja excluir o rascunho #{orderNumber}?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "Preço" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Produto" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Quantidade" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "Nenhum produto adicionado ao pedido" - }, - "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_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Adicionar transportadora" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Desconto" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "Nenhuma transportadora aplicável" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Impostos (IVA incluído)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Detalhes do Pedido" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "Adicionar produtos" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Criar pedido" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "Todos os Rascunhos" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Pesquisar Rascunho" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Criado" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "Cliente" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "Nenhum rascunho de pedidos encontrado" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "Núm. do Pedido" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "Cliente" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Data" - }, - "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": "Cancelar pedido" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalizar" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Pedido" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Pedido #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Nº do pedido {orderNumber} - Adicionar Faturamento" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Ítens prontos para despacho" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "Sem estoque" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Nome do Produto" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantidade para faturar" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Enviar detalhes de envio para o cliente" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Faturar" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Adicionar rastreamento" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Editar rastreamento" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Restituição" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Código de Rastreamento: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Enviar detalhes de envio para o cliente" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Tem certeza de que deseja cancelar o faturamento? O cancelamento de um faturamento reabastecerá os produtos em um depósito selecionado." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Selecionar Depósito" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancelar faturamento" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Código de rastreamento" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Adicionar Código de Rastreio" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Endereço do pedido foi atualizado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Pedido foi marcado como pago" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1521936480": { - "context": "order history message", - "string": "Faturados {quantidade} itens" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1527620381": { - "context": "order history message", - "string": "Faturamento foi cancelado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_184692906": { - "context": "order history message", - "string": "Pedido foi realizado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1867847329": { - "context": "order history message", - "string": "Links para os produtos digitais do pedido foram enviados" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1964864749": { - "context": "order history message", - "string": " O pedido foi criado a partir do rascunho" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2020753264": { - "context": "order history message", - "string": "Confirmação de pagamento foi enviado ao cliente" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2027649178": { - "context": "order history message", - "string": "Reabastecidos {quantidade} itens" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2304318421": { - "context": "order history message", - "string": "Uma nota foi adicionada ao pedido" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2369495522": { - "context": "order history message", - "string": "A confirmação do pedido foi enviada ao cliente" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2421636085": { - "context": "order history message", - "string": "A fatura foi solicitada por {requestBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2566971846": { - "context": "order history message", - "string": "Pagamento foi cancelado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Pedido foi pago" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Pedido foi confirmado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2770854455": { - "context": "order history message", - "string": "Pagamento foi capturado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3081292385": { - "context": "order history message", - "string": "A confirmação de faturamento foi enviada ao cliente" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3095247195": { - "context": "order history message", - "string": "O rascunho do pedido foi criado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3237374063": { - "context": "order history message", - "string": "Pagamento foi autorizado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3453124210": { - "context": "order history message", - "string": "Número de rastreio foi enviado ao cliente" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_348557206": { - "context": "order history message", - "string": "O pagamento foi reembolsado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3731274949": { - "context": "order history message", - "string": "Pedido foi reembolsado por {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Fatura {invoiceNumber} foi atualizada" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3990160018": { - "string": "Histórico de pedidos" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4015160303": { - "context": "order history message", - "string": "{quantity} itens vendidos extra" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4121987561": { - "context": "order history message", - "string": "As informações de reembolso do pedido foram enviadas ao cliente" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4265697648": { - "context": "order history message", - "string": "Número de rastreio do grupo de faturamento atualizado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4266665081": { - "context": "order history message", - "string": "Falha no pagamento" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_493321552": { - "context": "order history message", - "string": "Informações de cancelamento do pedido foram enviadas ao cliente" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_651019008": { - "context": "order history message", - "string": "Detalhes do envio foram enviados ao cliente" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_748112244": { - "context": "order history message", - "string": "Fatura nº {invoiceNumber} foi gerada por {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "A fatura foi enviada ao cliente por {sentBy} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Pedido foi cancelado" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Tem certeza de que deseja enviar esta fatura: {invoiceNumber} para o cliente?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Enviar Fatura" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Faturas" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "criado" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "Número de faturas para exibição" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Fatura" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Gerar" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Configurações do Pedido" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Criar pedido" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { - "string": "Pesquisar Pedidos..." - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { - "context": "tab name", - "string": "Todos os Pedidos" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Cliente" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Criado" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Status do faturamento" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "Pagamento" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "Núm. do Pedido" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "Cliente" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Data" - }, - "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": "Nenhum pedido encontrado" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Referência de transação" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Forneça uma referência de transação usando a entrada abaixo:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "Você vai marcar este pedido como pago." - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_4196844912": { - "context": "dialog header", - "string": "Marcar Pedido como Pago" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_1466130374": { - "context": "dialog header", - "string": "Capturar Pagamento" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_75546233": { - "context": "amount of refunded money", - "string": "Montante" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Tem certeza de que deseja cancelar este pagamento?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Cancelar Pagamento" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "Receber" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Quantidade capturada" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Desconto" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} itens" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Sinalizar como pago" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Saldo excepcional" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Status do pagamento" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Quantidade pré-autorizada" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Restituição" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Valor reembolsado" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Envio" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "não aplica" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "não aplica" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Impostos" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "IVA incluido" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Restituição" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Cupom" - }, - "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": "Pesquisar por nome do produto, atributo, tipo do produto, etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Adicionar Produto" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Pesquisar Produtos" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Preço" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Produto" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Quantidade" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Preço" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "Nenhum produto encontrado." - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produto" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Qtd reembolsada" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Defina as quantidades máximas" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Valor impróprio" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Faturamento" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Nº do pedido {orderNumber} - Reembolso" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Pedido" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Pedido #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Montante Reembolsado" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Reembolsar {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Quantidade Automática" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Quantidade Manual" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Reembolsar custos de envio" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "O valor não pode ser maior do que o reembolso máximo" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "O valor deve ser maior que 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Quantidade Autorizada" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Montante" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Reembolso máximo" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Reembolsado anteriormente" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Valor de reembolso proposto" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Restituição" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Reembolsar valor total" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Preço" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Produtos não faturados" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "Nenhum produto encontrado." - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produto" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Produtos não faturados serão devolvidos ao estoque" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Qtd reembolsada" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Defina as quantidades máximas" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Valor impróprio" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Pedido de Reembolso" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Reembolso Diverso" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Produtos de Reembolso" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Preço" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Produto" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Substituir" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Defina as quantidades máximas" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelado ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Faturado ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Valor impróprio" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Reembolsado ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Não faturado" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Pedido #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Configurações do Pedido" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "Configurações Gerais" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Configurações" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "Todos os pedidos serão confirmados automaticamente e todos os pagamentos serão capturados." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Confirmar automaticamente todos os pedidos" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Editar Método de Envio" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Faturar" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "Estamos gerando a fatura que você solicitou. Por favor, aguarde um momento" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Pagamento capturado com sucesso" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Rascunho do pedido finalizado com sucesso" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": " Linha de pedido excluída" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Faturamento atualizado com sucesso" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Linha de pedido atualizada" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Pedido sinalizado como pago" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Linha do pedido adicionada" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Pedido cancelado com sucesso" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Anotação adicionada com sucesso" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Pagamento do pedido cancelado com sucesso" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Pedido atualizado com sucesso" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "E-mail da fatura enviado" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Fatura está sendo gerada" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Forma de envio atualizada com sucesso" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Faturamento cancelado com sucesso" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Rascunho do pedido # {orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Pedido #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Pedido #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Excluir rascunhos de pedido" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Excluir pedidos de rascunho" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Rascunho do pedido criado com sucesso" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Tem certeza que deseja excluir este rascunho de pedido?} other {Tem certeza que deseja excluir {displayQuantity} rascunhos de pedido?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Faturar pedido nº {orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": " Itens Faturados" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Faturar Pedido" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Rascunho do pedido criado com sucesso" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Itens Reembolsados" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Tipos de Página" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "Nenhum atributo encontrado" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Nome do atributo" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Atribuir atributo" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Atributos de conteúdo" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Os tipos de página que você deseja excluir são usados ​​por algumas páginas. Excluir esses tipos de página também excluirá essas páginas. Tem certeza de que deseja excluir este tipo de página ? Depois de fazer isso, você não poderá reverter as alterações.} other {Os tipos de página que você deseja excluir são usados ​​por algumas páginas. Excluir esses tipos de página também excluirá essas páginas. Tem certeza de que deseja excluir {displayQuantity} tipos de página ? Depois de fazer isso, você não poderá reverter as alterações.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Excluir Tipos de Página" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Tem certeza de que deseja excluir este tipo de página? Depois de fazer isso, você não poderá reverter as alterações.} other {Tem certeza de que deseja excluir {displayQuantity} tipos de página? Depois de fazer isso, você não poderá reverter as alterações.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "Estas são informações gerais sobre este tipo de conteúdo." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadados" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Criar Tipo de Página" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "Estas são informações gerais sobre este tipo de conteúdo." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadados" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "Esta lista exibe todos os atributos que serão atribuídos às páginas que possuem este tipo de página atribuído." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Atributos de conteúdo" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Nome do tipo de conteúdo" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Pesquisar Tipo de Página" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "Todos Tipos de Página" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Nome do tipo de conteúdo" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "Nenhum tipo de página encontrado" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Cancelar atribuição de atributo do tipo de página" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Tipo de página excluído" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Não vinculado" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Cancelar atribuição de atributo do tipo de página" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Tipo de página criado com sucesso" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Páginas" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Criar Página" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1996767833": { - "string": "Adicione título e descrição ao mecanismo de busca para facilitar a localização desta página" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { - "context": "page", - "string": "irá ficar visivel a partir de {date}" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visível" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Oculto" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Conteúdo" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Título" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Criar página" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Tipos de Página" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Título" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Visibilidade" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "Nenhuma página encontrada" - }, - "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": "Publicado " - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Não publicado" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Tipo de Conteúdo" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organizar Conteúdo" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Criar Página" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Nova página criada com sucesso" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Excluir Página" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Tem certeza de que deseja excluir {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Páginas removidas" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Publicado" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Páginas Não Publicadas" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Tem certeza de que deseja cancelar a publicação desta página?} other {Tem certeza de que deseja cancelar a publicação de {displayQuantity} páginas?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Remover" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publicar Páginas" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Tem certeza de que deseja publicar esta página?} other {Tem certeza de que deseja publicar {displayQuantity} páginas?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Tem certeza que deseja excluir esta página?} other {Tem certeza que deseja excluir {displayQuantity}  páginas?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Páginas Publicadas" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Excluir Páginas" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Totalmente pago" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Parcialmente faturado" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Parcialmente pago" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Parcialmente reembolsado" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Status do pagamento" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Grupos de Permissão" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "Nenhum membro encontrado" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Pesquisar Membros da Equipe" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Pesquisar por nome, e-mail, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Ativo" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inativo" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Atribuir Membros da Equipe" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Cancelar atribuição de usuários" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "Você não pode modificar os membros deste grupo. Resolva este problema para continuar com o pedido." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "O grupo tem acesso total à loja" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expanda ou restrinja as permissões do grupo para acessar determinada parte do sistema Saleor." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Tem certeza de que deseja excluir {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Excluir grupo de permissão" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": " Não é possível excluir o grupo que está fora do seu escopo de permissão" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "O grupo tem acesso total à loja" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expanda ou restrinja as permissões do grupo para acessar determinada parte do sistema Saleor." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Nome do grupo" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "criar grupo de permissão" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Nome do Grupo de Permissão" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Membros" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Ações" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "Nenhum grupo de permissão encontrado" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inativo" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "Você ainda não atribuiu nenhum membro a este grupo de permissão." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "Nenhum membro encontrado" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Endereço de e-mail" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Atribuir membros" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Use o botão Designar membros para fazer isso." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Ativo" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Membros do grupo" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Ações" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Nome" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Cancelar atribuição de usuários" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Tem certeza de que deseja cancelar a atribuição de {counter, plural, one {this member} outros {{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Criar categoria." - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Grupo de permissões criado" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Não-assinado" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Grupo de permissões excluído" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Extensões" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Autorização" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Nome da Extensão" - }, - "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": "Informação da Extensão e Status" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "string": "Set plugin as active" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_3032939398": { - "context": "header", - "string": "Adicionar Valor ao Campo de Autorização" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_4269236107": { - "context": "header", - "string": "Editar Campo de Autorização" - }, - "src_dot_plugins_dot_components_dot_PluginSettings_dot_1970881031": { - "context": "section header", - "string": "Configurações da Extensão" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3352026836": { - "context": "header", - "string": "{pluginName} Detalhes" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3233248823": { - "string": "Pesquisar Plugins..." - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3523826683": { - "context": "tab name", - "string": "Todos os Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { - "context": "plugin filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "Nenhuma extensão encontrada" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Ativo" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Configuração" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Desativado" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Nome" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "src_dot_plugins_dot_views_dot_1096544448": { - "context": "header", - "string": " Exclusão de campo de autorização" - }, - "src_dot_plugins_dot_views_dot_955370043": { - "string": "O plugin pode parar de funcionar depois que este campo for limpo. Tem certeza de que deseja continuar?" - }, - "src_dot_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Tipos de Produto" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { - "string": "Nenhum atributo encontrado" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1228425832": { - "string": "Nome do atributo" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Atribuir atributo" - }, - "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": "Atributos do Produto" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Tipo do produto usa Atributos de Variação" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "string": "Nome do Tipo de Produto" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { - "context": "tab name", - "string": "Todos os Tipos de Produtos" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3420445375": { - "string": "Pesquisar Tipo de Produto" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3479705616": { - "context": "button", - "string": "criar tipo de produto" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_configurable": { - "context": "product type", - "string": "Configurável" - }, - "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": "Entregável" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_type": { - "context": "product type is digital or physical", - "string": "Tipo" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1126553969": { - "string": "Nenhum tipo de produto encontrado" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1211157042": { - "context": "product type", - "string": "Produto simples" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1240292548": { - "context": "tax rate for a product type", - "string": "Imposto" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { - "context": "product type is either simple or configurable", - "string": "Tipo" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2253986440": { - "context": "product type name", - "string": "Nome do Tipo" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2754779425": { - "context": "product type", - "string": "Configurável" - }, - "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": "Físico" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_1325966144": { - "context": "product type shipping settings, section header", - "string": "Envio" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2143413921": { - "context": "switch button", - "string": "Este produto pode ser entregue?" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2927891783": { - "string": "Usado para calcular taxas de envio para produtos deste tipo, quando o peso específico não é informado" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_746695941": { - "string": "Peso" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "Nenhum atributo encontrado" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Nome do atributo" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Atribuir atributo" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Atributos da Variação" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Tipo de produto criado com sucesso" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Tipo de produto excluído" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Cancelar atribuição de atributo do tipo de produto" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Cancelar atribuição de atributo do tipo de produto" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Não-assinado" - }, - "src_dot_products": { - "context": "products section name", - "string": "Produtos" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Categoria" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Coleções" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Empresa" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Não publicado" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { - "string": "Adicione título e descrição ao mecanismo de busca para facilitar a localização deste produto" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Publicado " - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Avaliação do Produto" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Nome" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Exportar estoque para todos os depósitos" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Carregar Mais" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "e {number} mais" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Organização do Produto" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": " Informação SEO" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Produtos selecionados ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Exportar informações para:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "Todos os produtos ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Depósitos A a Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Informações exportadas" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Exportar como:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Configurações de Exportação" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Selecionar Tudo" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Planilha do Excel, Números etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Atributos de Pesquisa" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Exportar Quantidade em Estoque de Produto para CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Informações de Estoque" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Arquivo CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Informações exportadas:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Pesquisar por nome do atributo" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Pesquisa atual ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Informações Financeiras" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "exportar produtos" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "produtos" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Informações de Exportação" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Criar Produto" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Exportar Produtos" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Pesquisar Produtos..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "Todos os Produtos" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Disponível" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Oculto" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Sem Estoque" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "Preço" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Quantidade em estoque" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "Visibilidade" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visível" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simples" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "Nenhum produto encontrado." - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurável" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Nome" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Disponibilidade" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Preço" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Tipo" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Opcional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Categoria" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Coleções" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organizar Produto" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "string": "Configurável" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "*Opcional. Adicionar produtos à coleção ajuda os usuários a encontrá-lo." - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Tipo de produto" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Envio" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Peso" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Nome do Depósito" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Quantidade" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Canais" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Monitorar Estoque" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Atribuir Depósito" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "O rastreamento ativo de estoque calculará automaticamente as mudanças de estoque" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Cobrar impostos sobre este produto" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Taxa de imposto" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Substituir a taxa de imposto do tipo de produto" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Não publicado" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { - "string": "Adicione título e descrição ao mecanismo de busca para facilitar a localização deste produto" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Publicado " - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Criar Variações" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Atributos da Variação" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Seleção de Atributos da Variação" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Excluir Variação" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Salvar Variação" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Preço" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Os valores selecionados serão usados ​​para criar variações para o produto configurável." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Atributo" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Selecionar Atributo" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Preço e SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Estoque e Armazenamento" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Escolha os Valores" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "Preço {channel}" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Selecione os Valores" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Escolha o atributo" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Resumo" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Aplicar preço único a todos os SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Pular preços por enquanto" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Aplicar estoque único por atributo a cada SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Aplicar preços únicos por atributo a cada SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Aplicar estoque único a todos os SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Próximo" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Aqui está o resumo das variações que serão criadas. Você pode alterar os preços, estocar um SKU para cada um criado." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Pular estoque por enquanto" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Criar" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Variações Criadas" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Com base em suas seleções, criaremos {numberOfProducts} produtos. Use esta etapa para personalizar o preço e os estoques de seus novos produtos" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Preços e SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Com base em suas seleções, criaremos 8 produtos. Use esta etapa para personalizar o preço e os estoques de seus novos produtos." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Anterior" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Variação" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Valores" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Excluir variação" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_2297471173": { - "context": "delete product variant", - "string": "Tem certeza de que deseja excluir {name}?" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "Excluir Variação" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Padrão" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Variações" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "Adicionar variação" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "Nova Variação" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Oculto" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Atributos da Variação" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Seleção de Atributos da Variação" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Disponibilidade" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Preços" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Preço" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Preço de Venda" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Os canais que não têm preços atribuídos usarão seu canal pai para definir o preço. O preço será convertido para a moeda do canal" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Nome do Canal" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "Nenhum canal encontrado" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Preço de custo" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Tornar padrão" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Indisponível em todos os locais" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Indisponível" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Preço" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Padrão" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} disponível} other {{stockQuantity} disponíveis}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Estoque disponível em:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Criar variações" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variações" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} disponível em {numLocations} local} other {{numAvailable} disponíveis em {numLocations} locais}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variações para produtos que tenham uma variedade de versões, por exemplo diferentes tamanhos ou cores" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "Todos os Depósitos" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventário" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Criar Variação" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Sem estoque" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Variação" - }, - "src_dot_products_dot_views_dot_1731766393": { - "context": "dialog header", - "string": "Excluir Imagem" - }, - "src_dot_products_dot_views_dot_2279302139": { - "string": "Variação Removida" - }, - "src_dot_products_dot_views_dot_2362587265": { - "context": "header", - "string": "Criar Variação" - }, - "src_dot_products_dot_views_dot_2880386427": { - "string": "Tem certeza de que deseja apagar esta imagem?" - }, - "src_dot_products_dot_views_dot_3989383405": { - "context": "window title", - "string": "Criar Variação" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Criar Produto" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "Novo Produto" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Produto criado" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Gerenciar a disponibilidade do canal de produtos" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Tem certeza que deseja excluir este produto?} other {Tem certeza que deseja excluir {displayQuantity} produtos?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exportando CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Excluir Produtos" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "Estamos atualmente exportando seu CSV solicitado. Assim que estiver disponível, ele será enviado a você no seu e-mail" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Gerenciar a disponibilidade do canal de produtos" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Produto removido" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Tem certeza de que deseja excluir {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Excluir Produto" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Excluir Variações do Produto" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Variações criadas com sucesso" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Criar Variações" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Propriedades" - }, - "src_dot_readOnly": { - "string": "O sistema está no modo somente leitura. Alterações não foram salvas." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Pronto para capturar" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Pronto para faturar" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Totalmente reembolsado" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Remover" - }, - "src_dot_requiredField": { - "string": "Este campo é necessário" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Vendas" - }, - "src_dot_save": { - "context": "button", - "string": "Salvar" - }, - "src_dot_savedChanges": { - "string": "Alterações salvas" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Selecionar Tudo" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Enviar" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Contas de Serviço" - }, - "src_dot_sessionExpired": { - "string": "Sua sessão expirou. Por favor faça o login novamente para continuar." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Métodos de Envio" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Excluir Forma de Envio" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Valor Máx." - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "Esta taxa será aplicada a todos os pedidos" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Valor Min." - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Os canais que não têm descontos atribuídos usarão seu canal pai para definir o preço. O preço será convertido para a moeda do canal" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Valor do Pedido" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Nome do canal" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Valor Máx." - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Valor Mín." - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "Esta taxa será aplicada a todos os pedidos" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Peso do Pedido" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Peso Mín. do Pedido" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Peso Máx. do Pedido" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Preços" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Preço" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Os canais que não têm preços atribuídos usarão seu canal pai para definir o preço. O preço será convertido para a moeda do canal" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Nome do canal" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Pesquisar Produtos" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "Nenhum produto corresponde à consulta fornecida" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Atribuir Pordutos" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "Sem Produtos" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Produtos Excluídos" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Atribuir produtos" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Nome do Produto" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Ações" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Nome da taxa de envio" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "Esta unidade será usada como peso de embalagem padrão" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Unidade de peso de envio" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Nome do Depósito" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Criar Novo Depósito" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Escolha os países que deseja adicionar à zona de entrega da lista abaixo" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Atribuir Países" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Países de A a Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Escolha rápida" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Resto do Mundo" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "Se selecionado, isso adicionará todos os países não selecionados a outras zonas de envio" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Pesquisar Países" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Pesquisar pelo nome do país" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Países" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Criar Nova Zona de Envio" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Atualmente, não há países atribuídos a esta zona de envio" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Países" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Atualmente, não há países atribuídos a esta zona de envio" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} de{maxCharacters} caracteres" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Nome da zona de envio" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Adicionar" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": " Criar taxa de preço" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Envio" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Criar Taxa de Peso" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Envio" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Preço" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Criar taxa" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Faixa de valor" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "Nenhuma taxa de envio encontrada" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Taxas baseadas em preços" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Faixa de Peso" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Taxas Baseadas em Peso" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "Nome" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Adicionar Novo Depósito" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Selecionar Depósito" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Selecione o depósito de onde você enviará os produtos para esta zona de envio. O endereço do depósito também será usado para calcular impostos." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Configurações" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Envio" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Envio por zona" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Criar Zona de Envio" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "Países" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Nome" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "Nenhuma zona de envio encontrada" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Cancelar a atribuição de produtos do envio" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_3215481647": { - "context": "dialog content", - "string": "{counter,plural,one {Tem certeza de que deseja cancelar a atribuição deste produto?} other {Tem certeza de que deseja cancelar a atribuição de {displayQuantity} produtos?}}" - }, - "src_dot_shipping_dot_invalid": { - "context": "error message", - "string": "Valor é inválido" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Preço máximo não pode ser menor que o mínimo" - }, - "src_dot_shipping_dot_views_dot_1005071028": { - "string": "Tem certeza que você deseja deletar a zona {shippingZoneName}?" - }, - "src_dot_shipping_dot_views_dot_1010705153": { - "context": "dialog header", - "string": "Excluir Zona de Envio" - }, - "src_dot_shipping_dot_views_dot_1711385401": { - "context": "dialog header", - "string": "Excluir Zonas de Envio" - }, - "src_dot_shipping_dot_views_dot_3823295269": { - "string": "Gerenciar a disponibilidade do canal" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Tem certeza de que deseja excluir esta zona de envio ?} other {Tem certeza de que deseja excluir {displayQuantity} zonas de envio ?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Não vinculado" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Excluir Zona de Envio" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Peso máximo não pode ser menor que o mínimo" - }, - "src_dot_show": { - "context": "button", - "string": "Exibir" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Configurações do Site" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Nome da sua loja exibida na aba do navegador web" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Nome da sua loja" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "A descrição da loja é mostrada na barra de tarefas após o nome da loja" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Informações da Loja" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Informações da Empresa" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "string": "Estas são as informações gerais sobre sua loja. Elas definem qual é a URL da sua loja e o que é mostrado na barra de tarefas do navegador." - }, - "src_dot_somethingWentWrong": { - "string": "Saleor encontrou um problema inesperado" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Membros da Equipe" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Convidar Membro da Equipe" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Enviar convite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "Usuário está atribuído a:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Permissões" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Usuário está ativo" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "Todos os Funcionários" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_61043583": { - "string": "Pesquisar Membro da Equipe" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_797461521": { - "context": "button", - "string": "Convidar membro da equipe" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Ativo" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Desativado" - }, - "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": "Inativo" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": "Endereço de e-mail" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Ativo" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "Nenhum membro da equipe encontrado" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "Nome" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "Nova senha" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "Nova senha deve conter ao menos 8 caracteres" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "Mudar senha" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Senha Antiga" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "Você deve alterar sua senha todo mês para evitar problemas de segurança" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "Mude sua senha" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "Senha" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "Selecionando isto, mudará o idioma do seu painel" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "Observe que, embora todos os ajustes de moeda e data estejam concluídos, as traduções de idiomas estão em diferentes graus de conclusão." - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { - "string": "Língua Preferida" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { - "context": "section header", - "string": "Preferências" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_1473195966": { - "context": "avatar change button", - "string": "Alterar" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Informações do Membro da Equipe" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Excluir" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "excluir Usuário da Equipe" - }, - "src_dot_staff_dot_views_dot_3945766678": { - "string": "Tem certeza que você deseja deletar o avatar de {email}?" - }, - "src_dot_staff_dot_views_dot_701332676": { - "context": "dialog header", - "string": "Excluir Avatar do Membro da Equipe" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "Tem certeza de que gostaria de excluir {email} de membros da equipe?" - }, - "src_dot_startDate": { - "string": "Data Inicial" - }, - "src_dot_startHour": { - "string": "Hora Início" - }, - "src_dot_status": { - "string": "Status" - }, - "src_dot_summary": { - "string": "Resumo" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Impostos" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Impostos" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "Nenhum país encontrado" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Taxas de imposto reduzidas" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Código do País" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "Nome do País" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "Categoria" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": " Taxa de imposto" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Taxas de impostos em {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "Nenhuma categoria de imposto reduzido encontrada" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Todos os preços dos produtos são inclusos com os impostos" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Mostrar preço bruto a clientes na loja" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Cobrar impostos sobre taxas de envio" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_3375540052": { - "context": "button", - "string": "Obter impostos" - }, - "src_dot_taxes_dot_views_dot_2411670026": { - "string": "Taxas de impostos obtidas com sucesso" - }, - "src_dot_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Atributos" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Traduções" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1308081812": { - "string": "{numberOfFields} Traduções, {numberOfTranslatedFields} concluídas" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1348655672": { - "string": "Texto Original" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_2481190613": { - "string": "Tradução" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_363646127": { - "context": "button", - "string": "Descartar" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_3793796047": { - "string": "Nenhuma tradução ainda" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_2642976392": { - "string": "Nome do Atributo" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Atributo de tradução \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Valor {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Valores" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Nome da Categoria" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "Descrição do motor de busca" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Categoria de tradução \"{categoryName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { - "string": "Titulo do mecanismo de busca" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { - "string": "Pré-visualização do Mecanismo de Busca" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { - "string": "Descrição do motor de busca" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { - "string": "Titulo do mecanismo de busca" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { - "string": "Nome da Coleção" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3055443821": { - "context": "header", - "string": "Coleção de tradução \"{collectionName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3468022343": { - "string": "Pré-visualização do Mecanismo de Busca" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1163855804": { - "string": "Línguas" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { - "string": "Coleções" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Traduções para {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Produtos" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Páginas" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Categorias" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Métodos de Envio" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Atributos" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Vendas" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Cupons" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} de {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "Nenhuma entidade traduzível encontrada" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "Traduções concluídas" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "Nome" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Línguas" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "Nenhuma linguagem encontrada" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Língua" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Conteúdo" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Descrição do motor de busca" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Titulo do mecanismo de busca" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Página de tradução \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Pré-visualização do Mecanismo de Busca" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Título da Página" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Descrição do motor de busca" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Titulo do mecanismo de busca" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Nome do Produto" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Produto de tradução \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "Descrição" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Pré-visualização do Mecanismo de Busca" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_3731955064": { - "context": "header", - "string": "Venda de tradução \"{saleName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_898281424": { - "string": "Nome de Venda" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Descrição" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Tradução Método de Envio \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Nome" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2447510181": { - "context": "header", - "string": "Tradução Cupom \"{voucherName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2599922713": { - "string": "Nome do Cupom" - }, - "src_dot_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Não Confirmado" - }, - "src_dot_undo": { - "context": "button", - "string": "Desfazer" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Não faturado" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Não pago" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Enviar Imagem" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Já existe uma chave de autorização com este tipo" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Apenas membros da equipe podem ser atribuídos" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "Este atributo já foi atribuído a este tipo de produto" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "Este atributo não pode ser atribuído a este tipo de produto" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "Todos os atributos devem ter valor" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "As variações estão desativadas neste tipo de produto" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "O endereço de cobrança não foi definido" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "Este faturamento não pode ser cancelado" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "Este pedido não pode ser cancelado" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Itens insuficientes para faturar" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Pagamento manual não pode ser devolvido" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Não é possível remover o usuário do último grupo" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Apenas pagamentos previamente autorizados podem ser anulados" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Apenas pagamentos pré-autorizados podem ser recebidos" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "Este canal já foi criado" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "A moeda em ambos os canais deve ser a mesma" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug deve ser único" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "O mesmo objeto não pode estar em ambas as listas" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Não é possível adicionar e remover o grupo ao mesmo tempo" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "O endereço de e-mail não foi definido" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "Erro na API" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Valor inválido" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Formato de manifesto inválido" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Senha inválida" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permissão inválida" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status inválido" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "A URL tem um formato inválido" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "O valor máximo não pode ser inferior ao valor mínimo" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "O plug-in está configurado incorretamente e não pode ser ativado" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "Este nome já está em uso. Forneça outro." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Não é possível escolher um método de envio para um pedido sem o endereço de envio" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Apenas rascunhos de pedidos podem ser editados" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Página não encontrada" - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": " O endereço de cobrança não foi definido ou a fatura não está pronta para ser enviada" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Número não definido para uma fatura" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "O aplicativo está fora do seu escopo de permissões" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "O grupo está fora do seu escopo de permissão" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "A permissão está fora do seu escopo" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "O usuário está fora do seu escopo de permissões" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "A senha não pode ser totalmente numérica" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "Não há pagamento associado ao pedido" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Estas permissões estão fora do seu escopo" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "O preço do produto não pode ser inferior a 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Método de envio não é válido para o endereço de entrega escolhido." - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "O método de envio é obrigatório para este pedido" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs devem ser únicos" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug deve ser único para cada depósito" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "Esta senha é muito comumente usada" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "Esta senha é muito curta" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "As senhas são muito parecidas" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "Isto precisa ser único" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Erro desconhecido" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL não definida para uma fatura" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "Esta variação não possui nenhum conteúdo digital" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "Esta variação já existe" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Cupons" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Depósitos" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Informação do Endereço" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Criar Depósito" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Tem certeza de que deseja excluir {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Excluir Depósito" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Informação do Endereço" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Nome do Depósito" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Pesquisar Depósito" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "Todos os Depósitos" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Criar Depósito" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Zonas de Entrega" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "Nenhum depósito encontrado" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Ações" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Nome" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "Este depósito não tem zonas de entrega atribuídas" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Configurações" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Criar Depósito" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Tem certeza de que deseja excluir este webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Tem certeza de que deseja excluir {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Excluir Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Detalhes sem nome do webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Criar Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Detalhes" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Eventos" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input help text", - "string": "a chave é utilizada para criar uma assinatura hash em cada requisição. * campo opcional" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrl": { - "context": "webhook input label", - "string": "URL alvo" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "Esta URL receberá requisições POST de webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Informações do Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Nome do Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook está ativo" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "Se você quer desativar este webhook, retire a seleção abaixo." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Status do Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Detalhes sem nome do webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Criar Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Detalhes" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "Nenhum webhook encontrado" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Criar Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Ação" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Webhook sem nome" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Nome" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Criar Webhook" - }, - "src_dot_yes": { - "string": "Sim" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "alocado" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Quantidade" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Referência de transação" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Indisponível para compra" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Não vinculado" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Não vinculado" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Não vinculado" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "estará disponível em {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "será publicado em {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Cancelar Pedido"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Valor reembolsado"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Oculto"},"DIrxt7":{"context":"channel publication date","string":"Visível desde {date}"},"nfbabo":{"context":"channel publication date","string":"Estará disponível em {date}"},"mDgOmP":{"context":"channel publication status","string":"Visível"},"19/lwV":{"string":"Determine atributos usados para criar tipos de produtos"},"8vJCJ4":{"string":"Defina e gerencie seus canais de venda"},"hpMcW8":{"string":"Defina como os usuários poderão navegar pela sua loja"},"JPH/uP":{"string":"Defina os tipos de páginas de conteúdo usadas na sua loja"},"ivJ1qt":{"string":"Gerenciar grupos de premissões e suas permissões."},"n0RwMK":{"string":"Defina os tipos de produtos que você vende"},"zxs6G3":{"string":"Gerencie como você enviará os pedidos"},"5BajZK":{"string":"Visualizar e atualizar as configurações do seu site."},"RQUkVW":{"string":"Gerencie seus funcionários e suas permissões"},"EIULpW":{"string":"Gerencie como sua loja cobrará impostos"},"5RmuD+":{"string":"Gerencie e atualize suas informações de depósito."},"m19JfL":{"string":"Visualizar e atualizar plugins e suas configurações."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"valor do desconto"},"sHON47":{"context":"refunded products list title","string":"Produtos reembolsados"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status inválido"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Quantia Fixa"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Atividade"},"wWTUrM":{"string":"Atividades não encontrada."},"zWgbGg":{"string":"Hoje"},"By5ZBp":{"context":"header","string":"Olá, {userName}"},"aCX8rl":{"context":"subheader","string":"Aqui estão algumas informações que coletamos sobre sua loja"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {Um pedido} other {{amount} Pedidos}}"},"rr8fyf":{"context":"header","string":"Principais Produtos"},"Q1Uzbb":{"string":"Nenhum produto encontrado."},"6L6Fy2":{"context":"header","string":"Aviso legal"},"5LRkEs":{"string":"A nova dashboard e o GraphQL API são softwares em revisão de qualidade."},"G7mu0y":{"string":"O GraphQL API está em qualidade beta. Não está totalmente otimizado e algumas mutações e consultas podem estar faltando."},"QBxN6z":{"context":"is filter range or value","string":"entre"},"I+UwqI":{"context":"is filter range or value","string":"igual a"},"0OtaXa":{"context":"dialog header","string":"Criar Menu"},"jhh/D6":{"string":"Menu Título"},"G/SYtU":{"string":"Tem certeza de que deseja excluir o menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Excluir Menu"},"E54eoT":{"string":"Criar a estrutura de navegação é feita utilizando arrasta-e-solta. Crie um novo menu e então arraste-o no seu local de destino. Você pode mover itens dentro de outros itens para criar uma estrutura de árvore e arrastar itens para cima e para baixo para criar uma hierarquia."},"H3Uirw":{"context":"create new menu item, header","string":"Adicionar item"},"fzDI3A":{"context":"add link to navigation","string":"Link para: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Editar Item"},"Urh2N3":{"context":"label","string":"Link"},"28GZnc":{"string":"Digite para pesquisar...."},"0Vyr8h":{"context":"menu item name","string":"Nome"},"Uf3oHA":{"context":"add new menu item","string":"Criar um item."},"dEUZg2":{"context":"header","string":"Itens do Menu"},"WwZfNK":{"string":"Adicione novo item de menu para começar a criar o menu"},"ugnggZ":{"string":"Menu criado."},"bj1U23":{"string":"Tem certeza de que deseja excluir {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Tem certeza de que deseja excluir este menu?} other {Tem certeza de que deseja excluir {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Excluir menus"},"OwG/0z":{"string":"Menu deletado"},"0nL1D6":{"context":"number of menu items","string":"Itens"},"DWs4ba":{"string":"Menu não encontrado"},"JXRYQg":{"context":"button","string":"Criar Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Não publicado"},"YI6Fhj":{"context":"no address is set in draft order","string":"Não configurado"},"PX2zWy":{"context":"customer is not set in draft order","string":"Não configurado"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Não configurado"},"5Jo3C5":{"context":"vat not included in order price","string":"não aplica"},"BftZHy":{"context":"window title","string":"Criar Tipo de Página"},"W5SK5c":{"string":"Selecione o tipo de conteúdo"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Disponível para compra"},"KupNHw":{"context":"product field","string":"Categoria"},"jxoMLL":{"context":"product field","string":"Coleções"},"YVIajc":{"context":"product field","string":"Descrição"},"W8i2Ez":{"context":"product field","string":"Nome"},"6y+k8V":{"context":"product field","string":"Imagens do Produto"},"7JAAul":{"context":"product field","string":"Exportar Peso do Produto"},"QVNg8A":{"context":"product field","string":"Cobrar Impostos"},"Q/Nbku":{"context":"product field","string":"Tipo"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"imagens de variação"},"5kvaFR":{"context":"product field","string":"Exportar SKU de Variação"},"XBwpUv":{"context":"product field","string":"Exportar Peso da Variação"},"4qe6hO":{"context":"product stock, section header","string":"Inventário"},"SSWFo8":{"context":"window title","string":"Criar Tipo de Produto"},"bq1eEx":{"context":"header","string":"Criar Tipo de Produto"},"mUb8Gt":{"context":"section header","string":"Impostos"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Preço"},"vuKrlW":{"string":"estoque"},"ABgQcF":{"context":"variant stock, header","string":"estoque"},"oIMMcO":{"context":"no warehouses info","string":"Não existem depósito configurados para sua loja. Você pode configurar variações sem fornecer quantidades em estoque."},"Gjo89T":{"context":"header","string":"Depósitos"},"D8nsBc":{"context":"no warehouses info","string":"Não existem depósitos configurados para sua loja. Para adicionar a quantidade em estoque para a variação, por favor configure um depósito."},"RLBLPQ":{"context":"no warehouses info","string":"Não existem depósitos configurados para sua loja. Para adicionar a quantidade em estoque para o produto, por favor configure um depósito."},"qJedl0":{"context":"product label","string":"Publicado "},"ppLwx3":{"context":"number of categories","string":"Categorias ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Coleções ({quantity})"},"bNw8PM":{"context":"number of products","string":"Produtos ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Definir data de disponibilidade"},"Krzyo+":{"context":"shipment refund title","string":"Envio foi reembolsado"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Tem certeza de que deseja excluir {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Tem certeza de que deseja excluir {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Depósito"},"skPoVe":{"context":"button","string":"Aceitar"},"Y7UlMR":{"context":"app extensions subsection","string":"Aplicativos"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Aplicativos"},"D/+84n":{"context":"snackbar text","string":"Aplicativo ativado"},"USO8PB":{"context":"snackbar text","string":"Aplicativo desativado"},"YHNozE":{"context":"dialog header","string":"Ativar Aplicativo"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Tem certeza que deseja ativar {name}? Ativá-lo irá iniciar a coleta de eventos."},"D3E2b5":{"context":"button label","string":"Ativar"},"W+AFZY":{"context":"button label","string":"Desativar"},"yMi8I8":{"context":"dialog header","string":"Desativar Aplicativo"},"73RU3R":{"context":"deactivate app","string":"Tem certeza que deseja desabilitar este aplicativo? Seus dados serão mantidos até que você reative o aplicativo. Você ainda será cobrado pelo aplicativo."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Tem certeza que deseja desabilitar {name}? Seus dados serão mantidos até que você reative o aplicativo. Você ainda será cobrado pelo aplicativo."},"LtqrM8":{"context":"delete custom app","string":"Excluindo {name}, você excluirá todos os dados e webhooks relacionados a este aplicativo. Tem certeza que deseja fazer isto?"},"zQX6xO":{"context":"dialog header","string":"Excluir Aplicativo"},"6hLZNA":{"context":"delete app","string":"Tem certeza que deseja excluir este aplicativo?"},"EWD/wU":{"context":"delete app","string":"Excluindo {name}, você excluirá a instalação do aplicativo. Se você está pagando pela assinatura do aplicativo, lembre-se de cancelar a assinatura do aplicativo no Marketplace Saleor. Tem certeza que deseja excluir o aplicativo?"},"whTEcF":{"context":"link","string":"Desativar"},"Go50v2":{"context":"app privacy policy link","string":"Exibir a política de privacidade do aplicativo"},"89PSdB":{"context":"link","string":"Editar configurações"},"a55zOn":{"context":"section header","string":"Privacidade de dados"},"Gjb6eq":{"context":"link","string":"Obter Suporte"},"HtfL5/":{"context":"button","string":"Abrir Aplicativo"},"P5twxk":{"context":"link","string":"Ativar"},"VsGcdP":{"context":"section header","string":"Permissões do aplicativo"},"7oQUMG":{"context":"apps about permissions","string":"Este aplicativo tem permissão para:"},"jDIRQV":{"context":"section header","string":"Sobre este aplicativo"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"Existe um problema com o aplicativo."},"4yRwN+":{"context":"content","string":"Saleor não conseguiu obter informações cruciais da instalação. Sem isto, o Sistema não pode instalar o aplicativo em seu Saleor. Por favor use o botão abaixo para voltar no dashboard do sistema."},"906uUr":{"context":"button","string":"Voltar a página inicial"},"k5lHFp":{"context":"app data privacy link","string":"Saiba mais sobre a privacidade de dados"},"PkCmGU":{"context":"install button","string":"Instalar Aplicativo"},"BL/Lbk":{"context":"install app permissions","string":"Instalando este aplicativo você concederá as seguintes permissões:"},"Id7C0X":{"context":"section header","string":"Você está prestes a instalar {name}"},"UCHtG6":{"context":"button","string":"Sobre"},"hdcGSJ":{"context":"button","string":"Suporte/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Instalações em Andamento"},"+c/f61":{"context":"retry installation","string":"Tentar Novamente"},"JufWFT":{"context":"app installation error","string":"Ocorreu um problema durante a instalação"},"1qRwgQ":{"context":"app installation","string":"Instalando aplicativo..."},"D4nzdD":{"context":"checkbox label","string":"Conceder a este aplicativo, acesso total a loja"},"flP8Hj":{"context":"card description","string":"Expanda ou restrinja as permissões do aplicativo para acessar determinada parte do sistema Saleor."},"GjH9uy":{"context":"header","string":"Criar Novo Aplicativo"},"Kxiige":{"string":"Token Gerado"},"DGCzal":{"string":"Este token dará acesso a API da sua loja, que você encontrará aqui: {url}"},"r86alc":{"context":"button","string":"Copiado"},"HVFq//":{"context":"button","string":"Copiar token"},"ixjvkM":{"string":"Nós criamos seu token padrão. Certifique-se de copiar seu novo token de acesso pessoal agora. Você não será capaz de vê-lo novamente."},"imYxM9":{"context":"header","string":"Informações do Aplicativo"},"foNlhn":{"context":"custom app name","string":"Nome do Aplicativo"},"MAsLIT":{"context":"custom app token key","string":"Chave"},"bsP4f3":{"string":"Nenhum token encontrado"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Criar Token"},"0DRBjg":{"string":"Anotações do Token"},"VHuzgq":{"context":"table actions","string":"Ações"},"XB2Jj9":{"context":"create app button","string":"Criar Aplicativo"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Desativado"},"TBaMo2":{"context":"about app","string":"Sobre"},"9tgY4G":{"context":"apps content","string":"Você não tem nenhum aplicativo instalado na sua dashboard"},"ZeD2TK":{"context":"section header","string":"Aplicativos de Terceiros"},"SwISVH":{"context":"section header","string":"Marketplace Saleor"},"NskBjH":{"context":"marketplace content","string":"Marketplace chegará em breve"},"wxFwUW":{"context":"marketplace button","string":"Visitar Marketplace"},"LATpSE":{"context":"marketplace content","string":"Descubra grandes aplicativos gratuitos e pagos em nosso Marketplace Saleor."},"k0rGBI":{"string":"Token de acesso é usado para autenticar contas de serviços"},"t9a9GQ":{"string":"Nós criamos seu token. Certifique-se de copiar seu novo token de acesso pessoal agora. Você não será capaz de vê-lo novamente."},"T5nU7u":{"context":"header","string":"Criar Token"},"isM94c":{"context":"create service token, button","string":"Criar"},"quV5zH":{"context":"dialog title","string":"Excluir Token"},"2VSP8C":{"context":"delete token","string":"Tem certeza de que deseja excluir o token {token}?"},"ac+Y98":{"context":"app settings error","string":"Falha ao buscar as configurações do aplicativo"},"2cjt25":{"context":"window title","string":"Instalar Aplicativo"},"5t/4um":{"context":"message title","string":"Não foi possível instalar {name}"},"0fM/pV":{"context":"message title","string":"Aplicativo instalado"},"ZprV2g":{"context":"app has been installed","string":"{name} está pronto para uso"},"uIPD1i":{"context":"app has been removed","string":"Aplicativo removido com sucesso"},"agZQkB":{"context":"window title","string":"Criar Aplicativo"},"oiuwOl":{"context":"button","string":"Atribuir"},"l2oVCF":{"context":"attributes section name","string":"Atributos"},"eWV760":{"string":"Atributo com esta identificação já existe"},"J/QqOI":{"string":"Este valor já existe neste atributo"},"lG/MDw":{"context":"dialog content","string":"{counter,plural,one {Tem certeza que você quer deletar este atributo?} other {Tem certeza que você quer deletar {displayQuantity} atributos?}}"},"rKf4LU":{"context":"dialog title","string":"Deletar atributos"},"JI2Xwp":{"context":"dialog title","string":"Excluir atributo"},"h1rPPg":{"context":"dialog content","string":"Tem certeza de que deseja excluir {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Área"},"xOEZjV":{"context":"attribute's label","string":"Etiqueta Padrão"},"P79U4b":{"context":"attribute's slug short code label","string":"Código do Atributo"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"Isto é usado internamente. Garanta que você não está usando espaços."},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Data"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Arquivo"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Tipo de entrada do catálogo para o proprietário da loja"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Seleção Multipla"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Páginas"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Produtos"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Valor Necessário"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Peso"},"dKPMyh":{"context":"tab name","string":"Todos os Atributos"},"IGvQ8k":{"context":"button","string":"Criar atributo"},"1div9r":{"string":"Pesquisar atributo"},"PsRG+v":{"context":"use attribute in filtering","string":"Filtravel na Vitrine"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variação Apenas"},"HQR2y0":{"context":"attribute value is required","string":"Valor Necessário"},"cvbqJu":{"context":"attribute","string":"Visible na Pagina de Produtos na Vitrine"},"ztQgD8":{"string":"Nenhum atributo encontrado"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Pesquisavel"},"oJkeS6":{"string":"Código do Atributo"},"k6WDZl":{"context":"attribute is visible","string":"Visível"},"HjUoHK":{"context":"attribute's label'","string":"Etiqueta Padrão"},"ErNH3D":{"string":"Defina onde este atributo deverá ser usado no sistema Saleor"},"nwvQPg":{"context":"section header","string":"Empresa"},"v1pNHW":{"string":"Classe do Atributo"},"zbJHl7":{"context":"attribute type","string":"Conteúdo do Atributo"},"qkRuT0":{"context":"attribute type","string":"Atributo de Produto"},"8cUEPV":{"context":"page title","string":"Criar Novo Atributo"},"jswILH":{"context":"add attribute as column in product list table","string":"Adicionar às opções de Colunas"},"AzMSmb":{"context":"caption","string":"Se habilitado este atributo pode ser usado como uma coluna na tabela de produto"},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Propriedades do Painel de Controle"},"RH+aOF":{"context":"use attribute in filtering","string":"Uso em Filtragem"},"Q9wTrz":{"context":"caption","string":"Se habilitado, este atributo pode ser utilizado como filtro na lista de produtos."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Propriedades da Vitrine"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Posição na navegação"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Público"},"h2Hta6":{"context":"caption","string":"Se habilitado, atributo estará acessível pelos clientes"},"I2wCwj":{"context":"swatch attribute image label","string":"Imagem"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Tem certeza de que deseja excluir o valor \"{name}\" ?"},"WWV8aZ":{"context":"dialog title","string":"Apagar valor do atributo"},"no3Ygn":{"string":"Tem certeza de que deseja excluir o valor \"{name}\"? Se você excluí-lo, não poderá atribuí-lo a nenhum dos produtos com o atributo \"{attributeName}\"."},"XYhE8p":{"context":"edit attribute value","string":"Editar Valor"},"PqMbma":{"context":"add attribute value","string":"Adicionar Valor"},"UhcALJ":{"context":"attribute name","string":"Nome"},"H60H6L":{"context":"attribute values list: name column header","string":"Visual Padrão da Loja"},"3psvRS":{"context":"attribute values list: slug column header","string":"Administrador"},"g5zIpS":{"context":"No attribute values found","string":"Valor não encontrado"},"J3uE0t":{"context":"section header","string":"Valores do Atributo"},"+iVKR1":{"context":"assign attribute value button","string":"Atribuir valor"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Atributo criado com sucesso"},"7H2D5m":{"context":"attribute value deleted","string":"Valor deletado"},"V/VAHG":{"string":"Atributo deletado"},"xVn5B0":{"context":"added new attribute value","string":"Adicionar novo valor"},"lw9WIk":{"context":"deleted multiple attributes","string":"Atributos excluídos com sucesso"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Entrar"},"5sg7KC":{"string":"Senha"},"3tbL7x":{"context":"description","string":"Esqueceu a senha?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Desculpe, seu nome de usuário e/ou senha estão incorretos. Por favor, tente novamente."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Nova senha"},"S22jIs":{"context":"button","string":"Definir nova senha"},"vfG+nh":{"string":"Confirmar Senha"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"As senhas não coincidem"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Redefinir senha"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Voltar para o login"},"2ob30/":{"string":"Sucesso! Em alguns minutos você irá receber uma mensagem com as instruções de como redefinir sua senha."},"C0JLNW":{"string":"E-mail fornecido não encontrado no nosso banco de dados."},"hOxIeP":{"string":"Disponibilidade"},"0OfZJA":{"context":"button","string":"Voltar"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Cancelar"},"dOQB9o":{"context":"payment status","string":"Cancelado"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catálogo"},"sK1FPw":{"context":"categories section name","string":"Categorias"},"DP6b8U":{"context":"section header","string":"Imagem de Fundo (opcional)"},"0iMYc+":{"context":"field is optional","string":"(Opcional)"},"cgsY/X":{"context":"page header","string":"Criar Nova Categoria"},"wQdR8M":{"string":"Adicione título e descrição ao mecanismo de busca para facilitar a localização desta categoria"},"xo5UIb":{"context":"dialog title","string":"Eliminar categoria"},"dJQxHt":{"context":"delete category","string":"Tem certeza de que deseja excluir {categoryName}?"},"vEYtiq":{"string":"Nome da Categoria"},"8HRy+U":{"string":"Descrição da Categoria"},"vof5TR":{"context":"button","string":"Criar categoria."},"JiXNEV":{"string":"Pesquisar Categoria"},"vy7fjd":{"context":"tab name","string":"Todas as Categorias"},"dM86a2":{"string":"Nenhuma categoria encontrada"},"rrbzZt":{"string":"Subcategoria não encontrada"},"BHQrgz":{"context":"number of subcategories","string":"Subcategorias"},"k8ZJ5L":{"context":"number of products","string":"No de Produtos"},"VQLIXd":{"context":"product","string":"Nome"},"x/pIZ9":{"context":"button","string":"Adicionar produto"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Produtos em {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Subcategorias"},"V+fkAO":{"context":"number of products in category","string":"Produtos"},"NivJal":{"context":"section header","string":"Todas as Subcategorias"},"UycVMp":{"context":"button","string":"Criar subcategoria"},"Irflxf":{"context":"window title","string":"Criar categoria."},"7l5Bh9":{"string":"{counter,plural,one {Você tem certeza que deseja deletar este produto?} other {Tem certeza que você quer deletar {displayQuantity} produtos?}}"},"xl7Fag":{"string":"Categoria criada"},"Pp/7T7":{"string":"{counter,plural,one {Tem certeza que deseja excluir esta categoria?} other {Tem certeza que deseja excluir {displayQuantity} categorias?}}"},"HvJPcU":{"string":"Categoria deletada"},"KCjd1o":{"context":"dialog title","string":"Deletar produtos"},"3DGvA/":{"string":"Lembre-se de que isso também liberará todos os produtos atribuídos a esta categoria, tornando-os indisponíveis na loja."},"e+L+q3":{"string":"Lembre-se de que isso irá deletar todos os produtos vinculados nesta categoria."},"sG0w22":{"context":"dialog title","string":"Deletar categorias"},"xRkj2h":{"string":"Tem certeza de que deseja excluir {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Canais"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Disponibilidade"},"QZoU0r":{"context":"dialog header","string":"Excluir Canal"},"Mz0cx+":{"context":"delete channel","string":"Excluir o canal excluirá todos os dados de produtos relativos a este canal. Tem certeza de que deseja excluir este canal?"},"sidKce":{"context":"delete channel","string":"Todas as informações do pedido deste canal precisam ser movidas para um canal diferente. Por favor selecione os pedidos do canal que devem ser movidos para :."},"BXMSl4":{"context":"currency channel","string":"Não há canal disponível para mover as informações do pedido. Crie um canal com a mesma moeda para que as informações possam ser movidas para ele."},"SZJhvK":{"context":"dialog header","string":"Selecionar Canal"},"3y4r+z":{"context":"channel settings","string":"Configurações do Canal"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copiar"},"9Sz0By":{"context":"channel currency","string":"Moeda"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Nome do canal"},"G/pgG3":{"context":"dialog header","string":"Selecione um canal"},"nKwgxY":{"context":"select label","string":"Nome do canal"},"X8qjg3":{"context":"inactive","string":"Inativo"},"+tIkAe":{"context":"status","string":"Status"},"MHVglr":{"context":"deactivate","string":"Desativar"},"TSJRiZ":{"context":"channel status title","string":"Status do Canal"},"QiN4hv":{"context":"active","string":"Ativo"},"MQwT1W":{"context":"activate","string":"Ativar"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Nome do Canal"},"/glQgs":{"string":"Nenhum canal encontrado"},"OGm8wO":{"context":"button","string":"Criar Canal"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"Novo Canal"},"OrMr/k":{"context":"window title","string":"Criar Canal"},"D9Rg+F":{"context":"window title","string":"Detalhes do canal"},"AkyGP2":{"string":"Canal excluído"},"eWcvOc":{"context":"button","string":"Escolher arquivo"},"2FQsYj":{"context":"button","string":"Limpar"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Coleções"},"9vQR6c":{"context":"collection label","string":"Visível"},"V8FhTt":{"context":"collection label","string":"Oculto"},"Rj8LxK":{"string":"Adicione título e descrição ao mecanismo de busca para facilitar a localização desta coleção"},"Fxa6xp":{"context":"page header","string":"Adicionar Coleção"},"/WXs6H":{"context":"collection name","string":"Nome"},"G4g5Ii":{"context":"tab name","string":"Todas as Coleções"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Criar coleção"},"9eC0MZ":{"context":"collection","string":"Oculto"},"lL3YJO":{"context":"collection","string":"Publicado "},"Yw+9F7":{"string":"Coleção não encontrada"},"mWQt3s":{"string":"No de Produtos"},"VZsE96":{"string":"Nome da Coleção"},"UxdBmI":{"context":"collection availability","string":"Disponibilidade"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Tipo"},"Oe62bR":{"context":"product availability","string":"Disponibilidade"},"/dnWE8":{"context":"products in collection","string":"Produtos em {name}"},"scHVdW":{"context":"button","string":"Atribuir produto"},"6AMFki":{"context":"product name","string":"Nome"},"Q8wHwJ":{"string":"Coleção deletada"},"56vUeQ":{"string":"Produto adicionado à coleção"},"MxhVZv":{"string":"Tem certeza de que deseja excluir a imagem da coleção?"},"AulH/n":{"string":"{counter,plural,one {Tem certeza que você deseja desvincular este produto?} other {Você tem certeza que deseja desvincular {displayQuantity} produtos?}}"},"WW+Ruy":{"string":"Excluir produto da coleção"},"I1Mz7h":{"string":"Gerenciar a Disponibilidade do Canal de Coleção"},"5OtU+V":{"context":"dialog title","string":"Desvincular produtos da coleção"},"pVFoOk":{"string":"Tem certeza de que deseja excluir {collectionName}?"},"ttMauu":{"context":"window title","string":"Criar coleção"},"+wpvnk":{"context":"dialog title","string":"Excluir coleção"},"67V0c0":{"context":"unassign product from collection, button","string":"Não vinculado"},"fzk04H":{"context":"dialog title","string":"excluir imagem"},"yT5zvU":{"string":"{counter,plural,one {Você tem certeza que deseja deletar esta coleção?} other {Você tem certeza que deseja deletar {displayQuantity} coleções?}}"},"Ykw8k5":{"context":"dialog title","string":"Excluir coleções"},"C7eDb9":{"string":"Grupos de permissão"},"Fbr4Vp":{"context":"dialog header","string":"Permissões"},"6cS4Rd":{"context":"card section description","string":"Permissões disponiveis"},"MVU6ol":{"context":"exceeded permissions description","string":"Estes grupos de permissões excedem suas permissões. Você pode gerenciar apenas permissões que você possui."},"VmMDLN":{"context":"permission list item description","string":"Este grupo é a última fonte desta permissão"},"vONi+O":{"string":"País"},"O95R3Z":{"string":"Telefone"},"B52Em/":{"string":"Endereço linha 1"},"TE4fIS":{"string":"Cidade"},"oYGfnY":{"string":"CEP"},"oQY0a2":{"string":"Endereço linha 2"},"9YazHG":{"string":"Empresa"},"AuwpCm":{"string":"Área do país"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"Nenhum resultado encontrado"},"fP9FXB":{"context":"input label","string":"Pesquisar Atributos"},"auxEP1":{"context":"input placeholder","string":"Pesquisar por nome do atributo"},"QM9P8G":{"context":"dialog header","string":"Atribuir Atributo"},"ylobu9":{"context":"assign reference to product, button","string":"Atribuir"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Atribuir Categoria"},"8hrH/z":{"context":"dialog header","string":"Pesquisar Categoria"},"sf6FMK":{"context":"dialog search placeholder","string":"Pesquisar por nome de categoria, etc...."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Atribuir coleção"},"f0hXz4":{"context":"dialog header","string":"Pesquisar Coleção"},"JiRKgJ":{"context":"dialog search placeholder","string":"Pesquisar por nome da coleção, etc...."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Pesquisar Produtos"},"SHm7ee":{"string":"Pesquisar por nome do produto, atributo, tipo do produto, etc..."},"dTCDMn":{"context":"dialog header","string":"Atribuir Produto"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Tem certeza que deseja desatribuir {attributeName} de {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Atributos"},"3ukd9/":{"context":"attributes, section header","string":"Atributos"},"j8PV7E":{"context":"attribute values","string":"Valores"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Valor"},"jHJmjf":{"string":"Sem resultados"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Disponibilidade"},"vY2lpx":{"context":"channels availability text","string":"Disponível em {count} de {allCount, plural, one {# channel} outros {# channels}}"},"2i81/P":{"context":"section header button","string":"Gerenciar"},"0cVk9I":{"string":"Mostrar nas listas de produtos"},"UjsI4o":{"context":"date","string":"desde {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publicar em"},"5ukAFZ":{"string":"Desativar esta caixa de seleção removerá o produto das páginas de pesquisa e categoria. Estará disponível nas páginas da coleção."},"Y7Vy19":{"context":"available on date","string":"Disponível em"},"U3BQKA":{"string":"Definir data de publicação"},"tQuE1q":{"string":"Selecione os canais que deseja para {contentType} esteja disponível em"},"B9yrkK":{"string":"Nenhum canal encontrado"},"2/L4zZ":{"string":"Selecionar todos os canais"},"EWCUdP":{"string":"Canais de A a Z"},"ybaLoZ":{"string":"Pesquisar canais"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Selecione os canais que deseja para {contentType} esteja disponível em"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Publicado "},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Status"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Redefinir"},"62Ywh2":{"context":"number of countries","string":"{number} Paises"},"zZCCqz":{"context":"button","string":"Atribuir países"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Excluir Pesquisa"},"UaYJJ8":{"string":"Tem certeza que você deseja {name} das tabs de pesquisa?"},"LmKz3g":{"string":"Loja"},"/X8Mjx":{"string":"Brinque com GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Erro"},"9mGA/Q":{"context":"button linking to dashboard","string":"Painel de controle"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Excluir Pesquisa"},"qIgdO6":{"string":"Personalizar Filtro"},"DEa1T1":{"context":"button","string":"Salvar Pesquisa"},"zSOvI0":{"string":"Filtros"},"HnVtSS":{"context":"search","string":"Sem resultados"},"PLCwT/":{"context":"search results","string":"Mostrar mais"},"FNpv6K":{"context":"button","string":"Filtros"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"e"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Salvar alterações"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Arraste até aqui para efetuar o upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Valor"},"VcI+Zh":{"context":"header","string":"Metadados"},"ETHnjq":{"context":"header","string":"Metadados Privados"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Campo"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Adicionar Campo"},"nEixpu":{"context":"table action","string":"Ações"},"hptDxW":{"context":"money","string":"para {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"de {money}"},"U2WgwW":{"context":"add custom select input option","string":"Adicionar novo valor: {value}"},"hX5PAb":{"string":"Nenhum resultado encontrado"},"EEW+ND":{"string":"Navegador"},"8B8E+3":{"context":"navigator placeholder","string":"Numero do Pedido"},"NqxvFh":{"context":"navigator placeholder","string":"Digite o Comando"},"TpPx7V":{"context":"navigator placeholder","string":"Pesquisar Cliente"},"4gT3eD":{"context":"navigator section header","string":"Pesquisar em Clientes"},"BooQvo":{"context":"navigator placeholder","string":"Tipo {key} para ver ações disponíveis"},"AOI4LW":{"context":"navigator placeholder","string":"Pesquisar no Catálogo"},"YYkkhx":{"context":"navigator section header","string":"Navegar para"},"EM+30g":{"context":"navigator notification","string":"Nosso novo destaque para ajudar você com suas tarefas diárias. Navegue usando {keyboardShortcut} atalhos."},"me585h":{"context":"navigator section header","string":"Ações rápidas"},"Gxm7Qx":{"context":"navigator notification title","string":"Navegador está aqui para ajudar"},"ccXLVi":{"string":"Categoria"},"phAZoj":{"string":"Coleção"},"M1uijW":{"context":"collection","string":"Não publicado"},"CjSRT1":{"context":"button","string":"Criar Categoria"},"VdDcxc":{"context":"button","string":"Criar Coleção"},"QooeI/":{"context":"button","string":"Criar Cliente"},"cfQf0w":{"context":"button","string":"Criar Pedido"},"V1mqpZ":{"context":"button","string":"Criar Grupo de Permissão"},"JFmOfi":{"context":"button","string":"Criar Produto"},"y9cvqE":{"context":"button","string":"Criar cupom"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Ir para o pedido #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Pesquisar no Catálogo"},"3TlhJS":{"context":"navigator command mode description","string":"Pesquisar Comando"},"DHBlFi":{"context":"navigator customer mode description","string":"Pesquisar Clientes"},"Xel9C+":{"context":"navigator default mode description","string":"Pesquisar Visuais e Ações"},"iAvKNf":{"context":"navigator help mode description","string":"Mostrar Ajuda"},"usSkzP":{"context":"navigator order mode description","string":"Pesquisar Pedidos"},"k8bltk":{"string":"Sem resultados"},"x/ZVlU":{"string":"Produto"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Algo está faltando"},"nRiOg+":{"string":"Desculpe, página não encontada"},"95oJ5d":{"context":"button","string":"Voltar para a Dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Preço não pode ser menor que 0"},"fNFEkh":{"string":"No de Linhas:"},"liLrVs":{"context":"save filter tab, header","string":"Salvar Pesquisa Personalizada"},"QcIFCs":{"context":"save search tab","string":"Pesquisar Nome"},"w2Cewo":{"string":"Titulo do mecanismo de busca"},"CXTIq8":{"string":"Descrição do mecanismo de busca"},"s5Imt5":{"context":"button","string":"Editar SEO do site"},"TGX4T1":{"string":"Pré-visualização do Mecanismo de Busca"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} de{maxCharacters} caracteres"},"s/sTT6":{"string":"Se vazio, a pré-visualização será auto-gerada."},"450Fty":{"string":"Nenhum"},"qu/hXD":{"string":"Selecionado {number} itens"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Enviar"},"3evXPj":{"string":"Deixa sua anotação aqui..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Sair"},"X8+Lpa":{"context":"button","string":"Configurações da Conta"},"2r4cTE":{"context":"button","string":"Habilitar Modo Escuro"},"akXDST":{"context":"section header","string":"Visibilidade"},"qMB6d2":{"context":"weight","string":"para {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"de {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Configuração"},"YZl6cv":{"string":"Diversos"},"gTr0qE":{"string":"Configurações de Entrega"},"HP6m+q":{"string":"Atributos e tipos de produto"},"UN+yTt":{"string":"Configurações da Equipe"},"HjXnIf":{"string":"Gerenciamento de Conteúdo"},"jFrdB5":{"string":"Configurações do Produto"},"MWSacl":{"string":"Multicanal"},"DJFPzq":{"context":"button","string":"Confirmar"},"yHeZRQ":{"string":"Falha na Exportação do Produto"},"CJEIRC":{"string":"A exportação do produto foi concluída e enviada para o seu endereço de e-mail."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exportação CSV concluída"},"ryAyPr":{"string":"A fatura solicitada foi gerada. Ela foi adicionada ao topo da lista de faturas nesta visualização. Aproveite!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Fatura Gerada"},"Dhherd":{"context":"dialog header, title","string":"Geração de Fatura"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Atualizar"},"Rjs1CD":{"context":"button","string":"Continuar"},"H5NKfr":{"context":"button","string":"Criar"},"w4R/SO":{"string":"Aplicativos Locais"},"McN+wq":{"context":"customers section name","string":"Clientes"},"gQGUsN":{"context":"dialog title","string":"Editar Endereço "},"W0kQd+":{"context":"dialog title","string":"Adicionar Endereço"},"rjy9/k":{"context":"button","string":"Adicionar Endereço"},"kErneR":{"string":"Este cliente não tem nenhum endereço adicionado ao catálogo de endereços. Você pode adicionar um endereço usando o botão abaixo."},"n5vskv":{"context":"customer's address book, header","string":"Catálogo de Endereços de {fullName}"},"MpR4zK":{"context":"customer details, header","string":"Detalhes de {fullName}"},"y/UWBR":{"string":"Não há endereço para exibição para este cliente"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Endereço Padrão"},"VyzsWZ":{"string":"Endereço de Cobrança Padrão"},"nLML8Y":{"string":"Endereço de Entrega Padrão"},"puikeb":{"context":"button","string":"Excluir Endereço"},"w+8BfK":{"context":"button","string":"Editar Endereço "},"hLOEeb":{"context":"button","string":"Definir como endereço de cobrança padrão"},"+7OsyM":{"context":"button","string":"Definir como endereço de entrega padrão"},"BfJGij":{"context":"header","string":"Informação do Endereço"},"Zd3Eew":{"context":"subsection header","string":"Endereço de Entrega"},"bHdFph":{"context":"subsection header","string":"Endereço"},"3d1RXL":{"string":"Este cliente ainda não tem endereço"},"biVFKU":{"context":"subsection header","string":"Endereço de Cobrança"},"jGGnSZ":{"context":"page header","string":"Endereço Primário"},"wNQzS/":{"string":"O endereço primário deste cliente."},"fjPWOA":{"context":"header","string":"Visão Geral do Cliente"},"qNcoRY":{"context":"notes about customer header","string":"Notas"},"uUQ+Al":{"context":"note about customer","string":"Nota"},"w3sGrD":{"string":"Insira qualquer informação extra sobre este cliente."},"N76zUg":{"context":"page header","string":"Criar Cliente"},"+NUzaQ":{"context":"check to mark this account as active","string":"Conta de usuário ativa"},"MjUyhA":{"context":"section subheader","string":"Membro ativo desde {date}"},"SMakqb":{"context":"customer contact section, header","string":"Informação de Contato"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Pesquisar Cliente"},"QLVddq":{"context":"button","string":"Criar cliente"},"xQK2EC":{"context":"tab name","string":"Todos os Clientes"},"icz/jb":{"context":"customer","string":"Data de Inscrição"},"fhksPD":{"string":"Número de Pedidos"},"E8VDeH":{"string":"Número de Pedidos"},"FpIcp9":{"string":"Nenhum cliente encontrado"},"97l2MO":{"string":"E-mail do cliente"},"Gr1SAu":{"string":"Nome do Cliente"},"pURrk1":{"context":"order status","string":"Status"},"1LiVhv":{"context":"section header","string":"Pedidos recentes"},"nTF6tG":{"context":"number of order","string":"Núm. do Pedido"},"3+990c":{"context":"button","string":"Ver todos os pedidos"},"ri3kK9":{"context":"order placement date","string":"Data"},"taX/V3":{"context":"order total amount","string":"Total"},"RlfqSV":{"string":"Nenhum pedido encontrado"},"FNAZoh":{"string":"Ultimo login"},"HMD+ib":{"string":"Último pedido"},"e7Nyu7":{"context":"section header","string":"Histórico do Cliente"},"2p0tZx":{"context":"delete customer, dialog content","string":"Tem certeza de que deseja excluir {email}?"},"ey0lZj":{"context":"dialog header","string":"Deletar Cliente"},"qLOBff":{"context":"dialog header","string":"Excluir Endereço"},"nX2pCU":{"context":"window title","string":"Criar cliente"},"/kWzY1":{"string":"Tem certeza de que deseja excluir este endereço do catálogo de endereços do usuário?"},"PXatmC":{"string":"Cliente Removido"},"ftcHpD":{"string":"Cliente criado"},"N2SbNc":{"string":"{counter,plural,one {Tem certeza que deseja excluir este cliente? } other {Tem certeza que deseja excluir {displayQuantity} clientes? }}"},"q8ep2I":{"context":"dialog header","string":"Deletar clientes"},"hzSNj4":{"string":"Painel de controle"},"P7PLVj":{"string":"Data"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Excluir"},"i0AcKY":{"context":"notification message after log in","string":"Só para você saber ... Você está no modo de demonstração. Você pode brincar com o painel de controle, mas não pode salvar as alterações."},"Q8Qw5B":{"string":"Descrição"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Descontos"},"g3qjSf":{"context":"button","string":"Atribuir categorias"},"AbyDC7":{"context":"section header","string":"Categorias Elegíveis"},"Uu76vj":{"context":"no categories","string":"Nenhuma categoria encontrada"},"fV6yX5":{"context":"table head","string":"Nome da Categoria"},"QGjJcT":{"context":"number of products","string":"Produtos"},"/6uK4C":{"context":"button","string":"Atribuir coleções"},"XNeJay":{"context":"section header","string":"Coleções Elegíveis"},"IoCMjg":{"context":"no collections","string":"Coleção não encontrada"},"ht9yOD":{"context":"table head","string":"Nome da Coleção"},"cvVIV/":{"context":"dialog header","string":"Atribuir Países"},"dGqEJ9":{"context":"search box placeholder","string":"Pesquisar pelo nome do país"},"dWK/Ck":{"string":"Escolha os países aos quais deseja que o cupom seja limitado, na lista abaixo"},"8EGagh":{"context":"search box label","string":"Filtrar Países"},"wgA48T":{"context":"country selection","string":"Países de A a Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Definir data de término"},"zKOGkU":{"context":"time during discount is active, header","string":"Datas Ativas"},"U8eeLW":{"context":"button","string":"Atribuir produtos"},"xqXYF+":{"context":"section header","string":"Produtos Elegíveis"},"OrR3Qy":{"context":"no products","string":"Nenhum produto encontrado."},"6cMkfT":{"context":"table head","string":"Nome do Produto"},"bPFp8B":{"context":"product type","string":"Tipo de produto"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"Nenhuma variação encontrada."},"Q1HhPk":{"context":"table head","string":"Tipo de produto"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Criar Venda"},"F56hOz":{"context":"sale name","string":"Nome"},"MSD3A/":{"string":"Pesquisar Venda"},"JHfbXR":{"context":"button","string":"Criar Venda"},"Yjhgle":{"context":"tab name","string":"Todas as Vendas"},"AnqH4p":{"context":"sale status","string":"Ativo"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expirado"},"XDBeA+":{"context":"discount type","string":"Quantia Fixa"},"s17U7u":{"context":"discount type","string":"Porcentagem"},"BanAhF":{"context":"sale status","string":"Agendado"},"zjHH6b":{"context":"sale start date","string":"Iniciado"},"SpngiS":{"context":"sale status","string":"Status"},"KHZlmi":{"string":"Tipo do Desconto"},"XZR590":{"context":"sale value","string":"Valor"},"giF5UV":{"context":"sale end date","string":"Termina"},"51HE+Q":{"string":"Nenhuma venda encontrada"},"iBSq6l":{"context":"sale start date","string":"Inicia"},"WkxE8/":{"context":"percentage or fixed, header","string":"Tipo do Desconto"},"JnzDrI":{"context":"discount type","string":"Quantia Fixa"},"wHdMAX":{"context":"sale value, header","string":"Valor"},"x3g4Ry":{"context":"sale discount","string":"Valor de Desconto"},"cehiWu":{"context":"channels sale info","string":"Os canais que não têm descontos atribuídos usarão seu canal pai para definir o preço. O preço será convertido para a moeda do canal"},"Hj3T7P":{"context":"column title","string":"Nome do canal"},"PsclSa":{"context":"page header","string":"Criar cupom"},"YjcN9w":{"context":"time during voucher is active, header","string":"Datas Ativas"},"jd/LWa":{"string":"Cupom se aplica a todos os países"},"glT6fm":{"string":"Cupom é limitado a estes países"},"ibnmEd":{"context":"voucher country range","string":"Países"},"jvKNMP":{"string":"Código de Desconto"},"mSLr9d":{"context":"voucher code, button","string":"Gerar Código"},"vTgRTZ":{"context":"limit voucher","string":"Limitar a um uso por cliente"},"Qj/3sH":{"context":"limit voucher","string":"Limite o número de vezes que este desconto pode ser usado no total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limite de Usuários"},"pzSF+b":{"context":"voucher usage limit, header","string":"Limite de Uso"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"Todos os Cupons"},"IruP2T":{"string":"Pesquisar Cupom"},"GbhZJ4":{"context":"button","string":"Criar cupom"},"amQg6f":{"context":"voucher status","string":"Ativo"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expirado"},"Jj0de8":{"context":"voucher status","string":"Agendado"},"ujFo4A":{"context":"voucher start date","string":"Iniciado"},"uy+tB8":{"context":"voucher status","string":"Status"},"h75GAF":{"context":"voucher","string":"Contagem de Utilização"},"JV+EiM":{"context":"voucher value","string":"Valor"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Gasto Mínimo"},"b6L9n7":{"context":"voucher is active until date","string":"Termina"},"yHwvLL":{"context":"voucher uses","string":"Utilizações"},"5u7b3V":{"context":"voucher is active from date","string":"Inicia"},"JsPIOX":{"context":"voucher code","string":"Código"},"U2mOqA":{"string":"Não vouchers encontrado"},"GVinbz":{"context":"column title","string":"Valor"},"K+ROF8":{"string":"Os canais que não têm descontos atribuídos usarão seu canal pai para definir o preço. O preço será convertido para a moeda do canal"},"yhv3HX":{"context":"voucher requirements, header","string":"Requisitos Mínimos"},"u/hkKO":{"context":"voucher has no requirements","string":"Nenhum"},"XT/ZvF":{"context":"voucher requirement","string":"Quantidade mínima de ítens"},"bh9+8A":{"context":"voucher requirement","string":"Valor mínimo do pedido"},"FOa+Xd":{"context":"voucher value requirement","string":"Valor Mínimo do Pedido"},"bcf60I":{"context":"voucher","string":"Aplica-se a"},"HLqWXA":{"context":"voucher value requirement","string":"Limite de Uso"},"6cq+c+":{"context":"header","string":"Tipo do Desconto"},"sS5aVm":{"context":"voucher discount type","string":"Envio Grátis"},"fEfCtO":{"context":"voucher discount type","string":"Porcentagem"},"vXFPD6":{"context":"voucher discount type","string":"Quantia Fixa"},"1shOIS":{"context":"column title","string":"Preço"},"/oaqFS":{"context":"section header","string":"Valor"},"mmcHeH":{"string":"Valor de Desconto"},"5c2JVF":{"context":"voucher application, switch button","string":"Apenas uma vez por pedido"},"9UHfux":{"string":"Informações Específicas do Cupom"},"ObRk1O":{"string":"Se esta opção estiver desabilitada, o desconto será dado para todo produto elegível"},"bP7ZLP":{"context":"voucher discount","string":"Todo o pedido"},"45zP+r":{"context":"voucher discount","string":"Produtos específicos"},"WasHjQ":{"context":"voucher discount","string":"Envio"},"n7Fg8i":{"string":"Venda criada com sucesso"},"ESDTC/":{"string":"Gerenciar a disponibilidade do canal de vendas"},"SqcGBK":{"context":"channel availability dialog header","string":"Gerenciar a disponibilidade do canal"},"4C7I61":{"context":"sale Details delete button","string":"Venda removida"},"V3fvcD":{"context":"dialog content","string":"Venda removida"},"1/oG76":{"context":"dialog header","string":"Excluir Venda"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"context":"dialog content","string":"{counter,plural,one {Tem certeza de que deseja cancelar a atribuição desta categoria?} other {Tem certeza de que deseja cancelar a atribuição de {displayQuantity} categorias?}}"},"B5yE8S":{"context":"dialog header","string":"Cancelar atribuição de categorias da venda"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"context":"dialog content","string":"{counter,plural,one {Tem certeza de que deseja cancelar a atribuição desta coleção?} other {Tem certeza de que deseja cancelar a atribuição de {displayQuantity} coleções?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Tem certeza de que deseja excluir {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"context":"dialog content","string":"{counter,plural,one {Tem certeza de que deseja cancelar a atribuição deste produto?} other {Tem certeza de que deseja cancelar a atribuição de {displayQuantity} produtos?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Excluir Vendas"},"FPzzh7":{"context":"dialog content","string":"{counter,plural,one {Tem certeza de que deseja excluir esta venda?} other {Tem certeza de que deseja excluir {displayQuantity} vendas?}}"},"Eau5AV":{"string":"Gerenciar a disponibilidade do canal de produtos"},"Q8mpW3":{"string":"Cupom criado com sucesso."},"MmGlkp":{"context":"dialog header","string":"Cancelar a atribuição de coleções do cupom"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Cancelar a atribuição de produtos do cupom"},"LOSNq0":{"context":"dialog header","string":"Cancelar atribuição de categorias do cupom"},"NEJo1I":{"context":"dialog content","string":"Tem certeza de que deseja excluir {voucherCode}?"},"EM730i":{"string":"Gerenciar a disponibilidade do canal"},"Hgz44z":{"context":"dialog header","string":"Excluir Cupom"},"O9QPe1":{"context":"dialog content","string":"{counter,plural,one {Tem certeza que deseja excluir este cupom?} other {Tem certeza que deseja excluir {displayQuantity} cupons?}}"},"Q0JJ4F":{"context":"dialog header","string":"Excluir Cupons"},"eOrLzG":{"context":"button","string":"Feito"},"toDL5R":{"context":"order status","string":"Rascunho"},"YMBn8d":{"context":"draft orders section name","string":"Rascunhos de Pedidos"},"2atspc":{"string":"Rascunhos"},"Ja7gHc":{"context":"button","string":"Editar"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"Data Final"},"juBV+h":{"string":"Hora de Término"},"KN7zKn":{"string":"Erro"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Taxas de câmbio"},"Q6wcZ5":{"string":"Nome"},"pkjXPD":{"context":"order status","string":"Completo"},"pkUbrL":{"string":"Informações Gerais"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Cliente"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Nota"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exportando CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Alterar"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"detalhes"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expirado"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"detalhes"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Montante"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Moeda"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Produto"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Status"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Excluir"},"IzEVek":{"context":"bulk disable label","string":"Desativar"},"hz+9ES":{"context":"bulk activate label","string":"Ativar"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Produto"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Configurações"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Início"},"sjRXXz":{"string":"O pedido nº {orderId} foi feito a partir do rascunho por {userEmail}"},"BNTZLv":{"string":"O pedido nº {orderId} foi feito a partir do rascunho"},"5SPHkk":{"string":"O pedido nº {orderId} foi totalmente pago"},"0dPP8O":{"string":"O pedido nº {orderId} foi feito"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"Nenhum pedido pronto para faturar."},"5dyOs0":{"string":"Sem pagamentos para serem realizados."},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variação {name} foi configurada como padrão."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Sobrenome"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Gerenciar"},"9C7PZE":{"context":"navigation section name","string":"Navegação"},"wlQTfb":{"context":"go to next step, button","string":"Próximo"},"oUWADl":{"string":"Não"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Opcional"},"Ta9j04":{"context":"orders section name","string":"Pedidos"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Canal de Vendas"},"NJbzcP":{"context":"dialog header","string":"Cancelar Pedidos"},"i+JSEZ":{"string":"{counter,plural,one {Tem certeza de que deseja cancelar este pedido?} other {Tem certeza de que deseja cancelar {displayQuantity} pedidos?}}"},"VSztEE":{"string":"O cancelamento deste pedido liberará o estoque, para que possam ser comprados por outros clientes.O pedido não será reembolsado ao cancelar o pedido - Você precisa fazer isso manualmente. Tem certeza que deseja cancelar este pedido?"},"NhQboB":{"context":"dialog header","string":"O sistema não pôde cancelar o pedido"},"b+jcaN":{"string":"Ainda há faturamentos criadas para este pedido. Cancele as entregas antes de cancelar o pedido."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Endereço de cobrança"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Adicionar novo endereço"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"Nenhum resultado encontrado"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Endereço de entrega"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"Nenhuma anotação pelo cliente"},"puALFo":{"context":"notes about customer, header","string":"Notas"},"4Jp83O":{"context":"subheader","string":"Informação de Contato"},"hkSkNx":{"string":"Pesquisar Clientes"},"VCzrEZ":{"context":"link","string":"Ver Perfil"},"DP5VOH":{"string":"Endereço de Entrega"},"Y7M1YQ":{"context":"section header","string":"Cliente"},"GLX9II":{"context":"billing address","string":"Mesmo que o endereço de entrega"},"Qovenh":{"string":"Usuário anônimo"},"c7/79+":{"string":"Endereço de Cobrança"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Pedido #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Cancelar pedido"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Adicionar"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Valor de descontro"},"fo7nfa":{"context":"fixed amount","string":"Quantia Fixa"},"IN5iJz":{"context":"value input helper text","string":"Valor inválido"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Porcentagem"},"APcoSA":{"context":"dialog header","string":"Excluir Rascunho do Pedido"},"mxtAFx":{"string":"Tem certeza de que deseja excluir o rascunho #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Preço"},"nEWp+k":{"context":"quantity of ordered products","string":"Quantidade"},"UD7/q8":{"string":"Nenhum produto adicionado ao pedido"},"lVwmf5":{"context":"total price of ordered products","string":"Total"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Adicionar transportadora"},"+8v1ny":{"context":"discount button","string":"Desconto"},"M9LXb5":{"context":"no shipping carriers title","string":"Nenhuma transportadora aplicável"},"xUvWaP":{"context":"subtotal price","string":"Subtotal"},"mQtoRO":{"context":"taxes title","string":"Impostos (IVA incluído)"},"S/yAtJ":{"context":"total price","string":"Total"},"18wvf7":{"context":"section header","string":"Detalhes do Pedido"},"C50ahv":{"context":"button","string":"Adicionar produtos"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Criar pedido"},"7a1S4K":{"context":"tab name","string":"Todos os Rascunhos"},"NJEe12":{"string":"Pesquisar Rascunho"},"vwMO04":{"context":"draft order","string":"Criado"},"iEeIhY":{"context":"draft order","string":"Cliente"},"KIh25E":{"string":"Nenhum rascunho de pedidos encontrado"},"ps0WUQ":{"string":"Núm. do Pedido"},"hkENym":{"string":"Cliente"},"mCP0UD":{"context":"order draft creation date","string":"Data"},"1Uj0Wd":{"context":"order draft total price","string":"Total"},"PAqicb":{"context":"button","string":"Cancelar pedido"},"4Z14xW":{"context":"button","string":"Finalizar"},"6u4K7e":{"context":"page header","string":"Pedido"},"kPIZ65":{"context":"page header","string":"Pedido #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Nº do pedido {orderNumber} - Adicionar Faturamento"},"N5UuEK":{"context":"header","string":"Ítens prontos para despacho"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"Sem estoque"},"vW3tb6":{"context":"name","string":"Nome do Produto"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantidade para faturar"},"0VDwAP":{"context":"checkbox label","string":"Enviar detalhes de envio para o cliente"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Faturar"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Adicionar rastreamento"},"dTkmON":{"context":"edit tracking button","string":"Editar rastreamento"},"K//bUK":{"context":"refund button","string":"Restituição"},"4PlW0w":{"context":"tracking number","string":"Código de Rastreamento: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Enviar detalhes de envio para o cliente"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Tem certeza de que deseja cancelar o faturamento? O cancelamento de um faturamento reabastecerá os produtos em um depósito selecionado."},"aHc89n":{"context":"select warehouse to restock items","string":"Selecionar Depósito"},"bb4nSp":{"context":"dialog header","string":"Cancelar faturamento"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Código de rastreamento"},"/BJQIq":{"context":"dialog header","string":"Adicionar Código de Rastreio"},"RLTaAR":{"context":"order history message","string":"Endereço do pedido foi atualizado"},"fkplbE":{"context":"order history message","string":"Pedido foi marcado como pago"},"nHmugP":{"context":"order history message","string":"Faturados {quantidade} itens"},"GLy2UR":{"context":"order history message","string":"Faturamento foi cancelado"},"GJAX0z":{"context":"order history message","string":"Pedido foi realizado"},"OzHN0Z":{"context":"order history message","string":"Links para os produtos digitais do pedido foram enviados"},"OKGd/k":{"context":"order history message","string":" O pedido foi criado a partir do rascunho"},"4Z6BtA":{"context":"order history message","string":"Confirmação de pagamento foi enviado ao cliente"},"wOeIR4":{"context":"order history message","string":"Reabastecidos {quantidade} itens"},"6WRFp2":{"context":"order history message","string":"Uma nota foi adicionada ao pedido"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"A confirmação do pedido foi enviada ao cliente"},"chvryR":{"context":"order history message","string":"A fatura foi solicitada por {requestBy}"},"8RnPGF":{"context":"order history message","string":"Pagamento foi cancelado"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Pedido foi pago"},"ubasgL":{"context":"order history message","string":"Pedido foi confirmado"},"2yV+s8":{"context":"order history message","string":"Pagamento foi capturado"},"aq5ZiN":{"context":"order history message","string":"A confirmação de faturamento foi enviada ao cliente"},"hWO1SD":{"context":"order history message","string":"O rascunho do pedido foi criado"},"GVM/fi":{"context":"order history message","string":"Pagamento foi autorizado"},"j3yE7I":{"context":"order history message","string":"Número de rastreio foi enviado ao cliente"},"3fgyFh":{"context":"order history message","string":"O pagamento foi reembolsado"},"D3WUc/":{"context":"order history message","string":"Pedido foi reembolsado por {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Fatura {invoiceNumber} foi atualizada"},"XBfvKN":{"string":"Histórico de pedidos"},"Fl3ORD":{"context":"order history message","string":"{quantity} itens vendidos extra"},"9piUVz":{"context":"order history message","string":"As informações de reembolso do pedido foram enviadas ao cliente"},"e92Uxp":{"context":"order history message","string":"Número de rastreio do grupo de faturamento atualizado"},"TCR639":{"context":"order history message","string":"Falha no pagamento"},"06bR4Z":{"context":"order history message","string":"Informações de cancelamento do pedido foram enviadas ao cliente"},"BCPrmK":{"context":"order history message","string":"Detalhes do envio foram enviados ao cliente"},"pTpx0p":{"context":"order history message","string":"Fatura nº {invoiceNumber} foi gerada por {generatedBy}"},"qddy2Z":{"context":"order history message","string":"A fatura foi enviada ao cliente por {sentBy} "},"zRrcOG":{"context":"order history message","string":"Pedido foi cancelado"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Tem certeza de que deseja enviar esta fatura: {invoiceNumber} para o cliente?"},"5JT4v2":{"context":"dialog header","string":"Enviar Fatura"},"Gzg8hy":{"context":"section header","string":"Faturas"},"F0AXNs":{"context":"invoice create date prefix","string":"criado"},"hPB89Y":{"string":"Número de faturas para exibição"},"m6IBe5":{"context":"invoice number prefix","string":"Fatura"},"e0RKe+":{"context":"generate invoice button","string":"Gerar"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Configurações do Pedido"},"wTHjt3":{"string":"Pesquisar Pedidos..."},"WRkCFt":{"context":"tab name","string":"Todos os Pedidos"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Cliente"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Criado"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Status do faturamento"},"p+UDec":{"context":"payment status","string":"Pagamento"},"5blVMu":{"context":"e-mail or full name","string":"Cliente"},"PHUcrU":{"context":"date when order was placed","string":"Data"},"k9hf7F":{"context":"total order price","string":"Total"},"EbVf0Z":{"context":"transaction reference","string":"Referência de transação"},"rwOx2s":{"string":"Forneça uma referência de transação usando a entrada abaixo:"},"sfEbeB":{"string":"Você vai marcar este pedido como pago."},"+B25o/":{"context":"dialog header","string":"Marcar Pedido como Pago"},"+PbHKD":{"context":"dialog header","string":"Capturar Pagamento"},"OhdPS1":{"context":"amount of refunded money","string":"Montante"},"euRfu+":{"string":"Tem certeza de que deseja cancelar este pagamento?"},"KszPFx":{"context":"dialog header","string":"Cancelar Pagamento"},"BZ7BkQ":{"context":"capture payment, button","string":"Receber"},"V+gwx7":{"context":"order payment","string":"Quantidade capturada"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Desconto"},"pr513b":{"context":"ordered products","string":"{quantity} itens"},"+5HkZN":{"context":"order, button","string":"Sinalizar como pago"},"5te3Tp":{"context":"order payment","string":"Saldo excepcional"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Status do pagamento"},"uUsZ7m":{"context":"order payment","string":"Quantidade pré-autorizada"},"HaQ8cg":{"context":"button","string":"Restituição"},"q+gCyP":{"context":"order payment","string":"Valor reembolsado"},"+CeEe3":{"context":"order shipping method name","string":"Envio"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"não aplica"},"Rsknyh":{"context":"order does not require shipping","string":"não aplica"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Subtotal"},"r+dgiv":{"string":"Impostos"},"zb4eBO":{"context":"order total price","string":"Total"},"dJVXIb":{"context":"vat included in order price","string":"IVA incluido"},"sEjRyz":{"context":"voucher type order discount","string":"Cupom"},"myyWNp":{"context":"dialog header","string":"Adicionar Produto"},"b810WJ":{"context":"product price","string":"Preço"},"WE8IFE":{"context":"product name","string":"Produto"},"tvpAXl":{"context":"ordered product quantity","string":"Quantidade"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Total"},"5aiFbL":{"context":"tabel column header","string":"Preço"},"FNT4b+":{"context":"tabel column header","string":"Produto"},"Tl+7X4":{"context":"tabel column header","string":"Qtd reembolsada"},"2W4EBM":{"context":"button","string":"Defina as quantidades máximas"},"+PclgM":{"context":"tabel column header","string":"Total"},"xoyCZ/":{"context":"error message","string":"Valor impróprio"},"MewrtN":{"context":"section header","string":"Faturamento"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Nº do pedido {orderNumber} - Reembolso"},"rVIlBs":{"context":"page header with order number","string":"Pedido #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Montante Reembolsado"},"8F2D1H":{"context":"order refund amount, input button","string":"Reembolsar {currency} {amount}"},"JEIN47":{"context":"label","string":"Quantidade Automática"},"FOehC/":{"context":"label","string":"Quantidade Manual"},"EP+jcU":{"context":"checkbox","string":"Reembolsar custos de envio"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"O valor não pode ser maior do que o reembolso máximo"},"IKvOK+":{"context":"Amount error message","string":"O valor deve ser maior que 0"},"L/O4LQ":{"context":"order refund amount","string":"Quantidade Autorizada"},"lrq8O6":{"context":"order refund amount, input label","string":"Montante"},"I7HyJZ":{"context":"order refund amount","string":"Reembolso máximo"},"Q55cTG":{"context":"order refund amount","string":"Reembolsado anteriormente"},"wDUBLR":{"context":"order refund amount","string":"Valor de reembolso proposto"},"QkFeOa":{"context":"order refund amount button","string":"Restituição"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Reembolsar valor total"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Produtos não faturados"},"iUIn50":{"context":"section notice","string":"Produtos não faturados serão devolvidos ao estoque"},"bqAJCT":{"context":"section header","string":"Pedido de Reembolso"},"LKpQYh":{"context":"refund type","string":"Reembolso Diverso"},"CLB1k9":{"context":"refund type","string":"Produtos de Reembolso"},"Y299ST":{"context":"table column header","string":"Preço"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Produto"},"ikM00B":{"context":"table column header","string":"Substituir"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelado ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Faturado ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Reembolsado ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Não faturado"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Configurações do Pedido"},"yuiyES":{"string":"Configurações Gerais"},"CLYlsu":{"context":"section header","string":"Configurações"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"Todos os pedidos serão confirmados automaticamente e todos os pagamentos serão capturados."},"RLYfMF":{"context":"checkbox label","string":"Confirmar automaticamente todos os pedidos"},"V/YxJa":{"context":"dialog header","string":"Editar Método de Envio"},"/Xwjww":{"context":"button","string":"Faturar"},"ND5x+V":{"string":"Estamos gerando a fatura que você solicitou. Por favor, aguarde um momento"},"9RCuN3":{"string":"Pagamento capturado com sucesso"},"c4gbXr":{"string":"Rascunho do pedido finalizado com sucesso"},"9OtpHt":{"string":" Linha de pedido excluída"},"CZmloB":{"string":"Faturamento atualizado com sucesso"},"Fn3bE0":{"string":"Linha de pedido atualizada"},"lL1HTg":{"string":"Pedido sinalizado como pago"},"HlCkMT":{"string":"Linha do pedido adicionada"},"W/Es0H":{"string":"Pedido cancelado com sucesso"},"KmPicj":{"string":"Anotação adicionada com sucesso"},"L87bp7":{"string":"Pagamento do pedido cancelado com sucesso"},"j2fPVo":{"string":"Pedido atualizado com sucesso"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"E-mail da fatura enviado"},"PKJqcq":{"string":"Fatura está sendo gerada"},"7U8GRy":{"string":"Forma de envio atualizada com sucesso"},"uMpv1v":{"string":"Faturamento cancelado com sucesso"},"TLNf6K":{"context":"window title","string":"Rascunho do pedido # {orderNumber}"},"GbBCmr":{"context":"window title","string":"Pedido #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Excluir rascunhos de pedido"},"ra2O4j":{"string":"Excluir pedidos de rascunho"},"6udlH+":{"string":"Rascunho do pedido criado com sucesso"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Tem certeza que deseja excluir este rascunho de pedido?} other {Tem certeza que deseja excluir {displayQuantity} rascunhos de pedido?}}"},"2MKBk2":{"context":"window title","string":"Faturar pedido nº {orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":" Itens Faturados"},"NzifUg":{"context":"window title","string":"Faturar Pedido"},"XRf1Bi":{"context":"order refunded success message","string":"Itens Reembolsados"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Tipos de Página"},"kTr2o8":{"string":"Nome do atributo"},"uxPpRx":{"context":"button","string":"Atribuir atributo"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Atributos de conteúdo"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Os tipos de página que você deseja excluir são usados ​​por algumas páginas. Excluir esses tipos de página também excluirá essas páginas. Tem certeza de que deseja excluir este tipo de página ? Depois de fazer isso, você não poderá reverter as alterações.} other {Os tipos de página que você deseja excluir são usados ​​por algumas páginas. Excluir esses tipos de página também excluirá essas páginas. Tem certeza de que deseja excluir {displayQuantity} tipos de página ? Depois de fazer isso, você não poderá reverter as alterações.}}"},"CcEwXH":{"context":"dialog header","string":"Excluir Tipos de Página"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Tem certeza de que deseja excluir este tipo de página? Depois de fazer isso, você não poderá reverter as alterações.} other {Tem certeza de que deseja excluir {displayQuantity} tipos de página? Depois de fazer isso, você não poderá reverter as alterações.}}"},"kZfIl/":{"string":"Estas são informações gerais sobre este tipo de conteúdo."},"OVOU1z":{"context":"section header","string":"Metadados"},"caqRmN":{"context":"header","string":"Criar Tipo de Página"},"lct0qd":{"string":"Esta lista exibe todos os atributos que serão atribuídos às páginas que possuem este tipo de página atribuído."},"jWna9Q":{"string":"Nome do tipo de conteúdo"},"umsU70":{"string":"Pesquisar Tipo de Página"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"Todos Tipos de Página"},"BQ2NVl":{"context":"page type name","string":"Nome do tipo de conteúdo"},"6fORLY":{"string":"Nenhum tipo de página encontrado"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Cancelar atribuição de atributo do tipo de página"},"NGc9kE":{"string":"Tipo de página excluído"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Não vinculado"},"/L8wzi":{"context":"dialog header","string":"Cancelar atribuição de atributo do tipo de página"},"5bJ26s":{"string":"Tipo de página criado com sucesso"},"H6NsC1":{"context":"pages section name","string":"Páginas"},"gr53VQ":{"context":"page header","string":"Criar Página"},"jZbT0O":{"string":"Adicione título e descrição ao mecanismo de busca para facilitar a localização desta página"},"GZgjK7":{"context":"page","string":"irá ficar visivel a partir de {date}"},"X26jCC":{"context":"page label","string":"Visível"},"/TK7QD":{"context":"page label","string":"Oculto"},"gMwpNC":{"context":"page content","string":"Conteúdo"},"gr+oXW":{"context":"page title","string":"Título"},"AHRDWt":{"context":"button","string":"Criar página"},"Of19Pn":{"context":"Types","string":"Tipos de Página"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Título"},"5GSYCR":{"context":"page status","string":"Visibilidade"},"iMJka8":{"string":"Nenhuma página encontrada"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Publicado "},"UN3qWD":{"context":"page status","string":"Não publicado"},"ufD5Jr":{"string":"Tipo de Conteúdo"},"jU9GPX":{"context":"section header","string":"Organizar Conteúdo"},"mX7zJJ":{"context":"header","string":"Criar Página"},"JMbFNo":{"string":"Nova página criada com sucesso"},"C1luwg":{"context":"dialog header","string":"Excluir Página"},"4B32Ba":{"context":"delete page","string":"Tem certeza de que deseja excluir {title}?"},"41z2Qi":{"context":"notification","string":"Páginas removidas"},"yEmwxD":{"context":"publish page, button","string":"Publicado"},"yHQQMQ":{"context":"dialog header","string":"Páginas Não Publicadas"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Tem certeza de que deseja cancelar a publicação desta página?} other {Tem certeza de que deseja cancelar a publicação de {displayQuantity} páginas?}}"},"F8gsds":{"context":"unpublish page, button","string":"Remover"},"wyvzh9":{"context":"dialog header","string":"Publicar Páginas"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Tem certeza de que deseja publicar esta página?} other {Tem certeza de que deseja publicar {displayQuantity} páginas?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Tem certeza que deseja excluir esta página?} other {Tem certeza que deseja excluir {displayQuantity}  páginas?}}"},"AzshS2":{"context":"notification","string":"Páginas Publicadas"},"3Sz1/t":{"context":"dialog header","string":"Excluir Páginas"},"2pw5dQ":{"context":"payment status","string":"Totalmente pago"},"PbqNhi":{"context":"order status","string":"Parcialmente faturado"},"INNPVX":{"context":"payment status","string":"Parcialmente pago"},"OGemtu":{"context":"payment status","string":"Parcialmente reembolsado"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Status do pagamento"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Grupos de Permissão"},"jUuHVn":{"context":"description","string":"Nenhum membro encontrado"},"UQ4Kuh":{"context":"input label","string":"Pesquisar Membros da Equipe"},"6sjBvJ":{"context":"input placeholder","string":"Pesquisar por nome, e-mail, etc..."},"9Zlogd":{"context":"staff member status","string":"Ativo"},"7WzUxn":{"context":"staff member status","string":"Inativo"},"DPz5y6":{"context":"dialog header","string":"Atribuir Membros da Equipe"},"lT5MYM":{"context":"dialog title","string":"Cancelar atribuição de usuários"},"H/o4Ex":{"context":"dialog content","string":"Você não pode modificar os membros deste grupo. Resolva este problema para continuar com o pedido."},"mAabef":{"context":"checkbox label","string":"O grupo tem acesso total à loja"},"CYZse9":{"context":"card description","string":"Expanda ou restrinja as permissões do grupo para acessar determinada parte do sistema Saleor."},"sR0urA":{"context":"dialog content","string":"Tem certeza de que deseja excluir {name}?"},"L6+p8a":{"context":"dialog title","string":"Excluir grupo de permissão"},"O22NIZ":{"context":"deletion error message","string":" Não é possível excluir o grupo que está fora do seu escopo de permissão"},"rs815i":{"context":"text field label","string":"Nome do grupo"},"5ftg/B":{"context":"button","string":"criar grupo de permissão"},"szXISP":{"context":"permission group name","string":"Nome do Grupo de Permissão"},"+a+2ug":{"string":"Membros"},"wL7VAE":{"string":"Ações"},"CXn88q":{"string":"Nenhum grupo de permissão encontrado"},"gVD1os":{"context":"empty list message","string":"Você ainda não atribuiu nenhum membro a este grupo de permissão."},"qrWOxx":{"string":"Nenhum membro encontrado"},"xxQxLE":{"string":"Endereço de e-mail"},"OhFGpX":{"context":"button","string":"Atribuir membros"},"zD7/M6":{"context":"empty list message","string":"Use o botão Designar membros para fazer isso."},"lGlDEH":{"context":"header","string":"Membros do grupo"},"W32xfN":{"context":"staff member full name","string":"Nome"},"XGBsoK":{"context":"dialog content","string":"Tem certeza de que deseja cancelar a atribuição de {counter, plural, one {this member} outros {{displayQuantity} members}}?"},"eUjFjW":{"string":"Grupo de permissões criado"},"15PiOX":{"context":"button title","string":"Não-assinado"},"DovGIa":{"string":"Grupo de permissões excluído"},"WhvuCb":{"context":"plugins section name","string":"Extensões"},"6aBkJm":{"context":"section header","string":"Autorização"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Nome da Extensão"},"bL/Wrc":{"context":"plugin status","string":"Status"},"w424P4":{"context":"section header","string":"Informação da Extensão e Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Adicionar Valor ao Campo de Autorização"},"Xy2T+y":{"context":"header","string":"Editar Campo de Autorização"},"Egyh2T":{"context":"section header","string":"Configurações da Extensão"},"EtGDeK":{"context":"header","string":"{pluginName} Detalhes"},"BtErCZ":{"string":"Pesquisar Plugins..."},"aOelhW":{"context":"tab name","string":"Todos os Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"Nenhuma extensão encontrada"},"rQOS7K":{"context":"status label active","string":"Ativo"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Configuração"},"ho75Lr":{"context":"status label deactivated","string":"Desativado"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Nome"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":" Exclusão de campo de autorização"},"JRfJD9":{"string":"O plugin pode parar de funcionar depois que este campo for limpo. Tem certeza de que deseja continuar?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Tipos de Produto"},"9scTQ0":{"context":"section header","string":"Atributos do Produto"},"5pHBSU":{"context":"switch button","string":"Tipo do produto usa Atributos de Variação"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Nome do Tipo de Produto"},"1KSqnn":{"context":"tab name","string":"Todos os Tipos de Produtos"},"rpFdD1":{"string":"Pesquisar Tipo de Produto"},"QY7FSs":{"context":"button","string":"criar tipo de produto"},"X90t9n":{"context":"product type","string":"Configurável"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Entregável"},"Jsh6+U":{"context":"product type is digital or physical","string":"Tipo"},"0nLsyM":{"string":"Nenhum tipo de produto encontrado"},"yNb+dT":{"context":"product type","string":"Produto simples"},"TalJlD":{"context":"tax rate for a product type","string":"Imposto"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Tipo"},"hHOI7D":{"context":"product type name","string":"Nome do Tipo"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Físico"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Envio"},"IBw72y":{"context":"switch button","string":"Este produto pode ser entregue?"},"VOiUXQ":{"string":"Usado para calcular taxas de envio para produtos deste tipo, quando o peso específico não é informado"},"zCb8fX":{"string":"Peso"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Atributos da Variação"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Tipo de produto criado com sucesso"},"F3Upht":{"string":"Tipo de produto excluído"},"UJnqdm":{"context":"dialog header","string":"Cancelar atribuição de atributo do tipo de produto"},"r1aQ2f":{"context":"dialog header","string":"Cancelar atribuição de atributo do tipo de produto"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Não-assinado"},"K8xNLe":{"context":"products section name","string":"Produtos"},"ulh3kf":{"string":"Coleções"},"fyE8BN":{"context":"product organization, header","string":"Empresa"},"LKoIB1":{"string":"Adicione título e descrição ao mecanismo de busca para facilitar a localização deste produto"},"L7N+0y":{"context":"product rating","string":"Avaliação do Produto"},"JGm7E5":{"context":"option","string":"Exportar estoque para todos os depósitos"},"ZDJEat":{"context":"button","string":"Carregar Mais"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"e {number} mais"},"64aYF0":{"context":"informations about product organization, header","string":"Organização do Produto"},"6xC/Ls":{"context":"informations about product seo, header","string":" Informação SEO"},"qEZ463":{"context":"export selected items to csv file","string":"Produtos selecionados ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Exportar informações para:"},"xtUXnK":{"context":"export all items to csv file","string":"Todos os produtos ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Depósitos A a Z"},"/68iG8":{"context":"product export to csv file, header","string":"Informações exportadas"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Exportar como:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Configurações de Exportação"},"lQRnYK":{"context":"selectt all options","string":"Selecionar Tudo"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Planilha do Excel, Números etc."},"YicEbK":{"string":"Atributos de Pesquisa"},"ZRz3hM":{"string":"Exportar Quantidade em Estoque de Produto para CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Informações de Estoque"},"li1BBk":{"context":"export items as csv file","string":"Arquivo CSV"},"Jwuu4X":{"context":"select product informations to be exported","string":"Informações exportadas:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Pesquisar por nome do atributo"},"SZt9kC":{"context":"export filtered items to csv file","string":"Pesquisa atual ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Informações Financeiras"},"oOFrUd":{"context":"export products to csv file, button","string":"exportar produtos"},"dc5KWn":{"context":"products export type label","string":"produtos"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Informações de Exportação"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Exportar Produtos"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Pesquisar Produtos..."},"aFLtLk":{"context":"tab name","string":"Todos os Produtos"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Disponível"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Oculto"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Sem Estoque"},"b1zuN9":{"string":"Preço"},"3Z8972":{"context":"product","string":"Quantidade em estoque"},"g+GAf4":{"context":"product visibility","string":"Visibilidade"},"6Y1nQd":{"context":"product is visible","string":"Visível"},"Jz/Cb+":{"context":"product type","string":"Simples"},"+VEhV8":{"context":"product channels","string":"Disponibilidade"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organizar Produto"},"Be+J13":{"string":"Configurável"},"v+Pkm+":{"context":"field is optional","string":"*Opcional. Adicionar produtos à coleção ajuda os usuários a encontrá-lo."},"anK7jD":{"string":"Tipo de produto"},"3rIMq/":{"context":"product shipping","string":"Envio"},"SUbxSK":{"context":"product weight","string":"Peso"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Nome do Depósito"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Quantidade"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Canais"},"TjGYna":{"context":"product inventory, checkbox","string":"Monitorar Estoque"},"cBHRxx":{"context":"button","string":"Atribuir Depósito"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"O rastreamento ativo de estoque calculará automaticamente as mudanças de estoque"},"TfY/Pi":{"context":"checkbox","string":"Cobrar impostos sobre este produto"},"CdIHMu":{"context":"select tax ratte","string":"Taxa de imposto"},"iYH3Y7":{"context":"checkbox","string":"Substituir a taxa de imposto do tipo de produto"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Criar Variações"},"f3B4tc":{"context":"attributes, section header","string":"Atributos da Variação"},"o6260f":{"context":"attributes, section header","string":"Seleção de Atributos da Variação"},"7hNjaI":{"context":"button","string":"Excluir Variação"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Salvar Variação"},"TPCRKr":{"context":"variant price, header","string":"Preço"},"ClFzoD":{"string":"Os valores selecionados serão usados ​​para criar variações para o produto configurável."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Atributo"},"TDXskW":{"context":"variant attribute","string":"Selecionar Atributo"},"7WEC+G":{"context":"page title","string":"Preço e SKUs"},"GQcp83":{"context":"variant stock, header","string":"Estoque e Armazenamento"},"NXpFlL":{"context":"product attribute values, page title","string":"Escolha os Valores"},"CrbI/c":{"context":"variant channel price","string":"Preço {channel}"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Selecione os Valores"},"ucYPtV":{"context":"variant attribute","string":"Escolha o atributo"},"slKV5G":{"context":"variant creation step","string":"Resumo"},"lra7Ej":{"string":"Aplicar preço único a todos os SKUs"},"J0UdxG":{"string":"Pular preços por enquanto"},"L5rthO":{"string":"Aplicar estoque único por atributo a cada SKU"},"EGG8f+":{"string":"Aplicar preços únicos por atributo a cada SKU"},"STp3Hl":{"string":"Aplicar estoque único a todos os SKUs"},"+bFHzi":{"context":"button","string":"Próximo"},"rHXF43":{"string":"Aqui está o resumo das variações que serão criadas. Você pode alterar os preços, estocar um SKU para cada um criado."},"BIqhVQ":{"string":"Pular estoque por enquanto"},"Q3j++G":{"context":"create multiple variants, button","string":"Criar"},"S5PVx1":{"context":"variant creator summary card header","string":"Variações Criadas"},"/Qb92c":{"string":"Com base em suas seleções, criaremos {numberOfProducts} produtos. Use esta etapa para personalizar o preço e os estoques de seus novos produtos"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Preços e SKU"},"iigydN":{"string":"Com base em suas seleções, criaremos 8 produtos. Use esta etapa para personalizar o preço e os estoques de seus novos produtos."},"esg2wu":{"context":"previous step, button","string":"Anterior"},"V76IV7":{"context":"variant name","string":"Variação"},"rbkmfG":{"context":"button","string":"Excluir variação"},"WwNtFn":{"context":"delete product variant","string":"Tem certeza de que deseja excluir {name}?"},"GFJabu":{"context":"dialog header","string":"Excluir Variação"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Padrão"},"1kdQdO":{"context":"section header","string":"Variações"},"3C3Nj5":{"context":"button","string":"Adicionar variação"},"gF7hbK":{"context":"variant name","string":"Nova Variação"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Oculto"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Disponibilidade"},"Xm9qOu":{"context":"product pricing, section header","string":"Preços"},"JFtFgc":{"context":"tabel column header","string":"Preço de Venda"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Os canais que não têm preços atribuídos usarão seu canal pai para definir o preço. O preço será convertido para a moeda do canal"},"c8UT0c":{"context":"tabel column header","string":"Nome do Canal"},"2zCmiR":{"context":"tabel column header","string":"Preço de custo"},"SZH0fw":{"context":"set variant as default, button","string":"Tornar padrão"},"6+sMz4":{"context":"product variant inventory","string":"Indisponível em todos os locais"},"7mK2vs":{"context":"product variant inventory","string":"Indisponível"},"n02c9W":{"context":"product variant price","string":"Preço"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} disponível} other {{stockQuantity} disponíveis}}"},"FSinkL":{"context":"variant stock status","string":"Estoque disponível em:"},"HcjV6k":{"context":"button","string":"Criar variações"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} disponível em {numLocations} local} other {{numAvailable} disponíveis em {numLocations} locais}}"},"rIJbNC":{"string":"Use variações para produtos que tenham uma variedade de versões, por exemplo diferentes tamanhos ou cores"},"JtZ71e":{"context":"filtering option","string":"Todos os Depósitos"},"kL3C+K":{"context":"product variant inventory status","string":"Inventário"},"3VyHbJ":{"context":"button","string":"Criar Variação"},"9PmyrU":{"context":"product variant inventory","string":"Sem estoque"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Variação"},"uCn/rd":{"context":"dialog header","string":"Excluir Imagem"},"BUKMzM":{"string":"Variação Removida"},"T6dXGG":{"context":"header","string":"Criar Variação"},"VEext+":{"string":"Tem certeza de que deseja apagar esta imagem?"},"MyM2oR":{"context":"window title","string":"Criar Variação"},"PXx4Jk":{"context":"window title","string":"Criar Produto"},"NBP8uu":{"context":"page header","string":"Novo Produto"},"DO8+uV":{"string":"Produto criado"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Tem certeza que deseja excluir este produto?} other {Tem certeza que deseja excluir {displayQuantity} produtos?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exportando CSV"},"F4WdSO":{"context":"dialog header","string":"Excluir Produtos"},"dPYqy0":{"string":"Estamos atualmente exportando seu CSV solicitado. Assim que estiver disponível, ele será enviado a você no seu e-mail"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Produto removido"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Tem certeza de que deseja excluir {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Excluir Produto"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Excluir Variações do Produto"},"oChkS4":{"context":"success message","string":"Variações criadas com sucesso"},"z+wMgQ":{"context":"window title","string":"Criar Variações"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Propriedades"},"kFYlu2":{"string":"O sistema está no modo somente leitura. Alterações não foram salvas."},"rqtV5d":{"context":"order status","string":"Pronto para capturar"},"oLMXDv":{"context":"order status","string":"Pronto para faturar"},"XJSRDK":{"context":"payment status","string":"Totalmente reembolsado"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Remover"},"TKmub+":{"string":"Este campo é necessário"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Vendas"},"RaycYK":{"context":"button","string":"Salvar"},"rqiCWU":{"string":"Alterações salvas"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Selecionar Tudo"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Enviar"},"8xsKUv":{"context":"service accounts section name","string":"Contas de Serviço"},"Fvvgoi":{"string":"Sua sessão expirou. Por favor faça o login novamente para continuar."},"D9ie4n":{"context":"shipping section name","string":"Métodos de Envio"},"nNeWAx":{"context":"dialog header","string":"Excluir Forma de Envio"},"ER/yBq":{"context":"max price in channel","string":"Valor Máx."},"aZDHYr":{"context":"price rates info","string":"Esta taxa será aplicada a todos os pedidos"},"kN6SLs":{"string":"Valor Min."},"u5c/tR":{"context":"channels discount info","string":"Os canais que não têm descontos atribuídos usarão seu canal pai para definir o preço. O preço será convertido para a moeda do canal"},"yatGsm":{"context":"card title","string":"Valor do Pedido"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Valor Máx."},"0FexL7":{"context":"min price in channel","string":"Valor Mín."},"7v8suW":{"context":"info text","string":"Esta taxa será aplicada a todos os pedidos"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Peso do Pedido"},"w+5Djm":{"string":"Peso Mín. do Pedido"},"u0V06N":{"string":"Peso Máx. do Pedido"},"TnTi/a":{"context":"pricing card title","string":"Preços"},"5ZvuVw":{"string":"Nenhum produto corresponde à consulta fornecida"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Atribuir Pordutos"},"Gg4+K7":{"string":"Sem Produtos"},"t3aiWF":{"context":"section header","string":"Produtos Excluídos"},"ZIc5lM":{"string":"Nome do Produto"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Nome da taxa de envio"},"4Kq3O6":{"string":"Esta unidade será usada como peso de embalagem padrão"},"Rp/Okl":{"string":"Unidade de peso de envio"},"llBnr+":{"string":"Nome do Depósito"},"yzYXW/":{"context":"header, dialog","string":"Criar Novo Depósito"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Escolha os países que deseja adicionar à zona de entrega da lista abaixo"},"f2F1NJ":{"context":"section title","string":"Escolha rápida"},"K/ic0P":{"context":"checkbox label","string":"Resto do Mundo"},"G+9nOZ":{"context":"checkbox description","string":"Se selecionado, isso adicionará todos os países não selecionados a outras zonas de envio"},"pGDYG5":{"context":"search label","string":"Pesquisar Países"},"1rpzrM":{"context":"search placeholder","string":"Pesquisar pelo nome do país"},"55LMJv":{"context":"country list header","string":"Países"},"6fxdUO":{"context":"section header","string":"Criar Nova Zona de Envio"},"y7mfbl":{"string":"Atualmente, não há países atribuídos a esta zona de envio"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Nome da zona de envio"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Adicionar"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":" Criar taxa de preço"},"PRlD0A":{"string":"Envio"},"NDm2Fe":{"context":"page title","string":"Criar Taxa de Peso"},"EKoPNg":{"context":"shipping method price","string":"Preço"},"WR8rir":{"context":"button","string":"Criar taxa"},"njUQPz":{"context":"shipping method price range","string":"Faixa de valor"},"RUzdUH":{"string":"Nenhuma taxa de envio encontrada"},"FjrExY":{"context":"price based shipping methods, section header","string":"Taxas baseadas em preços"},"aYhcie":{"context":"shipping method weight range","string":"Faixa de Peso"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Taxas Baseadas em Peso"},"aPCrsp":{"context":"shipping method name","string":"Nome"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Adicionar Novo Depósito"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Selecionar Depósito"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Selecione o depósito de onde você enviará os produtos para esta zona de envio. O endereço do depósito também será usado para calcular impostos."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Configurações"},"uULcph":{"context":"header","string":"Envio"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Envio por zona"},"mIUNgR":{"context":"button","string":"Criar Zona de Envio"},"aMwxYb":{"string":"Países"},"gRa/TS":{"context":"shipping zone","string":"Nome"},"IhK1F3":{"string":"Nenhuma zona de envio encontrada"},"Gfbp36":{"context":"dialog header","string":"Cancelar a atribuição de produtos do envio"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Valor é inválido"},"pwqwcy":{"context":"error message","string":"Preço máximo não pode ser menor que o mínimo"},"qf/m5l":{"string":"Tem certeza que você deseja deletar a zona {shippingZoneName}?"},"k3EI/U":{"context":"dialog header","string":"Excluir Zona de Envio"},"cpZLRH":{"context":"dialog header","string":"Excluir Zonas de Envio"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Tem certeza de que deseja excluir esta zona de envio ?} other {Tem certeza de que deseja excluir {displayQuantity} zonas de envio ?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Não vinculado"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Peso máximo não pode ser menor que o mínimo"},"/8/Ffn":{"context":"button","string":"Exibir"},"viFkCw":{"context":"site settings section name","string":"Configurações do Site"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Informações da Loja"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Informações da Empresa"},"LVa5ew":{"string":"Saleor encontrou um problema inesperado"},"AQFMYU":{"context":"staff section name","string":"Membros da Equipe"},"23g7PY":{"context":"dialog header","string":"Convidar Membro da Equipe"},"hw9Fah":{"context":"button","string":"Enviar convite"},"P+kVxW":{"context":"card description","string":"Usuário está atribuído a:"},"XMrYaA":{"context":"checkbox label","string":"Usuário está ativo"},"YJ4TXc":{"context":"tab name","string":"Todos os Funcionários"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Pesquisar Membro da Equipe"},"4JcNaA":{"context":"button","string":"Convidar membro da equipe"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Ativo"},"Fc3O3r":{"context":"staff member's account","string":"Desativado"},"utaSh3":{"context":"staff member's account","string":"Status"},"xJQX5t":{"string":"Nenhum membro da equipe encontrado"},"cMFlOp":{"context":"input label","string":"Nova senha"},"qEJT8e":{"string":"Nova senha deve conter ao menos 8 caracteres"},"+kb2lM":{"context":"dialog header","string":"Mudar senha"},"GXdwyR":{"context":"input label","string":"Senha Antiga"},"mm0CXe":{"string":"Você deve alterar sua senha todo mês para evitar problemas de segurança"},"N3Zot1":{"context":"button","string":"Mude sua senha"},"ZhDQel":{"context":"header","string":"Senha"},"JJgJwi":{"string":"Selecionando isto, mudará o idioma do seu painel"},"e822us":{"string":"Observe que, embora todos os ajustes de moeda e data estejam concluídos, as traduções de idiomas estão em diferentes graus de conclusão."},"mr9jbO":{"string":"Língua Preferida"},"CLeDae":{"context":"section header","string":"Preferências"},"+2VzH4":{"context":"avatar change button","string":"Alterar"},"VTITVe":{"context":"section header","string":"Informações do Membro da Equipe"},"11lR5V":{"context":"avatar delete button","string":"Excluir"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"excluir Usuário da Equipe"},"fzpXvv":{"string":"Tem certeza que você deseja deletar o avatar de {email}?"},"VKWPBf":{"context":"dialog header","string":"Excluir Avatar do Membro da Equipe"},"gxPjIQ":{"string":"Tem certeza de que gostaria de excluir {email} de membros da equipe?"},"QirE3M":{"string":"Data Inicial"},"tWbE34":{"string":"Hora Início"},"tzMNF3":{"string":"Status"},"RrCui3":{"string":"Resumo"},"5elC9k":{"context":"taxes section name","string":"Impostos"},"lnQAos":{"context":"header","string":"Impostos"},"3BTtL2":{"string":"Nenhum país encontrado"},"/JENWS":{"string":"Taxas de imposto reduzidas"},"07KB2d":{"string":"Código do País"},"0GJfWd":{"string":"Nome do País"},"la9cZ4":{"string":" Taxa de imposto"},"QHB48n":{"context":"header","string":"Taxas de impostos em {countryName}"},"Ubath+":{"string":"Nenhuma categoria de imposto reduzido encontrada"},"4EuJKs":{"string":"Todos os preços dos produtos são inclusos com os impostos"},"98isC5":{"string":"Mostrar preço bruto a clientes na loja"},"FNKhkx":{"string":"Cobrar impostos sobre taxas de envio"},"+OV+Gj":{"context":"button","string":"Obter impostos"},"HtQGEH":{"string":"Taxas de impostos obtidas com sucesso"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Atributos"},"5fCMUI":{"context":"translations section name","string":"Traduções"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Traduções, {numberOfTranslatedFields} concluídas"},"Xtd0AT":{"string":"Texto Original"},"/vCXIP":{"string":"Tradução"},"vTN5DZ":{"context":"button","string":"Descartar"},"T/5OyA":{"string":"Nenhuma tradução ainda"},"DRMMDs":{"string":"Nome do Atributo"},"SPBLzT":{"context":"header","string":"Atributo de tradução \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Valor {number}"},"JE0TAx":{"context":"section name","string":"Valores"},"US3IPU":{"string":"Descrição do motor de busca"},"XitW/z":{"string":"Categoria de tradução \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Titulo do mecanismo de busca"},"Bphmwe":{"context":"header","string":"Coleção de tradução \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Línguas"},"FemBUF":{"context":"header","string":"Traduções para {language}"},"7NFfmz":{"string":"Produtos"},"CxfKLC":{"string":"Páginas"},"VKb1MS":{"string":"Categorias"},"RzsKm8":{"string":"Métodos de Envio"},"c8nvms":{"string":"Vendas"},"etP0+D":{"string":"Cupons"},"ikRuLs":{"context":"translation progress","string":"{current} de {max}"},"vcwrgW":{"string":"Nenhuma entidade traduzível encontrada"},"LWmYSU":{"string":"Traduções concluídas"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Nome"},"ptPPVk":{"string":"Nenhuma linguagem encontrada"},"y1Z3or":{"string":"Língua"},"oUWXLO":{"context":"header","string":"Página de tradução \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Título da Página"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Produto de tradução \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Venda de tradução \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Nome de Venda"},"GpqEl5":{"context":"shipping method description","string":"Descrição"},"1UKx20":{"context":"header","string":"Tradução Método de Envio \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Tradução Cupom \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Nome do Cupom"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Não Confirmado"},"vN3qdA":{"context":"button","string":"Desfazer"},"oB0y5Y":{"context":"order status","string":"Não faturado"},"FBtqtl":{"context":"payment status","string":"Não pago"},"Lx1ima":{"context":"button","string":"Enviar Imagem"},"m8cjcK":{"context":"add authorization key error","string":"Já existe uma chave de autorização com este tipo"},"+x4cZH":{"string":"Apenas membros da equipe podem ser atribuídos"},"aggaJg":{"string":"Este atributo já foi atribuído a este tipo de produto"},"u24Ppd":{"string":"Este atributo não pode ser atribuído a este tipo de produto"},"cd13nN":{"context":"product attribute error","string":"Todos os atributos devem ter valor"},"lLwtgs":{"string":"As variações estão desativadas neste tipo de produto"},"IFWHn0":{"context":"error message","string":"O endereço de cobrança não foi definido"},"ij7olm":{"context":"error message","string":"Este faturamento não pode ser cancelado"},"BM1JiJ":{"context":"error message","string":"Este pedido não pode ser cancelado"},"nOo0oL":{"context":"error message","string":"Itens insuficientes para faturar"},"Xb6BJ9":{"context":"error message","string":"Pagamento manual não pode ser devolvido"},"WzA5Ll":{"string":"Não é possível remover o usuário do último grupo"},"sZ27WU":{"context":"error message","string":"Apenas pagamentos previamente autorizados podem ser anulados"},"gKdGxP":{"context":"error message","string":"Apenas pagamentos pré-autorizados podem ser recebidos"},"DK+8PB":{"string":"Este canal já foi criado"},"V2BBQu":{"string":"A moeda em ambos os canais deve ser a mesma"},"QFCUEt":{"string":"Slug deve ser único"},"AY7Tuz":{"string":"O mesmo objeto não pode estar em ambas as listas"},"E8T3e+":{"string":"Não é possível adicionar e remover o grupo ao mesmo tempo"},"abTH5q":{"context":"error message","string":"O endereço de e-mail não foi definido"},"c5pMZ8":{"string":"Erro na API"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Valor inválido"},"pC6/1z":{"string":"Formato de manifesto inválido"},"eu98dw":{"string":"Senha inválida"},"D2qihU":{"string":"Permissão inválida"},"g/BrOt":{"string":"A URL tem um formato inválido"},"AdmPca":{"context":"error message","string":"O valor máximo não pode ser inferior ao valor mínimo"},"0AQH0Q":{"string":"O plug-in está configurado incorretamente e não pode ser ativado"},"FuAV5G":{"string":"Este nome já está em uso. Forneça outro."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Não é possível escolher um método de envio para um pedido sem o endereço de envio"},"r+8q4B":{"context":"error message","string":"Apenas rascunhos de pedidos podem ser editados"},"PCoO4D":{"context":"error message","string":"Página não encontrada"},"Fz3kic":{"context":"error message","string":" O endereço de cobrança não foi definido ou a fatura não está pronta para ser enviada"},"N43t3/":{"context":"error message","string":"Número não definido para uma fatura"},"C4hCsD":{"string":"O aplicativo está fora do seu escopo de permissões"},"1n1tOR":{"string":"O grupo está fora do seu escopo de permissão"},"4prRLv":{"string":"A permissão está fora do seu escopo"},"KRqgfo":{"string":"O usuário está fora do seu escopo de permissões"},"cY42ht":{"string":"A senha não pode ser totalmente numérica"},"Y1B0PN":{"context":"error message","string":"Não há pagamento associado ao pedido"},"vVviA2":{"string":"Estas permissões estão fora do seu escopo"},"mYs3tb":{"string":"O preço do produto não pode ser inferior a 0."},"VEE4gD":{"context":"error message","string":"Método de envio não é válido para o endereço de entrega escolhido."},"ychKsb":{"context":"error message","string":"O método de envio é obrigatório para este pedido"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs devem ser únicos"},"nKjLjT":{"context":"error message","string":"Slug deve ser único para cada depósito"},"wn3di2":{"string":"Esta senha é muito comumente usada"},"LR3HlT":{"string":"Esta senha é muito curta"},"1wyZpQ":{"string":"As senhas são muito parecidas"},"TDhHMi":{"string":"Isto precisa ser único"},"qDwvZ4":{"string":"Erro desconhecido"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL não definida para uma fatura"},"Z6QAbw":{"string":"Esta variação não possui nenhum conteúdo digital"},"i3Mvj8":{"context":"product attribute error","string":"Esta variação já existe"},"iUy2dx":{"context":"vouchers section name","string":"Cupons"},"ycMLN9":{"context":"warehouses section name","string":"Depósitos"},"43Nlay":{"context":"warehouse","string":"Informação do Endereço"},"GhcypC":{"context":"header","string":"Criar Depósito"},"DTL7sE":{"context":"dialog content","string":"Tem certeza de que deseja excluir {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Excluir Depósito"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Pesquisar Depósito"},"2yU+q9":{"context":"tab name","string":"Todos os Depósitos"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Criar Depósito"},"PFXGaR":{"string":"Zonas de Entrega"},"2gsiR1":{"string":"Nenhum depósito encontrado"},"aCJwVq":{"context":"warehouse","string":"Nome"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"Este depósito não tem zonas de entrega atribuídas"},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Configurações"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Tem certeza de que deseja excluir este webhook?"},"o5KXAN":{"context":"delete webhook","string":"Tem certeza de que deseja excluir {name}?"},"X90ElB":{"context":"dialog header","string":"Excluir Webhook"},"snUby7":{"context":"header","string":"Detalhes sem nome do webhook"},"Ryh3iR":{"context":"header","string":"Criar Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Detalhes"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Eventos"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"a chave é utilizada para criar uma assinatura hash em cada requisição. * campo opcional"},"u9/vj9":{"context":"webhook input label","string":"URL alvo"},"0MetrR":{"context":"webhook input help text","string":"Esta URL receberá requisições POST de webhook"},"WDy0tF":{"context":"section header","string":"Informações do Webhook"},"D0KaT6":{"context":"webhook input label","string":"Nome do Webhook"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook está ativo"},"IBCBi1":{"context":"webhook active description","string":"Se você quer desativar este webhook, retire a seleção abaixo."},"1+M/52":{"context":"section header","string":"Status do Webhook"},"wbjuR4":{"string":"Nenhum webhook encontrado"},"wlr0Si":{"context":"button","string":"Criar Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Ação"},"1eCau/":{"string":"Webhook sem nome"},"OTpV1t":{"context":"webhook name","string":"Nome"},"JVaz1C":{"context":"window title","string":"Criar Webhook"},"a5msuh":{"string":"Sim"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"alocado"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Quantidade"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Referência de transação"},"Y9lv8z":{"context":"product unavailability","string":"Indisponível para compra"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Não vinculado"},"KSp+8B":{"context":"product available for purchase date","string":"estará disponível em {date}"},"hAcUEl":{"context":"product publication date label","string":"será publicado em {date}"}} \ No newline at end of file diff --git a/locale/ro.json b/locale/ro.json index cb89ae8ea..f8941eb7e 100644 --- a/locale/ro.json +++ b/locale/ro.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Anulează Comanda" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Suma rambursată" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Ascuns" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Vizibil din {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Va fi disponibil la {data}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Vizibil" - }, - "configurationMenuAttributes": { - "string": "Determină atributele utilizate pentru a crea variații de produs" - }, - "configurationMenuChannels": { - "string": "Definește și gestionează canalele tale de vânzare" - }, - "configurationMenuNavigation": { - "string": "Definește modul în care utilizatorii pot naviga prin magazinul tău. " - }, - "configurationMenuPageTypes": { - "string": "Definește tipurile de pagini de conținut utilizate în magazinul tău. " - }, - "configurationMenuPermissionGroups": { - "string": "Gestionează grupurile de permisiuni și permisiunile acestora " - }, - "configurationMenuProductTypes": { - "string": "Definește tipurile de produse oferite spre vânzare" - }, - "configurationMenuShipping": { - "string": "Gestionează modurile de expediere a comenzilor " - }, - "configurationMenuSiteSettings": { - "string": "Vizualizează și actualizează setările site-ului dvs. " - }, - "configurationMenuStaff": { - "string": "Gestionează angajații și permisiunile acestora " - }, - "configurationMenuTaxes": { - "string": "Gestionează modul în care magazinul tău percepe taxe" - }, - "configurationMenuWarehouses": { - "string": "Gestionează și actualizează informațiile despre stocuri și depozite" - }, - "configurationPluginsPages": { - "string": "Vizualizează și actualizează pluginurile și setările acestora." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Produse rambursate" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Cantitate fixă" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Activitate" - }, - "homeActivityCardNoActivities": { - "string": "Nu s-au găsit activități " - }, - "homeAnalyticsCardHeader": { - "string": "Astăzi" - }, - "homeHeaderText": { - "context": "header", - "string": "Salutare, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Iată câteva informații disponibile despre magazinul tău" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {Unul comandat} few {{amount} comandate} other {{amount} comandate}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Produse Populare" - }, - "homeProductsListCardNoProducts": { - "string": "Nu s-au găsit produse" - }, - "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": "Salutare, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "între" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "egal cu" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Creează Meniu" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Titlu Meniu" - }, - "menuDetailsDeleteMenuContent": { - "string": "Sigur dorești să ștergi meniul {menuName}?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Șterge Meniul" - }, - "menuDetailsPageHelperText": { - "string": "Crearea structurii de navigare se face prin glisare și plasare. Pur și simplu creează un nou element în meniu și apoi trage-l în locul destinat. Poți muta elemente unul în celălalt pentru a crea o structură ierarhică și poți trage elemente în sus și în jos pentru a crea o ierarhie." - }, - "menuItemDialogAddItem": { - "context": "create new menu item, header", - "string": "Adaugă Articol" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Link către: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Editează Articol" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Link" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Începe să tastezi pentru a începe căutarea..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Nume" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Creează un articol nou" - }, - "menuItemsHeader": { - "context": "header", - "string": "Articole Meniu" - }, - "menuItemsPlaceholder": { - "string": "Adaugă un nou articol în meniu pentru a începe crearea meniului" - }, - "menuListCreatedMenu": { - "string": "Meniu Creat" - }, - "menuListDeleteMenuContent": { - "string": "Sigur dorești să ștergi {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Șterge Meniul" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Sigur dorești să ștergi acest meniu?} few {Sigur dorești să ștergi {displayQuantity} meniuri?} other {Sigur dorești să ștergi {displayQuantity} meniuri?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Șterge Meniurile" - }, - "menuListDeletedMenu": { - "string": "Șterge Meniu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Articole" - }, - "menuListMenutitle": { - "string": "Titlu Meniu" - }, - "menuListNoMenus": { - "string": "Nu au fost găsite meniuri." - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Creează Meniu" - }, - "menuPropertiesMenuTitle": { - "string": "Titlu Meniu" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Nu a fost publicat" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "Nu este setat" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "Nu este setat" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "Nu este setat" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "nu se aplică" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Creează tipul de pagină" - }, - "pageTypeInputLabel": { - "string": "Selectează tipul de conținut" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Disponibil pentru cumpărare" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Categorie" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Colecții" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Descriere" - }, - "productExportFieldName": { - "context": "product field", - "string": "Nume" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Imagini de Produs" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Exportare Greutate Produs" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Percepe Taxe" - }, - "productExportFieldType": { - "context": "product field", - "string": "Tip" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Imagini Variantă" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Exportă SKU Variantă" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Exportă Greutate Variantă" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Inventar" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Creează Tip de produs" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Creează Tip de produs" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Taxe " - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Preț" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stoc" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stoc" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "Nu există depozite create pentru magazinul tău. Poți configura variante fără a furniza cantități de stoc." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Depozite" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "Nu există depozite create pentru magazinul tău. Pentru a adăuga cantitatea de stoc variantei te rugăm configurează un depozit" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "Nu există depozite create pentru magazinul tău. Pentru a adăuga cantitatea de stoc produsului te rugăm configurează un depozit" - }, - "published channel": { - "context": "product label", - "string": "Publicat" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categorii ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Colecții ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Produse ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Setează data disponibilității" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Livrarea a fost rambursată" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Sigur dorești să ștergi {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Sigur dorești să ștergi {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Depozit" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Aplicații" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Aplicații" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "Aplicație activată" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "Aplicație dezactivată" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activează Aplicație" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Sigur dorești să activezi {name}? Activarea va începe adunarea evenimentelor." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activează" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Dezactivează" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dezactivează Aplicație" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Sigur dorești să dezactivezi această aplicație? Datele tale vor fi păstrate până când reactivezi aplicația. Vei fi în continuare facturat pentru aplicație." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Sigur dorești să dezactivezi {name}? Datele tale vor fi păstrate până când reactivezi aplicația. Vei fi în continuare facturat pentru aplicație." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Ștergând {name}, vei șterge toate datele și webhook-urile referitoare la această aplicație. Ești sigur că vrei să faci asta?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Șterge Aplicația" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Sigur dorești să ștergi această aplicație?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Ștergând {name}, vei elimina instalarea aplicației. Dacă plătești un abonament la aplicație, nu uita să te dezabonezi de la aplicație în Sale sau Marketplace. Sigur dorești să ștergi aplicația?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Dezctivează" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "Vedeți politica de confidențialitate a acestei aplicații" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Editează setările" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Confidențialitatea datelor" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Obține Asistență" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Deschide Aplicația" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activează" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "Permisiuni Aplicație" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "Această aplicație are permisiuni pentru:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "Despre această aplicație" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Șterge Aplicația" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Sigur dorești să ștergi această aplicație?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Ștergând {name}, vei elimina instalarea aplicației. Dacă plătești un abonament la aplicație, nu uita să te dezabonezi de la aplicație în Sale sau Marketplace. Sigur dorești să ștergi aplicația?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "Există o problemă cu aplicația." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor nu a putut obține informații cruciale cu privire la instalare. Fără acestea, sistemul nu poate instala aplicația în Saleor. Te rugăm să utilizezi butonul de mai jos pentru a reveni la dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Înapoi la pagina principală" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Află mai multe despre confidențialitatea datelor" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Instalează Aplicația" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Instalarea acestei aplicații îi va da următoarele permisiuni:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Dezinstalarea aplicației va elimina toate datele personale ale clientului stocate de {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "Ești pe cale să instalezi {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "Permisiuni Aplicație" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "Despre" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Asistență/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Instalații în derulare" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Reîncercă" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "A apărut o problemă în timpul instalării" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Se instalează aplicația..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Acordă acestei aplicații acces complet la magazin" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Extinde sau restricționează permisiunile aplicației pentru a accesa anumite părți din sistemul Saleor." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Creează o nouă aplicație" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Token Generat" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "Acest simbol îți oferă acces la API-ul magazinului, pe care îl vei găsi aici: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copiat" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copiază token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_4189999598": { - "string": "Am creat simbolul tău implicit. Asigură-te că vei copia acum noul token de acces. Nu-l vei putea vedea din nou." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Acordă acestei aplicații acces complet la magazin" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Dezctivează" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Extinde sau restricționează permisiunile aplicației pentru a accesa anumite părți din sistemul Saleor." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activează" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "Informații Aplicație" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "Nume Aplicație" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Cheie" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "Nu s-au găsit token-uri" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Token-uri" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Creează Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Notă Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Acțiuni" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Creează Aplicație" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Dezactivat" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "Despre" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "Nu ai aplicații instalate în dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Aplicații de la terți" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace-ul vine în curând" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Vizitează Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Descoperă aplicații gratuite și plătite în Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Token Generat" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Token-ul de acces este utilizat pentru autentificarea conturilor de servicii" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3009959880": { - "string": "Am creat token-ul tău. Asigură-te că vei copia acum noul token de acces. Nu-l vei putea vedea din nou." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copiază token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Creează Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Notă Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Crează" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Șterge Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Sigur dorești să ștergi token-ul {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Nu s-au putut prelua setările aplicației" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Instalează Aplicația" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Nu s-a putut instala {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "Aplicație instalată" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} este gata de utilizare" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "Aplicația a fost eliminată cu succes" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Creează Aplicație" - }, - "src_dot_assign": { - "context": "button", - "string": "Atribuie" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Atribute" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Atributul cu acest slug există deja" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "Această valoare există deja în cadrul acestui atribut" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Sigur dorești să ștergi acest atribut?} few {Sigur dorești să ștergi {displayQuantity} atribute?} other {Sigur dorești să ștergi {displayQuantity} atribute?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Șterge atribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Șterge atribut" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Sigur dorești să ștergi {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Zonă" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Etichetă implicită" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Atribuie Cod" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "context": "attribute slug input field helper text", - "string": "Acesta este folosit intern. Asigură-te că nu folosești spații." - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Data" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Fișier" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Tip de intrare în catalog pentru Proprietarul Magazinului" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Selectare multiplă" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Pagini" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Produse" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Valoare obligatorie" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Greutate" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "Toate Atributele" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "Creează atribut" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "Caută Atribut" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "Poate fi folosit drept coloană" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Filtrabil în Dashboard" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { - "context": "use attribute in filtering", - "string": "Filtrabil în magazin" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_isVariantOnly": { - "context": "attribute can be used only in variants", - "string": "Numai Variantă" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_valueRequired": { - "context": "attribute value is required", - "string": "Valoare Obligatorie" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_visibleInStorefront": { - "context": "attribute", - "string": "Vizibil în Pagina Produsului și Magazin" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { - "string": "Niciun atribut găsit" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2186555805": { - "context": "attribute can be searched in storefront", - "string": "Căutare detaliată" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2235596452": { - "context": "attribute can be searched in dashboard", - "string": "Căutare" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { - "string": "Atribuie Cod" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_643174786": { - "context": "attribute is visible", - "string": "Vizibil" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "Etichetă Implicită" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "Definește unde trebuie utilizat acest atribut în sistemul Saleor" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organizare" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Clasă Atribut" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Conținut Atribut" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Atribut Produs" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Creează Atribut Nou" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Adaugă la Opțiunile Coloanei" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "Dacă este activat, acest atribut poate fi folosit drept coloană în tabelul de produse." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Proprietăți Dashboard" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Utilizează în Filtrare" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "Dacă este activat, vei putea folosi acest atribut pentru a filtra produsele din lista de produse." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Utilizează în căutarea detaliată" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Proprietăți Magazin" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Poziție în căutarea detaliată" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "Dacă este activat, atributul va fi accesibil clienților." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Imagine" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Sigur dorești să ștergi valoarea \"{name}\"?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Șterge valoarea atributului" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Sigur dorești să ștergi valoarea \"{name}\"? Dacă o ștergi, nu îl vei putea atribui niciunuia dintre produsele cu atributul \"{attributeName}\"." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Editează Valoarea" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Adaugă Valoarea" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "Nume" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Vizualizarea implicită a magazinului" - }, - "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": "Nu s-au găsit valori" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Valorile Atributului" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Atribuie valoare" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Atribut creat cu succes" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Valoarea ștearsă" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Atribut șters" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Valoarea nouă adăugată" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Atribut șters cu succes" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Autentificare" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Parolă" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Ai uitat parola?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Ne pare rău, numele de utilizator și/sau parola sunt incorecte. Te rugăm să încerci din nou." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Parola Nouă" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "Setează o nouă parolă" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "Confirmare Parolă" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Parolele nu corespund" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Resetare parolă" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Înapoi la autentificare" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Resetare parolă" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "Succes! În câteva minute vei primi un mesaj cu instrucțiuni despre cum să îți resetezi parola." - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "Adresa de e-mail furnizată nu există în baza noastră de date." - }, - "src_dot_availability": { - "string": "Disponibilitate" - }, - "src_dot_back": { - "context": "button", - "string": "Înapoi" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Anulare" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Anulat" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Categorii" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Imagine de fundal (opțional)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(Opțional)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Creează Categorie Nouă" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Adaugă titlul și descrierea motorului de căutare pentru a face această categorie mai ușor de găsit" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Șterge categoria" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "Sigur dorești să ștergi {categoryName}?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Nume Categorie" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Descriere Categorie" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Creează categorie" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Caută Categorie" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "Toate Categoriile" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Nume Categorie" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "Nu s-au găsit categorii" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "Nu s-au găsit subcategorii" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "Subcategorii" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "Nr. de Produse" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "Nu s-au găsit produse" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Nume" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Adaugă produs" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "Produse în {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Subcategorii" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Adaugă titlul și descrierea motorului de căutare pentru a face această categorie mai ușor de găsit" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "Produse" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "Toate Subcategoriile" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Creează subcategorie" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Creează categorie" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Sigur dorești să ștergi acest produs?} few {Sigur dorești să ștergi {displayQuantity} produse?} other {Sigur dorești să ștergi {displayQuantity} produse?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "Categorie creată" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Sigur dorești să ștergi această categorie?} few {Sigur dorești să ștergi {displayQuantity} categorii?} other {Sigur dorești să ștergi {displayQuantity} categorii?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "Șterge categoria" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Categorie ștearsă" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Șterge produse" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Nu uita că acest lucru va anula fixarea tuturor produselor atribuite acestei categorii, făcându-le indisponibile în magazin." - }, - "src_dot_categories_dot_views_dot_3488150607": { - "string": "Reține că acest lucru va șterge și toate produsele atribuite acestei categorii." - }, - "src_dot_categories_dot_views_dot_712767046": { - "context": "dialog title", - "string": "Șterge categoriile" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "Sigur dorești să ștergi {categoryName}?" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_1823337870": { - "string": "{counter,plural,one {Sigur dorești să ștergi această categorie?} few {Sigur dorești să ștergi {displayQuantity} categorii??} other {Sigur dorești să ștergi {displayQuantity} categorii??}}" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_3488150607": { - "string": "Reține că acest lucru va șterge și toate produsele atribuite acestei categorii." - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_712767046": { - "context": "dialog title", - "string": "Șterge categoriile" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Canale" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Disponibilitate" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Șterge Canal" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Ștergerea canalului va șterge toate datele produselor referitoare la acest canal. Sigur dorești să ștergi acest canal?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "Toate informațiile comenzilor de pe acest canal trebuie mutate pe un alt canal. Te rugăm să selectezi comenzile care trebuie mutate în:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "Nu există un canal disponibil pentru a muta informațiile comenzii. Creează un canal cu aceeași monedă, astfel încât informațiile să poată fi mutate în acesta." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Selectează Canal" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Setări Canal" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copiat" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copiază" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Moneda" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Nume canal" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Selectează un canal" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Nume canal" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactiv" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Stare" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Dezctivează" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Status Canal" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Activ" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activează" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Nume Canal" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "Nu s-au găsit canale" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Acțiuni" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Creează Canal" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "Canal Nou" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Creeaza Canal" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Detalii canal" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Canal șters" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Canal șters" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Alege fișierul" - }, - "src_dot_clear": { - "context": "button", - "string": "Șterge" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Colecții" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Vizibil" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Ascuns" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "Adaugă titlul și descrierea motorului de căutare pentru a face această colecție mai ușor de găsit" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "Adaugă Colecția" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "Vizibil" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Ascuns" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Adaugă titlul și descrierea motorului de căutare pentru a face această colecție mai ușor de găsit" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "Nume" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Imagine de fundal (opțional)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(Opțional)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "Toate Colecțiile" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Creează colecția" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "Ascuns" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Publicat" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "Nu s-au găsit colecții" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "Nr. de Produse" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "Nume Colecție" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "Disponibilitate" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "Nu s-au găsit produse" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Tip" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "Disponibilitate" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Produse în {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Atribuie produs" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "Nume" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Colecție ștearsă" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Produs adăugat la colecție" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Sigur dorești să ștergi imaginea colecției?" - }, - "src_dot_collections_dot_views_dot_3215481647": { - "string": "{counter,plural,one {Sigur dorești să anulezi atribuirea acestui produs?} few {Sigur dorești să anulezi atribuirea a {displayQuantity} produse?} other {Sigur dorești să anulezi atribuirea a {displayQuantity} produse?}}" - }, - "src_dot_collections_dot_views_dot_3482612628": { - "string": "Produs șters din colecție" - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "Gestionează disponibilitatea canalului de colecție" - }, - "src_dot_collections_dot_views_dot_3791354625": { - "context": "dialog title", - "string": "Anulează atribuirea produselor din colecție" - }, - "src_dot_collections_dot_views_dot_523939418": { - "string": "Sigur dorești să ștergi {collectionName}?" - }, - "src_dot_collections_dot_views_dot_686910896": { - "context": "window title", - "string": "Creează colecție" - }, - "src_dot_collections_dot_views_dot_699514132": { - "context": "dialog title", - "string": "Șterge Colecția" - }, - "src_dot_collections_dot_views_dot_870815507": { - "context": "unassign product from collection, button", - "string": "Anulează atribuirea" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "Șterge imagine" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2491832187": { - "string": "{counter,plural,one {Sigur dorești să ștergi această colecție?} few {Sigur dorești să ștergi {displayQuantity} colecții?} other {Sigur dorești să ștergi {displayQuantity} colecții?}}" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_3817188998": { - "context": "dialog title", - "string": "Șterge colecțiile" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permisiunile grupurilor" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Permisiuni" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Permisiuni disponibile" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "Permisiunile acestui grup le depășesc pe ale tale. Poți gestiona doar permisiunile tale." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "Acest grup este ultima sursă a acestei permisiuni" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Țară" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Telefon" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Adresă" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "Oraș" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "Cod poștal" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Detalii adresă" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Companie" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Județ" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "Nu s-au găsit rezultate" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Caută Atribute" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Caută după numele atributului" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Atribuie atribut" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Atribuie" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Atribuie Categorie" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Caută Categorie" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Caută după numele categoriei etc. ..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Atribuie Colecția" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Caută Colecția" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Caută după numele colecției etc. ..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Atribuie" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Caută Produse" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Caută după nume, atribut, tipul de produs etc. ..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Atribuie Produs" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Caută după nume, atribut, tipul de produs etc. ..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Sigur dorești să anulezi atribuirea {attributeName} la {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Atribute" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Atribute" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Valori" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Valoare" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "Niciun rezultat" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Disponibilitate" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Disponibil la {selectedChannelsCount} din {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Administrează" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Afișare în listele de produse" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "din {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publică pe" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Dezactivarea acestei casete de selectare va elimina produsul din paginile de căutare și categorii. Va fi disponibil pe paginile colecției." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Setează disponibil pe" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Setează data publicării" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Selectează canalele pe care dorești ca {contentType} să fie disponibil" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "Niciun Canal găsit" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Selectează toate canalele" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Canalele de la A la Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Caută prin canale" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Caută prin canale" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Selectează canalele pe care dorești ca {contentType} să fie disponibil" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Publicat" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Stare" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Resetează" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Coloane" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} coloane selectate din {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Țară" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Telefon" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Adresă" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Oraș" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "Cod poștal" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Detalii adresă" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Companie" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Județ" - }, - "src_dot_components_dot_CountryList_dot_2460766407": { - "context": "number of countries", - "string": "{number} Țări" - }, - "src_dot_components_dot_CountryList_dot_2747492886": { - "context": "button", - "string": "Atribuie ţări" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_2173195312": { - "context": "custom search delete, dialog header", - "string": "Șterge Căutarea" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_71479100": { - "string": "Sigur dorești să ștergi fila de căutare {name}?" - }, - "src_dot_components_dot_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Utilizează API-ul GraphQL" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Eroare" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Dashboard" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Șterge Căutarea" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Filtru customizat" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Salvează Căutarea" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "Filtre" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "Niciun rezultat" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Arată mai mult" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filtre" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "și" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filtre" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Salvează modificările" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "src_dot_components_dot_ImageUpload_dot_1731007575": { - "context": "image upload", - "string": "Glisează aici pentru a încărca" - }, - "src_dot_components_dot_LanguageSwitch_dot_4150219184": { - "context": "button", - "string": "{languageName} - {languageCode}" - }, - "src_dot_components_dot_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Valoare" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadate" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Metadate Private" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Câmp" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Adaugă Câmp" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Acțiuni" - }, - "src_dot_components_dot_MoneyRange_dot_12301532": { - "context": "money", - "string": "în {money}" - }, - "src_dot_components_dot_MoneyRange_dot_1316359951": { - "context": "money", - "string": "{fromMoney} - {toMoney}" - }, - "src_dot_components_dot_MoneyRange_dot_3729849657": { - "context": "money", - "string": "din {money}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Adaugă o nouă valoare: {value}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { - "string": "Nu s-au găsit rezultate" - }, - "src_dot_components_dot_MultiSelectField_dot_4205644805": { - "string": "Nu s-au găsit rezultate" - }, - "src_dot_components_dot_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "Număr Comandă" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Tastează Instrucțiunea" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Caută Client" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Caută în Clienți" - }, - "src_dot_components_dot_Navigator_dot_2874620973": { - "context": "navigator placeholder", - "string": "Tastează {key} pentru a vedea acțiunile disponibile" - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Caută în Catalog" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Navighează către" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "Noua noastră funcție pentru a te ajuta cu sarcinile zilnice. Rulează Navigatorul utilizând comanda rapidă {keyboardShortcut}." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Acțiuni Rapide" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Navigatorul este aici pentru a te ajuta" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "Categorie" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Colecție" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Publicat" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Nu este publicat" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Creează Categorie" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Creează Colecția" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Creează Client" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Creează Comandă" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Creează Grup de Permisiuni" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Creează Produs" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Creează 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": "Mergi la #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Caută în Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Caută în Instrucțiuni" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Caută Clienți" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Căutați Vizualizări și Acțiuni" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Afișează Ajutor" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Caută Comenzi" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "Niciun Rezultat" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Produs" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Ooops!..." - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Ceva lipsește" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "Ne pare rău, pagina nu a fost găsită" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "Reveniți la pagina principală" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Prețul nu poate fi mai mic de 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "Nu s-au găsit rezultate" - }, - "src_dot_components_dot_RowNumberSelect_dot_1154361791": { - "string": "Nr. Rânduri:" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1514415736": { - "context": "save filter tab, header", - "string": "Salvează Căutarea Personalizată" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1556856943": { - "context": "save search tab", - "string": "Caută Nume" - }, - "src_dot_components_dot_SearchBar_dot_2173195312": { - "context": "button", - "string": "Șterge Căutarea" - }, - "src_dot_components_dot_SearchBar_dot_2340527467": { - "string": "Filtru Customizat" - }, - "src_dot_components_dot_SearchBar_dot_3268463180": { - "context": "button", - "string": "Salvează Căutarea" - }, - "src_dot_components_dot_SeoForm_dot_1324250412": { - "string": "Titlul motorului de căutare" - }, - "src_dot_components_dot_SeoForm_dot_1991321627": { - "string": "Descrierea motorului de căutare" - }, - "src_dot_components_dot_SeoForm_dot_3198271020": { - "context": "button", - "string": "Editează SEO pentru website" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Previzualizare motor de căutare" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} din {maxCharacters} caractere" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Dacă este gol, previzualizarea arată ce va fi generat în mod automat." - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Adaugă o nouă valoare: {value}" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { - "string": "Nici unul" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_4205644805": { - "string": "Nu s-au găsit rezultate" - }, - "src_dot_components_dot_SingleSelectField_dot_4205644805": { - "string": "Nu s-au găsit rezultate" - }, - "src_dot_components_dot_TableHead_dot_868570480": { - "string": "Selectează {number} articole" - }, - "src_dot_components_dot_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "src_dot_components_dot_Timeline_dot_1359200231": { - "context": "add order note, button", - "string": "Trimite" - }, - "src_dot_components_dot_Timeline_dot_3028189627": { - "string": "Lasă nota aici..." - }, - "src_dot_components_dot_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Deconectare" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Setări Cont" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Activează Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Afișare în listele de produse" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Vizibilitate" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "din {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publică pe" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Dezactivarea acestei casete de selectare va elimina produsul din paginile de căutare și categorii. Va fi disponibil pe paginile colecției." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Setează disponibil pe" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Setează data publicării" - }, - "src_dot_components_dot_WeightRange_dot_264731940": { - "context": "weight", - "string": "la {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": "din {value} {unit}" - }, - "src_dot_components_dot_Weight_dot_2781622322": { - "context": "weight", - "string": "{value} {unit}" - }, - "src_dot_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Configurație" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Diverse" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Setări Livrare" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Atribute și Tip de produse" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Setări Personal" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Management de conținut" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Setări Produs" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multicanal" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Exportul produsului a eșuat" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Exportul produsului s-a încheiat și a fost trimis la adresa ta de e-mail." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exportarea CSV s-a încheiat" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Factura solicitată a fost generată! A fost adăugată în partea de sus a listei de facturi din această vizualizare" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Factura Generată" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Generare Factură" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Actualizare" - }, - "src_dot_continue": { - "context": "button", - "string": "Continuă" - }, - "src_dot_create": { - "context": "button", - "string": "Creează" - }, - "src_dot_customApps": { - "string": "Aplicații Locale" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Clienți" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "Editează Adresa" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "Adaugă Adresa" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Adaugă adresa" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "string": "Acest client nu are nicio adresă adăugată în agenda sa. Poți adăuga o adresă folosind butonul de mai jos." - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameAddress": { - "context": "customer's address book, header", - "string": "Cartea de adrese a {fullName} " - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "Detalii {fullName}" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "Nu există nicio adresă de afișat pentru acest client" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Adresa prestabilită" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Adresa de facturare prestabilită" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Adresa de livrare prestabilită" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Șterge Adresa" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Editează Adresa" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Setează ca adresă de facturare prestabilită" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Setează ca adresă de livrare prestabilită" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Informații Adresă" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Adresa de livrare" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Adresă" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "Acest client nu are o adresă" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "Adresa de facturare" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "Adresa Principală" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "Adresa principală a acestui client." - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Prezentare generală clienți" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "Notițe" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Notă" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Adaugă orice informații suplimentare despre acest client." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "Creează Client" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { - "context": "check to mark this account as active", - "string": "Cont de utilizator activ" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { - "context": "section subheader", - "string": "Membru activ din {date}" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { - "context": "note about customer", - "string": "Notă" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Informații de Contact" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Caută Client" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "Creează client" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "Toți Clienții" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Data înscrierii" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { - "string": "Număr Comenzi" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "Nr. Comenzi" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "Niciun client găsit" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Email Client" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Nume Client" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { - "context": "order status", - "string": "Stare" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "Comenzi Recente" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "Nr. Comandă" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "Vezi toate comenzile" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "Data" - }, - "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": "Nu s-au găsit comenzi." - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Ultima autentificare" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "Ultima comandă" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Istoric Client" - }, - "src_dot_customers_dot_views_dot_1927691511": { - "context": "delete customer, dialog content", - "string": "Sigur dorești să ștergi {email}?" - }, - "src_dot_customers_dot_views_dot_1998583641": { - "context": "dialog header", - "string": "Șterge Client" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "Șterge Adresa" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Creează client" - }, - "src_dot_customers_dot_views_dot_3689332763": { - "string": "Sigur dorești să ștergi această adresă din agenda utilizatorilor?" - }, - "src_dot_customers_dot_views_dot_3901579344": { - "string": "Client Eliminat" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Client creat" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_1932444813": { - "string": "{counter,plural,one {Sigur dorești să ștergi acest client?} few {Sigur dorești să ștergi {displayQuantity} clienți?} other {Sigur dorești să ștergi {displayQuantity} clienți?}}" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_2136923553": { - "context": "dialog header", - "string": "Șterge Clienți" - }, - "src_dot_dashboard": { - "string": "Dashboard" - }, - "src_dot_date": { - "string": "Data" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Șterge" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Ești în modul demo! Nu poți salva modificările." - }, - "src_dot_description": { - "string": "Descriere" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Reduceri" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Atribuie categorii" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Categorii Eligibile" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "Nu s-au găsit categorii" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Nume Categorie" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Produse" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Atribuie colecții" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Colecții Eligibile" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "Nu s-au găsit colecții" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Nume Colecție" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Produse" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_1585396479": { - "context": "dialog header", - "string": "Atribuie Țări" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2110418881": { - "context": "search box placeholder", - "string": "Caută după numele ţării" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2177165134": { - "string": "Alege țările la care dorești ca voucher-ul să fie limitat, din lista de mai jos" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2566713432": { - "context": "search box label", - "string": "Filtrează Țări" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2747492886": { - "context": "button", - "string": "Atribuie ţări" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2777439857": { - "context": "country selection", - "string": "Țări de la A la Z" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Setează data de încheiere" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1662220323": { - "context": "time during discount is active, header", - "string": "Dăți Active" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsButton": { - "context": "button", - "string": "Atribuie produse" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Produse Eligibile" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "Nu s-au găsit produse" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Disponibilitate" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Nume Produs" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Tip Produs" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "Nu s-au găsit variante" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Nume Produs" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Tip Produs" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Creează Reducere" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "Nume" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Caută Reduceri" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Creează Reducere" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "Toate Reducerile" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "Activ" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "Expirat" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { - "context": "discount type", - "string": "Cantitate fixă" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Procent" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "Programat" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "A început" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "Stare" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "Tip Reducere" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "Valoare" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { - "context": "sale end date", - "string": "Se termină" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { - "string": "Nu s-au găsit reduceri" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Începe" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "Nume" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Valoare" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Nume" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Tip Reducere" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Procent" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Cantitate Fixă" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "Valoare" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Valoarea Reducerii" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Canalele care nu au reduceri atribuite vor folosi canalul părinte pentru a defini prețul. Prețul va fi convertit în moneda canalului" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "Nu s-au găsit canale" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Nume canal" - }, - "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { - "context": "page header", - "string": "Creează Voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Setează data de încheiere" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { - "context": "time during voucher is active, header", - "string": "Dăți Active" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "Voucher-ul se aplică în toate țările" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Voucher-ul este limitat la aceste țări" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "Țări" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "Categorii ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "Colecții ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "Produse ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Cod de reducere" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Generează Cod" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limitează la o singură utilizare per client" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limitează de câte de ori această reducere poate fi utilizată în total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limita de utilizare" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Limită de utilizare" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "Toate Voucher-ele" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { - "string": "Caută Voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { - "context": "button", - "string": "Creează voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { - "context": "voucher status", - "string": "Activ" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "Expirat" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { - "context": "discount type", - "string": "Cantitate fixă" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Procent" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "Programat" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Început" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { - "context": "voucher status", - "string": "Stare" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { - "context": "voucher", - "string": "Număr utilizări" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "Tip Reducere" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "Valoare" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "Min. Cheltuit" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "Se termină" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "Utilizări" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "Începe" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "Cod" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Nu s-au găsit vouchere" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Valoare" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Canalele care nu au reduceri atribuite vor folosi canalul părinte pentru a defini prețul. Prețul va fi convertit în moneda canalului" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_2746532349": { - "context": "voucher requirements, header", - "string": "Cerințe Minime" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3069107721": { - "context": "voucher has no requirements", - "string": "Nici unul" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3740704788": { - "context": "voucher requirement", - "string": "Cantitate minimă de articole" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_4097816011": { - "string": "Nu s-au găsit canale" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Nume canal" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Valoarea minimă a comenzii" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "Valoare" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Min. Valoarea Comandă" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "Se aplică la" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_3751756157": { - "context": "voucher value requirement", - "string": "Limită de utilizare" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_78726751": { - "context": "voucher code", - "string": "Cod" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3216816841": { - "context": "header", - "string": "Tip Reducere" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3289659291": { - "context": "voucher discount type", - "string": "Transport Gratuit" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3688224049": { - "context": "voucher discount type", - "string": "Procent" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { - "context": "voucher discount type", - "string": "Cantitate Fixă" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1134347598": { - "context": "column title", - "string": "Preț" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Valoare" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Valoarea Reducerii" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Doar o dată per comandă" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1615342575": { - "string": "Canalele care nu au reduceri atribuite vor folosi canalul părinte pentru a defini prețul. Prețul va fi convertit în moneda canalului" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Informații specifice voucher-ului" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "Nu s-au găsit canale" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4189095909": { - "string": "Dacă această opțiune este dezactivată, reducerea va fi luată în considerare pentru fiecare produs eligibil" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Nume canal" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Întreaga comandă" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Produse specifice" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Expediere" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Reducere creată cu succes" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Gestionează disponibilitatea canalului de reduceri" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Gestionează disponibilitatea canalului" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Reducere eliminată" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Reducere eliminată" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Șterge Reducere" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Anulează atribuirea categoriilor de la reducere" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Sigur dorești să ștergi {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_2809303671": { - "context": "dialog header", - "string": "Șterge Reduceri" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_372098008": { - "context": "dialog content", - "string": "{counter,plural,one {Sigur dorești să ștergi această reducere?} few {Sigur dorești să ștergi {displayQuantity} reduceri?} other {Sigur dorești să ștergi {displayQuantity} reduceri?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_3423943948": { - "string": "Gestionează disponibilitatea canalului de produse" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Voucher creat cu succes" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Anulează atribuirea colecțiilor la voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Anulează atribuirea produselor la voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2353723060": { - "context": "dialog content", - "string": "{counter,plural,one {Sigur dorești să anulezi atribuirea acestei categorii?} few {Sigur dorești să anulezi atribuirea a {displayQuantity} categorii?} other {Sigur dorești să anulezi atribuirea a {displayQuantity} categorii?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Anulează atribuirea categoriilor la voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3215481647": { - "context": "dialog content", - "string": "{counter,plural,one {Sigur dorești să anulezi atribuirea acestui produs?} few {Sigur dorești să anulezi atribuirea a {displayQuantity} produse?} other {Sigur dorești să anulezi atribuirea a {displayQuantity} produse?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Sigur dorești să ștergi {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Gestionează disponibilitatea canalului" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_767268203": { - "context": "dialog content", - "string": "{counter,plural,one {Sigur dorești să anulezi atribuirea acestei colecții?} few {Sigur dorești să anulezi atribuirea a {displayQuantity} colecții?} other {Sigur dorești să anulezi atribuirea a {displayQuantity} colecții?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Șterge Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_2983742638": { - "context": "dialog content", - "string": "{counter,plural,one {Sigur dorești să ștergi acest voucher?} few {Sigur dorești să ștergi {displayQuantity} vouchere?} other {Sigur dorești să ștergi {displayQuantity} vouchere?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_367317371": { - "context": "dialog header", - "string": "Șterge Vouchere" - }, - "src_dot_done": { - "context": "button", - "string": "Gata" - }, - "src_dot_draft": { - "context": "order status", - "string": "Ciornă" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Comenzi Ciornă" - }, - "src_dot_drafts": { - "string": "Ciorne" - }, - "src_dot_edit": { - "context": "button", - "string": "Editează" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "Dată Încheiere" - }, - "src_dot_endHour": { - "string": "Oră Încheiere" - }, - "src_dot_error": { - "string": "Eroare" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Rate de schimb" - }, - "src_dot_firstName": { - "string": "Prenume" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Onorată" - }, - "src_dot_generalInformations": { - "string": "Informații Generale" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Client" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Notă" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Se exportă CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Schimbare" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Detalii" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expirat" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Detalii" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Cantitate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Moneda" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Produs" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Stare" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Șterge" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Dezactivează" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activează" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Produs" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Setări" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Acasă" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "Comanda #{orderId} a fost plasată din ciornă de către {userEmail}" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "Comanda #{orderId} a fost plasată din ciornă" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_paid": { - "string": "Comanda #{orderId} a fost achitată integral" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_placed": { - "string": "Comanda #{orderId} a fost plasată" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "Nu sunt comenzi pregătite pentru a fi onorate" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "Nici o plată în așteptare pentru a fi înregistrată" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Varianta {name} a fost setată ca implicit." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Nume" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Administrează" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigare" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Următorul" - }, - "src_dot_no": { - "string": "Nu" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Opțional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Comenzi" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Canal Reduceri" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Anulează Comenzile" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Sigur dorești să anulezi această comandă?} few {Sigur dorești să anulezi {displayQuantity} comenzi?} other {Sigur dorești să anulezi {displayQuantity} comenzi?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Anularea acestei comenzi va elibera stocurile neexecutate, astfel încât acestea să poată fi cumpărate de alți clienți. Comanda nu va fi rambursată la anularea comenzii - trebuie să o faci manual. Sigur dorești să anulezi această comandă?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor nu a putut anula comanda" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "Există încă onorări create pentru această comandă. Anulează mai întâi execuțiile înainte de a anula comanda." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Canal Reduceri" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Adresa de facturare" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Adaugă o nouă adresă" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "Nu s-au găsit rezultate" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Adresa de livrare" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "Fără notițe de la client" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "Notițe" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "Informații de Contact" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Caută Clienți" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "Vizualizare Profil" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "Adresa de livrare" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Client" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Aceeași ca adresa de livrare" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Utilizator Anonim" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Adresa de facturare" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Comanda #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Anulează comanda" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Adaugă" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Discount value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Cantitate Fixă" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Valoare incorectă" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Procent" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "Șterge Comanda Ciornă" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "Sigur dorești să ștergi ciorna #{orderNumber}?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "Preț" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Produs" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Cantitate" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "Niciun produs adăugat la comandă" - }, - "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_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Adaugă firma de curierat" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Reducere" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "Nu există firme de curierat aplicabile" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxe (TVA inclus)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Detalii Comandă" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "Adaugă produse" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Creează comanda" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "Toate Ciornele" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Caută Ciornă" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Creat" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "Client" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "Nu s-au găsit comenzi ciornă" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "Nr. Comandă" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "Client" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Data" - }, - "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": "Anulează comanda" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalizează" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Comanda" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Comanda #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Nr. comandă {orderNumber} - Adaugă onorare" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Articole gata de expediat" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "Lipsă Stoc" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Nume produs" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Cantitate de onorat" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Trimite detaliile de expediere către client" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Onorează" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Adaugă urmărire" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Editează urmărire" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Rambursare" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Număr de urmărire: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Trimite detaliile de expediere către client" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Sigur dorești să anulezi onorarea? Anularea unei onorări va reaproviziona produsele la un depozit selectat." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Selectează Depozit" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Anulează Onorarea" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Număr de urmărire" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Adaugă codul de urmărire" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Adresa comenzii a fost actualizată" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Comanda a fost marcată ca plătită" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1521936480": { - "context": "order history message", - "string": "Onorate {quantity} articole" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1527620381": { - "context": "order history message", - "string": "Onorarea a fost anulată" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_184692906": { - "context": "order history message", - "string": "Comanda a fost plasată" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1867847329": { - "context": "order history message", - "string": "Au fost trimise link-uri către bunurile digitale ale comenzii" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1964864749": { - "context": "order history message", - "string": "Comanda a fost creată din ciornă" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2020753264": { - "context": "order history message", - "string": "Confirmarea plății a fost trimisă către client" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2027649178": { - "context": "order history message", - "string": "Reaprovizionate {quantity} articole" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2304318421": { - "context": "order history message", - "string": "Nota a fost adăugată la comandă" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2369495522": { - "context": "order history message", - "string": "Confirmarea comenzii a fost trimisă clientului" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2421636085": { - "context": "order history message", - "string": "Factura a fost solicitată de {requestedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2566971846": { - "context": "order history message", - "string": "Plata a fost anulată" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Comanda a fost plătită în totalitate" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Comanda a fost confirmată" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2770854455": { - "context": "order history message", - "string": "Plata a fost înregistrată" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3081292385": { - "context": "order history message", - "string": "Confirmarea onorării a fost trimisă clientului" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3095247195": { - "context": "order history message", - "string": "Comanda ciornă a fost creată" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3237374063": { - "context": "order history message", - "string": "Plata a fost autorizată" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3453124210": { - "context": "order history message", - "string": "Numărul de urmărire al expedierii a fost trimis clientului" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_348557206": { - "context": "order history message", - "string": "Plata a fost rambursată" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3731274949": { - "context": "order history message", - "string": "Comanda a fost rambursată de {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Factura cu nr. {invoiceNumber} a fost actualizată" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3990160018": { - "string": "Istoric Comenzi" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4015160303": { - "context": "order history message", - "string": "Depreciate {quantity} articole" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4121987561": { - "context": "order history message", - "string": "Informațiile privind rambursarea comenzii au fost trimise clientului" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4265697648": { - "context": "order history message", - "string": "Numărul de urmărire al grupului de onorări a fost actualizat" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4266665081": { - "context": "order history message", - "string": "Plată eșuată" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_493321552": { - "context": "order history message", - "string": "Informațiile despre anularea comenzii au fost trimise clientului" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_651019008": { - "context": "order history message", - "string": "Detaliile de livrare au fost trimise clientului" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_748112244": { - "context": "order history message", - "string": "Factura cu nr. {invoiceNumber} a fost generată de {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Factura a fost trimisă clientului de către {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Comanda a fost anulată" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Sigur dorești să trimiți această factură: {invoiceNumber} clientului?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Trimite Factura" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Facturi" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "creat" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "Nu s-au găsit facturi de afișat" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Factură" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generează" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Setări Comandă" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Creează comanda" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { - "string": "Caută Comenzi..." - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { - "context": "tab name", - "string": "Toate Comenzile" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Client" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Creat" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Starea de onorare" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "Plată" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "Nr. Comandă" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "Client" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Data" - }, - "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": "Nu s-au găsit comenzi" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Referință tranzacției" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Te rugăm să furnizezi o referință a tranzacției utilizând câmpurile de mai jos:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "Vei marca această comandă ca fiind plătită." - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_4196844912": { - "context": "dialog header", - "string": "Marchează comanda ca fiind plătită" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_1466130374": { - "context": "dialog header", - "string": "Înregistrează Plata" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_75546233": { - "context": "amount of refunded money", - "string": "Cantitate" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Sigur dorești să anulezi această plată?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Anulează Plata" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "Înregistrare" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Suma înregistrată" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Reducere" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} articole" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Marchează ca plătit" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Sold Restant" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Starea plății" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Sumă pre-autorizată" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Rambursare" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Suma rambursată" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Livrare" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "nu se aplică" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "nu se aplică" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Taxe " - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "TVA inclus" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Rambursare" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Voucher" - }, - "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": "Caută după nume, atribut, tipul de produs etc. ..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Adaugă Produs" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Caută Produse" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Preț" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Produs" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Cantitate" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Preț" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "Nu s-au găsit produse" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produs" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Cantitate rambursată" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Setează cantități maxime" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Valoare incorectă" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Onorare" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Comanda cu nr. {orderNumber} - Rambursare" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Comanda" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Comanda #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Suma Rambursată" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Rambursare {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Suma Automată" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Suma Manuală" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Rambursarea costurilor de expediere" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Suma nu poate fi mai mare decât rambursarea maximă" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Suma trebuie să fie mai mare decât 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Suma Autorizată" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Cantitate" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Rambursare maximă" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Rambursat anterior" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Suma de rambursare propusă" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Rambursare" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Rambursează suma totală" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Preț" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Produse Neonorate" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "Nu s-au găsit produse" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produs" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Produsele neonorate vor fi reaprovizionate" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Cantitate rambursată" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Setează cantități maxime" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Valoare incorectă" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Rambursare Comandă" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Rambursare Diverse" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Rambursare Produse" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Preț" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Produs" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Setează cantități maxime" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Anulat ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Onorat ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Valoare incorectă" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Rambursat ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Neonorată" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Comanda #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Setări comandă" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "Setări Generale" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Setări" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "Toate comenzile vor fi confirmate automat și toate plățile vor fi înregistrate." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Confirmă automat toate comenzile" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Editează metoda de livrare" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Onorează" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "Generăm factura pe care ai solicitat-o. Te rugăm să aștepți câteva momente" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Plata a fost înregistrată cu succes" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Comanda ciornă a fost finalizată cu succes" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Linia comenzii a fost ștearsă" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Onorarea a fost actualizată cu succes" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Linia comenzii a fost actualizată" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Comanda a fost marcată ca fiind plătită" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Linia comenzii a fost adăugată" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Comanda a fost anulată cu succes" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Notă adăugată cu succes" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Plata comenzii a fost anulată cu succes" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Comanda a fost actualizată cu succes" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "E-mail cu factură trimis" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Se generează factura" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Metoda de livrare a fost actualizată cu succes" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Onorarea a fost anulată cu succes" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Comanda Ciornă #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Comanda #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Comanda #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Șterge Comenzile Ciornă" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Comenzi ciornă șterse" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Comanda ciornă a fost creată cu succes" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Sigur dorești să ștergi comanda ciornă?} few {Sigur dorești să ștergi {displayQuantity} comenzi ciornă?} other {Sigur dorești să ștergi {displayQuantity} comenzi ciornă?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Onorează Comanda #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Articole Onorate" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Onorează Comanda" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Comanda ciornă a fost creată cu succes" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Articole Rambursate" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Tipuri de pagină" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "Niciun atribut găsit" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Nume atribut" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Atribuie atribut" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Atribute de conținut" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Tipul de pagină pe care dorești să-l ștergi e folosit de unele pagini. Ștergerea acestui tip de pagină va șterge și acele pagini. Sigur dorești să ștergi acest tip de pagină? După ce faci acest lucru, nu vei putea anula modificările.} few {Tipurile de pagini pe care dorești să le ștergi sunt folosite de unele pagini. Ștergerea acestor tipuri de pagini va șterge și acele pagini. Sigur dorești să ștergi {displayQuantity} tipuri de pagini? După ce faci acest lucru, nu vei putea anula modificările.} other {Tipurile de pagină pe care dorești să le ștergi sunt folosite de unele pagini. Ștergerea acestor tipuri de pagină va șterge și acele pagini. Sigur dorești să ștergi {displayQuantity} tipuri de pagină? După ce faci acest lucru, nu vei putea anula modificările.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Șterge tipurile de pagină" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Sigur dorești să ștergi acest tip de pagină? După ce faci acest lucru, nu vei putea anula modificările.} few {Sigur dorești să ștergi {displayQuantity} tipuri de pagină? După ce faci acest lucru, nu vei putea anula modificările.} other {Sigur dorești să ștergi {displayQuantity} tipuri de pagină? După ce faci acest lucru, nu vei putea anula modificările.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "Acestea sunt informații generale despre acest Tip de Conținut." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadate" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Creează Tip de pagină" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "Acestea sunt informații generale despre acest tip de conținut." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadate" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "Această listă arată toate atributele care vor fi atribuite paginilor care au acest tip de pagină alocat." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Atribute de conținut" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Nume Tip de conținut" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Caută Tip Pagină" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "Toate Tipurile de Pagină" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Nume Tip de conținut" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "Nu s-au găsit tipuri de pagini" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Anulează alocarea atributului din Tipul Paginii" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Tipul paginii a fost șters" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Anulează atribuirea" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Anulează alocarea atributului din Tipul Paginii" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Tip de pagină creat cu succes" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Pagini" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Creează Pagina" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1996767833": { - "string": "Adaugă titlul și descrierea motorului de căutare pentru a face această pagină mai ușor de găsit" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { - "context": "page", - "string": "va fi vizibil din {date}" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Vizibil" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Ascuns" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Conținut" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Titlu" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Creează pagina" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Tipuri de pagină" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Titlu" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Vizibilitate" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "Nu s-au găsit pagini" - }, - "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": "Publicat" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Nu este publicat" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Tip de conținut" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organizare Conținut" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Creează Pagina" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Pagina nouă creată cu succes" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Șterge Pagina" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Sigur dorești să ștergi {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Pagini șterse" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Publică" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Anulează publicarea paginilor" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Sigur dorești să anulezi publicarea acestei pagini?} few {Sigur dorești să anulezi publicarea a {displayQuantity} pagini?} other {Sigur dorești să anulezi publicarea a {displayQuantity} pagini?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Anulează publicarea" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publică Pagini" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Sigur dorești să publici această pagină?} few {Sigur dorești să publici {displayQuantity} pagini?} other {Sigur dorești să publici {displayQuantity} pagini?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Sigur dorești să ștergi această pagină?} few {Sigur dorești să ștergi {displayQuantity} pagini?} other {Sigur dorești să ștergi {displayQuantity} pagini?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Pagini publicate" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Șterge Paginile" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Achitat Integral" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Onorat parțial" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Achitat parțial" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Parțial rambursat" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Starea plății" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Grupuri de Permisiuni" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "Nu s-au găsit membrii" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Caută Personal" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Caută după nume, email etc. ..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Activ" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactiv" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Atribuie Personal" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Anulează atribuire utilizatori" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "Nu poți modifica membrii acestui grup. Rezolvă această problemă pentru a continua cu cererea." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Grupul are acces complet la magazin" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Extinde sau restricționează permisiunile grupului pentru a accesa anumite părți din Saleor sau sistem." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Sigur dorești să ștergi {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Șterge grupul de permisiuni" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Nu se poate șterge grupul care este în afara domeniului de aplicare a permisiunilor tale" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Grupul are acces complet la magazin" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Extinde sau restricționează permisiunile grupului pentru a accesa anumite părți din Saleor sau sistem." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Nume grup" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "creează grup de permisiuni" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Nume grup de permisiuni" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Membrii" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Acțiuni" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "Nu s-au găsit grupuri de permisiuni" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactiv" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "Încă nu ai atribuit niciun membru acestui grup de permisiuni." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "Nu s-au găsit membrii" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Adresa de email" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Atribuie membrii" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Te rugăm să utilizezi butonul Atribuie Membri pentru a face acest lucru." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Activ" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Membrii grupului" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Acțiuni" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Nume" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Anulează atribuire utilizatori" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Sigur dorești să anulezi atribuirea {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Creează categorie" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Grup de permisiuni creat" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Anulează atribuirea" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Grup de permisiuni șters" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugin" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Autorizare" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Nume Plugin" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { - "context": "plugin status", - "string": "Stare" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { - "context": "section header", - "string": "Informații și Stare Plugin " - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "string": "Set plugin as active" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_3032939398": { - "context": "header", - "string": "Adaugă valoare câmpului de autorizare" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_4269236107": { - "context": "header", - "string": "Editează câmpul de autorizare" - }, - "src_dot_plugins_dot_components_dot_PluginSettings_dot_1970881031": { - "context": "section header", - "string": "Setări Plugin" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3352026836": { - "context": "header", - "string": "{pluginName} Detalii" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3233248823": { - "string": "Caută Plugin..." - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3523826683": { - "context": "tab name", - "string": "Toate plugin-urile" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { - "context": "plugin filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "Nu s-au găsit plugin-uri" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Activ" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Configurație" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Dezactivat" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Nume" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "src_dot_plugins_dot_views_dot_1096544448": { - "context": "header", - "string": "Ștergere câmp de autorizare" - }, - "src_dot_plugins_dot_views_dot_955370043": { - "string": "Pluginul poate înceta să funcționeze după ce acest câmp este șters. Sigur dorești să continui?" - }, - "src_dot_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Tip Produse" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { - "string": "Niciun atribut găsit" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1228425832": { - "string": "Nume atribut" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Atribuie atribut" - }, - "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": "Atribute Produs" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Tipul de produs folosește atributele variantei" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "string": "Nume tip produs" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { - "context": "tab name", - "string": "Toate tipurile de produse" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3420445375": { - "string": "Caută tip de produs" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3479705616": { - "context": "button", - "string": "creează tipul de produs" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_configurable": { - "context": "product type", - "string": "Configurabil" - }, - "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": "Livrabil" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_type": { - "context": "product type is digital or physical", - "string": "Tip" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1126553969": { - "string": "Nu s-au găsit tipuri de produse" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1211157042": { - "context": "product type", - "string": "Produs Simplu" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1240292548": { - "context": "tax rate for a product type", - "string": "Taxe" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { - "context": "product type is either simple or configurable", - "string": "Tip" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2253986440": { - "context": "product type name", - "string": "Tip Nume" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2754779425": { - "context": "product type", - "string": "Configurabil" - }, - "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": "Fizic" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_1325966144": { - "context": "product type shipping settings, section header", - "string": "Livrare" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2143413921": { - "context": "switch button", - "string": "Acest produs poate fi expediat?" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2927891783": { - "string": "Folosit pentru a calcula tarifele de livrare pentru acest tip de produse, atunci când greutatea nu este specificată" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_746695941": { - "string": "Greutate" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "Niciun atribut găsit" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Nume atribut" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Atribuie atribut" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Atribute Variantă" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Tip de produs creat cu succes" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Tipul de produs a fost șters" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Anulează alocarea atributului din Tipul de Produs" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Anulează alocarea atributului din Tipul de Produs" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Anulează atribuirea" - }, - "src_dot_products": { - "context": "products section name", - "string": "Produse" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Categorie" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Colecții" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organizare" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Nu a fost publicat" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { - "string": "Adaugă titlul și descrierea motorului de căutare pentru a face această pagină mai ușor de găsit" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Publicat" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Evaluare Produs" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Nume" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Exportă stoc pentru toate depozitele" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Încarcă mai mult" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "și încă {number}" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Organizarea Produsului" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "Informații SEO" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Produse selectate ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Exportă informații pentru:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "Toate produsele ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Depozitele de la A la Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Informații exportate" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Exportă ca:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Setări de exportare" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Selectează tot" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Foaie de calcul pentru Excel, Numere etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Caută Atribute" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Exportă stocul produsului în CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Informații Inventar" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Fișier CSV simplu" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Informații exportate:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Caută după numele atributului" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Căutare curentă ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Informații Financiare" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "exportare produse" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Exportă informații" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Creează Produs" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Exportă Produse" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Caută Produse..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "Toate Produsele" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Disponibil" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Ascuns" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Stoc Epuizat" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "Preț" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Cantitate stoc" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "Vizibilitate" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Vizibil" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simplu" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "Nu s-au găsit produse" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurabil" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Nume" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Disponibilitate" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Preț" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Tip" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Opțional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Încarcă" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Categorie" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Colecții" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organizează Produsul" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "string": "Configurabil" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "*Opțional. Adăugarea unui produs la colecție ajută utilizatorii să-l găsească." - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Tip Produs" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Livrare" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Greutate" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Nume Depozit" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Cantitate" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Canale" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Urmărire Inventar" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Atribuie Depozit" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Urmărirea activă a stocurilor va calcula automat modificările de stoc." - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Încasează taxe pentru acest produs" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Cota de impozitare" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Ignoră cota de impozitare a tipului de produs" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Nu a fost publicat" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { - "string": "Adaugă titlul și descrierea motorului de căutare pentru a face această pagină mai ușor de găsit" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Publicat" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Creează Variante" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Atribute Variantă" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Atribute de selecție a variantei" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Șterge Variantă" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Salvează Variantă" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Preț" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Valorile selectate vor fi folosite pentru a crea variante pentru produsul configurabil." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Atribut" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Selectează Atribut" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Preț și SKU-uri" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stoc și Depozitare" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Alege Valori" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Preț" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Selectează Valori" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Alege atribut" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Rezumat" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Aplică preț unic tuturor SKU-urile" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Sari peste preț momentan" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Aplică stoc unic după atribut fiecărui SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Aplică prețuri unice în funcție de atribut fiecărui SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Aplică un singur stoc la toate SKU-urile" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Următorul" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Iată rezumatul variantelor care vor fi create. Poți modifica prețurile, stocurile și SKU pentru fiecare." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Sari peste stoc momentan" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Creează" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Variante Create" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Pe baza selecțiilor tale vom crea {numberOfProducts} produse. Utilizează acest pas pentru a personaliza prețul și stocurile noilor produse." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prețuri și SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Pe baza selecțiilor tale vom crea 8 produse. Utilizează acest pas pentru a personaliza prețul și stocurile noilor produse." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Anterior" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Variantă" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Valori" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Șterge variantă" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_2297471173": { - "context": "delete product variant", - "string": "Sigur dorești să ștergi {name}?" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "Șterge Variantă" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Mod Implicit" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Variante" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "Adaugă varianta" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "Variantă Nouă" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Ascuns" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Atribute Variantă" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Atribute de selecție a variantei" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Disponibilitate" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Prețuri" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Preț" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Prețul de vânzare" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Canalele care nu au prețuri atribuite vor folosi canalul părinte pentru a defini prețul. Prețul va fi convertit în moneda canalului" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Nume Canal" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "Nu s-au găsit canale" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Prețul" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Setare ca implicit" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Indisponibil în toate locațiile" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Indisponibil" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Preț" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Mod Implicit" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} disponibil} few {{stockQuantity} disponibil} other {{stockQuantity} disponibil}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Inventar disponibil la:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Creează variante" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variante" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} disponibil la {numLocations} locație} few {{numAvailable} disponibil la {numLocations} locații} other {{numAvailable} disponibil la {numLocations} locații}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Utilizează variante pentru produsele care vin într-o varietate de versiuni, de exemplu diferite dimensiuni sau culori" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "Toate Depozitele" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventar" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Creează variantă" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Neaprovizionat" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Variantă" - }, - "src_dot_products_dot_views_dot_1731766393": { - "context": "dialog header", - "string": "Șterge Imagine" - }, - "src_dot_products_dot_views_dot_2279302139": { - "string": "Variantă eliminată" - }, - "src_dot_products_dot_views_dot_2362587265": { - "context": "header", - "string": "Creează Variantă" - }, - "src_dot_products_dot_views_dot_2880386427": { - "string": "Sigur dorești să ștergi această imagine?" - }, - "src_dot_products_dot_views_dot_3989383405": { - "context": "window title", - "string": "Creează variantă" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Creează Produs" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "Produs Nou" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Produs creat" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Gestionează disponibilitatea canalului de produse" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Sigur dorești să ștergi acest produs?} few {Sigur dorești să ștergi {displayQuantity} produse?} other {Sigur dorești să ștergi {displayQuantity} produse?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Se exportă CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Șterge Produse" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "În prezent, exportăm fișierul CSV solicitat. Imediat ce va fi disponibil, va fi trimis la adresa ta de e-mail" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Gestionează disponibilitatea canalului de produse" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Produs eliminat" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Sigur dorești să ștergi {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Șterge Produs" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Șterge Variante Produs" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Variante create cu succes" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Creează Variante" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Proprietăți" - }, - "src_dot_readOnly": { - "string": "Saleor rulează în modul numai citire. Modificările nu au fost salvate." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Gata de înregistrare" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Gata de onorat" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Rambursat integral" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Elimină" - }, - "src_dot_requiredField": { - "string": "Acest câmp este obligatoriu" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Reduceri" - }, - "src_dot_save": { - "context": "button", - "string": "Salvează" - }, - "src_dot_savedChanges": { - "string": "Modificări salvate" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Selectează tot" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Trimite" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Conturi de servicii" - }, - "src_dot_sessionExpired": { - "string": "Sesiunea ta a expirat. Te rugăm să te conectezi din nou pentru a continua." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Metode de livrare" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Șterge metoda de livrare" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. valoare" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "Acest tarif se va aplica tuturor comenzilor" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min. Valoare" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Canalele care nu au reduceri atribuite vor folosi canalul părinte pentru a defini prețul. Prețul va fi convertit în moneda canalului" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Valoarea comenzii" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Nume canal" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max. Valoare" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. valoare" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "Acest tarif se va aplica tuturor comenzilor" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Greutate Comandă" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Greutate comandă" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Greutate comandă" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Prețuri" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Preț" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Canalele care nu au prețuri atribuite vor folosi canalul părinte pentru a defini prețul. Prețul va fi convertit în moneda canalului" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Nume canal" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Caută Produse" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "Niciun produs care să corespundă interogării date" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Atribuie Produse" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "Fără produse" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Produse Excluse" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Atribuie produse" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Nume Produs" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Acțiuni" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Nume tarif de livrare" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "Această unitate va fi utilizată ca greutate implicită de transport" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Unitate de greutate livrare" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Nume Depozit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Creează Depozit Nou" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Alege țările pe care dorești să le adaugi la zona de livrare din lista de mai jos" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Atribuie Țări" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Țări de la A la Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Alegere rapidă" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Restul lumii" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "Dacă este selectat, acesta va adăuga toate țările care nu sunt selectate în alte zone de expediere" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Caută Țări" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Caută după numele ţării" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Țări" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Creează o nouă zonă de livrare" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "În prezent, nu există țări alocate acestei zone de livrare" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Țări" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "În prezent, nu există țări alocate acestei zone de livrare" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} din {maxCharacters} caractere" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Shipping zone name" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Adaugă" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Creează Tarif Preț" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Livrare" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Creează Tarif Greutate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Livrare" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Preț" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Creează tarif" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Interval Valori" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "Nu s-au găsit tarife de livrare" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Tarife bazate pe preț" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Interval Greutate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Tarife bazate pe greutate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "Nume" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Adaugă depozit nou" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Selectează Depozit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Selectează depozitul din care vei expedia produsele pentru această zonă de livrare. Această adresă de depozit va fi folosită și pentru calcularea taxelor." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Setări" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Livrare" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Livrare după zonă" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Creează zonă de livrare" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "Țări" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Nume" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "Nu s-au găsit zone de livrare" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Anulează atribuirea produselor la livrare" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_3215481647": { - "context": "dialog content", - "string": "{counter,plural,one {Sigur dorești să anulezi atribuirea acestui produs?} few {Sigur dorești să anulezi atribuirea a {displayQuantity} produse?} other {Sigur dorești să anulezi atribuirea a {displayQuantity} produse?}}" - }, - "src_dot_shipping_dot_invalid": { - "context": "error message", - "string": "Valoarea este incorectă" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Prețul maxim nu poate fi mai mic decât cel minim" - }, - "src_dot_shipping_dot_views_dot_1005071028": { - "string": "Sigur dorești să ștergi zona de livrare {shippingZoneName}?" - }, - "src_dot_shipping_dot_views_dot_1010705153": { - "context": "dialog header", - "string": "Șterge Zona de Livrare" - }, - "src_dot_shipping_dot_views_dot_1711385401": { - "context": "dialog header", - "string": "Șterge Zonele de Livrare" - }, - "src_dot_shipping_dot_views_dot_3823295269": { - "string": "Gestionează disponibilitatea canalului" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Sigur dorești să ștergi zona de livrare?} few {Sigur dorești să ștergi {displayQuantity} zone de livrare?} other {Sigur dorești să ștergi {displayQuantity} zone de livrare?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Anulează atribuirea" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Șterge Zona de Livrare" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Greutatea maximă nu poate fi mai mică decât cea minimă" - }, - "src_dot_show": { - "context": "button", - "string": "Arată" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Setări Site" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Numele magazinului tău este afișat în fila din browserul web." - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Numele magazinului tău" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Descrierea magazinului este afișată în bara de activități după numele magazinului" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Informații Magazin" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Informații Companie" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "string": "Acestea sunt informații generale despre magazinul tău. Ele definesc care este adresa URL a magazinului tău și ce este afișat în bara de activități a browserului." - }, - "src_dot_somethingWentWrong": { - "string": "Saleor a întâmpinat o problemă neașteptată" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Personal" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invită Personal" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Trimite invitație" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "Utilizatorul este atribuit la:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Permisiuni" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Utilizatorul este activ" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "Tot Personalul" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_61043583": { - "string": "Caută Membru" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_797461521": { - "context": "button", - "string": "Invită personal" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Activ" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Dezactivat" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "Stare" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { - "context": "staff member status", - "string": "Inactiv" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": "Adresa de email" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Activ" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "Nu s-au găsit membrii personal" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "Nume" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "Noua parolă" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "Parola nouă trebuie să aibă cel puțin 8 caractere" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "Schimbă Parola" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Parola Anterioară" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "Ar trebui să îți schimbi parola în fiecare lună pentru a evita problemele de securitate." - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "Schimbă-ți parola" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "Parola" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "Selectarea acesteia va schimba limba platformei" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "Te rugăm să reții că, deși toate ajustările monedei și datei sunt complete, traducerile s-ar putea să nu fie finalizate." - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { - "string": "Limba preferată" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { - "context": "section header", - "string": "Preferințe" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_1473195966": { - "context": "avatar change button", - "string": "Schimbare" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Informații Membru" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Șterge" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "șterge utilizator Personal" - }, - "src_dot_staff_dot_views_dot_3945766678": { - "string": "Sigur dorești să elimini avatarul {email}?" - }, - "src_dot_staff_dot_views_dot_701332676": { - "context": "dialog header", - "string": "Șterge avatarul utilizatorului Personal" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "Sigur dorești să ștergi {email} din membrii personalului?" - }, - "src_dot_startDate": { - "string": "Data de Început" - }, - "src_dot_startHour": { - "string": "Ora de Început" - }, - "src_dot_status": { - "string": "Stare" - }, - "src_dot_summary": { - "string": "Rezumat" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Taxe " - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Taxe " - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "Nu s-au găsit țări" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Cote de impozitare reduse" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Codul Ţării" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": " Numele Ţării" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "Categorie" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Cota de impozitare" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Cote de impozitare în {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "Nu s-au găsit categorii de taxe reduse" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Toate prețurile produselor au TVA inclus" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Afișează prețurile brute pentru clienții din magazin" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Percepe taxe la tarifele de livrare" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_3375540052": { - "context": "button", - "string": "Preluare taxe" - }, - "src_dot_taxes_dot_views_dot_2411670026": { - "string": "Cotele de impozitare au fost preluate cu succes" - }, - "src_dot_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Atribute" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Traduceri" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1308081812": { - "string": "{numberOfFields} Traduceri, {numberOfTranslatedFields} Efectuate" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1348655672": { - "string": "Şir Original" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_2481190613": { - "string": "Traducere" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_363646127": { - "context": "button", - "string": "Renunță" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_3793796047": { - "string": "Încă nu sunt traduceri" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_2642976392": { - "string": "Nume Atribut" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Traducere Atribut \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Valoare {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Valori" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Nume Categorie" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "Descriere Motor de căutare" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Traducere Categorie \"{categoryName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { - "string": "Titlu Motor de căutare" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { - "string": "Previzualizare Motor de căutare" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { - "string": "Descriere Motor de căutare" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { - "string": "Titlu Motor de căutare" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { - "string": "Nume Colecție" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3055443821": { - "context": "header", - "string": "Traducere Colecție \"{collectionName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3468022343": { - "string": "Previzualizare motor de căutare" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1163855804": { - "string": "Limbi" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { - "string": "Colecții" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Traduceri în {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Produse" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Pagini" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Categorii" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Metode de livrare" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Atribute" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Vânzări" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Vouchere" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} din {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "Nu s-au găsit entități traductibile" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "Traduceri Finalizate" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "Nume" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Limbi" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "Nu s-au găsit limbi" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Limbă" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Conținut" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Descriere Motor de căutare" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Titlu Motor de căutare" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Traducere Pagina \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Previzualizare motor de căutare" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Titlu Pagină" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Descriere Motor de căutare" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Titlu Motor de căutare" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Nume Produs" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Traducere Produs \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "Descriere" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Previzualizare Motor de căutare" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_3731955064": { - "context": "header", - "string": "Traducere Reducere \"{saleName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_898281424": { - "string": "Nume Reducere" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Descriere" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Traducere Metodă Livrare \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Nume" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2447510181": { - "context": "header", - "string": "Traducere Voucher \"{voucherName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2599922713": { - "string": "Nume Voucher" - }, - "src_dot_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Neconfirmat" - }, - "src_dot_undo": { - "context": "button", - "string": "Un pas înapoi" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Neonorată" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Neachitată" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Încarcă imaginea" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Cheia de autorizare cu acest tip există deja" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Doar membrii personalului pot fi desemnați" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "Acest atribut a fost deja atribuit acestui tip de produs" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "Acest atribut nu poate fi atribuit acestui tip de produs" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "Toate atributele trebuie să aibă valoare" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variantele sunt dezactivate pentru acest tip de produs" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Adresa de facturare nu este setată" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "Această onorare nu poate fi anulată" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "Această comandă nu poate fi anulată" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Nu sunt suficiente elemente de onorat" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Plățile manuale nu pot fi rambursate" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Nu se poate elimina utilizatorul din ultimul grup" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Numai plățile pre-autorizate pot fi anulate" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Numai plățile pre-autorizate pot fi înregistrate" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "Acest canal a fost deja creat" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Moneda din ambele canale trebuie să fie aceeași" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug trebuie să fie unic" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "Același obiect nu poate fi în ambele liste" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Nu se poate adăuga și elimina grupul în același timp" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Adresa de e-mail nu este setată" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "Eroare API" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Valoare incorectă" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Manifest format incorect" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Parolă incorectă" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permisiunea este incorectă" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Starea este incorectă" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Adresa URL are format incorect" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Valoarea maximă nu poate fi mai mică decât valoarea minimă" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Pluginul este configurat greșit și nu poate fi activat" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "Acest nume este deja luat. Te rugăm să încerci altul." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Nu se poate alege o metodă de livrare pentru o comandă fără adresă de livrare" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Numai comenzile ciornă pot fi editate" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Pagina nu a fost găsită." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Adresa de facturare nu este setată sau factura nu este gata pentru a fi trimisă" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Numărul nu este setat pentru factură" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "Aplicația este în afara domeniului de aplicare a permisiunilor tale" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Grupul este în afara domeniului de aplicare a permisiunilor tale" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permisiunea este în afara domeniului tău de aplicare" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "Utilizatorul este în afara domeniului de aplicare a permisiunilor tale" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Parola nu poate fi în întregime numerică" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "Nu există nicio plată asociată comenzii" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Aceste permisiuni sunt în afara domeniului tău de aplicare" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Prețul nu poate fi mai mic de 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Metoda de livrare nu este se aplică pentru adresa de livrare aleasă" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Metoda de livrare este necesară pentru această comandă" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKU-urile trebuie să fie unice" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug trebuie să fie unic pentru fiecare depozit" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "Această parolă este prea des folosită" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "Această parolă este prea scurtă" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "Aceste parole sunt prea similare" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "Acesta trebuie să fie unic" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Eroare necunoscută" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "Adresa URL nu este setată pentru factură" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "Această variantă nu are niciun conținut digital" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "Această variantă există deja" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Vouchere" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Depozite" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Informații Adresă" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Creează Depozit" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Sigur dorești să ștergi {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Șterge Depozit" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Informații Adresă" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Nume Depozit" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Caută Depozit" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "Toate Depozitele" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Creează Depozit" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Zone de Livrare" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "Nu s-au găsit depozite" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Acțiuni" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Nume" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "Acest depozit nu are zone de expediere alocate." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Setări" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Creează Depozit" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Sigur dorești să ștergi acest webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Sigur dorești să ștergi {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Șterge Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Detalii Webhook Nedenumit" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Creează Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Detalii" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Evenimente" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input help text", - "string": "cheia secretă este folosită pentru a crea o semnătură hash cu fiecare sarcină utilă. *câmp opțional" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrl": { - "context": "webhook input label", - "string": "Adresa URL țintă" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "Această adresă URL va primi solicitări webhook POST" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Informații Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Nume Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook activ" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "Dacă dorești să dezactivezi acest webhook, te rugăm să debifezi caseta de mai jos." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Stare Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Detalii Webhook Nedenumit" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Creează Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Detalii" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "Nu s-au găsit webhook-uri" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Creează Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Acțiune" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Webhook Nedenumit" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Nume" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Creează Webhook" - }, - "src_dot_yes": { - "string": "Da" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Alocat" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Cantitate" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Referință tranzacției" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Indisponibil pentru cumpărare" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Anulează atribuirea" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Anulează atribuirea" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Anulează atribuirea" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "va fi disponibil la {data}" - }, - "will become published on": { - "context": "product publication date label", - "string": "va fi publicat la {data}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Anulează Comanda"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Suma rambursată"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Ascuns"},"DIrxt7":{"context":"channel publication date","string":"Vizibil din {date}"},"nfbabo":{"context":"channel publication date","string":"Va fi disponibil la {data}"},"mDgOmP":{"context":"channel publication status","string":"Vizibil"},"19/lwV":{"string":"Determină atributele utilizate pentru a crea variații de produs"},"8vJCJ4":{"string":"Definește și gestionează canalele tale de vânzare"},"hpMcW8":{"string":"Definește modul în care utilizatorii pot naviga prin magazinul tău. "},"JPH/uP":{"string":"Definește tipurile de pagini de conținut utilizate în magazinul tău. "},"ivJ1qt":{"string":"Gestionează grupurile de permisiuni și permisiunile acestora "},"n0RwMK":{"string":"Definește tipurile de produse oferite spre vânzare"},"zxs6G3":{"string":"Gestionează modurile de expediere a comenzilor "},"5BajZK":{"string":"Vizualizează și actualizează setările site-ului dvs. "},"RQUkVW":{"string":"Gestionează angajații și permisiunile acestora "},"EIULpW":{"string":"Gestionează modul în care magazinul tău percepe taxe"},"5RmuD+":{"string":"Gestionează și actualizează informațiile despre stocuri și depozite"},"m19JfL":{"string":"Vizualizează și actualizează pluginurile și setările acestora."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Produse rambursate"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Starea este incorectă"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Cantitate fixă"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Activitate"},"wWTUrM":{"string":"Nu s-au găsit activități "},"zWgbGg":{"string":"Astăzi"},"By5ZBp":{"context":"header","string":"Salutare, {userName}"},"aCX8rl":{"context":"subheader","string":"Iată câteva informații disponibile despre magazinul tău"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {Unul comandat} few {{amount} comandate} other {{amount} comandate}}"},"rr8fyf":{"context":"header","string":"Produse Populare"},"Q1Uzbb":{"string":"Nu s-au găsit produse"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"între"},"I+UwqI":{"context":"is filter range or value","string":"egal cu"},"0OtaXa":{"context":"dialog header","string":"Creează Meniu"},"jhh/D6":{"string":"Titlu Meniu"},"G/SYtU":{"string":"Sigur dorești să ștergi meniul {menuName}?"},"QzseV7":{"context":"dialog header","string":"Șterge Meniul"},"E54eoT":{"string":"Crearea structurii de navigare se face prin glisare și plasare. Pur și simplu creează un nou element în meniu și apoi trage-l în locul destinat. Poți muta elemente unul în celălalt pentru a crea o structură ierarhică și poți trage elemente în sus și în jos pentru a crea o ierarhie."},"H3Uirw":{"context":"create new menu item, header","string":"Adaugă Articol"},"fzDI3A":{"context":"add link to navigation","string":"Link către: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Editează Articol"},"Urh2N3":{"context":"label","string":"Link"},"28GZnc":{"string":"Începe să tastezi pentru a începe căutarea..."},"0Vyr8h":{"context":"menu item name","string":"Nume"},"Uf3oHA":{"context":"add new menu item","string":"Creează un articol nou"},"dEUZg2":{"context":"header","string":"Articole Meniu"},"WwZfNK":{"string":"Adaugă un nou articol în meniu pentru a începe crearea meniului"},"ugnggZ":{"string":"Meniu Creat"},"bj1U23":{"string":"Sigur dorești să ștergi {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Sigur dorești să ștergi acest meniu?} few {Sigur dorești să ștergi {displayQuantity} meniuri?} other {Sigur dorești să ștergi {displayQuantity} meniuri?}}"},"1LBYpE":{"context":"dialog header","string":"Șterge Meniurile"},"OwG/0z":{"string":"Șterge Meniu"},"0nL1D6":{"context":"number of menu items","string":"Articole"},"DWs4ba":{"string":"Nu au fost găsite meniuri."},"JXRYQg":{"context":"button","string":"Creează Meniu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Nu a fost publicat"},"YI6Fhj":{"context":"no address is set in draft order","string":"Nu este setat"},"PX2zWy":{"context":"customer is not set in draft order","string":"Nu este setat"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Nu este setat"},"5Jo3C5":{"context":"vat not included in order price","string":"nu se aplică"},"BftZHy":{"context":"window title","string":"Creează tipul de pagină"},"W5SK5c":{"string":"Selectează tipul de conținut"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Disponibil pentru cumpărare"},"KupNHw":{"context":"product field","string":"Categorie"},"jxoMLL":{"context":"product field","string":"Colecții"},"YVIajc":{"context":"product field","string":"Descriere"},"W8i2Ez":{"context":"product field","string":"Nume"},"6y+k8V":{"context":"product field","string":"Imagini de Produs"},"7JAAul":{"context":"product field","string":"Exportare Greutate Produs"},"QVNg8A":{"context":"product field","string":"Percepe Taxe"},"Q/Nbku":{"context":"product field","string":"Tip"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Imagini Variantă"},"5kvaFR":{"context":"product field","string":"Exportă SKU Variantă"},"XBwpUv":{"context":"product field","string":"Exportă Greutate Variantă"},"4qe6hO":{"context":"product stock, section header","string":"Inventar"},"SSWFo8":{"context":"window title","string":"Creează Tip de produs"},"bq1eEx":{"context":"header","string":"Creează Tip de produs"},"mUb8Gt":{"context":"section header","string":"Taxe "},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Preț"},"vuKrlW":{"string":"Stoc"},"ABgQcF":{"context":"variant stock, header","string":"Stoc"},"oIMMcO":{"context":"no warehouses info","string":"Nu există depozite create pentru magazinul tău. Poți configura variante fără a furniza cantități de stoc."},"Gjo89T":{"context":"header","string":"Depozite"},"D8nsBc":{"context":"no warehouses info","string":"Nu există depozite create pentru magazinul tău. Pentru a adăuga cantitatea de stoc variantei te rugăm configurează un depozit"},"RLBLPQ":{"context":"no warehouses info","string":"Nu există depozite create pentru magazinul tău. Pentru a adăuga cantitatea de stoc produsului te rugăm configurează un depozit"},"qJedl0":{"context":"product label","string":"Publicat"},"ppLwx3":{"context":"number of categories","string":"Categorii ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Colecții ({quantity})"},"bNw8PM":{"context":"number of products","string":"Produse ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Setează data disponibilității"},"Krzyo+":{"context":"shipment refund title","string":"Livrarea a fost rambursată"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Sigur dorești să ștergi {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Sigur dorești să ștergi {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Depozit"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Aplicații"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Aplicații"},"D/+84n":{"context":"snackbar text","string":"Aplicație activată"},"USO8PB":{"context":"snackbar text","string":"Aplicație dezactivată"},"YHNozE":{"context":"dialog header","string":"Activează Aplicație"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Sigur dorești să activezi {name}? Activarea va începe adunarea evenimentelor."},"D3E2b5":{"context":"button label","string":"Activează"},"W+AFZY":{"context":"button label","string":"Dezactivează"},"yMi8I8":{"context":"dialog header","string":"Dezactivează Aplicație"},"73RU3R":{"context":"deactivate app","string":"Sigur dorești să dezactivezi această aplicație? Datele tale vor fi păstrate până când reactivezi aplicația. Vei fi în continuare facturat pentru aplicație."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Sigur dorești să dezactivezi {name}? Datele tale vor fi păstrate până când reactivezi aplicația. Vei fi în continuare facturat pentru aplicație."},"LtqrM8":{"context":"delete custom app","string":"Ștergând {name}, vei șterge toate datele și webhook-urile referitoare la această aplicație. Ești sigur că vrei să faci asta?"},"zQX6xO":{"context":"dialog header","string":"Șterge Aplicația"},"6hLZNA":{"context":"delete app","string":"Sigur dorești să ștergi această aplicație?"},"EWD/wU":{"context":"delete app","string":"Ștergând {name}, vei elimina instalarea aplicației. Dacă plătești un abonament la aplicație, nu uita să te dezabonezi de la aplicație în Sale sau Marketplace. Sigur dorești să ștergi aplicația?"},"whTEcF":{"context":"link","string":"Dezctivează"},"Go50v2":{"context":"app privacy policy link","string":"Vedeți politica de confidențialitate a acestei aplicații"},"89PSdB":{"context":"link","string":"Editează setările"},"a55zOn":{"context":"section header","string":"Confidențialitatea datelor"},"Gjb6eq":{"context":"link","string":"Obține Asistență"},"HtfL5/":{"context":"button","string":"Deschide Aplicația"},"P5twxk":{"context":"link","string":"Activează"},"VsGcdP":{"context":"section header","string":"Permisiuni Aplicație"},"7oQUMG":{"context":"apps about permissions","string":"Această aplicație are permisiuni pentru:"},"jDIRQV":{"context":"section header","string":"Despre această aplicație"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"Există o problemă cu aplicația."},"4yRwN+":{"context":"content","string":"Saleor nu a putut obține informații cruciale cu privire la instalare. Fără acestea, sistemul nu poate instala aplicația în Saleor. Te rugăm să utilizezi butonul de mai jos pentru a reveni la dashboard."},"906uUr":{"context":"button","string":"Înapoi la pagina principală"},"k5lHFp":{"context":"app data privacy link","string":"Află mai multe despre confidențialitatea datelor"},"PkCmGU":{"context":"install button","string":"Instalează Aplicația"},"BL/Lbk":{"context":"install app permissions","string":"Instalarea acestei aplicații îi va da următoarele permisiuni:"},"Id7C0X":{"context":"section header","string":"Ești pe cale să instalezi {name}"},"UCHtG6":{"context":"button","string":"Despre"},"hdcGSJ":{"context":"button","string":"Asistență/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Instalații în derulare"},"+c/f61":{"context":"retry installation","string":"Reîncercă"},"JufWFT":{"context":"app installation error","string":"A apărut o problemă în timpul instalării"},"1qRwgQ":{"context":"app installation","string":"Se instalează aplicația..."},"D4nzdD":{"context":"checkbox label","string":"Acordă acestei aplicații acces complet la magazin"},"flP8Hj":{"context":"card description","string":"Extinde sau restricționează permisiunile aplicației pentru a accesa anumite părți din sistemul Saleor."},"GjH9uy":{"context":"header","string":"Creează o nouă aplicație"},"Kxiige":{"string":"Token Generat"},"DGCzal":{"string":"Acest simbol îți oferă acces la API-ul magazinului, pe care îl vei găsi aici: {url}"},"r86alc":{"context":"button","string":"Copiat"},"HVFq//":{"context":"button","string":"Copiază token"},"ixjvkM":{"string":"Am creat simbolul tău implicit. Asigură-te că vei copia acum noul token de acces. Nu-l vei putea vedea din nou."},"imYxM9":{"context":"header","string":"Informații Aplicație"},"foNlhn":{"context":"custom app name","string":"Nume Aplicație"},"MAsLIT":{"context":"custom app token key","string":"Cheie"},"bsP4f3":{"string":"Nu s-au găsit token-uri"},"0Mg8o5":{"context":"header","string":"Token-uri"},"RMB6fU":{"context":"button","string":"Creează Token"},"0DRBjg":{"string":"Notă Token"},"VHuzgq":{"context":"table actions","string":"Acțiuni"},"XB2Jj9":{"context":"create app button","string":"Creează Aplicație"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Dezactivat"},"TBaMo2":{"context":"about app","string":"Despre"},"9tgY4G":{"context":"apps content","string":"Nu ai aplicații instalate în dashboard"},"ZeD2TK":{"context":"section header","string":"Aplicații de la terți"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace-ul vine în curând"},"wxFwUW":{"context":"marketplace button","string":"Vizitează Marketplace"},"LATpSE":{"context":"marketplace content","string":"Descoperă aplicații gratuite și plătite în Saleor Marketplace."},"k0rGBI":{"string":"Token-ul de acces este utilizat pentru autentificarea conturilor de servicii"},"t9a9GQ":{"string":"Am creat token-ul tău. Asigură-te că vei copia acum noul token de acces. Nu-l vei putea vedea din nou."},"T5nU7u":{"context":"header","string":"Creează Token"},"isM94c":{"context":"create service token, button","string":"Crează"},"quV5zH":{"context":"dialog title","string":"Șterge Token"},"2VSP8C":{"context":"delete token","string":"Sigur dorești să ștergi token-ul {token}?"},"ac+Y98":{"context":"app settings error","string":"Nu s-au putut prelua setările aplicației"},"2cjt25":{"context":"window title","string":"Instalează Aplicația"},"5t/4um":{"context":"message title","string":"Nu s-a putut instala {name}"},"0fM/pV":{"context":"message title","string":"Aplicație instalată"},"ZprV2g":{"context":"app has been installed","string":"{name} este gata de utilizare"},"uIPD1i":{"context":"app has been removed","string":"Aplicația a fost eliminată cu succes"},"agZQkB":{"context":"window title","string":"Creează Aplicație"},"oiuwOl":{"context":"button","string":"Atribuie"},"l2oVCF":{"context":"attributes section name","string":"Atribute"},"eWV760":{"string":"Atributul cu acest slug există deja"},"J/QqOI":{"string":"Această valoare există deja în cadrul acestui atribut"},"lG/MDw":{"context":"dialog content","string":"{counter,plural,one {Sigur dorești să ștergi acest atribut?} few {Sigur dorești să ștergi {displayQuantity} atribute?} other {Sigur dorești să ștergi {displayQuantity} atribute?}}"},"rKf4LU":{"context":"dialog title","string":"Șterge atribute"},"JI2Xwp":{"context":"dialog title","string":"Șterge atribut"},"h1rPPg":{"context":"dialog content","string":"Sigur dorești să ștergi {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Zonă"},"xOEZjV":{"context":"attribute's label","string":"Etichetă implicită"},"P79U4b":{"context":"attribute's slug short code label","string":"Atribuie Cod"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"Acesta este folosit intern. Asigură-te că nu folosești spații."},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Data"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Fișier"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Tip de intrare în catalog pentru Proprietarul Magazinului"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Selectare multiplă"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Pagini"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Produse"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Valoare obligatorie"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Greutate"},"dKPMyh":{"context":"tab name","string":"Toate Atributele"},"IGvQ8k":{"context":"button","string":"Creează atribut"},"1div9r":{"string":"Caută Atribut"},"PsRG+v":{"context":"use attribute in filtering","string":"Filtrabil în magazin"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Numai Variantă"},"HQR2y0":{"context":"attribute value is required","string":"Valoare Obligatorie"},"cvbqJu":{"context":"attribute","string":"Vizibil în Pagina Produsului și Magazin"},"ztQgD8":{"string":"Niciun atribut găsit"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Căutare"},"oJkeS6":{"string":"Atribuie Cod"},"k6WDZl":{"context":"attribute is visible","string":"Vizibil"},"HjUoHK":{"context":"attribute's label'","string":"Etichetă Implicită"},"ErNH3D":{"string":"Definește unde trebuie utilizat acest atribut în sistemul Saleor"},"nwvQPg":{"context":"section header","string":"Organizare"},"v1pNHW":{"string":"Clasă Atribut"},"zbJHl7":{"context":"attribute type","string":"Conținut Atribut"},"qkRuT0":{"context":"attribute type","string":"Atribut Produs"},"8cUEPV":{"context":"page title","string":"Creează Atribut Nou"},"jswILH":{"context":"add attribute as column in product list table","string":"Adaugă la Opțiunile Coloanei"},"AzMSmb":{"context":"caption","string":"Dacă este activat, acest atribut poate fi folosit drept coloană în tabelul de produse."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Proprietăți Dashboard"},"RH+aOF":{"context":"use attribute in filtering","string":"Utilizează în Filtrare"},"Q9wTrz":{"context":"caption","string":"Dacă este activat, vei putea folosi acest atribut pentru a filtra produsele din lista de produse."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Proprietăți Magazin"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Poziție în căutarea detaliată"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"Dacă este activat, atributul va fi accesibil clienților."},"I2wCwj":{"context":"swatch attribute image label","string":"Imagine"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Sigur dorești să ștergi valoarea \"{name}\"?"},"WWV8aZ":{"context":"dialog title","string":"Șterge valoarea atributului"},"no3Ygn":{"string":"Sigur dorești să ștergi valoarea \"{name}\"? Dacă o ștergi, nu îl vei putea atribui niciunuia dintre produsele cu atributul \"{attributeName}\"."},"XYhE8p":{"context":"edit attribute value","string":"Editează Valoarea"},"PqMbma":{"context":"add attribute value","string":"Adaugă Valoarea"},"UhcALJ":{"context":"attribute name","string":"Nume"},"H60H6L":{"context":"attribute values list: name column header","string":"Vizualizarea implicită a magazinului"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"Nu s-au găsit valori"},"J3uE0t":{"context":"section header","string":"Valorile Atributului"},"+iVKR1":{"context":"assign attribute value button","string":"Atribuie valoare"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Atribut creat cu succes"},"7H2D5m":{"context":"attribute value deleted","string":"Valoarea ștearsă"},"V/VAHG":{"string":"Atribut șters"},"xVn5B0":{"context":"added new attribute value","string":"Valoarea nouă adăugată"},"lw9WIk":{"context":"deleted multiple attributes","string":"Atribut șters cu succes"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Autentificare"},"5sg7KC":{"string":"Parolă"},"3tbL7x":{"context":"description","string":"Ai uitat parola?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Ne pare rău, numele de utilizator și/sau parola sunt incorecte. Te rugăm să încerci din nou."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Parola Nouă"},"S22jIs":{"context":"button","string":"Setează o nouă parolă"},"vfG+nh":{"string":"Confirmare Parolă"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Parolele nu corespund"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Resetare parolă"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Înapoi la autentificare"},"2ob30/":{"string":"Succes! În câteva minute vei primi un mesaj cu instrucțiuni despre cum să îți resetezi parola."},"C0JLNW":{"string":"Adresa de e-mail furnizată nu există în baza noastră de date."},"hOxIeP":{"string":"Disponibilitate"},"0OfZJA":{"context":"button","string":"Înapoi"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Anulare"},"dOQB9o":{"context":"payment status","string":"Anulat"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"Categorii"},"DP6b8U":{"context":"section header","string":"Imagine de fundal (opțional)"},"0iMYc+":{"context":"field is optional","string":"(Opțional)"},"cgsY/X":{"context":"page header","string":"Creează Categorie Nouă"},"wQdR8M":{"string":"Adaugă titlul și descrierea motorului de căutare pentru a face această categorie mai ușor de găsit"},"xo5UIb":{"context":"dialog title","string":"Șterge categoria"},"dJQxHt":{"context":"delete category","string":"Sigur dorești să ștergi {categoryName}?"},"vEYtiq":{"string":"Nume Categorie"},"8HRy+U":{"string":"Descriere Categorie"},"vof5TR":{"context":"button","string":"Creează categorie"},"JiXNEV":{"string":"Caută Categorie"},"vy7fjd":{"context":"tab name","string":"Toate Categoriile"},"dM86a2":{"string":"Nu s-au găsit categorii"},"rrbzZt":{"string":"Nu s-au găsit subcategorii"},"BHQrgz":{"context":"number of subcategories","string":"Subcategorii"},"k8ZJ5L":{"context":"number of products","string":"Nr. de Produse"},"VQLIXd":{"context":"product","string":"Nume"},"x/pIZ9":{"context":"button","string":"Adaugă produs"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Produse în {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Subcategorii"},"V+fkAO":{"context":"number of products in category","string":"Produse"},"NivJal":{"context":"section header","string":"Toate Subcategoriile"},"UycVMp":{"context":"button","string":"Creează subcategorie"},"Irflxf":{"context":"window title","string":"Creează categorie"},"7l5Bh9":{"string":"{counter,plural,one {Sigur dorești să ștergi acest produs?} few {Sigur dorești să ștergi {displayQuantity} produse?} other {Sigur dorești să ștergi {displayQuantity} produse?}}"},"xl7Fag":{"string":"Categorie creată"},"Pp/7T7":{"string":"{counter,plural,one {Sigur dorești să ștergi această categorie?} few {Sigur dorești să ștergi {displayQuantity} categorii??} other {Sigur dorești să ștergi {displayQuantity} categorii??}}"},"HvJPcU":{"string":"Categorie ștearsă"},"KCjd1o":{"context":"dialog title","string":"Șterge produse"},"3DGvA/":{"string":"Nu uita că acest lucru va anula fixarea tuturor produselor atribuite acestei categorii, făcându-le indisponibile în magazin."},"e+L+q3":{"string":"Reține că acest lucru va șterge și toate produsele atribuite acestei categorii."},"sG0w22":{"context":"dialog title","string":"Șterge categoriile"},"xRkj2h":{"string":"Sigur dorești să ștergi {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Canale"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Disponibilitate"},"QZoU0r":{"context":"dialog header","string":"Șterge Canal"},"Mz0cx+":{"context":"delete channel","string":"Ștergerea canalului va șterge toate datele produselor referitoare la acest canal. Sigur dorești să ștergi acest canal?"},"sidKce":{"context":"delete channel","string":"Toate informațiile comenzilor de pe acest canal trebuie mutate pe un alt canal. Te rugăm să selectezi comenzile care trebuie mutate în:."},"BXMSl4":{"context":"currency channel","string":"Nu există un canal disponibil pentru a muta informațiile comenzii. Creează un canal cu aceeași monedă, astfel încât informațiile să poată fi mutate în acesta."},"SZJhvK":{"context":"dialog header","string":"Selectează Canal"},"3y4r+z":{"context":"channel settings","string":"Setări Canal"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copiază"},"9Sz0By":{"context":"channel currency","string":"Moneda"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Nume canal"},"G/pgG3":{"context":"dialog header","string":"Selectează un canal"},"nKwgxY":{"context":"select label","string":"Nume canal"},"X8qjg3":{"context":"inactive","string":"Inactiv"},"+tIkAe":{"context":"status","string":"Stare"},"MHVglr":{"context":"deactivate","string":"Dezctivează"},"TSJRiZ":{"context":"channel status title","string":"Status Canal"},"QiN4hv":{"context":"active","string":"Activ"},"MQwT1W":{"context":"activate","string":"Activează"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Nume Canal"},"/glQgs":{"string":"Nu s-au găsit canale"},"OGm8wO":{"context":"button","string":"Creează Canal"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"Canal Nou"},"OrMr/k":{"context":"window title","string":"Creeaza Canal"},"D9Rg+F":{"context":"window title","string":"Detalii canal"},"AkyGP2":{"string":"Canal șters"},"eWcvOc":{"context":"button","string":"Alege fișierul"},"2FQsYj":{"context":"button","string":"Șterge"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Colecții"},"9vQR6c":{"context":"collection label","string":"Vizibil"},"V8FhTt":{"context":"collection label","string":"Ascuns"},"Rj8LxK":{"string":"Adaugă titlul și descrierea motorului de căutare pentru a face această colecție mai ușor de găsit"},"Fxa6xp":{"context":"page header","string":"Adaugă Colecția"},"/WXs6H":{"context":"collection name","string":"Nume"},"G4g5Ii":{"context":"tab name","string":"Toate Colecțiile"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Creează colecția"},"9eC0MZ":{"context":"collection","string":"Ascuns"},"lL3YJO":{"context":"collection","string":"Publicat"},"Yw+9F7":{"string":"Nu s-au găsit colecții"},"mWQt3s":{"string":"Nr. de Produse"},"VZsE96":{"string":"Nume Colecție"},"UxdBmI":{"context":"collection availability","string":"Disponibilitate"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Tip"},"Oe62bR":{"context":"product availability","string":"Disponibilitate"},"/dnWE8":{"context":"products in collection","string":"Produse în {name}"},"scHVdW":{"context":"button","string":"Atribuie produs"},"6AMFki":{"context":"product name","string":"Nume"},"Q8wHwJ":{"string":"Colecție ștearsă"},"56vUeQ":{"string":"Produs adăugat la colecție"},"MxhVZv":{"string":"Sigur dorești să ștergi imaginea colecției?"},"AulH/n":{"string":"{counter,plural,one {Sigur dorești să anulezi atribuirea acestui produs?} few {Sigur dorești să anulezi atribuirea a {displayQuantity} produse?} other {Sigur dorești să anulezi atribuirea a {displayQuantity} produse?}}"},"WW+Ruy":{"string":"Produs șters din colecție"},"I1Mz7h":{"string":"Gestionează disponibilitatea canalului de colecție"},"5OtU+V":{"context":"dialog title","string":"Anulează atribuirea produselor din colecție"},"pVFoOk":{"string":"Sigur dorești să ștergi {collectionName}?"},"ttMauu":{"context":"window title","string":"Creează colecție"},"+wpvnk":{"context":"dialog title","string":"Șterge Colecția"},"67V0c0":{"context":"unassign product from collection, button","string":"Anulează atribuirea"},"fzk04H":{"context":"dialog title","string":"Șterge imagine"},"yT5zvU":{"string":"{counter,plural,one {Sigur dorești să ștergi această colecție?} few {Sigur dorești să ștergi {displayQuantity} colecții?} other {Sigur dorești să ștergi {displayQuantity} colecții?}}"},"Ykw8k5":{"context":"dialog title","string":"Șterge colecțiile"},"C7eDb9":{"string":"Permisiunile grupurilor"},"Fbr4Vp":{"context":"dialog header","string":"Permisiuni"},"6cS4Rd":{"context":"card section description","string":"Permisiuni disponibile"},"MVU6ol":{"context":"exceeded permissions description","string":"Permisiunile acestui grup le depășesc pe ale tale. Poți gestiona doar permisiunile tale."},"VmMDLN":{"context":"permission list item description","string":"Acest grup este ultima sursă a acestei permisiuni"},"vONi+O":{"string":"Țară"},"O95R3Z":{"string":"Telefon"},"B52Em/":{"string":"Adresă"},"TE4fIS":{"string":"Oraș"},"oYGfnY":{"string":"Cod poștal"},"oQY0a2":{"string":"Detalii adresă"},"9YazHG":{"string":"Companie"},"AuwpCm":{"string":"Județ"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"Nu s-au găsit rezultate"},"fP9FXB":{"context":"input label","string":"Caută Atribute"},"auxEP1":{"context":"input placeholder","string":"Caută după numele atributului"},"QM9P8G":{"context":"dialog header","string":"Atribuie atribut"},"ylobu9":{"context":"assign reference to product, button","string":"Atribuie"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Atribuie Categorie"},"8hrH/z":{"context":"dialog header","string":"Caută Categorie"},"sf6FMK":{"context":"dialog search placeholder","string":"Caută după numele categoriei etc. ..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Atribuie Colecția"},"f0hXz4":{"context":"dialog header","string":"Caută Colecția"},"JiRKgJ":{"context":"dialog search placeholder","string":"Caută după numele colecției etc. ..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Caută Produse"},"SHm7ee":{"string":"Caută după nume, atribut, tipul de produs etc. ..."},"dTCDMn":{"context":"dialog header","string":"Atribuie Produs"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Sigur dorești să anulezi atribuirea {attributeName} la {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Atribute"},"3ukd9/":{"context":"attributes, section header","string":"Atribute"},"j8PV7E":{"context":"attribute values","string":"Valori"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Valoare"},"jHJmjf":{"string":"Niciun rezultat"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Disponibilitate"},"vY2lpx":{"context":"channels availability text","string":"Disponibil la {selectedChannelsCount} din {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Administrează"},"0cVk9I":{"string":"Afișare în listele de produse"},"UjsI4o":{"context":"date","string":"din {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publică pe"},"5ukAFZ":{"string":"Dezactivarea acestei casete de selectare va elimina produsul din paginile de căutare și categorii. Va fi disponibil pe paginile colecției."},"Y7Vy19":{"context":"available on date","string":"Setează disponibil pe"},"U3BQKA":{"string":"Setează data publicării"},"tQuE1q":{"string":"Selectează canalele pe care dorești ca {contentType} să fie disponibil"},"B9yrkK":{"string":"Niciun Canal găsit"},"2/L4zZ":{"string":"Selectează toate canalele"},"EWCUdP":{"string":"Canalele de la A la Z"},"ybaLoZ":{"string":"Caută prin canale"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Selectează canalele pe care dorești ca {contentType} să fie disponibil"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Publicat"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Stare"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Resetează"},"62Ywh2":{"context":"number of countries","string":"{number} Țări"},"zZCCqz":{"context":"button","string":"Atribuie ţări"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Șterge Căutarea"},"UaYJJ8":{"string":"Sigur dorești să ștergi fila de căutare {name}?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Utilizează API-ul GraphQL"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Eroare"},"9mGA/Q":{"context":"button linking to dashboard","string":"Dashboard"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Șterge Căutarea"},"qIgdO6":{"string":"Filtru Customizat"},"DEa1T1":{"context":"button","string":"Salvează Căutarea"},"zSOvI0":{"string":"Filtre"},"HnVtSS":{"context":"search","string":"Niciun rezultat"},"PLCwT/":{"context":"search results","string":"Arată mai mult"},"FNpv6K":{"context":"button","string":"Filtre"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"și"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Salvează modificările"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Glisează aici pentru a încărca"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Valoare"},"VcI+Zh":{"context":"header","string":"Metadate"},"ETHnjq":{"context":"header","string":"Metadate Private"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Câmp"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Adaugă Câmp"},"nEixpu":{"context":"table action","string":"Acțiuni"},"hptDxW":{"context":"money","string":"în {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"din {money}"},"U2WgwW":{"context":"add custom select input option","string":"Adaugă o nouă valoare: {value}"},"hX5PAb":{"string":"Nu s-au găsit rezultate"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Număr Comandă"},"NqxvFh":{"context":"navigator placeholder","string":"Tastează Instrucțiunea"},"TpPx7V":{"context":"navigator placeholder","string":"Caută Client"},"4gT3eD":{"context":"navigator section header","string":"Caută în Clienți"},"BooQvo":{"context":"navigator placeholder","string":"Tastează {key} pentru a vedea acțiunile disponibile"},"AOI4LW":{"context":"navigator placeholder","string":"Caută în Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navighează către"},"EM+30g":{"context":"navigator notification","string":"Noua noastră funcție pentru a te ajuta cu sarcinile zilnice. Rulează Navigatorul utilizând comanda rapidă {keyboardShortcut}."},"me585h":{"context":"navigator section header","string":"Acțiuni Rapide"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigatorul este aici pentru a te ajuta"},"ccXLVi":{"string":"Categorie"},"phAZoj":{"string":"Colecție"},"M1uijW":{"context":"collection","string":"Nu este publicat"},"CjSRT1":{"context":"button","string":"Creează Categorie"},"VdDcxc":{"context":"button","string":"Creează Colecția"},"QooeI/":{"context":"button","string":"Creează Client"},"cfQf0w":{"context":"button","string":"Creează Comandă"},"V1mqpZ":{"context":"button","string":"Creează Grup de Permisiuni"},"JFmOfi":{"context":"button","string":"Creează Produs"},"y9cvqE":{"context":"button","string":"Creează Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Mergi la #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Caută în Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Caută în Instrucțiuni"},"DHBlFi":{"context":"navigator customer mode description","string":"Caută Clienți"},"Xel9C+":{"context":"navigator default mode description","string":"Căutați Vizualizări și Acțiuni"},"iAvKNf":{"context":"navigator help mode description","string":"Afișează Ajutor"},"usSkzP":{"context":"navigator order mode description","string":"Caută Comenzi"},"k8bltk":{"string":"Niciun Rezultat"},"x/ZVlU":{"string":"Produs"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Ceva lipsește"},"nRiOg+":{"string":"Ne pare rău, pagina nu a fost găsită"},"95oJ5d":{"context":"button","string":"Reveniți la pagina principală"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Prețul nu poate fi mai mic de 0"},"fNFEkh":{"string":"Nr. Rânduri:"},"liLrVs":{"context":"save filter tab, header","string":"Salvează Căutarea Personalizată"},"QcIFCs":{"context":"save search tab","string":"Caută Nume"},"w2Cewo":{"string":"Titlul motorului de căutare"},"CXTIq8":{"string":"Descrierea motorului de căutare"},"s5Imt5":{"context":"button","string":"Editează SEO pentru website"},"TGX4T1":{"string":"Previzualizare Motor de căutare"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} din {maxCharacters} caractere"},"s/sTT6":{"string":"Dacă este gol, previzualizarea arată ce va fi generat în mod automat."},"450Fty":{"string":"Nici unul"},"qu/hXD":{"string":"Selectează {number} articole"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Trimite"},"3evXPj":{"string":"Lasă nota aici..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Deconectare"},"X8+Lpa":{"context":"button","string":"Setări Cont"},"2r4cTE":{"context":"button","string":"Activează Dark Mode"},"akXDST":{"context":"section header","string":"Vizibilitate"},"qMB6d2":{"context":"weight","string":"la {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"din {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Configurație"},"YZl6cv":{"string":"Diverse"},"gTr0qE":{"string":"Setări Livrare"},"HP6m+q":{"string":"Atribute și Tip de produse"},"UN+yTt":{"string":"Setări Personal"},"HjXnIf":{"string":"Management de conținut"},"jFrdB5":{"string":"Setări Produs"},"MWSacl":{"string":"Multicanal"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Exportul produsului a eșuat"},"CJEIRC":{"string":"Exportul produsului s-a încheiat și a fost trimis la adresa ta de e-mail."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exportarea CSV s-a încheiat"},"ryAyPr":{"string":"Factura solicitată a fost generată! A fost adăugată în partea de sus a listei de facturi din această vizualizare"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Factura Generată"},"Dhherd":{"context":"dialog header, title","string":"Generare Factură"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Actualizare"},"Rjs1CD":{"context":"button","string":"Continuă"},"H5NKfr":{"context":"button","string":"Creează"},"w4R/SO":{"string":"Aplicații Locale"},"McN+wq":{"context":"customers section name","string":"Clienți"},"gQGUsN":{"context":"dialog title","string":"Editează Adresa"},"W0kQd+":{"context":"dialog title","string":"Adaugă Adresa"},"rjy9/k":{"context":"button","string":"Adaugă adresa"},"kErneR":{"string":"Acest client nu are nicio adresă adăugată în agenda sa. Poți adăuga o adresă folosind butonul de mai jos."},"n5vskv":{"context":"customer's address book, header","string":"Cartea de adrese a {fullName} "},"MpR4zK":{"context":"customer details, header","string":"Detalii {fullName}"},"y/UWBR":{"string":"Nu există nicio adresă de afișat pentru acest client"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Adresa prestabilită"},"VyzsWZ":{"string":"Adresa de facturare prestabilită"},"nLML8Y":{"string":"Adresa de livrare prestabilită"},"puikeb":{"context":"button","string":"Șterge Adresa"},"w+8BfK":{"context":"button","string":"Editează Adresa"},"hLOEeb":{"context":"button","string":"Setează ca adresă de facturare prestabilită"},"+7OsyM":{"context":"button","string":"Setează ca adresă de livrare prestabilită"},"BfJGij":{"context":"header","string":"Informații Adresă"},"Zd3Eew":{"context":"subsection header","string":"Adresa de livrare"},"bHdFph":{"context":"subsection header","string":"Adresă"},"3d1RXL":{"string":"Acest client nu are o adresă"},"biVFKU":{"context":"subsection header","string":"Adresa de facturare"},"jGGnSZ":{"context":"page header","string":"Adresa Principală"},"wNQzS/":{"string":"Adresa principală a acestui client."},"fjPWOA":{"context":"header","string":"Prezentare generală clienți"},"qNcoRY":{"context":"notes about customer header","string":"Notițe"},"uUQ+Al":{"context":"note about customer","string":"Notă"},"w3sGrD":{"string":"Adaugă orice informații suplimentare despre acest client."},"N76zUg":{"context":"page header","string":"Creează Client"},"+NUzaQ":{"context":"check to mark this account as active","string":"Cont de utilizator activ"},"MjUyhA":{"context":"section subheader","string":"Membru activ din {date}"},"SMakqb":{"context":"customer contact section, header","string":"Informații de Contact"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Caută Client"},"QLVddq":{"context":"button","string":"Creează client"},"xQK2EC":{"context":"tab name","string":"Toți Clienții"},"icz/jb":{"context":"customer","string":"Data înscrierii"},"fhksPD":{"string":"Număr Comenzi"},"E8VDeH":{"string":"Nr. Comenzi"},"FpIcp9":{"string":"Niciun client găsit"},"97l2MO":{"string":"Email Client"},"Gr1SAu":{"string":"Nume Client"},"pURrk1":{"context":"order status","string":"Stare"},"1LiVhv":{"context":"section header","string":"Comenzi Recente"},"nTF6tG":{"context":"number of order","string":"Nr. Comandă"},"3+990c":{"context":"button","string":"Vezi toate comenzile"},"ri3kK9":{"context":"order placement date","string":"Data"},"taX/V3":{"context":"order total amount","string":"Total"},"RlfqSV":{"string":"Nu s-au găsit comenzi"},"FNAZoh":{"string":"Ultima autentificare"},"HMD+ib":{"string":"Ultima comandă"},"e7Nyu7":{"context":"section header","string":"Istoric Client"},"2p0tZx":{"context":"delete customer, dialog content","string":"Sigur dorești să ștergi {email}?"},"ey0lZj":{"context":"dialog header","string":"Șterge Client"},"qLOBff":{"context":"dialog header","string":"Șterge Adresa"},"nX2pCU":{"context":"window title","string":"Creează client"},"/kWzY1":{"string":"Sigur dorești să ștergi această adresă din agenda utilizatorilor?"},"PXatmC":{"string":"Client Eliminat"},"ftcHpD":{"string":"Client creat"},"N2SbNc":{"string":"{counter,plural,one {Sigur dorești să ștergi acest client?} few {Sigur dorești să ștergi {displayQuantity} clienți?} other {Sigur dorești să ștergi {displayQuantity} clienți?}}"},"q8ep2I":{"context":"dialog header","string":"Șterge Clienți"},"hzSNj4":{"string":"Dashboard"},"P7PLVj":{"string":"Data"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Șterge"},"i0AcKY":{"context":"notification message after log in","string":"Ești în modul demo! Nu poți salva modificările."},"Q8Qw5B":{"string":"Descriere"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Reduceri"},"g3qjSf":{"context":"button","string":"Atribuie categorii"},"AbyDC7":{"context":"section header","string":"Categorii Eligibile"},"Uu76vj":{"context":"no categories","string":"Nu s-au găsit categorii"},"fV6yX5":{"context":"table head","string":"Nume Categorie"},"QGjJcT":{"context":"number of products","string":"Produse"},"/6uK4C":{"context":"button","string":"Atribuie colecții"},"XNeJay":{"context":"section header","string":"Colecții Eligibile"},"IoCMjg":{"context":"no collections","string":"Nu s-au găsit colecții"},"ht9yOD":{"context":"table head","string":"Nume Colecție"},"cvVIV/":{"context":"dialog header","string":"Atribuie Țări"},"dGqEJ9":{"context":"search box placeholder","string":"Caută după numele ţării"},"dWK/Ck":{"string":"Alege țările la care dorești ca voucher-ul să fie limitat, din lista de mai jos"},"8EGagh":{"context":"search box label","string":"Filtrează Țări"},"wgA48T":{"context":"country selection","string":"Țări de la A la Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Setează data de încheiere"},"zKOGkU":{"context":"time during discount is active, header","string":"Dăți Active"},"U8eeLW":{"context":"button","string":"Atribuie produse"},"xqXYF+":{"context":"section header","string":"Produse Eligibile"},"OrR3Qy":{"context":"no products","string":"Nu s-au găsit produse"},"6cMkfT":{"context":"table head","string":"Nume Produs"},"bPFp8B":{"context":"product type","string":"Tip Produs"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"Nu s-au găsit variante"},"Q1HhPk":{"context":"table head","string":"Tip Produs"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Creează Reducere"},"F56hOz":{"context":"sale name","string":"Nume"},"MSD3A/":{"string":"Caută Reduceri"},"JHfbXR":{"context":"button","string":"Creează Reducere"},"Yjhgle":{"context":"tab name","string":"Toate Reducerile"},"AnqH4p":{"context":"sale status","string":"Activ"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expirat"},"XDBeA+":{"context":"discount type","string":"Cantitate fixă"},"s17U7u":{"context":"discount type","string":"Procent"},"BanAhF":{"context":"sale status","string":"Programat"},"zjHH6b":{"context":"sale start date","string":"A început"},"SpngiS":{"context":"sale status","string":"Stare"},"KHZlmi":{"string":"Tip Reducere"},"XZR590":{"context":"sale value","string":"Valoare"},"giF5UV":{"context":"sale end date","string":"Se termină"},"51HE+Q":{"string":"Nu s-au găsit reduceri"},"iBSq6l":{"context":"sale start date","string":"Începe"},"WkxE8/":{"context":"percentage or fixed, header","string":"Tip Reducere"},"JnzDrI":{"context":"discount type","string":"Cantitate Fixă"},"wHdMAX":{"context":"sale value, header","string":"Valoare"},"x3g4Ry":{"context":"sale discount","string":"Valoarea Reducerii"},"cehiWu":{"context":"channels sale info","string":"Canalele care nu au reduceri atribuite vor folosi canalul părinte pentru a defini prețul. Prețul va fi convertit în moneda canalului"},"Hj3T7P":{"context":"column title","string":"Nume canal"},"PsclSa":{"context":"page header","string":"Creează Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Dăți Active"},"jd/LWa":{"string":"Voucher-ul se aplică în toate țările"},"glT6fm":{"string":"Voucher-ul este limitat la aceste țări"},"ibnmEd":{"context":"voucher country range","string":"Țări"},"jvKNMP":{"string":"Cod de reducere"},"mSLr9d":{"context":"voucher code, button","string":"Generează Cod"},"vTgRTZ":{"context":"limit voucher","string":"Limitează la o singură utilizare per client"},"Qj/3sH":{"context":"limit voucher","string":"Limitează de câte de ori această reducere poate fi utilizată în total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limita de utilizare"},"pzSF+b":{"context":"voucher usage limit, header","string":"Limită de utilizare"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"Toate Voucher-ele"},"IruP2T":{"string":"Caută Voucher"},"GbhZJ4":{"context":"button","string":"Creează voucher"},"amQg6f":{"context":"voucher status","string":"Activ"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expirat"},"Jj0de8":{"context":"voucher status","string":"Programat"},"ujFo4A":{"context":"voucher start date","string":"Început"},"uy+tB8":{"context":"voucher status","string":"Stare"},"h75GAF":{"context":"voucher","string":"Număr utilizări"},"JV+EiM":{"context":"voucher value","string":"Valoare"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Cheltuit"},"b6L9n7":{"context":"voucher is active until date","string":"Se termină"},"yHwvLL":{"context":"voucher uses","string":"Utilizări"},"5u7b3V":{"context":"voucher is active from date","string":"Începe"},"JsPIOX":{"context":"voucher code","string":"Cod"},"U2mOqA":{"string":"Nu s-au găsit vouchere"},"GVinbz":{"context":"column title","string":"Valoare"},"K+ROF8":{"string":"Canalele care nu au reduceri atribuite vor folosi canalul părinte pentru a defini prețul. Prețul va fi convertit în moneda canalului"},"yhv3HX":{"context":"voucher requirements, header","string":"Cerințe Minime"},"u/hkKO":{"context":"voucher has no requirements","string":"Nici unul"},"XT/ZvF":{"context":"voucher requirement","string":"Cantitate minimă de articole"},"bh9+8A":{"context":"voucher requirement","string":"Valoarea minimă a comenzii"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Valoarea Comandă"},"bcf60I":{"context":"voucher","string":"Se aplică la"},"HLqWXA":{"context":"voucher value requirement","string":"Limită de utilizare"},"6cq+c+":{"context":"header","string":"Tip Reducere"},"sS5aVm":{"context":"voucher discount type","string":"Transport Gratuit"},"fEfCtO":{"context":"voucher discount type","string":"Procent"},"vXFPD6":{"context":"voucher discount type","string":"Cantitate Fixă"},"1shOIS":{"context":"column title","string":"Preț"},"/oaqFS":{"context":"section header","string":"Valoare"},"mmcHeH":{"string":"Valoarea Reducerii"},"5c2JVF":{"context":"voucher application, switch button","string":"Doar o dată per comandă"},"9UHfux":{"string":"Informații specifice voucher-ului"},"ObRk1O":{"string":"Dacă această opțiune este dezactivată, reducerea va fi luată în considerare pentru fiecare produs eligibil"},"bP7ZLP":{"context":"voucher discount","string":"Întreaga comandă"},"45zP+r":{"context":"voucher discount","string":"Produse specifice"},"WasHjQ":{"context":"voucher discount","string":"Expediere"},"n7Fg8i":{"string":"Reducere creată cu succes"},"ESDTC/":{"string":"Gestionează disponibilitatea canalului de reduceri"},"SqcGBK":{"context":"channel availability dialog header","string":"Gestionează disponibilitatea canalului"},"4C7I61":{"context":"sale Details delete button","string":"Reducere eliminată"},"V3fvcD":{"context":"dialog content","string":"Reducere eliminată"},"1/oG76":{"context":"dialog header","string":"Șterge Reducere"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"context":"dialog content","string":"{counter,plural,one {Sigur dorești să anulezi atribuirea acestei categorii?} few {Sigur dorești să anulezi atribuirea a {displayQuantity} categorii?} other {Sigur dorești să anulezi atribuirea a {displayQuantity} categorii?}}"},"B5yE8S":{"context":"dialog header","string":"Anulează atribuirea categoriilor de la reducere"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"context":"dialog content","string":"{counter,plural,one {Sigur dorești să anulezi atribuirea acestei colecții?} few {Sigur dorești să anulezi atribuirea a {displayQuantity} colecții?} other {Sigur dorești să anulezi atribuirea a {displayQuantity} colecții?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Sigur dorești să ștergi {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"context":"dialog content","string":"{counter,plural,one {Sigur dorești să anulezi atribuirea acestui produs?} few {Sigur dorești să anulezi atribuirea a {displayQuantity} produse?} other {Sigur dorești să anulezi atribuirea a {displayQuantity} produse?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Șterge Reduceri"},"FPzzh7":{"context":"dialog content","string":"{counter,plural,one {Sigur dorești să ștergi această reducere?} few {Sigur dorești să ștergi {displayQuantity} reduceri?} other {Sigur dorești să ștergi {displayQuantity} reduceri?}}"},"Eau5AV":{"string":"Gestionează disponibilitatea canalului de produse"},"Q8mpW3":{"string":"Voucher creat cu succes"},"MmGlkp":{"context":"dialog header","string":"Anulează atribuirea colecțiilor la voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Anulează atribuirea produselor la voucher"},"LOSNq0":{"context":"dialog header","string":"Anulează atribuirea categoriilor la voucher"},"NEJo1I":{"context":"dialog content","string":"Sigur dorești să ștergi {voucherCode}?"},"EM730i":{"string":"Gestionează disponibilitatea canalului"},"Hgz44z":{"context":"dialog header","string":"Șterge Voucher"},"O9QPe1":{"context":"dialog content","string":"{counter,plural,one {Sigur dorești să ștergi acest voucher?} few {Sigur dorești să ștergi {displayQuantity} vouchere?} other {Sigur dorești să ștergi {displayQuantity} vouchere?}}"},"Q0JJ4F":{"context":"dialog header","string":"Șterge Vouchere"},"eOrLzG":{"context":"button","string":"Gata"},"toDL5R":{"context":"order status","string":"Ciornă"},"YMBn8d":{"context":"draft orders section name","string":"Comenzi Ciornă"},"2atspc":{"string":"Ciorne"},"Ja7gHc":{"context":"button","string":"Editează"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"Dată Încheiere"},"juBV+h":{"string":"Oră Încheiere"},"KN7zKn":{"string":"Eroare"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Rate de schimb"},"Q6wcZ5":{"string":"Prenume"},"pkjXPD":{"context":"order status","string":"Onorată"},"pkUbrL":{"string":"Informații Generale"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Client"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Notă"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Se exportă CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Schimbare"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Detalii"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expirat"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Detalii"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Cantitate"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Moneda"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Produs"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Stare"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Șterge"},"IzEVek":{"context":"bulk disable label","string":"Dezactivează"},"hz+9ES":{"context":"bulk activate label","string":"Activează"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Produs"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Setări"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Acasă"},"sjRXXz":{"string":"Comanda #{orderId} a fost plasată din ciornă de către {userEmail}"},"BNTZLv":{"string":"Comanda #{orderId} a fost plasată din ciornă"},"5SPHkk":{"string":"Comanda #{orderId} a fost achitată integral"},"0dPP8O":{"string":"Comanda #{orderId} a fost plasată"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"Nu sunt comenzi pregătite pentru a fi onorate"},"5dyOs0":{"string":"Nici o plată în așteptare pentru a fi înregistrată"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Varianta {name} a fost setată ca implicit."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Nume"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Administrează"},"9C7PZE":{"context":"navigation section name","string":"Navigare"},"wlQTfb":{"context":"go to next step, button","string":"Următorul"},"oUWADl":{"string":"Nu"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Opțional"},"Ta9j04":{"context":"orders section name","string":"Comenzi"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Canal Reduceri"},"NJbzcP":{"context":"dialog header","string":"Anulează Comenzile"},"i+JSEZ":{"string":"{counter,plural,one {Sigur dorești să anulezi această comandă?} few {Sigur dorești să anulezi {displayQuantity} comenzi?} other {Sigur dorești să anulezi {displayQuantity} comenzi?}}"},"VSztEE":{"string":"Anularea acestei comenzi va elibera stocurile neexecutate, astfel încât acestea să poată fi cumpărate de alți clienți. Comanda nu va fi rambursată la anularea comenzii - trebuie să o faci manual. Sigur dorești să anulezi această comandă?"},"NhQboB":{"context":"dialog header","string":"Saleor nu a putut anula comanda"},"b+jcaN":{"string":"Există încă onorări create pentru această comandă. Anulează mai întâi execuțiile înainte de a anula comanda."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Adresa de facturare"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Adaugă o nouă adresă"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"Nu s-au găsit rezultate"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Adresa de livrare"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"Fără notițe de la client"},"puALFo":{"context":"notes about customer, header","string":"Notițe"},"4Jp83O":{"context":"subheader","string":"Informații de Contact"},"hkSkNx":{"string":"Caută Clienți"},"VCzrEZ":{"context":"link","string":"Vizualizare Profil"},"DP5VOH":{"string":"Adresa de livrare"},"Y7M1YQ":{"context":"section header","string":"Client"},"GLX9II":{"context":"billing address","string":"Aceeași ca adresa de livrare"},"Qovenh":{"string":"Utilizator Anonim"},"c7/79+":{"string":"Adresa de facturare"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Comanda #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Anulează comanda"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Adaugă"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Discount value"},"fo7nfa":{"context":"fixed amount","string":"Cantitate Fixă"},"IN5iJz":{"context":"value input helper text","string":"Valoare incorectă"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Procent"},"APcoSA":{"context":"dialog header","string":"Șterge Comanda Ciornă"},"mxtAFx":{"string":"Sigur dorești să ștergi ciorna #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Preț"},"nEWp+k":{"context":"quantity of ordered products","string":"Cantitate"},"UD7/q8":{"string":"Niciun produs adăugat la comandă"},"lVwmf5":{"context":"total price of ordered products","string":"Total"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Adaugă firma de curierat"},"+8v1ny":{"context":"discount button","string":"Reducere"},"M9LXb5":{"context":"no shipping carriers title","string":"Nu există firme de curierat aplicabile"},"xUvWaP":{"context":"subtotal price","string":"Subtotal"},"mQtoRO":{"context":"taxes title","string":"Taxe (TVA inclus)"},"S/yAtJ":{"context":"total price","string":"Total"},"18wvf7":{"context":"section header","string":"Detalii Comandă"},"C50ahv":{"context":"button","string":"Adaugă produse"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Creează comanda"},"7a1S4K":{"context":"tab name","string":"Toate Ciornele"},"NJEe12":{"string":"Caută Ciornă"},"vwMO04":{"context":"draft order","string":"Creat"},"iEeIhY":{"context":"draft order","string":"Client"},"KIh25E":{"string":"Nu s-au găsit comenzi ciornă"},"ps0WUQ":{"string":"Nr. Comandă"},"hkENym":{"string":"Client"},"mCP0UD":{"context":"order draft creation date","string":"Data"},"1Uj0Wd":{"context":"order draft total price","string":"Total"},"PAqicb":{"context":"button","string":"Anulează comanda"},"4Z14xW":{"context":"button","string":"Finalizează"},"6u4K7e":{"context":"page header","string":"Comanda"},"kPIZ65":{"context":"page header","string":"Comanda #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Nr. comandă {orderNumber} - Adaugă onorare"},"N5UuEK":{"context":"header","string":"Articole gata de expediat"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"Lipsă Stoc"},"vW3tb6":{"context":"name","string":"Nume produs"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Cantitate de onorat"},"0VDwAP":{"context":"checkbox label","string":"Trimite detaliile de expediere către client"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Onorează"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Adaugă urmărire"},"dTkmON":{"context":"edit tracking button","string":"Editează urmărire"},"K//bUK":{"context":"refund button","string":"Rambursare"},"4PlW0w":{"context":"tracking number","string":"Număr de urmărire: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Trimite detaliile de expediere către client"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Sigur dorești să anulezi onorarea? Anularea unei onorări va reaproviziona produsele la un depozit selectat."},"aHc89n":{"context":"select warehouse to restock items","string":"Selectează Depozit"},"bb4nSp":{"context":"dialog header","string":"Anulează Onorarea"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Număr de urmărire"},"/BJQIq":{"context":"dialog header","string":"Adaugă codul de urmărire"},"RLTaAR":{"context":"order history message","string":"Adresa comenzii a fost actualizată"},"fkplbE":{"context":"order history message","string":"Comanda a fost marcată ca plătită"},"nHmugP":{"context":"order history message","string":"Onorate {quantity} articole"},"GLy2UR":{"context":"order history message","string":"Onorarea a fost anulată"},"GJAX0z":{"context":"order history message","string":"Comanda a fost plasată"},"OzHN0Z":{"context":"order history message","string":"Au fost trimise link-uri către bunurile digitale ale comenzii"},"OKGd/k":{"context":"order history message","string":"Comanda a fost creată din ciornă"},"4Z6BtA":{"context":"order history message","string":"Confirmarea plății a fost trimisă către client"},"wOeIR4":{"context":"order history message","string":"Reaprovizionate {quantity} articole"},"6WRFp2":{"context":"order history message","string":"Nota a fost adăugată la comandă"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Confirmarea comenzii a fost trimisă clientului"},"chvryR":{"context":"order history message","string":"Factura a fost solicitată de {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Plata a fost anulată"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Comanda a fost plătită în totalitate"},"ubasgL":{"context":"order history message","string":"Comanda a fost confirmată"},"2yV+s8":{"context":"order history message","string":"Plata a fost înregistrată"},"aq5ZiN":{"context":"order history message","string":"Confirmarea onorării a fost trimisă clientului"},"hWO1SD":{"context":"order history message","string":"Comanda ciornă a fost creată"},"GVM/fi":{"context":"order history message","string":"Plata a fost autorizată"},"j3yE7I":{"context":"order history message","string":"Numărul de urmărire al expedierii a fost trimis clientului"},"3fgyFh":{"context":"order history message","string":"Plata a fost rambursată"},"D3WUc/":{"context":"order history message","string":"Comanda a fost rambursată de {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Factura cu nr. {invoiceNumber} a fost actualizată"},"XBfvKN":{"string":"Istoric Comenzi"},"Fl3ORD":{"context":"order history message","string":"Depreciate {quantity} articole"},"9piUVz":{"context":"order history message","string":"Informațiile privind rambursarea comenzii au fost trimise clientului"},"e92Uxp":{"context":"order history message","string":"Numărul de urmărire al grupului de onorări a fost actualizat"},"TCR639":{"context":"order history message","string":"Plată eșuată"},"06bR4Z":{"context":"order history message","string":"Informațiile despre anularea comenzii au fost trimise clientului"},"BCPrmK":{"context":"order history message","string":"Detaliile de livrare au fost trimise clientului"},"pTpx0p":{"context":"order history message","string":"Factura cu nr. {invoiceNumber} a fost generată de {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Factura a fost trimisă clientului de către {sentBy}"},"zRrcOG":{"context":"order history message","string":"Comanda a fost anulată"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Sigur dorești să trimiți această factură: {invoiceNumber} clientului?"},"5JT4v2":{"context":"dialog header","string":"Trimite Factura"},"Gzg8hy":{"context":"section header","string":"Facturi"},"F0AXNs":{"context":"invoice create date prefix","string":"creat"},"hPB89Y":{"string":"Nu s-au găsit facturi de afișat"},"m6IBe5":{"context":"invoice number prefix","string":"Factură"},"e0RKe+":{"context":"generate invoice button","string":"Generează"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Setări Comandă"},"wTHjt3":{"string":"Caută Comenzi..."},"WRkCFt":{"context":"tab name","string":"Toate Comenzile"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Client"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Creat"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Starea de onorare"},"p+UDec":{"context":"payment status","string":"Plată"},"5blVMu":{"context":"e-mail or full name","string":"Client"},"PHUcrU":{"context":"date when order was placed","string":"Data"},"k9hf7F":{"context":"total order price","string":"Total"},"EbVf0Z":{"context":"transaction reference","string":"Referință tranzacției"},"rwOx2s":{"string":"Te rugăm să furnizezi o referință a tranzacției utilizând câmpurile de mai jos:"},"sfEbeB":{"string":"Vei marca această comandă ca fiind plătită."},"+B25o/":{"context":"dialog header","string":"Marchează comanda ca fiind plătită"},"+PbHKD":{"context":"dialog header","string":"Înregistrează Plata"},"OhdPS1":{"context":"amount of refunded money","string":"Cantitate"},"euRfu+":{"string":"Sigur dorești să anulezi această plată?"},"KszPFx":{"context":"dialog header","string":"Anulează Plata"},"BZ7BkQ":{"context":"capture payment, button","string":"Înregistrare"},"V+gwx7":{"context":"order payment","string":"Suma înregistrată"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Reducere"},"pr513b":{"context":"ordered products","string":"{quantity} articole"},"+5HkZN":{"context":"order, button","string":"Marchează ca plătit"},"5te3Tp":{"context":"order payment","string":"Sold Restant"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Starea plății"},"uUsZ7m":{"context":"order payment","string":"Sumă pre-autorizată"},"HaQ8cg":{"context":"button","string":"Rambursare"},"q+gCyP":{"context":"order payment","string":"Suma rambursată"},"+CeEe3":{"context":"order shipping method name","string":"Livrare"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"nu se aplică"},"Rsknyh":{"context":"order does not require shipping","string":"nu se aplică"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Subtotal"},"r+dgiv":{"string":"Taxe "},"zb4eBO":{"context":"order total price","string":"Total"},"dJVXIb":{"context":"vat included in order price","string":"TVA inclus"},"sEjRyz":{"context":"voucher type order discount","string":"Voucher"},"myyWNp":{"context":"dialog header","string":"Adaugă Produs"},"b810WJ":{"context":"product price","string":"Preț"},"WE8IFE":{"context":"product name","string":"Produs"},"tvpAXl":{"context":"ordered product quantity","string":"Cantitate"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Total"},"5aiFbL":{"context":"tabel column header","string":"Preț"},"FNT4b+":{"context":"tabel column header","string":"Produs"},"Tl+7X4":{"context":"tabel column header","string":"Cantitate rambursată"},"2W4EBM":{"context":"button","string":"Setează cantități maxime"},"+PclgM":{"context":"tabel column header","string":"Total"},"xoyCZ/":{"context":"error message","string":"Valoare incorectă"},"MewrtN":{"context":"section header","string":"Onorare"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Comanda cu nr. {orderNumber} - Rambursare"},"rVIlBs":{"context":"page header with order number","string":"Comanda #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Suma Rambursată"},"8F2D1H":{"context":"order refund amount, input button","string":"Rambursare {currency} {amount}"},"JEIN47":{"context":"label","string":"Suma Automată"},"FOehC/":{"context":"label","string":"Suma Manuală"},"EP+jcU":{"context":"checkbox","string":"Rambursarea costurilor de expediere"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Suma nu poate fi mai mare decât rambursarea maximă"},"IKvOK+":{"context":"Amount error message","string":"Suma trebuie să fie mai mare decât 0"},"L/O4LQ":{"context":"order refund amount","string":"Suma Autorizată"},"lrq8O6":{"context":"order refund amount, input label","string":"Cantitate"},"I7HyJZ":{"context":"order refund amount","string":"Rambursare maximă"},"Q55cTG":{"context":"order refund amount","string":"Rambursat anterior"},"wDUBLR":{"context":"order refund amount","string":"Suma de rambursare propusă"},"QkFeOa":{"context":"order refund amount button","string":"Rambursare"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Rambursează suma totală"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Produse Neonorate"},"iUIn50":{"context":"section notice","string":"Produsele neonorate vor fi reaprovizionate"},"bqAJCT":{"context":"section header","string":"Rambursare Comandă"},"LKpQYh":{"context":"refund type","string":"Rambursare Diverse"},"CLB1k9":{"context":"refund type","string":"Rambursare Produse"},"Y299ST":{"context":"table column header","string":"Preț"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Produs"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Anulat ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Onorat ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Rambursat ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Neonorată"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Setări comandă"},"yuiyES":{"string":"Setări Generale"},"CLYlsu":{"context":"section header","string":"Setări"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"Toate comenzile vor fi confirmate automat și toate plățile vor fi înregistrate."},"RLYfMF":{"context":"checkbox label","string":"Confirmă automat toate comenzile"},"V/YxJa":{"context":"dialog header","string":"Editează metoda de livrare"},"/Xwjww":{"context":"button","string":"Onorează"},"ND5x+V":{"string":"Generăm factura pe care ai solicitat-o. Te rugăm să aștepți câteva momente"},"9RCuN3":{"string":"Plata a fost înregistrată cu succes"},"c4gbXr":{"string":"Comanda ciornă a fost finalizată cu succes"},"9OtpHt":{"string":"Linia comenzii a fost ștearsă"},"CZmloB":{"string":"Onorarea a fost actualizată cu succes"},"Fn3bE0":{"string":"Linia comenzii a fost actualizată"},"lL1HTg":{"string":"Comanda a fost marcată ca fiind plătită"},"HlCkMT":{"string":"Linia comenzii a fost adăugată"},"W/Es0H":{"string":"Comanda a fost anulată cu succes"},"KmPicj":{"string":"Notă adăugată cu succes"},"L87bp7":{"string":"Plata comenzii a fost anulată cu succes"},"j2fPVo":{"string":"Comanda a fost actualizată cu succes"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"E-mail cu factură trimis"},"PKJqcq":{"string":"Se generează factura"},"7U8GRy":{"string":"Metoda de livrare a fost actualizată cu succes"},"uMpv1v":{"string":"Onorarea a fost anulată cu succes"},"TLNf6K":{"context":"window title","string":"Comanda Ciornă #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Comanda #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Șterge Comenzile Ciornă"},"ra2O4j":{"string":"Comenzi ciornă șterse"},"6udlH+":{"string":"Comanda ciornă a fost creată cu succes"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Sigur dorești să ștergi comanda ciornă?} few {Sigur dorești să ștergi {displayQuantity} comenzi ciornă?} other {Sigur dorești să ștergi {displayQuantity} comenzi ciornă?}}"},"2MKBk2":{"context":"window title","string":"Onorează Comanda #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Articole Onorate"},"NzifUg":{"context":"window title","string":"Onorează Comanda"},"XRf1Bi":{"context":"order refunded success message","string":"Articole Rambursate"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Tipuri de pagină"},"kTr2o8":{"string":"Nume atribut"},"uxPpRx":{"context":"button","string":"Atribuie atribut"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Atribute de conținut"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Tipul de pagină pe care dorești să-l ștergi e folosit de unele pagini. Ștergerea acestui tip de pagină va șterge și acele pagini. Sigur dorești să ștergi acest tip de pagină? După ce faci acest lucru, nu vei putea anula modificările.} few {Tipurile de pagini pe care dorești să le ștergi sunt folosite de unele pagini. Ștergerea acestor tipuri de pagini va șterge și acele pagini. Sigur dorești să ștergi {displayQuantity} tipuri de pagini? După ce faci acest lucru, nu vei putea anula modificările.} other {Tipurile de pagină pe care dorești să le ștergi sunt folosite de unele pagini. Ștergerea acestor tipuri de pagină va șterge și acele pagini. Sigur dorești să ștergi {displayQuantity} tipuri de pagină? După ce faci acest lucru, nu vei putea anula modificările.}}"},"CcEwXH":{"context":"dialog header","string":"Șterge tipurile de pagină"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Sigur dorești să ștergi acest tip de pagină? După ce faci acest lucru, nu vei putea anula modificările.} few {Sigur dorești să ștergi {displayQuantity} tipuri de pagină? După ce faci acest lucru, nu vei putea anula modificările.} other {Sigur dorești să ștergi {displayQuantity} tipuri de pagină? După ce faci acest lucru, nu vei putea anula modificările.}}"},"kZfIl/":{"string":"Acestea sunt informații generale despre acest tip de conținut."},"OVOU1z":{"context":"section header","string":"Metadate"},"caqRmN":{"context":"header","string":"Creează Tip de pagină"},"lct0qd":{"string":"Această listă arată toate atributele care vor fi atribuite paginilor care au acest tip de pagină alocat."},"jWna9Q":{"string":"Nume Tip de conținut"},"umsU70":{"string":"Caută Tip Pagină"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"Toate Tipurile de Pagină"},"BQ2NVl":{"context":"page type name","string":"Nume Tip de conținut"},"6fORLY":{"string":"Nu s-au găsit tipuri de pagini"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Anulează alocarea atributului din Tipul Paginii"},"NGc9kE":{"string":"Tipul paginii a fost șters"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Anulează atribuirea"},"/L8wzi":{"context":"dialog header","string":"Anulează alocarea atributului din Tipul Paginii"},"5bJ26s":{"string":"Tip de pagină creat cu succes"},"H6NsC1":{"context":"pages section name","string":"Pagini"},"gr53VQ":{"context":"page header","string":"Creează Pagina"},"jZbT0O":{"string":"Adaugă titlul și descrierea motorului de căutare pentru a face această pagină mai ușor de găsit"},"GZgjK7":{"context":"page","string":"va fi vizibil din {date}"},"X26jCC":{"context":"page label","string":"Vizibil"},"/TK7QD":{"context":"page label","string":"Ascuns"},"gMwpNC":{"context":"page content","string":"Conținut"},"gr+oXW":{"context":"page title","string":"Titlu"},"AHRDWt":{"context":"button","string":"Creează pagina"},"Of19Pn":{"context":"Types","string":"Tipuri de pagină"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Titlu"},"5GSYCR":{"context":"page status","string":"Vizibilitate"},"iMJka8":{"string":"Nu s-au găsit pagini"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Publicat"},"UN3qWD":{"context":"page status","string":"Nu este publicat"},"ufD5Jr":{"string":"Tip de conținut"},"jU9GPX":{"context":"section header","string":"Organizare Conținut"},"mX7zJJ":{"context":"header","string":"Creează Pagina"},"JMbFNo":{"string":"Pagina nouă creată cu succes"},"C1luwg":{"context":"dialog header","string":"Șterge Pagina"},"4B32Ba":{"context":"delete page","string":"Sigur dorești să ștergi {title}?"},"41z2Qi":{"context":"notification","string":"Pagini șterse"},"yEmwxD":{"context":"publish page, button","string":"Publică"},"yHQQMQ":{"context":"dialog header","string":"Anulează publicarea paginilor"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Sigur dorești să anulezi publicarea acestei pagini?} few {Sigur dorești să anulezi publicarea a {displayQuantity} pagini?} other {Sigur dorești să anulezi publicarea a {displayQuantity} pagini?}}"},"F8gsds":{"context":"unpublish page, button","string":"Anulează publicarea"},"wyvzh9":{"context":"dialog header","string":"Publică Pagini"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Sigur dorești să publici această pagină?} few {Sigur dorești să publici {displayQuantity} pagini?} other {Sigur dorești să publici {displayQuantity} pagini?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Sigur dorești să ștergi această pagină?} few {Sigur dorești să ștergi {displayQuantity} pagini?} other {Sigur dorești să ștergi {displayQuantity} pagini?}}"},"AzshS2":{"context":"notification","string":"Pagini publicate"},"3Sz1/t":{"context":"dialog header","string":"Șterge Paginile"},"2pw5dQ":{"context":"payment status","string":"Achitat Integral"},"PbqNhi":{"context":"order status","string":"Onorat parțial"},"INNPVX":{"context":"payment status","string":"Achitat parțial"},"OGemtu":{"context":"payment status","string":"Parțial rambursat"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Starea plății"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Grupuri de Permisiuni"},"jUuHVn":{"context":"description","string":"Nu s-au găsit membrii"},"UQ4Kuh":{"context":"input label","string":"Caută Personal"},"6sjBvJ":{"context":"input placeholder","string":"Caută după nume, email etc. ..."},"9Zlogd":{"context":"staff member status","string":"Activ"},"7WzUxn":{"context":"staff member status","string":"Inactiv"},"DPz5y6":{"context":"dialog header","string":"Atribuie Personal"},"lT5MYM":{"context":"dialog title","string":"Anulează atribuire utilizatori"},"H/o4Ex":{"context":"dialog content","string":"Nu poți modifica membrii acestui grup. Rezolvă această problemă pentru a continua cu cererea."},"mAabef":{"context":"checkbox label","string":"Grupul are acces complet la magazin"},"CYZse9":{"context":"card description","string":"Extinde sau restricționează permisiunile grupului pentru a accesa anumite părți din Saleor sau sistem."},"sR0urA":{"context":"dialog content","string":"Sigur dorești să ștergi {name}?"},"L6+p8a":{"context":"dialog title","string":"Șterge grupul de permisiuni"},"O22NIZ":{"context":"deletion error message","string":"Nu se poate șterge grupul care este în afara domeniului de aplicare a permisiunilor tale"},"rs815i":{"context":"text field label","string":"Nume grup"},"5ftg/B":{"context":"button","string":"creează grup de permisiuni"},"szXISP":{"context":"permission group name","string":"Nume grup de permisiuni"},"+a+2ug":{"string":"Membrii"},"wL7VAE":{"string":"Acțiuni"},"CXn88q":{"string":"Nu s-au găsit grupuri de permisiuni"},"gVD1os":{"context":"empty list message","string":"Încă nu ai atribuit niciun membru acestui grup de permisiuni."},"qrWOxx":{"string":"Nu s-au găsit membrii"},"xxQxLE":{"string":"Adresa de email"},"OhFGpX":{"context":"button","string":"Atribuie membrii"},"zD7/M6":{"context":"empty list message","string":"Te rugăm să utilizezi butonul Atribuie Membri pentru a face acest lucru."},"lGlDEH":{"context":"header","string":"Membrii grupului"},"W32xfN":{"context":"staff member full name","string":"Nume"},"XGBsoK":{"context":"dialog content","string":"Sigur dorești să anulezi atribuirea {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Grup de permisiuni creat"},"15PiOX":{"context":"button title","string":"Anulează atribuirea"},"DovGIa":{"string":"Grup de permisiuni șters"},"WhvuCb":{"context":"plugins section name","string":"Plugin"},"6aBkJm":{"context":"section header","string":"Autorizare"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Nume Plugin"},"bL/Wrc":{"context":"plugin status","string":"Stare"},"w424P4":{"context":"section header","string":"Informații și Stare Plugin "},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Adaugă valoare câmpului de autorizare"},"Xy2T+y":{"context":"header","string":"Editează câmpul de autorizare"},"Egyh2T":{"context":"section header","string":"Setări Plugin"},"EtGDeK":{"context":"header","string":"{pluginName} Detalii"},"BtErCZ":{"string":"Caută Plugin..."},"aOelhW":{"context":"tab name","string":"Toate plugin-urile"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"Nu s-au găsit plugin-uri"},"rQOS7K":{"context":"status label active","string":"Activ"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Configurație"},"ho75Lr":{"context":"status label deactivated","string":"Dezactivat"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Nume"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Ștergere câmp de autorizare"},"JRfJD9":{"string":"Pluginul poate înceta să funcționeze după ce acest câmp este șters. Sigur dorești să continui?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Tip Produse"},"9scTQ0":{"context":"section header","string":"Atribute Produs"},"5pHBSU":{"context":"switch button","string":"Tipul de produs folosește atributele variantei"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Nume tip produs"},"1KSqnn":{"context":"tab name","string":"Toate tipurile de produse"},"rpFdD1":{"string":"Caută tip de produs"},"QY7FSs":{"context":"button","string":"creează tipul de produs"},"X90t9n":{"context":"product type","string":"Configurabil"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Livrabil"},"Jsh6+U":{"context":"product type is digital or physical","string":"Tip"},"0nLsyM":{"string":"Nu s-au găsit tipuri de produse"},"yNb+dT":{"context":"product type","string":"Produs Simplu"},"TalJlD":{"context":"tax rate for a product type","string":"Taxe"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Tip"},"hHOI7D":{"context":"product type name","string":"Tip Nume"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Fizic"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Livrare"},"IBw72y":{"context":"switch button","string":"Acest produs poate fi expediat?"},"VOiUXQ":{"string":"Folosit pentru a calcula tarifele de livrare pentru acest tip de produse, atunci când greutatea nu este specificată"},"zCb8fX":{"string":"Greutate"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Atribute Variantă"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Tip de produs creat cu succes"},"F3Upht":{"string":"Tipul de produs a fost șters"},"UJnqdm":{"context":"dialog header","string":"Anulează alocarea atributului din Tipul de Produs"},"r1aQ2f":{"context":"dialog header","string":"Anulează alocarea atributului din Tipul de Produs"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Anulează atribuirea"},"K8xNLe":{"context":"products section name","string":"Produse"},"ulh3kf":{"string":"Colecții"},"fyE8BN":{"context":"product organization, header","string":"Organizare"},"LKoIB1":{"string":"Adaugă titlul și descrierea motorului de căutare pentru a face această pagină mai ușor de găsit"},"L7N+0y":{"context":"product rating","string":"Evaluare Produs"},"JGm7E5":{"context":"option","string":"Exportă stoc pentru toate depozitele"},"ZDJEat":{"context":"button","string":"Încarcă mai mult"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"și încă {number}"},"64aYF0":{"context":"informations about product organization, header","string":"Organizarea Produsului"},"6xC/Ls":{"context":"informations about product seo, header","string":"Informații SEO"},"qEZ463":{"context":"export selected items to csv file","string":"Produse selectate ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Exportă informații pentru:"},"xtUXnK":{"context":"export all items to csv file","string":"Toate produsele ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Depozitele de la A la Z"},"/68iG8":{"context":"product export to csv file, header","string":"Informații exportate"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Exportă ca:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Setări de exportare"},"lQRnYK":{"context":"selectt all options","string":"Selectează tot"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Foaie de calcul pentru Excel, Numere etc."},"YicEbK":{"string":"Caută Atribute"},"ZRz3hM":{"string":"Exportă stocul produsului în CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Informații Inventar"},"li1BBk":{"context":"export items as csv file","string":"Fișier CSV simplu"},"Jwuu4X":{"context":"select product informations to be exported","string":"Informații exportate:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Caută după numele atributului"},"SZt9kC":{"context":"export filtered items to csv file","string":"Căutare curentă ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Informații Financiare"},"oOFrUd":{"context":"export products to csv file, button","string":"exportare produse"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Exportă informații"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Exportă Produse"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Caută Produse..."},"aFLtLk":{"context":"tab name","string":"Toate Produsele"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Disponibil"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Ascuns"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Stoc Epuizat"},"b1zuN9":{"string":"Preț"},"3Z8972":{"context":"product","string":"Cantitate stoc"},"g+GAf4":{"context":"product visibility","string":"Vizibilitate"},"6Y1nQd":{"context":"product is visible","string":"Vizibil"},"Jz/Cb+":{"context":"product type","string":"Simplu"},"+VEhV8":{"context":"product channels","string":"Disponibilitate"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Încarcă"},"JjeZEG":{"context":"section header","string":"Organizează Produsul"},"Be+J13":{"string":"Configurabil"},"v+Pkm+":{"context":"field is optional","string":"*Opțional. Adăugarea unui produs la colecție ajută utilizatorii să-l găsească."},"anK7jD":{"string":"Tip Produs"},"3rIMq/":{"context":"product shipping","string":"Livrare"},"SUbxSK":{"context":"product weight","string":"Greutate"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Nume Depozit"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Cantitate"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Canale"},"TjGYna":{"context":"product inventory, checkbox","string":"Urmărire Inventar"},"cBHRxx":{"context":"button","string":"Atribuie Depozit"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Urmărirea activă a stocurilor va calcula automat modificările de stoc."},"TfY/Pi":{"context":"checkbox","string":"Încasează taxe pentru acest produs"},"CdIHMu":{"context":"select tax ratte","string":"Cota de impozitare"},"iYH3Y7":{"context":"checkbox","string":"Ignoră cota de impozitare a tipului de produs"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Creează Variante"},"f3B4tc":{"context":"attributes, section header","string":"Atribute Variantă"},"o6260f":{"context":"attributes, section header","string":"Atribute de selecție a variantei"},"7hNjaI":{"context":"button","string":"Șterge Variantă"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Salvează Variantă"},"TPCRKr":{"context":"variant price, header","string":"Preț"},"ClFzoD":{"string":"Valorile selectate vor fi folosite pentru a crea variante pentru produsul configurabil."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Atribut"},"TDXskW":{"context":"variant attribute","string":"Selectează Atribut"},"7WEC+G":{"context":"page title","string":"Preț și SKU-uri"},"GQcp83":{"context":"variant stock, header","string":"Stoc și Depozitare"},"NXpFlL":{"context":"product attribute values, page title","string":"Alege Valori"},"CrbI/c":{"context":"variant channel price","string":"{channel} Preț"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Selectează Valori"},"ucYPtV":{"context":"variant attribute","string":"Alege atribut"},"slKV5G":{"context":"variant creation step","string":"Rezumat"},"lra7Ej":{"string":"Aplică preț unic tuturor SKU-urile"},"J0UdxG":{"string":"Sari peste preț momentan"},"L5rthO":{"string":"Aplică stoc unic după atribut fiecărui SKU"},"EGG8f+":{"string":"Aplică prețuri unice în funcție de atribut fiecărui SKU"},"STp3Hl":{"string":"Aplică un singur stoc la toate SKU-urile"},"+bFHzi":{"context":"button","string":"Următorul"},"rHXF43":{"string":"Iată rezumatul variantelor care vor fi create. Poți modifica prețurile, stocurile și SKU pentru fiecare."},"BIqhVQ":{"string":"Sari peste stoc momentan"},"Q3j++G":{"context":"create multiple variants, button","string":"Creează"},"S5PVx1":{"context":"variant creator summary card header","string":"Variante Create"},"/Qb92c":{"string":"Pe baza selecțiilor tale vom crea {numberOfProducts} produse. Utilizează acest pas pentru a personaliza prețul și stocurile noilor produse."},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Prețuri și SKU"},"iigydN":{"string":"Pe baza selecțiilor tale vom crea 8 produse. Utilizează acest pas pentru a personaliza prețul și stocurile noilor produse."},"esg2wu":{"context":"previous step, button","string":"Anterior"},"V76IV7":{"context":"variant name","string":"Variantă"},"rbkmfG":{"context":"button","string":"Șterge variantă"},"WwNtFn":{"context":"delete product variant","string":"Sigur dorești să ștergi {name}?"},"GFJabu":{"context":"dialog header","string":"Șterge Variantă"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Mod Implicit"},"1kdQdO":{"context":"section header","string":"Variante"},"3C3Nj5":{"context":"button","string":"Adaugă varianta"},"gF7hbK":{"context":"variant name","string":"Variantă Nouă"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Ascuns"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Disponibilitate"},"Xm9qOu":{"context":"product pricing, section header","string":"Prețuri"},"JFtFgc":{"context":"tabel column header","string":"Prețul de vânzare"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Canalele care nu au prețuri atribuite vor folosi canalul părinte pentru a defini prețul. Prețul va fi convertit în moneda canalului"},"c8UT0c":{"context":"tabel column header","string":"Nume Canal"},"2zCmiR":{"context":"tabel column header","string":"Prețul"},"SZH0fw":{"context":"set variant as default, button","string":"Setare ca implicit"},"6+sMz4":{"context":"product variant inventory","string":"Indisponibil în toate locațiile"},"7mK2vs":{"context":"product variant inventory","string":"Indisponibil"},"n02c9W":{"context":"product variant price","string":"Preț"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} disponibil} few {{stockQuantity} disponibil} other {{stockQuantity} disponibil}}"},"FSinkL":{"context":"variant stock status","string":"Inventar disponibil la:"},"HcjV6k":{"context":"button","string":"Creează variante"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} disponibil la {numLocations} locație} few {{numAvailable} disponibil la {numLocations} locații} other {{numAvailable} disponibil la {numLocations} locații}}"},"rIJbNC":{"string":"Utilizează variante pentru produsele care vin într-o varietate de versiuni, de exemplu diferite dimensiuni sau culori"},"JtZ71e":{"context":"filtering option","string":"Toate Depozitele"},"kL3C+K":{"context":"product variant inventory status","string":"Inventar"},"3VyHbJ":{"context":"button","string":"Creează variantă"},"9PmyrU":{"context":"product variant inventory","string":"Neaprovizionat"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Variantă"},"uCn/rd":{"context":"dialog header","string":"Șterge Imagine"},"BUKMzM":{"string":"Variantă eliminată"},"T6dXGG":{"context":"header","string":"Creează Variantă"},"VEext+":{"string":"Sigur dorești să ștergi această imagine?"},"MyM2oR":{"context":"window title","string":"Creează variantă"},"PXx4Jk":{"context":"window title","string":"Creează Produs"},"NBP8uu":{"context":"page header","string":"Produs Nou"},"DO8+uV":{"string":"Produs creat"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Sigur dorești să ștergi acest produs?} few {Sigur dorești să ștergi {displayQuantity} produse?} other {Sigur dorești să ștergi {displayQuantity} produse?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Se exportă CSV"},"F4WdSO":{"context":"dialog header","string":"Șterge Produse"},"dPYqy0":{"string":"În prezent, exportăm fișierul CSV solicitat. Imediat ce va fi disponibil, va fi trimis la adresa ta de e-mail"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Produs eliminat"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Sigur dorești să ștergi {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Șterge Produs"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Șterge Variante Produs"},"oChkS4":{"context":"success message","string":"Variante create cu succes"},"z+wMgQ":{"context":"window title","string":"Creează Variante"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Proprietăți"},"kFYlu2":{"string":"Saleor rulează în modul numai citire. Modificările nu au fost salvate."},"rqtV5d":{"context":"order status","string":"Gata de înregistrare"},"oLMXDv":{"context":"order status","string":"Gata de onorat"},"XJSRDK":{"context":"payment status","string":"Rambursat integral"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Elimină"},"TKmub+":{"string":"Acest câmp este obligatoriu"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Reduceri"},"RaycYK":{"context":"button","string":"Salvează"},"rqiCWU":{"string":"Modificări salvate"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Selectează tot"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Trimite"},"8xsKUv":{"context":"service accounts section name","string":"Conturi de servicii"},"Fvvgoi":{"string":"Sesiunea ta a expirat. Te rugăm să te conectezi din nou pentru a continua."},"D9ie4n":{"context":"shipping section name","string":"Metode de livrare"},"nNeWAx":{"context":"dialog header","string":"Șterge metoda de livrare"},"ER/yBq":{"context":"max price in channel","string":"Max. valoare"},"aZDHYr":{"context":"price rates info","string":"Acest tarif se va aplica tuturor comenzilor"},"kN6SLs":{"string":"Min. Valoare"},"u5c/tR":{"context":"channels discount info","string":"Canalele care nu au reduceri atribuite vor folosi canalul părinte pentru a defini prețul. Prețul va fi convertit în moneda canalului"},"yatGsm":{"context":"card title","string":"Valoarea comenzii"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max. Valoare"},"0FexL7":{"context":"min price in channel","string":"Min. valoare"},"7v8suW":{"context":"info text","string":"Acest tarif se va aplica tuturor comenzilor"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Greutate Comandă"},"w+5Djm":{"string":"Min. Greutate comandă"},"u0V06N":{"string":"Max. Greutate comandă"},"TnTi/a":{"context":"pricing card title","string":"Prețuri"},"5ZvuVw":{"string":"Niciun produs care să corespundă interogării date"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Atribuie Produse"},"Gg4+K7":{"string":"Fără produse"},"t3aiWF":{"context":"section header","string":"Produse Excluse"},"ZIc5lM":{"string":"Nume Produs"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Nume tarif de livrare"},"4Kq3O6":{"string":"Această unitate va fi utilizată ca greutate implicită de transport"},"Rp/Okl":{"string":"Unitate de greutate livrare"},"llBnr+":{"string":"Nume Depozit"},"yzYXW/":{"context":"header, dialog","string":"Creează Depozit Nou"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Alege țările pe care dorești să le adaugi la zona de livrare din lista de mai jos"},"f2F1NJ":{"context":"section title","string":"Alegere rapidă"},"K/ic0P":{"context":"checkbox label","string":"Restul lumii"},"G+9nOZ":{"context":"checkbox description","string":"Dacă este selectat, acesta va adăuga toate țările care nu sunt selectate în alte zone de expediere"},"pGDYG5":{"context":"search label","string":"Caută Țări"},"1rpzrM":{"context":"search placeholder","string":"Caută după numele ţării"},"55LMJv":{"context":"country list header","string":"Țări"},"6fxdUO":{"context":"section header","string":"Creează o nouă zonă de livrare"},"y7mfbl":{"string":"În prezent, nu există țări alocate acestei zone de livrare"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Shipping zone name"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Adaugă"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Creează Tarif Preț"},"PRlD0A":{"string":"Livrare"},"NDm2Fe":{"context":"page title","string":"Creează Tarif Greutate"},"EKoPNg":{"context":"shipping method price","string":"Preț"},"WR8rir":{"context":"button","string":"Creează tarif"},"njUQPz":{"context":"shipping method price range","string":"Interval Valori"},"RUzdUH":{"string":"Nu s-au găsit tarife de livrare"},"FjrExY":{"context":"price based shipping methods, section header","string":"Tarife bazate pe preț"},"aYhcie":{"context":"shipping method weight range","string":"Interval Greutate"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Tarife bazate pe greutate"},"aPCrsp":{"context":"shipping method name","string":"Nume"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Adaugă depozit nou"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Selectează Depozit"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Selectează depozitul din care vei expedia produsele pentru această zonă de livrare. Această adresă de depozit va fi folosită și pentru calcularea taxelor."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Setări"},"uULcph":{"context":"header","string":"Livrare"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Livrare după zonă"},"mIUNgR":{"context":"button","string":"Creează zonă de livrare"},"aMwxYb":{"string":"Țări"},"gRa/TS":{"context":"shipping zone","string":"Nume"},"IhK1F3":{"string":"Nu s-au găsit zone de livrare"},"Gfbp36":{"context":"dialog header","string":"Anulează atribuirea produselor la livrare"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Valoarea este incorectă"},"pwqwcy":{"context":"error message","string":"Prețul maxim nu poate fi mai mic decât cel minim"},"qf/m5l":{"string":"Sigur dorești să ștergi zona de livrare {shippingZoneName}?"},"k3EI/U":{"context":"dialog header","string":"Șterge Zona de Livrare"},"cpZLRH":{"context":"dialog header","string":"Șterge Zonele de Livrare"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Sigur dorești să ștergi zona de livrare?} few {Sigur dorești să ștergi {displayQuantity} zone de livrare?} other {Sigur dorești să ștergi {displayQuantity} zone de livrare?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Anulează atribuirea"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Greutatea maximă nu poate fi mai mică decât cea minimă"},"/8/Ffn":{"context":"button","string":"Arată"},"viFkCw":{"context":"site settings section name","string":"Setări Site"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Informații Magazin"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Informații Companie"},"LVa5ew":{"string":"Saleor a întâmpinat o problemă neașteptată"},"AQFMYU":{"context":"staff section name","string":"Personal"},"23g7PY":{"context":"dialog header","string":"Invită Personal"},"hw9Fah":{"context":"button","string":"Trimite invitație"},"P+kVxW":{"context":"card description","string":"Utilizatorul este atribuit la:"},"XMrYaA":{"context":"checkbox label","string":"Utilizatorul este activ"},"YJ4TXc":{"context":"tab name","string":"Tot Personalul"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Caută Membru"},"4JcNaA":{"context":"button","string":"Invită personal"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Activ"},"Fc3O3r":{"context":"staff member's account","string":"Dezactivat"},"utaSh3":{"context":"staff member's account","string":"Stare"},"xJQX5t":{"string":"Nu s-au găsit membrii personal"},"cMFlOp":{"context":"input label","string":"Noua parolă"},"qEJT8e":{"string":"Parola nouă trebuie să aibă cel puțin 8 caractere"},"+kb2lM":{"context":"dialog header","string":"Schimbă Parola"},"GXdwyR":{"context":"input label","string":"Parola Anterioară"},"mm0CXe":{"string":"Ar trebui să îți schimbi parola în fiecare lună pentru a evita problemele de securitate."},"N3Zot1":{"context":"button","string":"Schimbă-ți parola"},"ZhDQel":{"context":"header","string":"Parola"},"JJgJwi":{"string":"Selectarea acesteia va schimba limba platformei"},"e822us":{"string":"Te rugăm să reții că, deși toate ajustările monedei și datei sunt complete, traducerile s-ar putea să nu fie finalizate."},"mr9jbO":{"string":"Limba preferată"},"CLeDae":{"context":"section header","string":"Preferințe"},"+2VzH4":{"context":"avatar change button","string":"Schimbare"},"VTITVe":{"context":"section header","string":"Informații Membru"},"11lR5V":{"context":"avatar delete button","string":"Șterge"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"șterge utilizator Personal"},"fzpXvv":{"string":"Sigur dorești să elimini avatarul {email}?"},"VKWPBf":{"context":"dialog header","string":"Șterge avatarul utilizatorului Personal"},"gxPjIQ":{"string":"Sigur dorești să ștergi {email} din membrii personalului?"},"QirE3M":{"string":"Data de Început"},"tWbE34":{"string":"Ora de Început"},"tzMNF3":{"string":"Stare"},"RrCui3":{"string":"Rezumat"},"5elC9k":{"context":"taxes section name","string":"Taxe "},"lnQAos":{"context":"header","string":"Taxe "},"3BTtL2":{"string":"Nu s-au găsit țări"},"/JENWS":{"string":"Cote de impozitare reduse"},"07KB2d":{"string":"Codul Ţării"},"0GJfWd":{"string":" Numele Ţării"},"la9cZ4":{"string":"Cota de impozitare"},"QHB48n":{"context":"header","string":"Cote de impozitare în {countryName}"},"Ubath+":{"string":"Nu s-au găsit categorii de taxe reduse"},"4EuJKs":{"string":"Toate prețurile produselor au TVA inclus"},"98isC5":{"string":"Afișează prețurile brute pentru clienții din magazin"},"FNKhkx":{"string":"Percepe taxe la tarifele de livrare"},"+OV+Gj":{"context":"button","string":"Preluare taxe"},"HtQGEH":{"string":"Cotele de impozitare au fost preluate cu succes"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Atribute"},"5fCMUI":{"context":"translations section name","string":"Traduceri"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Traduceri, {numberOfTranslatedFields} Efectuate"},"Xtd0AT":{"string":"Şir Original"},"/vCXIP":{"string":"Traducere"},"vTN5DZ":{"context":"button","string":"Renunță"},"T/5OyA":{"string":"Încă nu sunt traduceri"},"DRMMDs":{"string":"Nume Atribut"},"SPBLzT":{"context":"header","string":"Traducere Atribut \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Valoare {number}"},"JE0TAx":{"context":"section name","string":"Valori"},"US3IPU":{"string":"Descriere Motor de căutare"},"XitW/z":{"string":"Traducere Categorie \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Titlu Motor de căutare"},"Bphmwe":{"context":"header","string":"Traducere Colecție \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Limbi"},"FemBUF":{"context":"header","string":"Traduceri în {language}"},"7NFfmz":{"string":"Produse"},"CxfKLC":{"string":"Pagini"},"VKb1MS":{"string":"Categorii"},"RzsKm8":{"string":"Metode de livrare"},"c8nvms":{"string":"Vânzări"},"etP0+D":{"string":"Vouchere"},"ikRuLs":{"context":"translation progress","string":"{current} din {max}"},"vcwrgW":{"string":"Nu s-au găsit entități traductibile"},"LWmYSU":{"string":"Traduceri Finalizate"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Nume"},"ptPPVk":{"string":"Nu s-au găsit limbi"},"y1Z3or":{"string":"Limbă"},"oUWXLO":{"context":"header","string":"Traducere Pagina \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Titlu Pagină"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Traducere Produs \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Traducere Reducere \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Nume Reducere"},"GpqEl5":{"context":"shipping method description","string":"Descriere"},"1UKx20":{"context":"header","string":"Traducere Metodă Livrare \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Traducere Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Nume Voucher"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Neconfirmat"},"vN3qdA":{"context":"button","string":"Un pas înapoi"},"oB0y5Y":{"context":"order status","string":"Neonorată"},"FBtqtl":{"context":"payment status","string":"Neachitată"},"Lx1ima":{"context":"button","string":"Încarcă imaginea"},"m8cjcK":{"context":"add authorization key error","string":"Cheia de autorizare cu acest tip există deja"},"+x4cZH":{"string":"Doar membrii personalului pot fi desemnați"},"aggaJg":{"string":"Acest atribut a fost deja atribuit acestui tip de produs"},"u24Ppd":{"string":"Acest atribut nu poate fi atribuit acestui tip de produs"},"cd13nN":{"context":"product attribute error","string":"Toate atributele trebuie să aibă valoare"},"lLwtgs":{"string":"Variantele sunt dezactivate pentru acest tip de produs"},"IFWHn0":{"context":"error message","string":"Adresa de facturare nu este setată"},"ij7olm":{"context":"error message","string":"Această onorare nu poate fi anulată"},"BM1JiJ":{"context":"error message","string":"Această comandă nu poate fi anulată"},"nOo0oL":{"context":"error message","string":"Nu sunt suficiente elemente de onorat"},"Xb6BJ9":{"context":"error message","string":"Plățile manuale nu pot fi rambursate"},"WzA5Ll":{"string":"Nu se poate elimina utilizatorul din ultimul grup"},"sZ27WU":{"context":"error message","string":"Numai plățile pre-autorizate pot fi anulate"},"gKdGxP":{"context":"error message","string":"Numai plățile pre-autorizate pot fi înregistrate"},"DK+8PB":{"string":"Acest canal a fost deja creat"},"V2BBQu":{"string":"Moneda din ambele canale trebuie să fie aceeași"},"QFCUEt":{"string":"Slug trebuie să fie unic"},"AY7Tuz":{"string":"Același obiect nu poate fi în ambele liste"},"E8T3e+":{"string":"Nu se poate adăuga și elimina grupul în același timp"},"abTH5q":{"context":"error message","string":"Adresa de e-mail nu este setată"},"c5pMZ8":{"string":"Eroare API"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Valoare incorectă"},"pC6/1z":{"string":"Manifest format incorect"},"eu98dw":{"string":"Parolă incorectă"},"D2qihU":{"string":"Permisiunea este incorectă"},"g/BrOt":{"string":"Adresa URL are format incorect"},"AdmPca":{"context":"error message","string":"Valoarea maximă nu poate fi mai mică decât valoarea minimă"},"0AQH0Q":{"string":"Pluginul este configurat greșit și nu poate fi activat"},"FuAV5G":{"string":"Acest nume este deja luat. Te rugăm să încerci altul."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Nu se poate alege o metodă de livrare pentru o comandă fără adresă de livrare"},"r+8q4B":{"context":"error message","string":"Numai comenzile ciornă pot fi editate"},"PCoO4D":{"context":"error message","string":"Pagina nu a fost găsită."},"Fz3kic":{"context":"error message","string":"Adresa de facturare nu este setată sau factura nu este gata pentru a fi trimisă"},"N43t3/":{"context":"error message","string":"Numărul nu este setat pentru factură"},"C4hCsD":{"string":"Aplicația este în afara domeniului de aplicare a permisiunilor tale"},"1n1tOR":{"string":"Grupul este în afara domeniului de aplicare a permisiunilor tale"},"4prRLv":{"string":"Permisiunea este în afara domeniului tău de aplicare"},"KRqgfo":{"string":"Utilizatorul este în afara domeniului de aplicare a permisiunilor tale"},"cY42ht":{"string":"Parola nu poate fi în întregime numerică"},"Y1B0PN":{"context":"error message","string":"Nu există nicio plată asociată comenzii"},"vVviA2":{"string":"Aceste permisiuni sunt în afara domeniului tău de aplicare"},"mYs3tb":{"string":"Prețul nu poate fi mai mic de 0."},"VEE4gD":{"context":"error message","string":"Metoda de livrare nu este se aplică pentru adresa de livrare aleasă"},"ychKsb":{"context":"error message","string":"Metoda de livrare este necesară pentru această comandă"},"rZf1qL":{"context":"bulk variant create error","string":"SKU-urile trebuie să fie unice"},"nKjLjT":{"context":"error message","string":"Slug trebuie să fie unic pentru fiecare depozit"},"wn3di2":{"string":"Această parolă este prea des folosită"},"LR3HlT":{"string":"Această parolă este prea scurtă"},"1wyZpQ":{"string":"Aceste parole sunt prea similare"},"TDhHMi":{"string":"Acesta trebuie să fie unic"},"qDwvZ4":{"string":"Eroare necunoscută"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"Adresa URL nu este setată pentru factură"},"Z6QAbw":{"string":"Această variantă nu are niciun conținut digital"},"i3Mvj8":{"context":"product attribute error","string":"Această variantă există deja"},"iUy2dx":{"context":"vouchers section name","string":"Vouchere"},"ycMLN9":{"context":"warehouses section name","string":"Depozite"},"43Nlay":{"context":"warehouse","string":"Informații Adresă"},"GhcypC":{"context":"header","string":"Creează Depozit"},"DTL7sE":{"context":"dialog content","string":"Sigur dorești să ștergi {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Șterge Depozit"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Caută Depozit"},"2yU+q9":{"context":"tab name","string":"Toate Depozitele"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Creează Depozit"},"PFXGaR":{"string":"Zone de Livrare"},"2gsiR1":{"string":"Nu s-au găsit depozite"},"aCJwVq":{"context":"warehouse","string":"Nume"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"Acest depozit nu are zone de expediere alocate."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Setări"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Sigur dorești să ștergi acest webhook?"},"o5KXAN":{"context":"delete webhook","string":"Sigur dorești să ștergi {name}?"},"X90ElB":{"context":"dialog header","string":"Șterge Webhook"},"snUby7":{"context":"header","string":"Detalii Webhook Nedenumit"},"Ryh3iR":{"context":"header","string":"Creează Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Detalii"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Evenimente"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"cheia secretă este folosită pentru a crea o semnătură hash cu fiecare sarcină utilă. *câmp opțional"},"u9/vj9":{"context":"webhook input label","string":"Adresa URL țintă"},"0MetrR":{"context":"webhook input help text","string":"Această adresă URL va primi solicitări webhook POST"},"WDy0tF":{"context":"section header","string":"Informații Webhook"},"D0KaT6":{"context":"webhook input label","string":"Nume Webhook"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook activ"},"IBCBi1":{"context":"webhook active description","string":"Dacă dorești să dezactivezi acest webhook, te rugăm să debifezi caseta de mai jos."},"1+M/52":{"context":"section header","string":"Stare Webhook"},"wbjuR4":{"string":"Nu s-au găsit webhook-uri"},"wlr0Si":{"context":"button","string":"Creează Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Acțiune"},"1eCau/":{"string":"Webhook Nedenumit"},"OTpV1t":{"context":"webhook name","string":"Nume"},"JVaz1C":{"context":"window title","string":"Creează Webhook"},"a5msuh":{"string":"Da"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Alocat"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Cantitate"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Referință tranzacției"},"Y9lv8z":{"context":"product unavailability","string":"Indisponibil pentru cumpărare"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Anulează atribuirea"},"KSp+8B":{"context":"product available for purchase date","string":"va fi disponibil la {data}"},"hAcUEl":{"context":"product publication date label","string":"va fi publicat la {data}"}} \ No newline at end of file diff --git a/locale/ru.json b/locale/ru.json index 0eae802ea..cf4e2a6c0 100644 --- a/locale/ru.json +++ b/locale/ru.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Отменить заказ" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Скрыто" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Видимый" - }, - "configurationMenuAttributes": { - "string": "Определить атрибуты, используемые для создания типов товаров" - }, - "configurationMenuChannels": { - "string": "Определите и управляйте своими каналами продаж" - }, - "configurationMenuNavigation": { - "string": "Определить как пользователи могут перемещаться по вашему магазину" - }, - "configurationMenuPageTypes": { - "string": "Определите типы страниц контента, используемых в вашем магазине" - }, - "configurationMenuPermissionGroups": { - "string": "Управление группами доступа и их правами" - }, - "configurationMenuProductTypes": { - "string": "Задать типы продаваемых товаров" - }, - "configurationMenuShipping": { - "string": "Управление доставкой заказов" - }, - "configurationMenuSiteSettings": { - "string": "Просмотр и обновление настроек вашего сайта" - }, - "configurationMenuStaff": { - "string": "Управление сотрудниками и их правами" - }, - "configurationMenuTaxes": { - "string": "Управляйте тем, как ваш магазин взимает налог" - }, - "configurationMenuWarehouses": { - "string": "Управление и обновление информации о вашем складе" - }, - "configurationPluginsPages": { - "string": "Просмотр и обновление ваших плагинов и их настроек." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "размер скидки" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Фиксированная сумма" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Активность" - }, - "homeActivityCardNoActivities": { - "string": "Никаких действий не найдено" - }, - "homeAnalyticsCardHeader": { - "string": "Сегодня" - }, - "homeHeaderText": { - "context": "header", - "string": "Привет, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Вот некоторые сведения, которые мы собрали о вашем магазине" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {Один заказал} few {{amount} Заказано} many {{amount} Заказано} other {{amount} Заказано}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Лучшие товары" - }, - "homeProductsListCardNoProducts": { - "string": "Товары не найдены" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Отказ от ответственности " - }, - "homeScreenDisclaimerText1": { - "string": "Новая панель инструментов и API GraphQL являются программным обеспечением для предварительного просмотра." - }, - "homeScreenDisclaimerText2": { - "string": "GraphQL API - это бета-версия. Он не полностью оптимизирован и некоторые мутации или запросы могут отсутствовать." - }, - "homeScreenHeader": { - "context": "header", - "string": "Привет, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "между" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "равно" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Создать Меню" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Заголовок Меню" - }, - "menuDetailsDeleteMenuContent": { - "string": "Вы уверены, что хотите удалить меню {menuName}?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Удалить Меню" - }, - "menuDetailsPageHelperText": { - "string": "Создание структуры навигации выполняется путем перетаскивания. Просто создайте новый пункт меню, а затем перетащите его в предназначенное ему место. Вы можете перемещать элементы на друг друга для создания древовидной структуры и перетаскивать элементы вверх и вниз для создания иерархии" - }, - "menuItemDialogAddItem": { - "context": "create new menu item, header", - "string": "Добавить пункт меню" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Ссылка на: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Редактировать элемент" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Ссылка" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Начните вводить, чтобы начать поиск..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Название" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Создать новый элемент" - }, - "menuItemsHeader": { - "context": "header", - "string": "Элементы меню" - }, - "menuItemsPlaceholder": { - "string": "Добавьте новый элемент, чтобы начать создавать меню." - }, - "menuListCreatedMenu": { - "string": "Созданное меню" - }, - "menuListDeleteMenuContent": { - "string": "Вы уверены, что хотите удалить {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Удалить Меню" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Вы уверены, что хотите удалить это меню?} few {Вы уверены, что хотите удалить {displayQuantity} меню?} many {Вы уверены, что хотите удалить {displayQuantity} меню?} other {Вы уверены, что хотите удалить {displayQuantity} меню?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Удалить меню" - }, - "menuListDeletedMenu": { - "string": "Удаленное меню" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Элементы" - }, - "menuListMenutitle": { - "string": "Заголовок Меню" - }, - "menuListNoMenus": { - "string": "Меню не найдено" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Создать Меню" - }, - "menuPropertiesMenuTitle": { - "string": "Заголовок Меню" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Не опубликован" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "Не установлено " - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "Не установлено " - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "Не установлено" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "не применяется" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Создать тип страницы" - }, - "pageTypeInputLabel": { - "string": "Выберите тип контента" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Доступно для покупки" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Категория" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Коллекции" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Описание" - }, - "productExportFieldName": { - "context": "product field", - "string": "Название" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Изображения продукта" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Вес экспортируемой продукции" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Налоговые сборы" - }, - "productExportFieldType": { - "context": "product field", - "string": "Тип" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Изображения вариантов" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "SKU экспортируемого варианта" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Вес экспортируемого варианта" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Инвентарь" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Создать тип товара" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Создать тип товара" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Налоги" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Цена" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Наличие" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Наличие" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "Для вашего магазина не созданы склады. Вы можете настроить варианты без указания количества на складе." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Склады" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "Для вашего магазина не созданы склады. Чтобы добавить количество запаса к варианту, пожалуйста, настройте склад" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "Для вашего магазина не созданы склады. Чтобы добавить товар на складе, пожалуйста, настройте склад" - }, - "published channel": { - "context": "product label", - "string": "Опубликовано" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Категории ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Коллекции ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Товары ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Установить дату доступности" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Вы уверены, что хотите удалить {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Вы уверены, что хотите удалить {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Склад" - }, - "src_dot_accept": { - "context": "button", - "string": "Принять" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Приложения" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Приложения" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "Приложение активировано" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "Приложение деактивировано" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Активировать приложение" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Вы уверены, что хотите активировать {name}? При активации начнется сбор событий." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Активировать" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Деактивировать" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Деактивировать приложение" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Вы уверены, что хотите отключить это приложение? Ваши данные будут храниться до тех пор, пока вы не активируете приложение. Вам по-прежнему будет выставлен счет за приложение." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Вы действительно хотите отключить {имя}? Ваши данные будут храниться до тех пор, пока вы не активируете приложение. Вам по-прежнему будет выставлен счет за приложение." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Удалив {name}, вы удалите все данные и вебхуках, связанные с этим приложением. Вы уверены, что хотите это сделать?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Удалить приложение" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Вы уверены, что хотите удалить это приложение?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Удалив {name}, вы удалите установленное приложение. Если вы платите за подписку на приложение, не забудьте отказаться от подписки на приложение в Saleor Marketplace. Вы уверены, что хотите удалить приложение?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Деактивировать" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "Просмотреть политику конфиденциальности этого приложения" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Изменить настройки" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Конфиденциальность данныхverified_user " - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Получить поддержку" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Открыть приложение" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Активировать" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "Права доступа приложения" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "Это приложение имеет следующие права:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "О приложении" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Удалить приложение" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Вы уверены, что хотите удалить это приложение?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Удалив {name}, вы удалите установленное приложение. Если вы платите за подписку на приложение, не забудьте отказаться от подписки на приложение в Saleor Marketplace. Вы уверены, что хотите удалить приложение?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "Проблема с приложением." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor не смог получить важную информацию об установке. Без этих данных невозможно установить приложение. Воспользуйтесь кнопкой ниже, чтобы вернуться на панель инструментов." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Вернуться на главную" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Узнать больше о конфиденциальности данных" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Установить приложение" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Установка этого приложения даст ему следующие права доступа:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "При удалении приложения будут удалены все личные данные вашего клиента, хранящиеся на {name}." - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "Вы собираетесь установить {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "Права доступа приложения" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "О" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Текущие установки" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Повторить" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "Во время установки возникла ошибка" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Установка приложения..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Предоставьте этому приложению полный доступ к магазину" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Расширьте или ограничьте права доступа приложений для доступа к определенной части системы Saleor." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Создать новое приложение" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Сгенерированный токен" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "Этот токен дает вам доступ к API вашего магазина, который вы найдете здесь: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Скопировано" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Копировать токен" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_4189999598": { - "string": "Мы создали ваш токен по умолчанию. Обязательно скопируйте свой новый личный токен доступа сейчас. Вы не сможете увидеть это снова." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Предоставьте этому приложению полный доступ к магазину" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Деактивировать" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Расширьте или ограничьте права доступа приложений для доступа к определенной части системы Saleor." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Активировать" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "Информация о приложении" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "Имя приложения" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Ключ" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "Токены не найдены" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Токены" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Создать токен" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Заметка токена" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Действия" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Создать приложение" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Деактивирован" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "О" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "На вашей панели управления нет установленных приложений." - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Сторонние приложения" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace в разработке" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Посетить Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Откройте для себя отличные бесплатные и платные приложения на нашей торговой площадке Saleor." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Сгенерированный токен" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Токен доступа используется для аутентификации служебных аккаунтов" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3009959880": { - "string": "Мы создали ваш токен. Обязательно скопируйте свой новый личный токен доступа сейчас. Вы не сможете увидеть это снова." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Копировать токен" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Создать токен" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Заметка токена" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Создать" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Удалить Токен" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Вы уверены, что хотите удалить токен {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Не удалось получить настройки приложения" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Установить приложение" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Не удалось установить {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "Приложение установлено" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} готов к использованию" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "Приложение успешно удалено" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Создать приложение" - }, - "src_dot_assign": { - "context": "button", - "string": "Назначить" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Атрибуты" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Атрибут с этим идентификатором уже существует" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "Это значение уже существует в этом атрибуте" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Вы уверены, что хотите удалить этот атрибут?} few {Вы уверены, что хотите удалить {displayQuantity} атрибутов?} many {Вы уверены, что хотите удалить {displayQuantity} атрибутов?} other {Вы уверены, что хотите удалить {displayQuantity} атрибутов?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Удалить атрибуты" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Удалить атрибут" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Вы уверены, что Вы хотите удалить {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Область" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Метка по умолчанию" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Код атрибута" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "context": "attribute slug input field helper text", - "string": "Это используется внутри. Убедитесь, что вы не используете пробелы" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Дата" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Выпадающее" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Файл" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Тип входа в каталог для владельца магазина" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Множественный выбор" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Страницы" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Товары" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Запрет незаполненных значений" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Вес" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "Все атрибуты" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "Создать атрибут" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "Поиск атрибута" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "Может использоваться как столбец" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Может быть отфильтрован в Панели управления" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { - "context": "use attribute in filtering", - "string": "Может быть отфильтрован в витрине магазина" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_isVariantOnly": { - "context": "attribute can be used only in variants", - "string": "Только вариант" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_valueRequired": { - "context": "attribute value is required", - "string": "Запрет незаполненных значений" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_visibleInStorefront": { - "context": "attribute", - "string": "Видна на странице товара в магазине" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { - "string": "Атрибуты не найдены" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2186555805": { - "context": "attribute can be searched in storefront", - "string": "Использовать в граненом поиске" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2235596452": { - "context": "attribute can be searched in dashboard", - "string": "С возможностью поиска" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { - "string": "Код атрибута" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_643174786": { - "context": "attribute is visible", - "string": "Видимый" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "Метка по умолчанию" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "Определите, где этот атрибут будет использоваться в Saleor" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Организация" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Класс атрибута" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Контент атрибута" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Атрибут товара" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Создать новый атрибут" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Добавить в параметры столбца" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "Если этот атрибут включен, его можно использовать в качестве столбца в таблице товаров." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Свойства Панели Управления" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Использовать в фильтрации" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "Если этот параметр включен, вы сможете использовать этот атрибут для фильтрации товаров в списке товаров." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Использовать в граненой навигации" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Свойства Витрины" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Положение в граненой навигации" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Публичный" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "Если включено, атрибут будет доступен покупателям." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Изображение" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Вы уверены, что хотите удалить значение \"{name}\"?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Удалить значение атрибута" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Вы уверены, что хотите удалить значение \"{name}\"? Если вы удалите его, вы не сможете назначить его ни одному из товаров с атрибутом \"{attributeName}\"." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Изменить значение" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Добавить значение" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "Название" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Значение" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "Название" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "Значения не найдены" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Значения атрибута" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Назначить значение" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Успешно созданный атрибут" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Значение удалено" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Атрибут удален" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Добавлено новое значение" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Атрибуты успешно удалены" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Войти" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Пароль" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Забыли пароль?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Извините, ваше имя пользователя и/или пароль неверны. Пожалуйста, попробуйте еще раз." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Новый пароль" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "Установить новый пароль" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "Подтвердите пароль" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Пароли не соответствуют" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Сброс пароля" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Вернуться на страницу авторизации" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Сброс пароля" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "Успех! Через несколько минут вы получите сообщение с инструкциями о том, как сбросить пароль." - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "Указанный адрес электронной почты не существует в нашей базе данных." - }, - "src_dot_availability": { - "string": "Доступность" - }, - "src_dot_back": { - "context": "button", - "string": "Назад" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Отмена" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Отменен" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Каталог" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Категории" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Фоновое изображение (по желанию)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(По желанию)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Создать новую категорию" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Чтобы поисковикам было проще найти эту категорию, добавьте заголовок и описание." - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Удалить категорию" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "Вы уверены, что хотите удалить {categoryName}?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Название категории" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Описание категории" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Создать категорию" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Поиск категории" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "Все категории" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Название категории" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "Категории не найдены" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "Подкатегории не найдены" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "Подкатегории" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "Количество продуктов" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "Товары не найдены" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Название" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Добавить товар" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "Товаров в {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Подкатегории" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Чтобы поисковикам было проще найти эту категорию, добавьте заголовок и описание." - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "Продукты" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "Все подкатегории" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Создать подкатегорию" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Создать категорию" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Вы уверены, что хотите удалить этот товар?} few {Вы уверены, что хотите удалить {displayQuantity} товаров?} many {Вы уверены, что хотите удалить {displayQuantity} товаров?} other {Вы уверены, что хотите удалить {displayQuantity} товаров?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "Категория создана" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Вы уверены, что хотите удалить эту категорию?} few {Вы уверены, что хотите удалить {displayQuantity} категорий?} many {Вы уверены, что хотите удалить {displayQuantity} категорий?} other {Вы уверены, что хотите удалить {displayQuantity} категорий?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "Удалить категорию" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Категория удалена" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Удалить продукты" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Помните, что при этом будут откреплены все продукты, относящиеся к этой категории, что сделает их недоступными в магазине." - }, - "src_dot_categories_dot_views_dot_3488150607": { - "string": "Помните, что при этом также будут удалены все товары, отнесенные к этой категории." - }, - "src_dot_categories_dot_views_dot_712767046": { - "context": "dialog title", - "string": "Удалить категории" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "Вы уверены, что хотите удалить {categoryName}?" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_1823337870": { - "string": "{counter,plural,one {Вы уверены, что хотите удалить эту категорию?} few {Вы уверены, что хотите удалить {displayQuantity} категорий?} many {Вы уверены, что хотите удалить {displayQuantity} категорий?} other {Вы уверены, что хотите удалить {displayQuantity} категорий?}}" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_3488150607": { - "string": "Помните, что при этом также будут удалены все товары, отнесенные к этой категории." - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_712767046": { - "context": "dialog title", - "string": "Удалить категории" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Каналы продаж" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Доступность" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Удалите Канал" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Удаление канала приведет к удалению всех данных продукта, относящихся к этому каналу. Вы уверены, что хотите удалить этот канал?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "Вся информация о заказе из этого канала должна быть перемещена в другой канал. Пожалуйста, выберите канал, в который должны быть перемещены заказы :." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "Нет никакого доступного канала для перемещения информации о заказе. Пожалуйста, создайте канал с той же валютой, чтобы информация могла быть перемещена в него." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Выберите Канал" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Настройки канала" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Скопировано" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Идентификатор" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Копировать" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Валюта" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Название канала" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Выберите канал" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Название канала" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Неактивный" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Статус" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Деактивировать" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Статус канала" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Активный" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Активировать" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Название канала" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "Каналы не найдены" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Действия" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Создайте канал" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{код} - {страны}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "Новый канал" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Создайте канал" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Дельная информация о канале" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Канал удален" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Канал удален" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Выберите файл" - }, - "src_dot_clear": { - "context": "button", - "string": "Очистить" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Коллекции" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Видимый" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Скрыто" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "Чтобы поисковикам было проще найти эту коллекцию, добавьте заголовок и описание." - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "Добавить коллекцию" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "Видимый" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Скрыто" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Чтобы поисковикам было проще найти эту коллекцию, добавьте заголовок и описание." - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "Название" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Фоновое изображение (по желанию)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(По желанию)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "Все коллекции" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Создать коллекцию" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "Скрыто" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Опубликовано" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "Коллекции не найдены" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "Количество товаров" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "Название коллекции" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "Доступность" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "Товары не найдены" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Тип" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "Доступность" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Товаров в {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Назначить товар" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "Название" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Коллекция удалена" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Товар добавлен в коллекцию" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Вы уверены, что хотите удалить изображение коллекции?" - }, - "src_dot_collections_dot_views_dot_3215481647": { - "string": "{counter,plural,one {Вы уверены, что хотите отменить назначение этого товара?} few {Вы уверены, что хотите отменить назначение {displayQuantity} товаров?} many {Вы уверены, что хотите отменить назначение {displayQuantity} товаров?} other {Вы уверены, что хотите отменить назначение {displayQuantity} товаров?}}" - }, - "src_dot_collections_dot_views_dot_3482612628": { - "string": "Удаленный товар из коллекции" - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "src_dot_collections_dot_views_dot_3791354625": { - "context": "dialog title", - "string": "Отменить назначение товаров из коллекции" - }, - "src_dot_collections_dot_views_dot_523939418": { - "string": "Вы уверены, что хотите удалить {collectionName}?" - }, - "src_dot_collections_dot_views_dot_686910896": { - "context": "window title", - "string": "Создать коллекцию" - }, - "src_dot_collections_dot_views_dot_699514132": { - "context": "dialog title", - "string": "Удалить коллекцию" - }, - "src_dot_collections_dot_views_dot_870815507": { - "context": "unassign product from collection, button", - "string": "Отмена назначения" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "Удалить изображение" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2491832187": { - "string": "{counter,plural,one {Вы уверены, что хотите удалить эту коллекцию?} few {Вы уверены, что хотите удалить {displayQuantity} коллекций?} many {Вы уверены, что хотите удалить {displayQuantity} коллекций?} other {Вы уверены, что хотите удалить {displayQuantity} коллекций?}}" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_3817188998": { - "context": "dialog title", - "string": "Удалить коллекции" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Группы прав доступа" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Права доступа" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Доступные права доступа" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "Эта группа прав доступа превышает ваши собственные. Вы можете управлять только теми правами доступа, которые у вас есть." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "Эта группа является последним источником этого права доступа" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Страна" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Телефон" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Адресная строка 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "Город" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "Почтовый индекс" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Адресная строка 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Компания" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Область" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "Результатов не найдено" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Поиск атрибутов " - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Поиск по имени атрибута" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Назначить атрибут" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Назначить" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Назначить категорию" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Поиск категории" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Поиск по названию категории и т.д..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Назначить коллекцию" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Поиск коллекции" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Поиск по названию коллекции, и т.д..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Назначить" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Поиск товаров" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Поиск по названию товара, атрибута, типа товара, и т.д." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Назначить товар" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Поиск по названию товара, атрибута, типа товара, и т.д." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Атрибутов" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Атрибуты" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Значения" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Значение" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "Нет результатов" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Доступность" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Управление" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Показать в списках продуктов" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "с {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Опубликовать на" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Отключение этого флажка удалит продукт со страниц поиска и категорий. Он будет доступен на страницах коллекции." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Установить доступность на" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Установить дату публикации" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Сортировка каналов от А до Я" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Опубликовано" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Статус" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Сброс" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Столбцы" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} столбцов, выбранных из {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Страна" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Телефон" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Адресная строка 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Город" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "Почтовый индекс" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Адресная строка 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Компания" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Область" - }, - "src_dot_components_dot_CountryList_dot_2460766407": { - "context": "number of countries", - "string": "{number} Стран" - }, - "src_dot_components_dot_CountryList_dot_2747492886": { - "context": "button", - "string": "Назначить страны" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_2173195312": { - "context": "custom search delete, dialog header", - "string": "Удалить поиск" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_71479100": { - "string": "Вы уверены, что хотите удалить {name} вкладку поиска?" - }, - "src_dot_components_dot_DemoBanner_dot_1647850230": { - "string": "Витрина магазина" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Использовать GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Ошибка" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Панель управления" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Удалить поиск" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Пользовательский фильтр" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Сохранить поиск" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "Фильтры" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "Нет результатов" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Показать больше" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Фильтры" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "и" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Фильтры" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Сохранить изменения" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "src_dot_components_dot_ImageUpload_dot_1731007575": { - "context": "image upload", - "string": "Сбросить сюда, чтобы загрузить" - }, - "src_dot_components_dot_LanguageSwitch_dot_4150219184": { - "context": "button", - "string": "{languageName} - {languageCode}" - }, - "src_dot_components_dot_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Значение" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Метаданные" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Скрытые метаданные" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Поле" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Добавить поле" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Действия" - }, - "src_dot_components_dot_MoneyRange_dot_12301532": { - "context": "money", - "string": "к {money}" - }, - "src_dot_components_dot_MoneyRange_dot_1316359951": { - "context": "money", - "string": "{fromMoney} - {toMoney}" - }, - "src_dot_components_dot_MoneyRange_dot_3729849657": { - "context": "money", - "string": "из {money}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Добавить новое значение: {value}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { - "string": "Результатов не найдено" - }, - "src_dot_components_dot_MultiSelectField_dot_4205644805": { - "string": "Результатов не найдено" - }, - "src_dot_components_dot_NavigatorButton_dot_154826674": { - "string": "Навигатор" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "Номер заказа" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Введите команду" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Поиск клиента" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Поиск в клиентах" - }, - "src_dot_components_dot_Navigator_dot_2874620973": { - "context": "navigator placeholder", - "string": "Введите {key}, чтобы увидеть доступные действия" - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Поиск в каталоге" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Перейдите к" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "Наша новая функция, чтобы помочь вам с вашими ежедневными задачами. Запустите Навигатор, используя сочетание клавиш {keyboardShortcut}." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Быстрые Действия" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Навигатор здесь, чтобы помочь" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "Категория" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Коллекция" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Опубликовано" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Не опубликовано" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Создать категорию" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Создать коллекцию" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Создать клиента" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Создать заказ" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Создать группу прав доступа" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Создать товар" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Создать ваучер" - }, - "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": "Перейти к заказу №{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Поиск в каталоге" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Поиск команды" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Поиск клиентов" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Поиск просмотров и действий" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Отображаемая справка" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Поиск заказов" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "Нет результатов" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Товар" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Ой!..." - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Чего-то не хватает" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "Извините, страница не найдена" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "Вернитесь к Панели управления" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "Результатов не найдено" - }, - "src_dot_components_dot_RowNumberSelect_dot_1154361791": { - "string": "Кол-во рядков:" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1514415736": { - "context": "save filter tab, header", - "string": "Сохранить пользовательский поиск" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1556856943": { - "context": "save search tab", - "string": "Поиск названия" - }, - "src_dot_components_dot_SearchBar_dot_2173195312": { - "context": "button", - "string": "Удалить поиск" - }, - "src_dot_components_dot_SearchBar_dot_2340527467": { - "string": "Пользовательский фильтр" - }, - "src_dot_components_dot_SearchBar_dot_3268463180": { - "context": "button", - "string": "Сохранить поиск" - }, - "src_dot_components_dot_SeoForm_dot_1324250412": { - "string": "Название поисковой системы" - }, - "src_dot_components_dot_SeoForm_dot_1991321627": { - "string": "Описание поисковой системы" - }, - "src_dot_components_dot_SeoForm_dot_3198271020": { - "context": "button", - "string": "Редактировать сайт SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Предварительный просмотр поисковой системы" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Идентификатор" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} из {maxCharacters} характеристик" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Если не указано, отображаемый предпросмотр будет создан в автоматическом режиме." - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Добавить новое значение: {value}" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { - "string": "Ничего" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_4205644805": { - "string": "Результатов не найдено" - }, - "src_dot_components_dot_SingleSelectField_dot_4205644805": { - "string": "Результатов не найдено" - }, - "src_dot_components_dot_TableHead_dot_868570480": { - "string": "Выбранные {number} предметов" - }, - "src_dot_components_dot_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "src_dot_components_dot_Timeline_dot_1359200231": { - "context": "add order note, button", - "string": "Отправить" - }, - "src_dot_components_dot_Timeline_dot_3028189627": { - "string": "Оставьте свою заметку здесь..." - }, - "src_dot_components_dot_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Выйти" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Настройки аккаунта" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Показать в списках продуктов" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Видимость" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "с {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Опубликовать на" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Отключение этого флажка удалит продукт со страниц поиска и категорий. Он будет доступен на страницах коллекции." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Установить доступность на" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Установить дату публикации" - }, - "src_dot_components_dot_WeightRange_dot_264731940": { - "context": "weight", - "string": "к {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": "из {value} {unit}" - }, - "src_dot_components_dot_Weight_dot_2781622322": { - "context": "weight", - "string": "{value} {unit}" - }, - "src_dot_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Настройки" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Разное" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Настройки доставки" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Атрибуты и типы продуктов" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Настройки сотрудников" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Настройки товара" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Подтвердить" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Ошибка экспорта продукта" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Экспорт продукта завершен и отправлен на ваш электронный адрес." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Экспорт CSV завершен" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Запрошенный счет-фактура создан. Он был добавлен в верхнюю часть списка счетов на этой странице." - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Счет создан" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Создание счета" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Обновить" - }, - "src_dot_continue": { - "context": "button", - "string": "Продолжить" - }, - "src_dot_create": { - "context": "button", - "string": "Создать" - }, - "src_dot_customApps": { - "string": "Локальные приложения" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Клиенты" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "Изменить адрес" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "Добавить адрес" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Добавить адрес" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "string": "У этого клиента нет адресов, добавленных в его адресную книгу. Вы можете добавить адрес, используя кнопку ниже." - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName} Адресная книга" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "Детали {fullName}" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "Нет адреса для этого клиента" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Адрес по умолчанию" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Адрес для выставления счета по умолчанию" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Адрес доставки по умолчанию" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Удалить адрес" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Изменить адрес" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Установить по умолчанию адрес для выставления счетов" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Установить адрес доставки по умолчанию" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Информация об адресе" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Адрес доставки" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Адрес" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "У этого клиента еще нет адресов" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "Адрес для выставления счета" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "Основной адрес" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "Основной адрес этого клиента." - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Обзор клиента" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "Заметки" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Заметка" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Введите любую дополнительную информацию об этом клиенте." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "Создать клиента" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { - "context": "check to mark this account as active", - "string": "Аккаунт пользователя активен" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { - "context": "section subheader", - "string": "Активный участник с {дата}" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { - "context": "note about customer", - "string": "Заметка" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Контактная информация" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Поиск клиента" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "Создать клиента" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "Все клиенты" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Дата присоединения" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { - "string": "Количество заказов" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "Количество заказов" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "Клиенты не найдены" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Электронная почта клиента" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Имя клиента" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { - "context": "order status", - "string": "Статус" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "Последние заказы" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "№ заказа" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "Посмотреть все заказы" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "Дата" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "Сумма" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { - "string": "Заказы не найдены" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Последняя авторизация" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "Последний заказ" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "История клиента" - }, - "src_dot_customers_dot_views_dot_1927691511": { - "context": "delete customer, dialog content", - "string": "Вы уверены, что хотите удалить {email}?" - }, - "src_dot_customers_dot_views_dot_1998583641": { - "context": "dialog header", - "string": "Удалить клиента" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "Удалить адрес" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Создать клиента" - }, - "src_dot_customers_dot_views_dot_3689332763": { - "string": "Вы уверены, что хотите удалить этот адрес из адресной книги пользователя?" - }, - "src_dot_customers_dot_views_dot_3901579344": { - "string": "Клиент удален" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Клиент создан" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_1932444813": { - "string": "{counter,plural,one {Вы уверены, что хотите удалить этого клиента?} few {Вы уверены, что хотите удалить {displayQuantity} клиентов?} many {Вы уверены, что хотите удалить {displayQuantity} клиентов?} other {Вы уверены, что хотите удалить {displayQuantity} клиентов?}}" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_2136923553": { - "context": "dialog header", - "string": "Удалить клиентов" - }, - "src_dot_dashboard": { - "string": "Панель управления" - }, - "src_dot_date": { - "string": "Дата" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Удалить" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Просто чтобы вы знали ... Вы в демонстрационном режиме. Вы можете поиграть с Панелью управления, но не можете сохранить изменения." - }, - "src_dot_description": { - "string": "Описание" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Скидки" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Назначить категории" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Приемлемые категории" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "Категории не найдены" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Название категории" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Товары" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Назначить коллекции" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Приемлемые коллекции" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "Коллекции не найдены" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Название коллекции" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Товары" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_1585396479": { - "context": "dialog header", - "string": "Назначить страны" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2110418881": { - "context": "search box placeholder", - "string": "Поиск по названию страны" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2177165134": { - "string": "Выберите из списка ниже страны, которыми вы хотите ограничить ваучер" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2566713432": { - "context": "search box label", - "string": "Фильтровать страны" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2747492886": { - "context": "button", - "string": "Назначить страны" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2777439857": { - "context": "country selection", - "string": "Страны от А до Я" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Установить дату окончания" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1662220323": { - "context": "time during discount is active, header", - "string": "Время активности" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsButton": { - "context": "button", - "string": "Назначить товары" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Приемлемые товары" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "Товары не найдены" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Доступность" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Название товара" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Тип товара" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "Атрибуты не найдены." - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Название товара" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Тип товара" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Создать продажу" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "Название" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Поиск распродажи" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Создать распродажу" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "Все распродажи" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "активный" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "Истекший срок действия" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { - "context": "discount type", - "string": "Фиксированная сумма" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Процент" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "Запланировано" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "Начинается" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "Статус" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "Тип скидки" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "Значение" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { - "context": "sale end date", - "string": "Заканчивается" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { - "string": "Не найдено распродаж." - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Начинается" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "Название" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Значение" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Название" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Тип скидки" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Процент" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Фиксированная сумма " - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "Значение" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Размер скидки" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "Каналы не найдены" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Название канала" - }, - "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { - "context": "page header", - "string": "Создать ваучер" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Установить дату окончания" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { - "context": "time during voucher is active, header", - "string": "Время активности" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "Ваучер распространяется на все страны" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Ваучер ограничен этими странами" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "Страны" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "Категории ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "Коллекции ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "Товары ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Код скидки" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Генерировать код" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Ограничение до одного использования на клиента" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Ограничить количество раз, когда эта скидка может быть использована в общей сложности" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Предел использования" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Предел использования" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "Все купоны" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { - "string": "Поиск ваучера" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { - "context": "button", - "string": "Создать ваучер" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { - "context": "voucher status", - "string": "Активный" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "Истекший срок действия" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { - "context": "discount type", - "string": "Фиксированная сумма" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Процент" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "Запланировано" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Начинается" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { - "context": "voucher status", - "string": "Статус" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { - "context": "voucher", - "string": "Использованное время" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "Тип скидки" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "размер" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "Мин. потрачено" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "Заканчивается" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "Пользоваться" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "Начинается" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "код" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Не найдено купонов." - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Значение" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_2746532349": { - "context": "voucher requirements, header", - "string": "Минимальные требования" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3069107721": { - "context": "voucher has no requirements", - "string": "Ничего" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3740704788": { - "context": "voucher requirement", - "string": "Минимальное количество элементов" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_4097816011": { - "string": "Каналы не найдены" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Название канала" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Минимальная величина заказа" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "Значение" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Мин. величина заказа" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "Относится к" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_3751756157": { - "context": "voucher value requirement", - "string": "Предел использования" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_78726751": { - "context": "voucher code", - "string": "код" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3216816841": { - "context": "header", - "string": "Тип скидки" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3289659291": { - "context": "voucher discount type", - "string": "Бесплатная доставка" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3688224049": { - "context": "voucher discount type", - "string": "Процент" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { - "context": "voucher discount type", - "string": "Фиксированная сумма " - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1134347598": { - "context": "column title", - "string": "Цена" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "размер" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Размер скидки" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Только один раз за заказ" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Специфическая информация ваучера" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "Каналы не найдены" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4189095909": { - "string": "Если этот параметр отключен, скидка будет учитываться для каждого соответствующего товара" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Название канала" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Весь заказ" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Конкретный товар" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Доставка" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Успешно созданная распродажа" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Удаленная распродажа" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Удаленная распродажа" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Удалить распродажу" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Отменить назначение категории из распродажи" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Вы уверены, что хотите удалить {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_2809303671": { - "context": "dialog header", - "string": "Удалить распродажи" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_372098008": { - "context": "dialog content", - "string": "{counter,plural,one {Вы уверены, что хотите удалить эту распродажу?} few {Вы уверены, что хотите удалить {displayQuantity} распродаж?} many {Вы уверены, что хотите удалить {displayQuantity} распродаж?} other {Вы уверены, что хотите удалить {displayQuantity} распродаж?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Успешно созданный ваучер" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Отменить назначение коллекций из ваучера" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Отменить назначение товаров из ваучера" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Отменить назначение категории из ваучера" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Вы уверены, что хотите удалить {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Удалить ваучер" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_2983742638": { - "context": "dialog content", - "string": "{counter,plural,one {Вы уверены, что хотите удалить этот ваучер?} few {Вы уверены, что хотите удалить {displayQuantity} ваучеров?} many {Вы уверены, что хотите удалить {displayQuantity} ваучеров?} other {Вы уверены, что хотите удалить {displayQuantity} ваучеров?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_367317371": { - "context": "dialog header", - "string": "Удалить ваучеры" - }, - "src_dot_done": { - "context": "button", - "string": "Готово" - }, - "src_dot_draft": { - "context": "order status", - "string": "Черновик" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Черновик заказов" - }, - "src_dot_drafts": { - "string": "Черновики" - }, - "src_dot_edit": { - "context": "button", - "string": "Редактировать" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "Дата окончания" - }, - "src_dot_endHour": { - "string": "Час окончания" - }, - "src_dot_error": { - "string": "Ошибка" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "Имя" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Исполнен" - }, - "src_dot_generalInformations": { - "string": "Основная информация" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Клиент" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Заметка" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Экспорт CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Изменить" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Подробности" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Номер заказа" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Истекший срок действия" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Подробности" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Сумма" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Валюта" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Товар" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Статус" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Удалить" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Деактивировать" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Активировать" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Товар" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Настройки" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Главная" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "Заказ № {orderId} был размещен из черновика {userEmail}" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "Заказ № {orderId} был размещен из черновика" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_paid": { - "string": "Заказ № {orderId} был полностью оплачен" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_placed": { - "string": "Заказ № {orderId} был размещен" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "Нет готовых заказов" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "Нет платежей, ожидающих получения" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Вариант {имя} установлен по умолчанию." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Фамилия" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Управление" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Навигация" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Следующий" - }, - "src_dot_no": { - "string": "Нет" - }, - "src_dot_ok": { - "context": "button", - "string": "ОК" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "По желанию" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Заказы" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Отмена заказов" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Вы уверены, что хотите отменить этот заказ?} few {Вы уверены, что хотите отменить {displayQuantity} заказов?} many {Вы уверены, что хотите отменить {displayQuantity} заказов?} other {Вы уверены, что хотите отменить {displayQuantity} заказов?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Отмена этого заказа приведет к освобождению неисполненных запасов, поэтому они могут быть куплены другими клиентами. Заказ не будет возвращен при отмене заказа - вам нужно сделать это вручную. Вы уверены, что хотите отменить этот заказ?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor не может отменить заказ" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "Для этого заказа все еще существуют исполнения, созданные для него. Отмените выполнение, прежде чем отменить заказ." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Платежный адрес" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Добавить новый адрес" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "Результатов не найдено" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Адрес доставки" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "Нет заметок от клиента" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "Заметки" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "Контактная информация" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Поиск клиентов" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "Просмотреть профиль" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "Адрес доставки" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Клиент" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Такой же как и адрес доставки" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Анонимный пользователь" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Адрес для выставления счета" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Заказ №{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Отменить заказ" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Добавить" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "размер скидки" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Фиксированная сумма " - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Неверное значение" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Процент" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "Удалить черновик заказа" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "Вы уверены, что хотите удалить черновик # {orderNumber}?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "Цена" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Товар" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Количество" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "Товары не добавлены в заказ" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { - "context": "total price of ordered products", - "string": "Всего" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Добавьте службу доставки" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Скидка" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "Нет применимых перевозчиков" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Промежуточный итог" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Налоги (включая НДС)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Всего" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Подробности заказа" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "Добавить товары" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Создать заказ" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "Все черновики" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Поиск черновика" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Создан" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "Клиент" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "Черновики заказов не найдены" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "№ заказа" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "Клиент" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Дата" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Всего" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Отменить заказ" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Завершить" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Заказ" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Заказ №{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Заказ № {orderNumber} - Добавить выполнение" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Товары готовы к отправке" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "Нет в наличии" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Название товара" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Количество для выполнения" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Отправить детали отгрузки клиенту" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "Единица складского учёта" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Выполнить" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Добавить отслеживание" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Редактирование отслеживания" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Возврат" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Номер отслеживания: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Отправить детали отгрузки клиенту" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Вы уверены, что хотите отменить выполнение? Отмена выполнения приведет к пополнению запасов на выбранном складе." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Выбрать склад" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Отмена выполнения" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Номер отслеживания" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Добавить код отслеживания" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Адрес заказа был обновлен" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1521936480": { - "context": "order history message", - "string": "Выполнено {quantity} элементов" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1527620381": { - "context": "order history message", - "string": "Выполнение было отменено" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_184692906": { - "context": "order history message", - "string": "Заказ размещен" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1867847329": { - "context": "order history message", - "string": "Ссылки на цифровые товары заказа отправлены" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1964864749": { - "context": "order history message", - "string": "Заказ создан из черновика" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2020753264": { - "context": "order history message", - "string": "Подтверждение оплаты было отправлено клиенту" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2027649178": { - "context": "order history message", - "string": "Обновлены запасы {quantity} элементов" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2304318421": { - "context": "order history message", - "string": "Заметка была добавлена к заказу" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2369495522": { - "context": "order history message", - "string": "Подтверждение заказа отправлено клиенту" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2421636085": { - "context": "order history message", - "string": "Счет был запрошен {requestBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2566971846": { - "context": "order history message", - "string": "Платеж был аннулирован" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Заказ был полностью оплачен" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2770854455": { - "context": "order history message", - "string": "Платеж получен" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3081292385": { - "context": "order history message", - "string": "Подтверждение выполнения было отправлено клиенту" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3095247195": { - "context": "order history message", - "string": "Черновик заказа создан" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3237374063": { - "context": "order history message", - "string": "Платеж был авторизован" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3453124210": { - "context": "order history message", - "string": "Номер отслеживания доставки отправлен клиенту" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_348557206": { - "context": "order history message", - "string": "Платеж был возвращен" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Номер счета {invoiceNumber} обновлен" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3990160018": { - "string": "История заказов" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4015160303": { - "context": "order history message", - "string": "Продано сверх своих запасов {quantity} элементов" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4121987561": { - "context": "order history message", - "string": "Информация о возврате заказа была отправлена клиенту" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4265697648": { - "context": "order history message", - "string": "Обновленный номер отслеживания групп выполнения" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4266665081": { - "context": "order history message", - "string": "Платеж не прошел" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_493321552": { - "context": "order history message", - "string": "Информация об отмене заказа отправлена клиенту" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_651019008": { - "context": "order history message", - "string": "Детали доставки были отправлены клиенту" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_748112244": { - "context": "order history message", - "string": "Номер счета {invoiceNumber} был создан {createdBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Счет был отправлен клиенту пользователем {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Заказ был отменен" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Вы действительно хотите отправить этот счет: {invoiceNumber} клиенту?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Отправить счет-фактуру" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Счет-фактуры" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "создан" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "Счет-фактуры не будут отображаться" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Счет" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Генерировать" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Создать заказ" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { - "string": "Поиск заказов..." - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { - "context": "tab name", - "string": "Все заказы" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Клиент" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Создан" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Статус выполнения" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "Платеж" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "№ заказа" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "Клиент" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Дата" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "Всего" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "Заказы не найдены" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going to mark this order as paid." - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_4196844912": { - "context": "dialog header", - "string": "Отметить заказ как оплаченный" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_1466130374": { - "context": "dialog header", - "string": "Получение оплаты" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_75546233": { - "context": "amount of refunded money", - "string": "Сумма" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Вы уверены, что хотите аннулировать этот платеж?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Пустой платеж" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "Получить" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Полученная сумма" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Скидка" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} элементов" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Отметить как оплаченное" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Непогашенный остаток" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Статус платежа" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Предварительно авторизованная сумма" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Возврат" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Доставка" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "не применяется" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "не применяется" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Промежуточный итог" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Налоги" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Всего" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "с НДС" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Возврат" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "купон" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Поиск по названию товара, атрибута, типа товара, и т.д." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Добавить товар" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Поиск товаров" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Цена" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Товар" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Количество" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "Единица складского учёта" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Всего" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Цена" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "Товары не найдены" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Товар" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Всего" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Заказ" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Заказ №{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Сумма" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Возврат" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Цена" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "Товары не найдены" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Товар" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Всего" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Цена" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Товар" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Заменить" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Отменено ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Выполнено ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Не исполненный" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Заказ №{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Настройки" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Изменить способ доставки" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Выполнить" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "Мы выставляем запрошенный вами счет. Подождите пару минут" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Платеж успешно получен" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Черновик заказа успешно завершен" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Строка заказа удалена" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Выполнение успешно обновлено" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Строка заказа обновлена" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Заказ помечен как оплаченный" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Добавлена ​​строка заказа" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Заказ успешно отменен" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Заметка успешно добавлена" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Оплата заказа успешно аннулирована" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Заказ успешно обновлен" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Электронное письмо со счетом отправлено" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Счет-фактура формируется" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Способ доставки успешно обновлен" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Выполнение успешно отменено" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Черновик заказа №{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Заказ №{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Заказ №{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Удалить черновики заказов" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Удаленные черновики заказов" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Черновик заказа успешно создан" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Вы уверены, что хотите удалить этот черновик заказа?} few {Вы уверены, что хотите удалить {displayQuantity} черновиков заказов?} many {Вы уверены, что хотите удалить {displayQuantity} черновиков заказов?} other {Вы уверены, что хотите удалить {displayQuantity} черновиков заказов?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Выполнить заказ № {orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Выполненные элементы" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Выполнить заказ" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Черновик заказа успешно создан" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "Атрибуты не найдены" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Имя атрибута" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Назначить атрибут" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Идентификатор" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Метаданные" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Создать тип страницы" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Метаданные" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Отмена назначения" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Страницы" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Создать страницу" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1996767833": { - "string": "Чтобы поисковикам было проще найти эту страницу, добавьте заголовок и описание." - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { - "context": "page", - "string": "будет видно с {date}" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Видимый" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Скрыто" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Содержимое" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Заголовок" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Создать страницу" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Заголовок" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Видимость" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "Страницы не найдены" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3478065224": { - "context": "page internal name", - "string": "Идентификатор" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3640454975": { - "context": "page status", - "string": "Опубликовано" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Не опубликовано" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Создать страницу" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Успешно создана новая страница" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Удалить страницу" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Вы уверены, что хотите удалить {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Удаленные страницы" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Опубликовать" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Отменить публикацию страниц" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Вы уверены, что хотите отменить эту страницу?} few {Вы действительно хотите отменить публикацию {displayQuantity} страниц?} many {Вы действительно хотите отменить публикацию {displayQuantity} страниц?} other {Вы действительно хотите отменить публикацию {displayQuantity} страниц?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Отменить публикацию" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Опубликовать страницы" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Вы уверены, что хотите опубликовать эту страницу?} few {Вы уверены, что хотите опубликовать {displayQuantity} страниц?} many {Вы уверены, что хотите опубликовать {displayQuantity} страниц?} other {Вы уверены, что хотите опубликовать {displayQuantity} страниц?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Вы уверены, что хотите удалить эту страницу?} few {Вы уверены, что хотите удалить {displayQuantity} страниц?} many {Вы уверены, что хотите удалить {displayQuantity} страниц?} other {Вы уверены, что хотите удалить {displayQuantity} страниц?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Опубликованные страницы" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Удалить страницы" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Полностью оплачено" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Частично выполнено" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Частично оплачено" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Частично возмещен" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Статус платежа" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Группы прав доступа" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "Участники не найдены" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Поиск сотрудников" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Поиск по имени, электронной почте и т.д." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Активный" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Неактивный" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Назначить сотрудников" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Отменить назначение пользователей" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "Вы не можете изменять участников этой группы. Решите эту проблему, чтобы продолжить запрос." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Группа имеет полный доступ к магазину" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Расширьте или ограничьте разрешения группы для доступа к определенной части системы." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Вы уверены, что хотите удалить {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Удалить группу прав доступа" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Не удается удалить группу, находящуюся за пределами ваших прав доступа" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Группа имеет полный доступ к магазину" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Расширьте или ограничьте права доступа группы для доступа к определенной части системы." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Название группы" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "создать группу прав доступа" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Название группы прав доступа" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Участники" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Действия" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "Группы прав доступа не найдены" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Неактивный" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "Вы еще не назначили ни одного участника в эту группу прав доступа." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "Участники не найдены" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Адрес электронной почты" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Назначить участников" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Пожалуйста, используйте кнопку Назначить участников, чтобы сделать это." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Активный" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Участники группы" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Действия" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Название" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Отменить назначение пользователей" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Вы уверены, что хотите отменить {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Создать категорию" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Группа прав доступа создана" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Отмена назначения" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Группа прав доступа удалена" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Плагины" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Авторизация" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Имя плагина" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { - "context": "plugin status", - "string": "Статус" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { - "context": "section header", - "string": "Информация о плагине и статус" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "string": "Set plugin as active" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_3032939398": { - "context": "header", - "string": "Добавить значение в поле авторизации" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_4269236107": { - "context": "header", - "string": "Изменить поле авторизации" - }, - "src_dot_plugins_dot_components_dot_PluginSettings_dot_1970881031": { - "context": "section header", - "string": "Настройки плагина" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3352026836": { - "context": "header", - "string": "Детали {pluginName}" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3233248823": { - "string": "Поиск плагинов..." - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3523826683": { - "context": "tab name", - "string": "Все плагины" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { - "context": "plugin filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "Плагины не найдены" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Активный" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Настройки" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Деактивирован" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Название" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "src_dot_plugins_dot_views_dot_1096544448": { - "context": "header", - "string": "Удалить поле авторизации" - }, - "src_dot_plugins_dot_views_dot_955370043": { - "string": "Плагин может перестать работать после очистки этого поля. Вы уверены, что хотите продолжить?" - }, - "src_dot_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Типы продуктов" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { - "string": "Атрибуты не найдены" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1228425832": { - "string": "Имя атрибута" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Назначить атрибут" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Идентификатор" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_3559259966": { - "context": "section header", - "string": "Атрибуты товара" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Тип продукта использует атрибуты варианта" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "string": "Название типа товара" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { - "context": "tab name", - "string": "Все типы товаров" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3420445375": { - "string": "Искать тип товара" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3479705616": { - "context": "button", - "string": "создать тип товара" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_configurable": { - "context": "product type", - "string": "Настраиваемый" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_digital": { - "context": "product", - "string": "Цифровой" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_shippable": { - "context": "product", - "string": "С возможностью отправки" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_type": { - "context": "product type is digital or physical", - "string": "Тип" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1126553969": { - "string": "Типы товаров не найдены" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1211157042": { - "context": "product type", - "string": "Простой товар" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1240292548": { - "context": "tax rate for a product type", - "string": "Налог" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { - "context": "product type is either simple or configurable", - "string": "Тип" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2253986440": { - "context": "product type name", - "string": "Название типа" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2754779425": { - "context": "product type", - "string": "Настраиваемый" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_881286562": { - "context": "product type", - "string": "Цифровой" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_966610541": { - "context": "product type", - "string": "Материальный" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_1325966144": { - "context": "product type shipping settings, section header", - "string": "Доставка" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2143413921": { - "context": "switch button", - "string": "Этот продукт может быть отправлен?" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2927891783": { - "string": "Используется для расчета тарифов на доставку для товаров этого типа, когда не указан конкретный вес" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_746695941": { - "string": "Вес" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "Атрибуты не найдены" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Имя атрибута" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Назначить атрибут" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Идентификатор" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Атрибуты варианта" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Успешно созданный тип товара" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Тип товара удален" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Отменить назначение атрибута из типа продукта" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Отменить назначение атрибута из типа товара" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Отмена назначения" - }, - "src_dot_products": { - "context": "products section name", - "string": "Товары" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Категория" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Коллекции" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Организация" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Не опубликован" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { - "string": "Чтобы поисковикам было проще найти этот товар, добавьте заголовок и описание." - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Опубликовано" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Название" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Экспортировать запас для всех складов" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Загрузить больше" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "и еще {number}" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Организация" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO информация" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Выбранные продукты ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Экспортировать информацию для:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "Все продукты ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Склады от А до Я" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Информация экспортирована" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Экспортировать как:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Настройки экспорта" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Выбрать все" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Таблица для Excel, Numbers и т. Д." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Найти аттрибуты" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Экспорт количества товаров на складе в CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Инвентарная информация" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "CSV файл" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Информация экспортирована:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Поиск по имени атрибута" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Текущий поиск ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Финансовая информация" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "экспорт товаров" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "продукты" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Информация по экспорту" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Создать товар" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Экспорт товаров" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Поиск товаров..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "Все товары" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Доступно" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Скрыто" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Распродано" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "Цена" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Количество на складе" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "Видимость" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Видимый" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Простой" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "Товары не найдены" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Настраиваемый" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Название" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Доступность" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Цена" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Тип" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "По желанию" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Загрузить" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Категория" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Коллекции" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Настройки товара" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "string": "Настраиваемый" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "*По желанию. Добавление товара в коллекцию поможет пользователям найти его." - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Тип товара" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Доставка" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Вес" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Складская единица хранения)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Название склада" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Количество" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Каналы продаж" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Отслеживание запасов" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Назначить склад" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Активное отслеживание запасов будет автоматически рассчитывать изменения запасов" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Брать налог с данной продукции" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Налоговый тариф" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Отменить налоговую ставку для типа продукта" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Не опубликован" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { - "string": "Чтобы поисковикам было проще найти этот товар, добавьте заголовок и описание." - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Опубликовано" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Создать варианты" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Атрибуты варианта" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Удалить вариант" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Сохранить вариант" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Цена" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Выбранные значения будут использоваться для создания вариантов настраиваемого товара." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Атрибут" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Выберите атрибут" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Цена и артикулы" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Остаток и складирование" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Выберите значения" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Выберите значения" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Выберите атрибут" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Сумма заказа" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Применить единую цену ко всем артикулам" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Применить уникальный запас по атрибуту для каждого артикула" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Применить уникальные цены по атрибутам к каждому артикулу" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Применить единый запас ко всем артикулам" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Следующий" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Вот краткое изложение вариантов, которые будут созданы. Вы можете изменить цены, запасы и SKU для каждого созданного." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Пропустить запас сейчас" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Создать" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Созданные варианты" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "На основе вашего выбора мы создадим {numberOfProducts} товаров. Используйте этот шаг, чтобы настроить цену и запасы для ваших новых товаров" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "Единица складского учёта" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Цены и артикул" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "На основе вашего выбора мы создадим 8 товаров. Используйте этот шаг, чтобы настроить цену и запасы для ваших новых товаров." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Предыдущий" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Вариант" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Значения" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Удалить вариант" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_2297471173": { - "context": "delete product variant", - "string": "Вы уверены, что хотите удалить {name}?" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "Удалить вариант" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "По умолчанию" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Варианты" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "Добавить вариант" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "Новый вариант" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Скрыто" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Атрибуты варианта" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Доступность" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Ценообразование" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Цена" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Цена" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Название канала" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "Каналы не найдены" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Себестоимость" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Установить по умолчанию" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Недоступно во всех местах" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Недоступен" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Цена" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "По умолчанию" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} доступно} few {{stockQuantity} доступно} many {{stockQuantity} доступно} other {{stockQuantity} доступно}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Инвентаризация доступна в:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Создать варианты" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Варианты" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} доступно в {numLocations} местах} few {{numAvailable} доступны в {numLocations} местах} many {{numAvailable} доступны в {numLocations} местах} other {{numAvailable} доступны в {numLocations} местах}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Использовать варианты для товаров, которые поставляются в различных версиях, например, разных размеров или цветов" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "Все склады" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Инвентаризация" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Создать вариант" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Нет в наличии" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "Единица складского учёта" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Вариант" - }, - "src_dot_products_dot_views_dot_1731766393": { - "context": "dialog header", - "string": "Удалить изображение" - }, - "src_dot_products_dot_views_dot_2279302139": { - "string": "Вариант удален" - }, - "src_dot_products_dot_views_dot_2362587265": { - "context": "header", - "string": "Создать вариант" - }, - "src_dot_products_dot_views_dot_2880386427": { - "string": "Вы уверены, что хотите удалить это изображение?" - }, - "src_dot_products_dot_views_dot_3989383405": { - "context": "window title", - "string": "Создать вариант" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Создать товар" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "Новый товар" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Товар создан" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Вы уверены, что хотите удалить этот товар?} few {Вы уверены, что хотите удалить {displayQuantity} товаров?} many {Вы уверены, что хотите удалить {displayQuantity} товаров?} other {Вы уверены, что хотите удалить {displayQuantity} товаров?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Экспорт CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Удалить товары" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "В настоящее время мы экспортируем запрошенный вами CSV. Как только он станет доступен, он будет отправлен на ваш адрес электронной почты." - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Товар удален" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Вы уверены, что хотите удалить {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Удалить товар" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Удалить варианты товара" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Удачно созданные варианты" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Создать варианты" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Свойства" - }, - "src_dot_readOnly": { - "string": "Saleor работает в режиме только для чтения. Изменения не сохранены." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Готовы получить" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Готовы выполнить" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Возмещено полностью" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Удалить" - }, - "src_dot_requiredField": { - "string": "Это поле обязательно к заполнению" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Расродажи" - }, - "src_dot_save": { - "context": "button", - "string": "Сохранить" - }, - "src_dot_savedChanges": { - "string": "Сохраненные изменения" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Выбрать все" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Отправить" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Служебные аккаунты" - }, - "src_dot_sessionExpired": { - "string": "Время сеанса истекло. Пожалуйста, войдите снова, чтобы продолжить." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Методы доставки" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Удалить способ доставки" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Название канала" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Ценообразование" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Цена" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Название канала" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Поиск товаров" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "Нет товаров, соответствующих данному запросу" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Назначить товары" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Название товара" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Действия" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "Данная весовая единица будет использоваться в качестве веса по умолчанию" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Весовая единица для отгрузки" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Название склада" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Создать новый склад" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Выберите страны из списка ниже, которые вы хотите добавить в зону доставки" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Назначить страны" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Страны от А до Я" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Быстрый выбор" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Остальной мир" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "Если выбрано, это добавит все страны, не выбранные в другие зоны доставки" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Поиск стран" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Поиск по названию страны" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Страны" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Создать новую зону доставки" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "В настоящее время в этой зоне доставки нет стран" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Страны" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "В настоящее время в этой зоне доставки нет стран" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} из {maxCharacters} характеристик" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Имя области доставки" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Добавить" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Доставка" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Доставка" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Цена" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Создать тариф" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Диапазон значений" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "Тарифы доставки не найдены" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Тариф на основе цены" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Диапазон веса" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Вес на основе тарифа" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "Название" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Добавить новый склад" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Выбрать склад" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Выберите склад, с которого вы будете отгружать товары для этой зоны доставки. Этот адрес склада также будет использоваться для расчета налогов." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Настройки" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Доставка" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Доставка по зонам" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Создать зону доставки" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "Страны" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Название" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "Зоны доставки не найдены" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Максимальная цена не может быть ниже минимальной" - }, - "src_dot_shipping_dot_views_dot_1005071028": { - "string": "Вы уверены, что хотите удалить {shippingZoneName} зону доставки?" - }, - "src_dot_shipping_dot_views_dot_1010705153": { - "context": "dialog header", - "string": "Удалить зону доставки" - }, - "src_dot_shipping_dot_views_dot_1711385401": { - "context": "dialog header", - "string": "Удалить зоны доставки" - }, - "src_dot_shipping_dot_views_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Вы уверены, что хотите удалить эту зону доставки?} few {Вы действительно хотите удалить {displayQuantity} зон доставки?} many {Вы действительно хотите удалить {displayQuantity} зон доставки?} other {Вы действительно хотите удалить {displayQuantity} зон доставки?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Отмена назначения" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Удалить зону доставки" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Максимальный вес не может быть ниже минимального" - }, - "src_dot_show": { - "context": "button", - "string": "Показать" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Настройки сайта" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Название вашего магазина отображается на вкладке в веб-браузере" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Название вашего магазина" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Описание магазина отображается на панели задач после названия вашего магазина" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Информация о магазине" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Информация о компании" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "string": "Это общая информация о вашем магазине. Она определяет, какой URL-адрес вашего магазина и что отображается в панели задач браузера." - }, - "src_dot_somethingWentWrong": { - "string": "Saleor столкнулся с неожиданной проблемой" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Сотрудники" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Пригласить сотрудника" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Отправить приглашение" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "Пользователь назначен на:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Права доступа" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Пользователь активен" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "Все сотрудники" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_61043583": { - "string": "Поиск сотрудника" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_797461521": { - "context": "button", - "string": "Пригласить сотрудника" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Активный" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Деактивирован" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "Статус" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { - "context": "staff member status", - "string": "Неактивный" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": "Адрес электронной почты" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Активный" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "Сотрудники не найдены" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "Название" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "Новый пароль" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "Новый пароль должен быть не менее 8 символов" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "Изменить пароль" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Предыдущий пароль" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "Вы должны менять свой пароль каждый месяц, чтобы избежать проблем с безопасностью." - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "Изменить пароль" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "Пароль" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "Выбрав это, изменится язык вашей панели управления" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "Пожалуйста, обратите внимание, что пока все корректировки валюты и даты завершены, языковые переводы находятся в различной степени завершения." - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { - "string": "Предпочтительный язык" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { - "context": "section header", - "string": "Предпочтения" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_1473195966": { - "context": "avatar change button", - "string": "Изменить" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Информация о сотрудниках" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Удалить" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "удалить сотрудника" - }, - "src_dot_staff_dot_views_dot_3945766678": { - "string": "Вы уверены, что хотите удалить {email} аватар?" - }, - "src_dot_staff_dot_views_dot_701332676": { - "context": "dialog header", - "string": "Удалить аватар сотрудника" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "Вы уверены, что хотите удалить {email} из сотрудников?" - }, - "src_dot_startDate": { - "string": "Дата начала" - }, - "src_dot_startHour": { - "string": "Час начала" - }, - "src_dot_status": { - "string": "Статус" - }, - "src_dot_summary": { - "string": "Сумма заказа" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Налоги" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Налоги" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "Страны не найдены" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Снижение налоговых ставок" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Код страны" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "Название страны" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "Категория" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Налоговый тариф" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Налоговый тариф в {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "Снижение налоговых категорий не найдено" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Все цены на товары включают в себя сумму налога" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Показывать клиентам брутто-цены на витрине магазина" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Брать налог с расценок на доставку" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_3375540052": { - "context": "button", - "string": "Получить налоги" - }, - "src_dot_taxes_dot_views_dot_2411670026": { - "string": "Успешно выбранные налоговые ставки" - }, - "src_dot_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Атрибуты" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Переводы" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1308081812": { - "string": "{numberOfFields} Переводы, {numberOfTranslatedFields} Завершено" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1348655672": { - "string": "Оригинальная строка" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_2481190613": { - "string": "Перевод" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_363646127": { - "context": "button", - "string": "Сброс" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_3793796047": { - "string": "Еще нет перевода" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_2642976392": { - "string": "Название атрибута" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Значение {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Значения" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Название категории" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "Описание поисковой системы" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Категория перевода \"{categoryName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { - "string": "Название поисковой системы" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { - "string": "Предварительный просмотр поисковой системы" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { - "string": "Описание поисковой системы" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { - "string": "Название поисковой системы" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { - "string": "Название коллекции" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3055443821": { - "context": "header", - "string": "Коллекция переводов \"{collectionName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3468022343": { - "string": "Предварительный просмотр поисковой системы" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1163855804": { - "string": "Языки" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { - "string": "Коллекции" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Переводы на {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Товары" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Страницы" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Категории" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Способы доставки" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Атрибуты" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Распродажи" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Купоны" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} из {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "Переводимые объекты не найдены" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "Завершенные переводы" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "Название" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Языки" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "Языки не найдены" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Язык" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Содержимое" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Описание поисковой системы" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Название поисковой системы" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Перевод страницы \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Предварительный просмотр поисковой системы" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Заголовок страницы" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Описание поисковой системы" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Название поисковой системы" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Название товара" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Перевод товара \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "Описание" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Предварительный просмотр поисковой системы" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_3731955064": { - "context": "header", - "string": "Перевод распродажа \"{saleName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_898281424": { - "string": "Название распродажи" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Описание" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Название" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2447510181": { - "context": "header", - "string": "Перевод ваучера \"{voucherName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2599922713": { - "string": "Название ваучера" - }, - "src_dot_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Отменить" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Не исполненный" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Неоплаченный" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Загрузите изображение" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Ключ авторизации с таким типом уже существует" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Только сотрудники могут быть назначены" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "Этот атрибут уже был присвоен этому типу товара" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "Этот атрибут не может быть назначен этому типу товара" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "Все атрибуты должны иметь значение" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Варианты отключены в этом типе товара" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Платежный адрес не указан" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "Это выполнение не может быть отменено" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "Этот заказ не может быть отменен" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Недостаточно элементов для выполнения" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Оплата в ручном режиме не может быть возвращена" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Невозможно удалить пользователя из последней группы" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Только предварительно одобренные платежи могут быть отменены" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Только авторизованные платежи могут быть получены" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Невозможно добавить и удалить группу одновременно" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Электронный адрес не задан" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "Ошибка API" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Неверное значение" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Неверный формат манифеста" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Неправильный пароль" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Права доступа недействительны" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Статус недействителен" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "URL имеет недопустимый формат" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Плагин неправильно настроен и не может быть активирован" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "Это имя уже занято. Пожалуйста, укажите другое." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Невозможно выбрать способ доставки для заказа без адреса доставки" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Только черновики заказов могут быть отредактированы" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Страница не найдена" - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Платежный адрес не установлен или счет не готов к отправке" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Не указан номер для счета" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "Недостаточно прав доступа на приложение" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Группа выходит за рамки ваших прав доступа" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Недостаточно прав доступа" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "Пользователь находится за пределами ваших прав доступа" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Пароль не может быть полностью числовым" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "Там нет оплаты, связанных с заказом" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Эти права доступа находятся за пределами вашей компетенции" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Цена товара не может быть меньше 0" - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Способ доставки недоступен для выбранного адреса" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Для этого заказа требуется способ доставки" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKU должны быть уникальными" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Идентификатор должен быть уникальным для каждого склада" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "Этот пароль слишком часто используется" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "Этот пароль слишком короткий" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "Эти пароли слишком похожи" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "Это должно быть уникальным" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Неизвестная ошибка" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL-адрес не указан для счета-фактуры" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "Этот вариант не имеет цифрового содержимого" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "Данный вариант уже существует" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Ваучеры" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Склады" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Информация об адресе" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Создать склад" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Вы уверены, что хотите удалить {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Удалить склад" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Информация об адресе" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Название склада" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Поиск складов" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "Все склады" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Создать склад" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Зоны доставки" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "Склады не найдены" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Действия" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Название" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "Этот склад не имеет зон отгрузки." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Настройки" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Создать склад" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Вы уверены, что хотите удалить этот webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Вы уверены, что хотите удалить {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Удалить Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Детали не упомянутого Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Создать Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} детали" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "События" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input help text", - "string": "секретный ключ используется для создания хэш-подписи с каждой полезной нагрузкой. * необязательное поле" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrl": { - "context": "webhook input label", - "string": "Целевой URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "Этот URL будет получать POST-запросы webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Информация о Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Название Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook активен" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "Если вы хотите отключить этот webhook, снимите флажок ниже." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Статус Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Детали не упомянутого Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Создать Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} детали" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "Вебхуки не найдены" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Создать Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Действие" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Безымянный webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Название" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Создать Webhook" - }, - "src_dot_yes": { - "string": "Да" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Размещен" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Количество" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Недоступно для покупки" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Отмена назначения" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Отмена назначения" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Отмена назначения" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "станет доступно {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "будет опубликовано {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Отменить заказ"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Скрыто"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Видимый"},"19/lwV":{"string":"Определить атрибуты, используемые для создания типов товаров"},"8vJCJ4":{"string":"Определите и управляйте своими каналами продаж"},"hpMcW8":{"string":"Определить как пользователи могут перемещаться по вашему магазину"},"JPH/uP":{"string":"Определите типы страниц контента, используемых в вашем магазине"},"ivJ1qt":{"string":"Управление группами доступа и их правами"},"n0RwMK":{"string":"Задать типы продаваемых товаров"},"zxs6G3":{"string":"Управление доставкой заказов"},"5BajZK":{"string":"Просмотр и обновление настроек вашего сайта"},"RQUkVW":{"string":"Управление сотрудниками и их правами"},"EIULpW":{"string":"Управляйте тем, как ваш магазин взимает налог"},"5RmuD+":{"string":"Управление и обновление информации о вашем складе"},"m19JfL":{"string":"Просмотр и обновление ваших плагинов и их настроек."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"размер скидки"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Статус недействителен"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Фиксированная сумма"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Активность"},"wWTUrM":{"string":"Никаких действий не найдено"},"zWgbGg":{"string":"Сегодня"},"By5ZBp":{"context":"header","string":"Привет, {userName}"},"aCX8rl":{"context":"subheader","string":"Вот некоторые сведения, которые мы собрали о вашем магазине"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {Один заказал} few {{amount} Заказано} many {{amount} Заказано} other {{amount} Заказано}}"},"rr8fyf":{"context":"header","string":"Лучшие товары"},"Q1Uzbb":{"string":"Товары не найдены"},"6L6Fy2":{"context":"header","string":"Отказ от ответственности "},"5LRkEs":{"string":"Новая панель инструментов и API GraphQL являются программным обеспечением для предварительного просмотра."},"G7mu0y":{"string":"GraphQL API - это бета-версия. Он не полностью оптимизирован и некоторые мутации или запросы могут отсутствовать."},"QBxN6z":{"context":"is filter range or value","string":"между"},"I+UwqI":{"context":"is filter range or value","string":"равно"},"0OtaXa":{"context":"dialog header","string":"Создать Меню"},"jhh/D6":{"string":"Заголовок Меню"},"G/SYtU":{"string":"Вы уверены, что хотите удалить меню {menuName}?"},"QzseV7":{"context":"dialog header","string":"Удалить Меню"},"E54eoT":{"string":"Создание структуры навигации выполняется путем перетаскивания. Просто создайте новый пункт меню, а затем перетащите его в предназначенное ему место. Вы можете перемещать элементы на друг друга для создания древовидной структуры и перетаскивать элементы вверх и вниз для создания иерархии"},"H3Uirw":{"context":"create new menu item, header","string":"Добавить пункт меню"},"fzDI3A":{"context":"add link to navigation","string":"Ссылка на: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Редактировать элемент"},"Urh2N3":{"context":"label","string":"Ссылка"},"28GZnc":{"string":"Начните вводить, чтобы начать поиск..."},"0Vyr8h":{"context":"menu item name","string":"Название"},"Uf3oHA":{"context":"add new menu item","string":"Создать новый элемент"},"dEUZg2":{"context":"header","string":"Элементы меню"},"WwZfNK":{"string":"Добавьте новый элемент, чтобы начать создавать меню."},"ugnggZ":{"string":"Созданное меню"},"bj1U23":{"string":"Вы уверены, что хотите удалить {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Вы уверены, что хотите удалить это меню?} few {Вы уверены, что хотите удалить {displayQuantity} меню?} many {Вы уверены, что хотите удалить {displayQuantity} меню?} other {Вы уверены, что хотите удалить {displayQuantity} меню?}}"},"1LBYpE":{"context":"dialog header","string":"Удалить меню"},"OwG/0z":{"string":"Удаленное меню"},"0nL1D6":{"context":"number of menu items","string":"Элементы"},"DWs4ba":{"string":"Меню не найдено"},"JXRYQg":{"context":"button","string":"Создать Меню"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Не опубликован"},"YI6Fhj":{"context":"no address is set in draft order","string":"Не установлено "},"PX2zWy":{"context":"customer is not set in draft order","string":"Не установлено "},"e7yOai":{"context":"shipping address is not set in draft order","string":"Не установлено"},"5Jo3C5":{"context":"vat not included in order price","string":"не применяется"},"BftZHy":{"context":"window title","string":"Создать тип страницы"},"W5SK5c":{"string":"Выберите тип контента"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Доступно для покупки"},"KupNHw":{"context":"product field","string":"Категория"},"jxoMLL":{"context":"product field","string":"Коллекции"},"YVIajc":{"context":"product field","string":"Описание"},"W8i2Ez":{"context":"product field","string":"Название"},"6y+k8V":{"context":"product field","string":"Изображения продукта"},"7JAAul":{"context":"product field","string":"Вес экспортируемой продукции"},"QVNg8A":{"context":"product field","string":"Налоговые сборы"},"Q/Nbku":{"context":"product field","string":"Тип"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Изображения вариантов"},"5kvaFR":{"context":"product field","string":"SKU экспортируемого варианта"},"XBwpUv":{"context":"product field","string":"Вес экспортируемого варианта"},"4qe6hO":{"context":"product stock, section header","string":"Инвентарь"},"SSWFo8":{"context":"window title","string":"Создать тип товара"},"bq1eEx":{"context":"header","string":"Создать тип товара"},"mUb8Gt":{"context":"section header","string":"Налоги"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Цена"},"vuKrlW":{"string":"Наличие"},"ABgQcF":{"context":"variant stock, header","string":"Наличие"},"oIMMcO":{"context":"no warehouses info","string":"Для вашего магазина не созданы склады. Вы можете настроить варианты без указания количества на складе."},"Gjo89T":{"context":"header","string":"Склады"},"D8nsBc":{"context":"no warehouses info","string":"Для вашего магазина не созданы склады. Чтобы добавить количество запаса к варианту, пожалуйста, настройте склад"},"RLBLPQ":{"context":"no warehouses info","string":"Для вашего магазина не созданы склады. Чтобы добавить товар на складе, пожалуйста, настройте склад"},"qJedl0":{"context":"product label","string":"Опубликовано"},"ppLwx3":{"context":"number of categories","string":"Категории ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Коллекции ({quantity})"},"bNw8PM":{"context":"number of products","string":"Товары ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Установить дату доступности"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Вы уверены, что хотите удалить {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Вы уверены, что хотите удалить {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Склад"},"skPoVe":{"context":"button","string":"Принять"},"Y7UlMR":{"context":"app extensions subsection","string":"Приложения"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Приложения"},"D/+84n":{"context":"snackbar text","string":"Приложение активировано"},"USO8PB":{"context":"snackbar text","string":"Приложение деактивировано"},"YHNozE":{"context":"dialog header","string":"Активировать приложение"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Вы уверены, что хотите активировать {name}? При активации начнется сбор событий."},"D3E2b5":{"context":"button label","string":"Активировать"},"W+AFZY":{"context":"button label","string":"Деактивировать"},"yMi8I8":{"context":"dialog header","string":"Деактивировать приложение"},"73RU3R":{"context":"deactivate app","string":"Вы уверены, что хотите отключить это приложение? Ваши данные будут храниться до тех пор, пока вы не активируете приложение. Вам по-прежнему будет выставлен счет за приложение."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Вы действительно хотите отключить {имя}? Ваши данные будут храниться до тех пор, пока вы не активируете приложение. Вам по-прежнему будет выставлен счет за приложение."},"LtqrM8":{"context":"delete custom app","string":"Удалив {name}, вы удалите все данные и вебхуках, связанные с этим приложением. Вы уверены, что хотите это сделать?"},"zQX6xO":{"context":"dialog header","string":"Удалить приложение"},"6hLZNA":{"context":"delete app","string":"Вы уверены, что хотите удалить это приложение?"},"EWD/wU":{"context":"delete app","string":"Удалив {name}, вы удалите установленное приложение. Если вы платите за подписку на приложение, не забудьте отказаться от подписки на приложение в Saleor Marketplace. Вы уверены, что хотите удалить приложение?"},"whTEcF":{"context":"link","string":"Деактивировать"},"Go50v2":{"context":"app privacy policy link","string":"Просмотреть политику конфиденциальности этого приложения"},"89PSdB":{"context":"link","string":"Изменить настройки"},"a55zOn":{"context":"section header","string":"Конфиденциальность данныхverified_user "},"Gjb6eq":{"context":"link","string":"Получить поддержку"},"HtfL5/":{"context":"button","string":"Открыть приложение"},"P5twxk":{"context":"link","string":"Активировать"},"VsGcdP":{"context":"section header","string":"Права доступа приложения"},"7oQUMG":{"context":"apps about permissions","string":"Это приложение имеет следующие права:"},"jDIRQV":{"context":"section header","string":"О приложении"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"Проблема с приложением."},"4yRwN+":{"context":"content","string":"Saleor не смог получить важную информацию об установке. Без этих данных невозможно установить приложение. Воспользуйтесь кнопкой ниже, чтобы вернуться на панель инструментов."},"906uUr":{"context":"button","string":"Вернуться на главную"},"k5lHFp":{"context":"app data privacy link","string":"Узнать больше о конфиденциальности данных"},"PkCmGU":{"context":"install button","string":"Установить приложение"},"BL/Lbk":{"context":"install app permissions","string":"Установка этого приложения даст ему следующие права доступа:"},"Id7C0X":{"context":"section header","string":"Вы собираетесь установить {name}"},"UCHtG6":{"context":"button","string":"О"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Текущие установки"},"+c/f61":{"context":"retry installation","string":"Повторить"},"JufWFT":{"context":"app installation error","string":"Во время установки возникла ошибка"},"1qRwgQ":{"context":"app installation","string":"Установка приложения..."},"D4nzdD":{"context":"checkbox label","string":"Предоставьте этому приложению полный доступ к магазину"},"flP8Hj":{"context":"card description","string":"Расширьте или ограничьте права доступа приложений для доступа к определенной части системы Saleor."},"GjH9uy":{"context":"header","string":"Создать новое приложение"},"Kxiige":{"string":"Сгенерированный токен"},"DGCzal":{"string":"Этот токен дает вам доступ к API вашего магазина, который вы найдете здесь: {url}"},"r86alc":{"context":"button","string":"Скопировано"},"HVFq//":{"context":"button","string":"Копировать токен"},"ixjvkM":{"string":"Мы создали ваш токен по умолчанию. Обязательно скопируйте свой новый личный токен доступа сейчас. Вы не сможете увидеть это снова."},"imYxM9":{"context":"header","string":"Информация о приложении"},"foNlhn":{"context":"custom app name","string":"Имя приложения"},"MAsLIT":{"context":"custom app token key","string":"Ключ"},"bsP4f3":{"string":"Токены не найдены"},"0Mg8o5":{"context":"header","string":"Токены"},"RMB6fU":{"context":"button","string":"Создать токен"},"0DRBjg":{"string":"Заметка токена"},"VHuzgq":{"context":"table actions","string":"Действия"},"XB2Jj9":{"context":"create app button","string":"Создать приложение"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Деактивирован"},"TBaMo2":{"context":"about app","string":"О"},"9tgY4G":{"context":"apps content","string":"На вашей панели управления нет установленных приложений."},"ZeD2TK":{"context":"section header","string":"Сторонние приложения"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace в разработке"},"wxFwUW":{"context":"marketplace button","string":"Посетить Marketplace"},"LATpSE":{"context":"marketplace content","string":"Откройте для себя отличные бесплатные и платные приложения на нашей торговой площадке Saleor."},"k0rGBI":{"string":"Токен доступа используется для аутентификации служебных аккаунтов"},"t9a9GQ":{"string":"Мы создали ваш токен. Обязательно скопируйте свой новый личный токен доступа сейчас. Вы не сможете увидеть это снова."},"T5nU7u":{"context":"header","string":"Создать токен"},"isM94c":{"context":"create service token, button","string":"Создать"},"quV5zH":{"context":"dialog title","string":"Удалить Токен"},"2VSP8C":{"context":"delete token","string":"Вы уверены, что хотите удалить токен {token}?"},"ac+Y98":{"context":"app settings error","string":"Не удалось получить настройки приложения"},"2cjt25":{"context":"window title","string":"Установить приложение"},"5t/4um":{"context":"message title","string":"Не удалось установить {name}"},"0fM/pV":{"context":"message title","string":"Приложение установлено"},"ZprV2g":{"context":"app has been installed","string":"{name} готов к использованию"},"uIPD1i":{"context":"app has been removed","string":"Приложение успешно удалено"},"agZQkB":{"context":"window title","string":"Создать приложение"},"oiuwOl":{"context":"button","string":"Назначить"},"l2oVCF":{"context":"attributes section name","string":"Атрибуты"},"eWV760":{"string":"Атрибут с этим идентификатором уже существует"},"J/QqOI":{"string":"Это значение уже существует в этом атрибуте"},"lG/MDw":{"context":"dialog content","string":"{counter,plural,one {Вы уверены, что хотите удалить этот атрибут?} few {Вы уверены, что хотите удалить {displayQuantity} атрибутов?} many {Вы уверены, что хотите удалить {displayQuantity} атрибутов?} other {Вы уверены, что хотите удалить {displayQuantity} атрибутов?}}"},"rKf4LU":{"context":"dialog title","string":"Удалить атрибуты"},"JI2Xwp":{"context":"dialog title","string":"Удалить атрибут"},"h1rPPg":{"context":"dialog content","string":"Вы уверены, что Вы хотите удалить {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Область"},"xOEZjV":{"context":"attribute's label","string":"Метка по умолчанию"},"P79U4b":{"context":"attribute's slug short code label","string":"Код атрибута"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"Это используется внутри. Убедитесь, что вы не используете пробелы"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Дата"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Выпадающее"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Файл"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Тип входа в каталог для владельца магазина"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Множественный выбор"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Страницы"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Товары"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Запрет незаполненных значений"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Вес"},"dKPMyh":{"context":"tab name","string":"Все атрибуты"},"IGvQ8k":{"context":"button","string":"Создать атрибут"},"1div9r":{"string":"Поиск атрибута"},"PsRG+v":{"context":"use attribute in filtering","string":"Может быть отфильтрован в витрине магазина"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Только вариант"},"HQR2y0":{"context":"attribute value is required","string":"Запрет незаполненных значений"},"cvbqJu":{"context":"attribute","string":"Видна на странице товара в магазине"},"ztQgD8":{"string":"Атрибуты не найдены"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"С возможностью поиска"},"oJkeS6":{"string":"Код атрибута"},"k6WDZl":{"context":"attribute is visible","string":"Видимый"},"HjUoHK":{"context":"attribute's label'","string":"Метка по умолчанию"},"ErNH3D":{"string":"Определите, где этот атрибут будет использоваться в Saleor"},"nwvQPg":{"context":"section header","string":"Организация"},"v1pNHW":{"string":"Класс атрибута"},"zbJHl7":{"context":"attribute type","string":"Контент атрибута"},"qkRuT0":{"context":"attribute type","string":"Атрибут товара"},"8cUEPV":{"context":"page title","string":"Создать новый атрибут"},"jswILH":{"context":"add attribute as column in product list table","string":"Добавить в параметры столбца"},"AzMSmb":{"context":"caption","string":"Если этот атрибут включен, его можно использовать в качестве столбца в таблице товаров."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Свойства Панели Управления"},"RH+aOF":{"context":"use attribute in filtering","string":"Использовать в фильтрации"},"Q9wTrz":{"context":"caption","string":"Если этот параметр включен, вы сможете использовать этот атрибут для фильтрации товаров в списке товаров."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Свойства Витрины"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Положение в граненой навигации"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Публичный"},"h2Hta6":{"context":"caption","string":"Если включено, атрибут будет доступен покупателям."},"I2wCwj":{"context":"swatch attribute image label","string":"Изображение"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Вы уверены, что хотите удалить значение \"{name}\"?"},"WWV8aZ":{"context":"dialog title","string":"Удалить значение атрибута"},"no3Ygn":{"string":"Вы уверены, что хотите удалить значение \"{name}\"? Если вы удалите его, вы не сможете назначить его ни одному из товаров с атрибутом \"{attributeName}\"."},"XYhE8p":{"context":"edit attribute value","string":"Изменить значение"},"PqMbma":{"context":"add attribute value","string":"Добавить значение"},"UhcALJ":{"context":"attribute name","string":"Название"},"H60H6L":{"context":"attribute values list: name column header","string":"Значение"},"3psvRS":{"context":"attribute values list: slug column header","string":"Название"},"g5zIpS":{"context":"No attribute values found","string":"Значения не найдены"},"J3uE0t":{"context":"section header","string":"Значения атрибута"},"+iVKR1":{"context":"assign attribute value button","string":"Назначить значение"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Успешно созданный атрибут"},"7H2D5m":{"context":"attribute value deleted","string":"Значение удалено"},"V/VAHG":{"string":"Атрибут удален"},"xVn5B0":{"context":"added new attribute value","string":"Добавлено новое значение"},"lw9WIk":{"context":"deleted multiple attributes","string":"Атрибуты успешно удалены"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Войти"},"5sg7KC":{"string":"Пароль"},"3tbL7x":{"context":"description","string":"Забыли пароль?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Извините, ваше имя пользователя и/или пароль неверны. Пожалуйста, попробуйте еще раз."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Новый пароль"},"S22jIs":{"context":"button","string":"Установить новый пароль"},"vfG+nh":{"string":"Подтвердите пароль"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Пароли не соответствуют"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Сброс пароля"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Вернуться на страницу авторизации"},"2ob30/":{"string":"Успех! Через несколько минут вы получите сообщение с инструкциями о том, как сбросить пароль."},"C0JLNW":{"string":"Указанный адрес электронной почты не существует в нашей базе данных."},"hOxIeP":{"string":"Доступность"},"0OfZJA":{"context":"button","string":"Назад"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Отмена"},"dOQB9o":{"context":"payment status","string":"Отменен"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Каталог"},"sK1FPw":{"context":"categories section name","string":"Категории"},"DP6b8U":{"context":"section header","string":"Фоновое изображение (по желанию)"},"0iMYc+":{"context":"field is optional","string":"(По желанию)"},"cgsY/X":{"context":"page header","string":"Создать новую категорию"},"wQdR8M":{"string":"Чтобы поисковикам было проще найти эту категорию, добавьте заголовок и описание."},"xo5UIb":{"context":"dialog title","string":"Удалить категорию"},"dJQxHt":{"context":"delete category","string":"Вы уверены, что хотите удалить {categoryName}?"},"vEYtiq":{"string":"Название категории"},"8HRy+U":{"string":"Описание категории"},"vof5TR":{"context":"button","string":"Создать категорию"},"JiXNEV":{"string":"Поиск категории"},"vy7fjd":{"context":"tab name","string":"Все категории"},"dM86a2":{"string":"Категории не найдены"},"rrbzZt":{"string":"Подкатегории не найдены"},"BHQrgz":{"context":"number of subcategories","string":"Подкатегории"},"k8ZJ5L":{"context":"number of products","string":"Количество продуктов"},"VQLIXd":{"context":"product","string":"Название"},"x/pIZ9":{"context":"button","string":"Добавить товар"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Товаров в {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Подкатегории"},"V+fkAO":{"context":"number of products in category","string":"Продукты"},"NivJal":{"context":"section header","string":"Все подкатегории"},"UycVMp":{"context":"button","string":"Создать подкатегорию"},"Irflxf":{"context":"window title","string":"Создать категорию"},"7l5Bh9":{"string":"{counter,plural,one {Вы уверены, что хотите удалить этот товар?} few {Вы уверены, что хотите удалить {displayQuantity} товаров?} many {Вы уверены, что хотите удалить {displayQuantity} товаров?} other {Вы уверены, что хотите удалить {displayQuantity} товаров?}}"},"xl7Fag":{"string":"Категория создана"},"Pp/7T7":{"string":"{counter,plural,one {Вы уверены, что хотите удалить эту категорию?} few {Вы уверены, что хотите удалить {displayQuantity} категорий?} many {Вы уверены, что хотите удалить {displayQuantity} категорий?} other {Вы уверены, что хотите удалить {displayQuantity} категорий?}}"},"HvJPcU":{"string":"Категория удалена"},"KCjd1o":{"context":"dialog title","string":"Удалить продукты"},"3DGvA/":{"string":"Помните, что при этом будут откреплены все продукты, относящиеся к этой категории, что сделает их недоступными в магазине."},"e+L+q3":{"string":"Помните, что при этом также будут удалены все товары, отнесенные к этой категории."},"sG0w22":{"context":"dialog title","string":"Удалить категории"},"xRkj2h":{"string":"Вы уверены, что хотите удалить {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Каналы продаж"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Доступность"},"QZoU0r":{"context":"dialog header","string":"Удалите Канал"},"Mz0cx+":{"context":"delete channel","string":"Удаление канала приведет к удалению всех данных продукта, относящихся к этому каналу. Вы уверены, что хотите удалить этот канал?"},"sidKce":{"context":"delete channel","string":"Вся информация о заказе из этого канала должна быть перемещена в другой канал. Пожалуйста, выберите канал, в который должны быть перемещены заказы :."},"BXMSl4":{"context":"currency channel","string":"Нет никакого доступного канала для перемещения информации о заказе. Пожалуйста, создайте канал с той же валютой, чтобы информация могла быть перемещена в него."},"SZJhvK":{"context":"dialog header","string":"Выберите Канал"},"3y4r+z":{"context":"channel settings","string":"Настройки канала"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Идентификатор"},"ZhaXLU":{"context":"button","string":"Копировать"},"9Sz0By":{"context":"channel currency","string":"Валюта"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Название канала"},"G/pgG3":{"context":"dialog header","string":"Выберите канал"},"nKwgxY":{"context":"select label","string":"Название канала"},"X8qjg3":{"context":"inactive","string":"Неактивный"},"+tIkAe":{"context":"status","string":"Статус"},"MHVglr":{"context":"deactivate","string":"Деактивировать"},"TSJRiZ":{"context":"channel status title","string":"Статус канала"},"QiN4hv":{"context":"active","string":"Активный"},"MQwT1W":{"context":"activate","string":"Активировать"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Название канала"},"/glQgs":{"string":"Каналы не найдены"},"OGm8wO":{"context":"button","string":"Создайте канал"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{код} - {страны}"},"DnghuS":{"context":"channel create","string":"Новый канал"},"OrMr/k":{"context":"window title","string":"Создайте канал"},"D9Rg+F":{"context":"window title","string":"Дельная информация о канале"},"AkyGP2":{"string":"Канал удален"},"eWcvOc":{"context":"button","string":"Выберите файл"},"2FQsYj":{"context":"button","string":"Очистить"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Коллекции"},"9vQR6c":{"context":"collection label","string":"Видимый"},"V8FhTt":{"context":"collection label","string":"Скрыто"},"Rj8LxK":{"string":"Чтобы поисковикам было проще найти эту коллекцию, добавьте заголовок и описание."},"Fxa6xp":{"context":"page header","string":"Добавить коллекцию"},"/WXs6H":{"context":"collection name","string":"Название"},"G4g5Ii":{"context":"tab name","string":"Все коллекции"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Создать коллекцию"},"9eC0MZ":{"context":"collection","string":"Скрыто"},"lL3YJO":{"context":"collection","string":"Опубликовано"},"Yw+9F7":{"string":"Коллекции не найдены"},"mWQt3s":{"string":"Количество товаров"},"VZsE96":{"string":"Название коллекции"},"UxdBmI":{"context":"collection availability","string":"Доступность"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Тип"},"Oe62bR":{"context":"product availability","string":"Доступность"},"/dnWE8":{"context":"products in collection","string":"Товаров в {name}"},"scHVdW":{"context":"button","string":"Назначить товар"},"6AMFki":{"context":"product name","string":"Название"},"Q8wHwJ":{"string":"Коллекция удалена"},"56vUeQ":{"string":"Товар добавлен в коллекцию"},"MxhVZv":{"string":"Вы уверены, что хотите удалить изображение коллекции?"},"AulH/n":{"string":"{counter,plural,one {Вы уверены, что хотите отменить назначение этого товара?} few {Вы уверены, что хотите отменить назначение {displayQuantity} товаров?} many {Вы уверены, что хотите отменить назначение {displayQuantity} товаров?} other {Вы уверены, что хотите отменить назначение {displayQuantity} товаров?}}"},"WW+Ruy":{"string":"Удаленный товар из коллекции"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Отменить назначение товаров из коллекции"},"pVFoOk":{"string":"Вы уверены, что хотите удалить {collectionName}?"},"ttMauu":{"context":"window title","string":"Создать коллекцию"},"+wpvnk":{"context":"dialog title","string":"Удалить коллекцию"},"67V0c0":{"context":"unassign product from collection, button","string":"Отмена назначения"},"fzk04H":{"context":"dialog title","string":"Удалить изображение"},"yT5zvU":{"string":"{counter,plural,one {Вы уверены, что хотите удалить эту коллекцию?} few {Вы уверены, что хотите удалить {displayQuantity} коллекций?} many {Вы уверены, что хотите удалить {displayQuantity} коллекций?} other {Вы уверены, что хотите удалить {displayQuantity} коллекций?}}"},"Ykw8k5":{"context":"dialog title","string":"Удалить коллекции"},"C7eDb9":{"string":"Группы прав доступа"},"Fbr4Vp":{"context":"dialog header","string":"Права доступа"},"6cS4Rd":{"context":"card section description","string":"Доступные права доступа"},"MVU6ol":{"context":"exceeded permissions description","string":"Эта группа прав доступа превышает ваши собственные. Вы можете управлять только теми правами доступа, которые у вас есть."},"VmMDLN":{"context":"permission list item description","string":"Эта группа является последним источником этого права доступа"},"vONi+O":{"string":"Страна"},"O95R3Z":{"string":"Телефон"},"B52Em/":{"string":"Адресная строка 1"},"TE4fIS":{"string":"Город"},"oYGfnY":{"string":"Почтовый индекс"},"oQY0a2":{"string":"Адресная строка 2"},"9YazHG":{"string":"Компания"},"AuwpCm":{"string":"Область"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"Результатов не найдено"},"fP9FXB":{"context":"input label","string":"Поиск атрибутов "},"auxEP1":{"context":"input placeholder","string":"Поиск по имени атрибута"},"QM9P8G":{"context":"dialog header","string":"Назначить атрибут"},"ylobu9":{"context":"assign reference to product, button","string":"Назначить"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Назначить категорию"},"8hrH/z":{"context":"dialog header","string":"Поиск категории"},"sf6FMK":{"context":"dialog search placeholder","string":"Поиск по названию категории и т.д..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Назначить коллекцию"},"f0hXz4":{"context":"dialog header","string":"Поиск коллекции"},"JiRKgJ":{"context":"dialog search placeholder","string":"Поиск по названию коллекции, и т.д..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Поиск товаров"},"SHm7ee":{"string":"Поиск по названию товара, атрибута, типа товара, и т.д."},"dTCDMn":{"context":"dialog header","string":"Назначить товар"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Атрибутов"},"3ukd9/":{"context":"attributes, section header","string":"Атрибуты"},"j8PV7E":{"context":"attribute values","string":"Значения"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Значение"},"jHJmjf":{"string":"Нет результатов"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Доступность"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Управление"},"0cVk9I":{"string":"Показать в списках продуктов"},"UjsI4o":{"context":"date","string":"с {date}"},"Jt3DwJ":{"context":"publish on date","string":"Опубликовать на"},"5ukAFZ":{"string":"Отключение этого флажка удалит продукт со страниц поиска и категорий. Он будет доступен на страницах коллекции."},"Y7Vy19":{"context":"available on date","string":"Установить доступность на"},"U3BQKA":{"string":"Установить дату публикации"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Сортировка каналов от А до Я"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Опубликовано"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Статус"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Сброс"},"62Ywh2":{"context":"number of countries","string":"{number} Стран"},"zZCCqz":{"context":"button","string":"Назначить страны"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Удалить поиск"},"UaYJJ8":{"string":"Вы уверены, что хотите удалить {name} вкладку поиска?"},"LmKz3g":{"string":"Витрина магазина"},"/X8Mjx":{"string":"Использовать GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Ошибка"},"9mGA/Q":{"context":"button linking to dashboard","string":"Панель управления"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Удалить поиск"},"qIgdO6":{"string":"Пользовательский фильтр"},"DEa1T1":{"context":"button","string":"Сохранить поиск"},"zSOvI0":{"string":"Фильтры"},"HnVtSS":{"context":"search","string":"Нет результатов"},"PLCwT/":{"context":"search results","string":"Показать больше"},"FNpv6K":{"context":"button","string":"Фильтры"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"и"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Сохранить изменения"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Сбросить сюда, чтобы загрузить"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Значение"},"VcI+Zh":{"context":"header","string":"Метаданные"},"ETHnjq":{"context":"header","string":"Скрытые метаданные"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Поле"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Добавить поле"},"nEixpu":{"context":"table action","string":"Действия"},"hptDxW":{"context":"money","string":"к {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"из {money}"},"U2WgwW":{"context":"add custom select input option","string":"Добавить новое значение: {value}"},"hX5PAb":{"string":"Результатов не найдено"},"EEW+ND":{"string":"Навигатор"},"8B8E+3":{"context":"navigator placeholder","string":"Номер заказа"},"NqxvFh":{"context":"navigator placeholder","string":"Введите команду"},"TpPx7V":{"context":"navigator placeholder","string":"Поиск клиента"},"4gT3eD":{"context":"navigator section header","string":"Поиск в клиентах"},"BooQvo":{"context":"navigator placeholder","string":"Введите {key}, чтобы увидеть доступные действия"},"AOI4LW":{"context":"navigator placeholder","string":"Поиск в каталоге"},"YYkkhx":{"context":"navigator section header","string":"Перейдите к"},"EM+30g":{"context":"navigator notification","string":"Наша новая функция, чтобы помочь вам с вашими ежедневными задачами. Запустите Навигатор, используя сочетание клавиш {keyboardShortcut}."},"me585h":{"context":"navigator section header","string":"Быстрые Действия"},"Gxm7Qx":{"context":"navigator notification title","string":"Навигатор здесь, чтобы помочь"},"ccXLVi":{"string":"Категория"},"phAZoj":{"string":"Коллекция"},"M1uijW":{"context":"collection","string":"Не опубликовано"},"CjSRT1":{"context":"button","string":"Создать категорию"},"VdDcxc":{"context":"button","string":"Создать коллекцию"},"QooeI/":{"context":"button","string":"Создать клиента"},"cfQf0w":{"context":"button","string":"Создать заказ"},"V1mqpZ":{"context":"button","string":"Создать группу прав доступа"},"JFmOfi":{"context":"button","string":"Создать товар"},"y9cvqE":{"context":"button","string":"Создать ваучер"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Перейти к заказу №{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Поиск в каталоге"},"3TlhJS":{"context":"navigator command mode description","string":"Поиск команды"},"DHBlFi":{"context":"navigator customer mode description","string":"Поиск клиентов"},"Xel9C+":{"context":"navigator default mode description","string":"Поиск просмотров и действий"},"iAvKNf":{"context":"navigator help mode description","string":"Отображаемая справка"},"usSkzP":{"context":"navigator order mode description","string":"Поиск заказов"},"k8bltk":{"string":"Нет результатов"},"x/ZVlU":{"string":"Товар"},"yH56V+":{"string":"Ой!..."},"bj6pTd":{"string":"Чего-то не хватает"},"nRiOg+":{"string":"Извините, страница не найдена"},"95oJ5d":{"context":"button","string":"Вернитесь к Панели управления"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"Кол-во рядков:"},"liLrVs":{"context":"save filter tab, header","string":"Сохранить пользовательский поиск"},"QcIFCs":{"context":"save search tab","string":"Поиск названия"},"w2Cewo":{"string":"Название поисковой системы"},"CXTIq8":{"string":"Описание поисковой системы"},"s5Imt5":{"context":"button","string":"Редактировать сайт SEO"},"TGX4T1":{"string":"Предварительный просмотр поисковой системы"},"IoDlcd":{"string":"Идентификатор"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} из {maxCharacters} характеристик"},"s/sTT6":{"string":"Если не указано, отображаемый предпросмотр будет создан в автоматическом режиме."},"450Fty":{"string":"Ничего"},"qu/hXD":{"string":"Выбранные {number} предметов"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Отправить"},"3evXPj":{"string":"Оставьте свою заметку здесь..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Выйти"},"X8+Lpa":{"context":"button","string":"Настройки аккаунта"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Видимость"},"qMB6d2":{"context":"weight","string":"к {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"из {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Настройки"},"YZl6cv":{"string":"Разное"},"gTr0qE":{"string":"Настройки доставки"},"HP6m+q":{"string":"Атрибуты и типы продуктов"},"UN+yTt":{"string":"Настройки сотрудников"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Настройки товара"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Подтвердить"},"yHeZRQ":{"string":"Ошибка экспорта продукта"},"CJEIRC":{"string":"Экспорт продукта завершен и отправлен на ваш электронный адрес."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Экспорт CSV завершен"},"ryAyPr":{"string":"Запрошенный счет-фактура создан. Он был добавлен в верхнюю часть списка счетов на этой странице."},"i+Vox0":{"context":"invoice generating has finished, header","string":"Счет создан"},"Dhherd":{"context":"dialog header, title","string":"Создание счета"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Обновить"},"Rjs1CD":{"context":"button","string":"Продолжить"},"H5NKfr":{"context":"button","string":"Создать"},"w4R/SO":{"string":"Локальные приложения"},"McN+wq":{"context":"customers section name","string":"Клиенты"},"gQGUsN":{"context":"dialog title","string":"Изменить адрес"},"W0kQd+":{"context":"dialog title","string":"Добавить адрес"},"rjy9/k":{"context":"button","string":"Добавить адрес"},"kErneR":{"string":"У этого клиента нет адресов, добавленных в его адресную книгу. Вы можете добавить адрес, используя кнопку ниже."},"n5vskv":{"context":"customer's address book, header","string":"{fullName} Адресная книга"},"MpR4zK":{"context":"customer details, header","string":"Детали {fullName}"},"y/UWBR":{"string":"Нет адреса для этого клиента"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Адрес по умолчанию"},"VyzsWZ":{"string":"Адрес для выставления счета по умолчанию"},"nLML8Y":{"string":"Адрес доставки по умолчанию"},"puikeb":{"context":"button","string":"Удалить адрес"},"w+8BfK":{"context":"button","string":"Изменить адрес"},"hLOEeb":{"context":"button","string":"Установить по умолчанию адрес для выставления счетов"},"+7OsyM":{"context":"button","string":"Установить адрес доставки по умолчанию"},"BfJGij":{"context":"header","string":"Информация об адресе"},"Zd3Eew":{"context":"subsection header","string":"Адрес доставки"},"bHdFph":{"context":"subsection header","string":"Адрес"},"3d1RXL":{"string":"У этого клиента еще нет адресов"},"biVFKU":{"context":"subsection header","string":"Адрес для выставления счета"},"jGGnSZ":{"context":"page header","string":"Основной адрес"},"wNQzS/":{"string":"Основной адрес этого клиента."},"fjPWOA":{"context":"header","string":"Обзор клиента"},"qNcoRY":{"context":"notes about customer header","string":"Заметки"},"uUQ+Al":{"context":"note about customer","string":"Заметка"},"w3sGrD":{"string":"Введите любую дополнительную информацию об этом клиенте."},"N76zUg":{"context":"page header","string":"Создать клиента"},"+NUzaQ":{"context":"check to mark this account as active","string":"Аккаунт пользователя активен"},"MjUyhA":{"context":"section subheader","string":"Активный участник с {дата}"},"SMakqb":{"context":"customer contact section, header","string":"Контактная информация"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Поиск клиента"},"QLVddq":{"context":"button","string":"Создать клиента"},"xQK2EC":{"context":"tab name","string":"Все клиенты"},"icz/jb":{"context":"customer","string":"Дата присоединения"},"fhksPD":{"string":"Количество заказов"},"E8VDeH":{"string":"Количество заказов"},"FpIcp9":{"string":"Клиенты не найдены"},"97l2MO":{"string":"Электронная почта клиента"},"Gr1SAu":{"string":"Имя клиента"},"pURrk1":{"context":"order status","string":"Статус"},"1LiVhv":{"context":"section header","string":"Последние заказы"},"nTF6tG":{"context":"number of order","string":"№ заказа"},"3+990c":{"context":"button","string":"Посмотреть все заказы"},"ri3kK9":{"context":"order placement date","string":"Дата"},"taX/V3":{"context":"order total amount","string":"Сумма"},"RlfqSV":{"string":"Заказы не найдены"},"FNAZoh":{"string":"Последняя авторизация"},"HMD+ib":{"string":"Последний заказ"},"e7Nyu7":{"context":"section header","string":"История клиента"},"2p0tZx":{"context":"delete customer, dialog content","string":"Вы уверены, что хотите удалить {email}?"},"ey0lZj":{"context":"dialog header","string":"Удалить клиента"},"qLOBff":{"context":"dialog header","string":"Удалить адрес"},"nX2pCU":{"context":"window title","string":"Создать клиента"},"/kWzY1":{"string":"Вы уверены, что хотите удалить этот адрес из адресной книги пользователя?"},"PXatmC":{"string":"Клиент удален"},"ftcHpD":{"string":"Клиент создан"},"N2SbNc":{"string":"{counter,plural,one {Вы уверены, что хотите удалить этого клиента?} few {Вы уверены, что хотите удалить {displayQuantity} клиентов?} many {Вы уверены, что хотите удалить {displayQuantity} клиентов?} other {Вы уверены, что хотите удалить {displayQuantity} клиентов?}}"},"q8ep2I":{"context":"dialog header","string":"Удалить клиентов"},"hzSNj4":{"string":"Панель управления"},"P7PLVj":{"string":"Дата"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Удалить"},"i0AcKY":{"context":"notification message after log in","string":"Просто чтобы вы знали ... Вы в демонстрационном режиме. Вы можете поиграть с Панелью управления, но не можете сохранить изменения."},"Q8Qw5B":{"string":"Описание"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Скидки"},"g3qjSf":{"context":"button","string":"Назначить категории"},"AbyDC7":{"context":"section header","string":"Приемлемые категории"},"Uu76vj":{"context":"no categories","string":"Категории не найдены"},"fV6yX5":{"context":"table head","string":"Название категории"},"QGjJcT":{"context":"number of products","string":"Товары"},"/6uK4C":{"context":"button","string":"Назначить коллекции"},"XNeJay":{"context":"section header","string":"Приемлемые коллекции"},"IoCMjg":{"context":"no collections","string":"Коллекции не найдены"},"ht9yOD":{"context":"table head","string":"Название коллекции"},"cvVIV/":{"context":"dialog header","string":"Назначить страны"},"dGqEJ9":{"context":"search box placeholder","string":"Поиск по названию страны"},"dWK/Ck":{"string":"Выберите из списка ниже страны, которыми вы хотите ограничить ваучер"},"8EGagh":{"context":"search box label","string":"Фильтровать страны"},"wgA48T":{"context":"country selection","string":"Страны от А до Я"},"AVF5T5":{"context":"voucher end date, switch button","string":"Установить дату окончания"},"zKOGkU":{"context":"time during discount is active, header","string":"Время активности"},"U8eeLW":{"context":"button","string":"Назначить товары"},"xqXYF+":{"context":"section header","string":"Приемлемые товары"},"OrR3Qy":{"context":"no products","string":"Товары не найдены"},"6cMkfT":{"context":"table head","string":"Название товара"},"bPFp8B":{"context":"product type","string":"Тип товара"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"Атрибуты не найдены."},"Q1HhPk":{"context":"table head","string":"Тип товара"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Создать продажу"},"F56hOz":{"context":"sale name","string":"Название"},"MSD3A/":{"string":"Поиск распродажи"},"JHfbXR":{"context":"button","string":"Создать распродажу"},"Yjhgle":{"context":"tab name","string":"Все распродажи"},"AnqH4p":{"context":"sale status","string":"активный"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Истекший срок действия"},"XDBeA+":{"context":"discount type","string":"Фиксированная сумма"},"s17U7u":{"context":"discount type","string":"Процент"},"BanAhF":{"context":"sale status","string":"Запланировано"},"zjHH6b":{"context":"sale start date","string":"Начинается"},"SpngiS":{"context":"sale status","string":"Статус"},"KHZlmi":{"string":"Тип скидки"},"XZR590":{"context":"sale value","string":"Значение"},"giF5UV":{"context":"sale end date","string":"Заканчивается"},"51HE+Q":{"string":"Не найдено распродаж."},"iBSq6l":{"context":"sale start date","string":"Начинается"},"WkxE8/":{"context":"percentage or fixed, header","string":"Тип скидки"},"JnzDrI":{"context":"discount type","string":"Фиксированная сумма "},"wHdMAX":{"context":"sale value, header","string":"Значение"},"x3g4Ry":{"context":"sale discount","string":"Размер скидки"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Название канала"},"PsclSa":{"context":"page header","string":"Создать ваучер"},"YjcN9w":{"context":"time during voucher is active, header","string":"Время активности"},"jd/LWa":{"string":"Ваучер распространяется на все страны"},"glT6fm":{"string":"Ваучер ограничен этими странами"},"ibnmEd":{"context":"voucher country range","string":"Страны"},"jvKNMP":{"string":"Код скидки"},"mSLr9d":{"context":"voucher code, button","string":"Генерировать код"},"vTgRTZ":{"context":"limit voucher","string":"Ограничение до одного использования на клиента"},"Qj/3sH":{"context":"limit voucher","string":"Ограничить количество раз, когда эта скидка может быть использована в общей сложности"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Предел использования"},"pzSF+b":{"context":"voucher usage limit, header","string":"Предел использования"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"Все купоны"},"IruP2T":{"string":"Поиск ваучера"},"GbhZJ4":{"context":"button","string":"Создать ваучер"},"amQg6f":{"context":"voucher status","string":"Активный"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Истекший срок действия"},"Jj0de8":{"context":"voucher status","string":"Запланировано"},"ujFo4A":{"context":"voucher start date","string":"Начинается"},"uy+tB8":{"context":"voucher status","string":"Статус"},"h75GAF":{"context":"voucher","string":"Использованное время"},"JV+EiM":{"context":"voucher value","string":"Значение"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Мин. потрачено"},"b6L9n7":{"context":"voucher is active until date","string":"Заканчивается"},"yHwvLL":{"context":"voucher uses","string":"Пользоваться"},"5u7b3V":{"context":"voucher is active from date","string":"Начинается"},"JsPIOX":{"context":"voucher code","string":"код"},"U2mOqA":{"string":"Не найдено купонов."},"GVinbz":{"context":"column title","string":"Значение"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Минимальные требования"},"u/hkKO":{"context":"voucher has no requirements","string":"Ничего"},"XT/ZvF":{"context":"voucher requirement","string":"Минимальное количество элементов"},"bh9+8A":{"context":"voucher requirement","string":"Минимальная величина заказа"},"FOa+Xd":{"context":"voucher value requirement","string":"Мин. величина заказа"},"bcf60I":{"context":"voucher","string":"Относится к"},"HLqWXA":{"context":"voucher value requirement","string":"Предел использования"},"6cq+c+":{"context":"header","string":"Тип скидки"},"sS5aVm":{"context":"voucher discount type","string":"Бесплатная доставка"},"fEfCtO":{"context":"voucher discount type","string":"Процент"},"vXFPD6":{"context":"voucher discount type","string":"Фиксированная сумма "},"1shOIS":{"context":"column title","string":"Цена"},"/oaqFS":{"context":"section header","string":"размер"},"mmcHeH":{"string":"Размер скидки"},"5c2JVF":{"context":"voucher application, switch button","string":"Только один раз за заказ"},"9UHfux":{"string":"Специфическая информация ваучера"},"ObRk1O":{"string":"Если этот параметр отключен, скидка будет учитываться для каждого соответствующего товара"},"bP7ZLP":{"context":"voucher discount","string":"Весь заказ"},"45zP+r":{"context":"voucher discount","string":"Конкретный товар"},"WasHjQ":{"context":"voucher discount","string":"Доставка"},"n7Fg8i":{"string":"Успешно созданная распродажа"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Удаленная распродажа"},"V3fvcD":{"context":"dialog content","string":"Удаленная распродажа"},"1/oG76":{"context":"dialog header","string":"Удалить распродажу"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Отменить назначение категории из распродажи"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Вы уверены, что хотите удалить {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Удалить распродажи"},"FPzzh7":{"context":"dialog content","string":"{counter,plural,one {Вы уверены, что хотите удалить эту распродажу?} few {Вы уверены, что хотите удалить {displayQuantity} распродаж?} many {Вы уверены, что хотите удалить {displayQuantity} распродаж?} other {Вы уверены, что хотите удалить {displayQuantity} распродаж?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Успешно созданный ваучер"},"MmGlkp":{"context":"dialog header","string":"Отменить назначение коллекций из ваучера"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Отменить назначение товаров из ваучера"},"LOSNq0":{"context":"dialog header","string":"Отменить назначение категории из ваучера"},"NEJo1I":{"context":"dialog content","string":"Вы уверены, что хотите удалить {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Удалить ваучер"},"O9QPe1":{"context":"dialog content","string":"{counter,plural,one {Вы уверены, что хотите удалить этот ваучер?} few {Вы уверены, что хотите удалить {displayQuantity} ваучеров?} many {Вы уверены, что хотите удалить {displayQuantity} ваучеров?} other {Вы уверены, что хотите удалить {displayQuantity} ваучеров?}}"},"Q0JJ4F":{"context":"dialog header","string":"Удалить ваучеры"},"eOrLzG":{"context":"button","string":"Готово"},"toDL5R":{"context":"order status","string":"Черновик"},"YMBn8d":{"context":"draft orders section name","string":"Черновик заказов"},"2atspc":{"string":"Черновики"},"Ja7gHc":{"context":"button","string":"Редактировать"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"Дата окончания"},"juBV+h":{"string":"Час окончания"},"KN7zKn":{"string":"Ошибка"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"Имя"},"pkjXPD":{"context":"order status","string":"Исполнен"},"pkUbrL":{"string":"Основная информация"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Клиент"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Заметка"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Экспорт CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Изменить"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Подробности"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Номер заказа"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Истекший срок действия"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Подробности"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Сумма"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Валюта"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Товар"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Статус"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Удалить"},"IzEVek":{"context":"bulk disable label","string":"Деактивировать"},"hz+9ES":{"context":"bulk activate label","string":"Активировать"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Товар"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Настройки"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Главная"},"sjRXXz":{"string":"Заказ № {orderId} был размещен из черновика {userEmail}"},"BNTZLv":{"string":"Заказ № {orderId} был размещен из черновика"},"5SPHkk":{"string":"Заказ № {orderId} был полностью оплачен"},"0dPP8O":{"string":"Заказ № {orderId} был размещен"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"Нет готовых заказов"},"5dyOs0":{"string":"Нет платежей, ожидающих получения"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Вариант {имя} установлен по умолчанию."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Фамилия"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Управление"},"9C7PZE":{"context":"navigation section name","string":"Навигация"},"wlQTfb":{"context":"go to next step, button","string":"Следующий"},"oUWADl":{"string":"Нет"},"s9sOcC":{"context":"button","string":"ОК"},"lzdvwp":{"context":"field is optional","string":"По желанию"},"Ta9j04":{"context":"orders section name","string":"Заказы"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Отмена заказов"},"i+JSEZ":{"string":"{counter,plural,one {Вы уверены, что хотите отменить этот заказ?} few {Вы уверены, что хотите отменить {displayQuantity} заказов?} many {Вы уверены, что хотите отменить {displayQuantity} заказов?} other {Вы уверены, что хотите отменить {displayQuantity} заказов?}}"},"VSztEE":{"string":"Отмена этого заказа приведет к освобождению неисполненных запасов, поэтому они могут быть куплены другими клиентами. Заказ не будет возвращен при отмене заказа - вам нужно сделать это вручную. Вы уверены, что хотите отменить этот заказ?"},"NhQboB":{"context":"dialog header","string":"Saleor не может отменить заказ"},"b+jcaN":{"string":"Для этого заказа все еще существуют исполнения, созданные для него. Отмените выполнение, прежде чем отменить заказ."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Платежный адрес"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Добавить новый адрес"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"Результатов не найдено"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Адрес доставки"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"Нет заметок от клиента"},"puALFo":{"context":"notes about customer, header","string":"Заметки"},"4Jp83O":{"context":"subheader","string":"Контактная информация"},"hkSkNx":{"string":"Поиск клиентов"},"VCzrEZ":{"context":"link","string":"Просмотреть профиль"},"DP5VOH":{"string":"Адрес доставки"},"Y7M1YQ":{"context":"section header","string":"Клиент"},"GLX9II":{"context":"billing address","string":"Такой же как и адрес доставки"},"Qovenh":{"string":"Анонимный пользователь"},"c7/79+":{"string":"Адрес для выставления счета"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Заказ №{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Отменить заказ"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Добавить"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"размер скидки"},"fo7nfa":{"context":"fixed amount","string":"Фиксированная сумма "},"IN5iJz":{"context":"value input helper text","string":"Неверное значение"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Процент"},"APcoSA":{"context":"dialog header","string":"Удалить черновик заказа"},"mxtAFx":{"string":"Вы уверены, что хотите удалить черновик # {orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Цена"},"nEWp+k":{"context":"quantity of ordered products","string":"Количество"},"UD7/q8":{"string":"Товары не добавлены в заказ"},"lVwmf5":{"context":"total price of ordered products","string":"Всего"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Добавьте службу доставки"},"+8v1ny":{"context":"discount button","string":"Скидка"},"M9LXb5":{"context":"no shipping carriers title","string":"Нет применимых перевозчиков"},"xUvWaP":{"context":"subtotal price","string":"Промежуточный итог"},"mQtoRO":{"context":"taxes title","string":"Налоги (включая НДС)"},"S/yAtJ":{"context":"total price","string":"Всего"},"18wvf7":{"context":"section header","string":"Подробности заказа"},"C50ahv":{"context":"button","string":"Добавить товары"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Создать заказ"},"7a1S4K":{"context":"tab name","string":"Все черновики"},"NJEe12":{"string":"Поиск черновика"},"vwMO04":{"context":"draft order","string":"Создан"},"iEeIhY":{"context":"draft order","string":"Клиент"},"KIh25E":{"string":"Черновики заказов не найдены"},"ps0WUQ":{"string":"№ заказа"},"hkENym":{"string":"Клиент"},"mCP0UD":{"context":"order draft creation date","string":"Дата"},"1Uj0Wd":{"context":"order draft total price","string":"Всего"},"PAqicb":{"context":"button","string":"Отменить заказ"},"4Z14xW":{"context":"button","string":"Завершить"},"6u4K7e":{"context":"page header","string":"Заказ"},"kPIZ65":{"context":"page header","string":"Заказ №{orderNumber}"},"CJpx4E":{"context":"page header","string":"Заказ № {orderNumber} - Добавить выполнение"},"N5UuEK":{"context":"header","string":"Товары готовы к отправке"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"Нет в наличии"},"vW3tb6":{"context":"name","string":"Название товара"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Количество для выполнения"},"0VDwAP":{"context":"checkbox label","string":"Отправить детали отгрузки клиенту"},"fw+VAN":{"context":"product's sku","string":"Единица складского учёта"},"BLX9dz":{"context":"fulfill order, button","string":"Выполнить"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Добавить отслеживание"},"dTkmON":{"context":"edit tracking button","string":"Редактирование отслеживания"},"K//bUK":{"context":"refund button","string":"Возврат"},"4PlW0w":{"context":"tracking number","string":"Номер отслеживания: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Отправить детали отгрузки клиенту"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Вы уверены, что хотите отменить выполнение? Отмена выполнения приведет к пополнению запасов на выбранном складе."},"aHc89n":{"context":"select warehouse to restock items","string":"Выбрать склад"},"bb4nSp":{"context":"dialog header","string":"Отмена выполнения"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Номер отслеживания"},"/BJQIq":{"context":"dialog header","string":"Добавить код отслеживания"},"RLTaAR":{"context":"order history message","string":"Адрес заказа был обновлен"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Выполнено {quantity} элементов"},"GLy2UR":{"context":"order history message","string":"Выполнение было отменено"},"GJAX0z":{"context":"order history message","string":"Заказ размещен"},"OzHN0Z":{"context":"order history message","string":"Ссылки на цифровые товары заказа отправлены"},"OKGd/k":{"context":"order history message","string":"Заказ создан из черновика"},"4Z6BtA":{"context":"order history message","string":"Подтверждение оплаты было отправлено клиенту"},"wOeIR4":{"context":"order history message","string":"Обновлены запасы {quantity} элементов"},"6WRFp2":{"context":"order history message","string":"Заметка была добавлена к заказу"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Подтверждение заказа отправлено клиенту"},"chvryR":{"context":"order history message","string":"Счет был запрошен {requestBy}"},"8RnPGF":{"context":"order history message","string":"Платеж был аннулирован"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Заказ был полностью оплачен"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Платеж получен"},"aq5ZiN":{"context":"order history message","string":"Подтверждение выполнения было отправлено клиенту"},"hWO1SD":{"context":"order history message","string":"Черновик заказа создан"},"GVM/fi":{"context":"order history message","string":"Платеж был авторизован"},"j3yE7I":{"context":"order history message","string":"Номер отслеживания доставки отправлен клиенту"},"3fgyFh":{"context":"order history message","string":"Платеж был возвращен"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Номер счета {invoiceNumber} обновлен"},"XBfvKN":{"string":"История заказов"},"Fl3ORD":{"context":"order history message","string":"Продано сверх своих запасов {quantity} элементов"},"9piUVz":{"context":"order history message","string":"Информация о возврате заказа была отправлена клиенту"},"e92Uxp":{"context":"order history message","string":"Обновленный номер отслеживания групп выполнения"},"TCR639":{"context":"order history message","string":"Платеж не прошел"},"06bR4Z":{"context":"order history message","string":"Информация об отмене заказа отправлена клиенту"},"BCPrmK":{"context":"order history message","string":"Детали доставки были отправлены клиенту"},"pTpx0p":{"context":"order history message","string":"Номер счета {invoiceNumber} был создан {createdBy}"},"qddy2Z":{"context":"order history message","string":"Счет был отправлен клиенту пользователем {sentBy}"},"zRrcOG":{"context":"order history message","string":"Заказ был отменен"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Вы действительно хотите отправить этот счет: {invoiceNumber} клиенту?"},"5JT4v2":{"context":"dialog header","string":"Отправить счет-фактуру"},"Gzg8hy":{"context":"section header","string":"Счет-фактуры"},"F0AXNs":{"context":"invoice create date prefix","string":"создан"},"hPB89Y":{"string":"Счет-фактуры не будут отображаться"},"m6IBe5":{"context":"invoice number prefix","string":"Счет"},"e0RKe+":{"context":"generate invoice button","string":"Генерировать"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Поиск заказов..."},"WRkCFt":{"context":"tab name","string":"Все заказы"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Клиент"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Создан"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Статус выполнения"},"p+UDec":{"context":"payment status","string":"Платеж"},"5blVMu":{"context":"e-mail or full name","string":"Клиент"},"PHUcrU":{"context":"date when order was placed","string":"Дата"},"k9hf7F":{"context":"total order price","string":"Всего"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Отметить заказ как оплаченный"},"+PbHKD":{"context":"dialog header","string":"Получение оплаты"},"OhdPS1":{"context":"amount of refunded money","string":"Сумма"},"euRfu+":{"string":"Вы уверены, что хотите аннулировать этот платеж?"},"KszPFx":{"context":"dialog header","string":"Пустой платеж"},"BZ7BkQ":{"context":"capture payment, button","string":"Получить"},"V+gwx7":{"context":"order payment","string":"Полученная сумма"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Скидка"},"pr513b":{"context":"ordered products","string":"{quantity} элементов"},"+5HkZN":{"context":"order, button","string":"Отметить как оплаченное"},"5te3Tp":{"context":"order payment","string":"Непогашенный остаток"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Статус платежа"},"uUsZ7m":{"context":"order payment","string":"Предварительно авторизованная сумма"},"HaQ8cg":{"context":"button","string":"Возврат"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Доставка"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"не применяется"},"Rsknyh":{"context":"order does not require shipping","string":"не применяется"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Промежуточный итог"},"r+dgiv":{"string":"Налоги"},"zb4eBO":{"context":"order total price","string":"Всего"},"dJVXIb":{"context":"vat included in order price","string":"с НДС"},"sEjRyz":{"context":"voucher type order discount","string":"купон"},"myyWNp":{"context":"dialog header","string":"Добавить товар"},"b810WJ":{"context":"product price","string":"Цена"},"WE8IFE":{"context":"product name","string":"Товар"},"tvpAXl":{"context":"ordered product quantity","string":"Количество"},"8J81ri":{"context":"ordered product sku","string":"Единица складского учёта"},"qT6YYk":{"context":"order line total price","string":"Всего"},"5aiFbL":{"context":"tabel column header","string":"Цена"},"FNT4b+":{"context":"tabel column header","string":"Товар"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Всего"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Заказ №{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Сумма"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Возврат"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Цена"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Товар"},"ikM00B":{"context":"table column header","string":"Заменить"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Отменено ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Выполнено ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Не исполненный"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Настройки"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Изменить способ доставки"},"/Xwjww":{"context":"button","string":"Выполнить"},"ND5x+V":{"string":"Мы выставляем запрошенный вами счет. Подождите пару минут"},"9RCuN3":{"string":"Платеж успешно получен"},"c4gbXr":{"string":"Черновик заказа успешно завершен"},"9OtpHt":{"string":"Строка заказа удалена"},"CZmloB":{"string":"Выполнение успешно обновлено"},"Fn3bE0":{"string":"Строка заказа обновлена"},"lL1HTg":{"string":"Заказ помечен как оплаченный"},"HlCkMT":{"string":"Добавлена ​​строка заказа"},"W/Es0H":{"string":"Заказ успешно отменен"},"KmPicj":{"string":"Заметка успешно добавлена"},"L87bp7":{"string":"Оплата заказа успешно аннулирована"},"j2fPVo":{"string":"Заказ успешно обновлен"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Электронное письмо со счетом отправлено"},"PKJqcq":{"string":"Счет-фактура формируется"},"7U8GRy":{"string":"Способ доставки успешно обновлен"},"uMpv1v":{"string":"Выполнение успешно отменено"},"TLNf6K":{"context":"window title","string":"Черновик заказа №{orderNumber}"},"GbBCmr":{"context":"window title","string":"Заказ №{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Удалить черновики заказов"},"ra2O4j":{"string":"Удаленные черновики заказов"},"6udlH+":{"string":"Черновик заказа успешно создан"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Вы уверены, что хотите удалить этот черновик заказа?} few {Вы уверены, что хотите удалить {displayQuantity} черновиков заказов?} many {Вы уверены, что хотите удалить {displayQuantity} черновиков заказов?} other {Вы уверены, что хотите удалить {displayQuantity} черновиков заказов?}}"},"2MKBk2":{"context":"window title","string":"Выполнить заказ № {orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Выполненные элементы"},"NzifUg":{"context":"window title","string":"Выполнить заказ"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Имя атрибута"},"uxPpRx":{"context":"button","string":"Назначить атрибут"},"nf3XSt":{"context":"attribute internal name","string":"Идентификатор"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Метаданные"},"caqRmN":{"context":"header","string":"Создать тип страницы"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Отмена назначения"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Страницы"},"gr53VQ":{"context":"page header","string":"Создать страницу"},"jZbT0O":{"string":"Чтобы поисковикам было проще найти эту страницу, добавьте заголовок и описание."},"GZgjK7":{"context":"page","string":"будет видно с {date}"},"X26jCC":{"context":"page label","string":"Видимый"},"/TK7QD":{"context":"page label","string":"Скрыто"},"gMwpNC":{"context":"page content","string":"Содержимое"},"gr+oXW":{"context":"page title","string":"Заголовок"},"AHRDWt":{"context":"button","string":"Создать страницу"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Заголовок"},"5GSYCR":{"context":"page status","string":"Видимость"},"iMJka8":{"string":"Страницы не найдены"},"I8dAAe":{"context":"page internal name","string":"Идентификатор"},"G1KzEx":{"context":"page status","string":"Опубликовано"},"UN3qWD":{"context":"page status","string":"Не опубликовано"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Создать страницу"},"JMbFNo":{"string":"Успешно создана новая страница"},"C1luwg":{"context":"dialog header","string":"Удалить страницу"},"4B32Ba":{"context":"delete page","string":"Вы уверены, что хотите удалить {title}?"},"41z2Qi":{"context":"notification","string":"Удаленные страницы"},"yEmwxD":{"context":"publish page, button","string":"Опубликовать"},"yHQQMQ":{"context":"dialog header","string":"Отменить публикацию страниц"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Вы уверены, что хотите отменить эту страницу?} few {Вы действительно хотите отменить публикацию {displayQuantity} страниц?} many {Вы действительно хотите отменить публикацию {displayQuantity} страниц?} other {Вы действительно хотите отменить публикацию {displayQuantity} страниц?}}"},"F8gsds":{"context":"unpublish page, button","string":"Отменить публикацию"},"wyvzh9":{"context":"dialog header","string":"Опубликовать страницы"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Вы уверены, что хотите опубликовать эту страницу?} few {Вы уверены, что хотите опубликовать {displayQuantity} страниц?} many {Вы уверены, что хотите опубликовать {displayQuantity} страниц?} other {Вы уверены, что хотите опубликовать {displayQuantity} страниц?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Вы уверены, что хотите удалить эту страницу?} few {Вы уверены, что хотите удалить {displayQuantity} страниц?} many {Вы уверены, что хотите удалить {displayQuantity} страниц?} other {Вы уверены, что хотите удалить {displayQuantity} страниц?}}"},"AzshS2":{"context":"notification","string":"Опубликованные страницы"},"3Sz1/t":{"context":"dialog header","string":"Удалить страницы"},"2pw5dQ":{"context":"payment status","string":"Полностью оплачено"},"PbqNhi":{"context":"order status","string":"Частично выполнено"},"INNPVX":{"context":"payment status","string":"Частично оплачено"},"OGemtu":{"context":"payment status","string":"Частично возмещен"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Статус платежа"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Группы прав доступа"},"jUuHVn":{"context":"description","string":"Участники не найдены"},"UQ4Kuh":{"context":"input label","string":"Поиск сотрудников"},"6sjBvJ":{"context":"input placeholder","string":"Поиск по имени, электронной почте и т.д."},"9Zlogd":{"context":"staff member status","string":"Активный"},"7WzUxn":{"context":"staff member status","string":"Неактивный"},"DPz5y6":{"context":"dialog header","string":"Назначить сотрудников"},"lT5MYM":{"context":"dialog title","string":"Отменить назначение пользователей"},"H/o4Ex":{"context":"dialog content","string":"Вы не можете изменять участников этой группы. Решите эту проблему, чтобы продолжить запрос."},"mAabef":{"context":"checkbox label","string":"Группа имеет полный доступ к магазину"},"CYZse9":{"context":"card description","string":"Расширьте или ограничьте права доступа группы для доступа к определенной части системы."},"sR0urA":{"context":"dialog content","string":"Вы уверены, что хотите удалить {name}?"},"L6+p8a":{"context":"dialog title","string":"Удалить группу прав доступа"},"O22NIZ":{"context":"deletion error message","string":"Не удается удалить группу, находящуюся за пределами ваших прав доступа"},"rs815i":{"context":"text field label","string":"Название группы"},"5ftg/B":{"context":"button","string":"создать группу прав доступа"},"szXISP":{"context":"permission group name","string":"Название группы прав доступа"},"+a+2ug":{"string":"Участники"},"wL7VAE":{"string":"Действия"},"CXn88q":{"string":"Группы прав доступа не найдены"},"gVD1os":{"context":"empty list message","string":"Вы еще не назначили ни одного участника в эту группу прав доступа."},"qrWOxx":{"string":"Участники не найдены"},"xxQxLE":{"string":"Адрес электронной почты"},"OhFGpX":{"context":"button","string":"Назначить участников"},"zD7/M6":{"context":"empty list message","string":"Пожалуйста, используйте кнопку Назначить участников, чтобы сделать это."},"lGlDEH":{"context":"header","string":"Участники группы"},"W32xfN":{"context":"staff member full name","string":"Название"},"XGBsoK":{"context":"dialog content","string":"Вы уверены, что хотите отменить {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Группа прав доступа создана"},"15PiOX":{"context":"button title","string":"Отмена назначения"},"DovGIa":{"string":"Группа прав доступа удалена"},"WhvuCb":{"context":"plugins section name","string":"Плагины"},"6aBkJm":{"context":"section header","string":"Авторизация"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Имя плагина"},"bL/Wrc":{"context":"plugin status","string":"Статус"},"w424P4":{"context":"section header","string":"Информация о плагине и статус"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Добавить значение в поле авторизации"},"Xy2T+y":{"context":"header","string":"Изменить поле авторизации"},"Egyh2T":{"context":"section header","string":"Настройки плагина"},"EtGDeK":{"context":"header","string":"Детали {pluginName}"},"BtErCZ":{"string":"Поиск плагинов..."},"aOelhW":{"context":"tab name","string":"Все плагины"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"Плагины не найдены"},"rQOS7K":{"context":"status label active","string":"Активный"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Настройки"},"ho75Lr":{"context":"status label deactivated","string":"Деактивирован"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Название"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Удалить поле авторизации"},"JRfJD9":{"string":"Плагин может перестать работать после очистки этого поля. Вы уверены, что хотите продолжить?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Типы продуктов"},"9scTQ0":{"context":"section header","string":"Атрибуты товара"},"5pHBSU":{"context":"switch button","string":"Тип продукта использует атрибуты варианта"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Название типа товара"},"1KSqnn":{"context":"tab name","string":"Все типы товаров"},"rpFdD1":{"string":"Искать тип товара"},"QY7FSs":{"context":"button","string":"создать тип товара"},"X90t9n":{"context":"product type","string":"Настраиваемый"},"dS8Adx":{"context":"product","string":"Цифровой"},"U5aVd8":{"context":"product","string":"С возможностью отправки"},"Jsh6+U":{"context":"product type is digital or physical","string":"Тип"},"0nLsyM":{"string":"Типы товаров не найдены"},"yNb+dT":{"context":"product type","string":"Простой товар"},"TalJlD":{"context":"tax rate for a product type","string":"Налог"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Тип"},"hHOI7D":{"context":"product type name","string":"Название типа"},"asdvmK":{"context":"product type","string":"Цифровой"},"ADTNND":{"context":"product type","string":"Материальный"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Доставка"},"IBw72y":{"context":"switch button","string":"Этот продукт может быть отправлен?"},"VOiUXQ":{"string":"Используется для расчета тарифов на доставку для товаров этого типа, когда не указан конкретный вес"},"zCb8fX":{"string":"Вес"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Атрибуты варианта"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Успешно созданный тип товара"},"F3Upht":{"string":"Тип товара удален"},"UJnqdm":{"context":"dialog header","string":"Отменить назначение атрибута из типа продукта"},"r1aQ2f":{"context":"dialog header","string":"Отменить назначение атрибута из типа товара"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Отмена назначения"},"K8xNLe":{"context":"products section name","string":"Товары"},"ulh3kf":{"string":"Коллекции"},"fyE8BN":{"context":"product organization, header","string":"Организация"},"LKoIB1":{"string":"Чтобы поисковикам было проще найти этот товар, добавьте заголовок и описание."},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Экспортировать запас для всех складов"},"ZDJEat":{"context":"button","string":"Загрузить больше"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"и еще {number}"},"64aYF0":{"context":"informations about product organization, header","string":"Организация"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO информация"},"qEZ463":{"context":"export selected items to csv file","string":"Выбранные продукты ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Экспортировать информацию для:"},"xtUXnK":{"context":"export all items to csv file","string":"Все продукты ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Склады от А до Я"},"/68iG8":{"context":"product export to csv file, header","string":"Информация экспортирована"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Экспортировать как:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Настройки экспорта"},"lQRnYK":{"context":"selectt all options","string":"Выбрать все"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Таблица для Excel, Numbers и т. Д."},"YicEbK":{"string":"Найти аттрибуты"},"ZRz3hM":{"string":"Экспорт количества товаров на складе в CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Инвентарная информация"},"li1BBk":{"context":"export items as csv file","string":"CSV файл"},"Jwuu4X":{"context":"select product informations to be exported","string":"Информация экспортирована:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Поиск по имени атрибута"},"SZt9kC":{"context":"export filtered items to csv file","string":"Текущий поиск ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Финансовая информация"},"oOFrUd":{"context":"export products to csv file, button","string":"экспорт товаров"},"dc5KWn":{"context":"products export type label","string":"продукты"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Информация по экспорту"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Экспорт товаров"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Поиск товаров..."},"aFLtLk":{"context":"tab name","string":"Все товары"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Доступно"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Скрыто"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Распродано"},"b1zuN9":{"string":"Цена"},"3Z8972":{"context":"product","string":"Количество на складе"},"g+GAf4":{"context":"product visibility","string":"Видимость"},"6Y1nQd":{"context":"product is visible","string":"Видимый"},"Jz/Cb+":{"context":"product type","string":"Простой"},"+VEhV8":{"context":"product channels","string":"Доступность"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Загрузить"},"JjeZEG":{"context":"section header","string":"Настройки товара"},"Be+J13":{"string":"Настраиваемый"},"v+Pkm+":{"context":"field is optional","string":"*По желанию. Добавление товара в коллекцию поможет пользователям найти его."},"anK7jD":{"string":"Тип товара"},"3rIMq/":{"context":"product shipping","string":"Доставка"},"SUbxSK":{"context":"product weight","string":"Вес"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Складская единица хранения)"},"KTAg0f":{"context":"tabel column header","string":"Название склада"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Количество"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Каналы продаж"},"TjGYna":{"context":"product inventory, checkbox","string":"Отслеживание запасов"},"cBHRxx":{"context":"button","string":"Назначить склад"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Активное отслеживание запасов будет автоматически рассчитывать изменения запасов"},"TfY/Pi":{"context":"checkbox","string":"Брать налог с данной продукции"},"CdIHMu":{"context":"select tax ratte","string":"Налоговый тариф"},"iYH3Y7":{"context":"checkbox","string":"Отменить налоговую ставку для типа продукта"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Создать варианты"},"f3B4tc":{"context":"attributes, section header","string":"Атрибуты варианта"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Удалить вариант"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Сохранить вариант"},"TPCRKr":{"context":"variant price, header","string":"Цена"},"ClFzoD":{"string":"Выбранные значения будут использоваться для создания вариантов настраиваемого товара."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Атрибут"},"TDXskW":{"context":"variant attribute","string":"Выберите атрибут"},"7WEC+G":{"context":"page title","string":"Цена и артикулы"},"GQcp83":{"context":"variant stock, header","string":"Остаток и складирование"},"NXpFlL":{"context":"product attribute values, page title","string":"Выберите значения"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Выберите значения"},"ucYPtV":{"context":"variant attribute","string":"Выберите атрибут"},"slKV5G":{"context":"variant creation step","string":"Сумма заказа"},"lra7Ej":{"string":"Применить единую цену ко всем артикулам"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Применить уникальный запас по атрибуту для каждого артикула"},"EGG8f+":{"string":"Применить уникальные цены по атрибутам к каждому артикулу"},"STp3Hl":{"string":"Применить единый запас ко всем артикулам"},"+bFHzi":{"context":"button","string":"Следующий"},"rHXF43":{"string":"Вот краткое изложение вариантов, которые будут созданы. Вы можете изменить цены, запасы и SKU для каждого созданного."},"BIqhVQ":{"string":"Пропустить запас сейчас"},"Q3j++G":{"context":"create multiple variants, button","string":"Создать"},"S5PVx1":{"context":"variant creator summary card header","string":"Созданные варианты"},"/Qb92c":{"string":"На основе вашего выбора мы создадим {numberOfProducts} товаров. Используйте этот шаг, чтобы настроить цену и запасы для ваших новых товаров"},"k4brJy":{"string":"Единица складского учёта"},"Sx7QVu":{"context":"variant creation step","string":"Цены и артикул"},"iigydN":{"string":"На основе вашего выбора мы создадим 8 товаров. Используйте этот шаг, чтобы настроить цену и запасы для ваших новых товаров."},"esg2wu":{"context":"previous step, button","string":"Предыдущий"},"V76IV7":{"context":"variant name","string":"Вариант"},"rbkmfG":{"context":"button","string":"Удалить вариант"},"WwNtFn":{"context":"delete product variant","string":"Вы уверены, что хотите удалить {name}?"},"GFJabu":{"context":"dialog header","string":"Удалить вариант"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"По умолчанию"},"1kdQdO":{"context":"section header","string":"Варианты"},"3C3Nj5":{"context":"button","string":"Добавить вариант"},"gF7hbK":{"context":"variant name","string":"Новый вариант"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Скрыто"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Доступность"},"Xm9qOu":{"context":"product pricing, section header","string":"Ценообразование"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Цена"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Название канала"},"2zCmiR":{"context":"tabel column header","string":"Себестоимость"},"SZH0fw":{"context":"set variant as default, button","string":"Установить по умолчанию"},"6+sMz4":{"context":"product variant inventory","string":"Недоступно во всех местах"},"7mK2vs":{"context":"product variant inventory","string":"Недоступен"},"n02c9W":{"context":"product variant price","string":"Цена"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} доступно} few {{stockQuantity} доступно} many {{stockQuantity} доступно} other {{stockQuantity} доступно}}"},"FSinkL":{"context":"variant stock status","string":"Инвентаризация доступна в:"},"HcjV6k":{"context":"button","string":"Создать варианты"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} доступно в {numLocations} местах} few {{numAvailable} доступны в {numLocations} местах} many {{numAvailable} доступны в {numLocations} местах} other {{numAvailable} доступны в {numLocations} местах}}"},"rIJbNC":{"string":"Использовать варианты для товаров, которые поставляются в различных версиях, например, разных размеров или цветов"},"JtZ71e":{"context":"filtering option","string":"Все склады"},"kL3C+K":{"context":"product variant inventory status","string":"Инвентаризация"},"3VyHbJ":{"context":"button","string":"Создать вариант"},"9PmyrU":{"context":"product variant inventory","string":"Нет в наличии"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Вариант"},"uCn/rd":{"context":"dialog header","string":"Удалить изображение"},"BUKMzM":{"string":"Вариант удален"},"T6dXGG":{"context":"header","string":"Создать вариант"},"VEext+":{"string":"Вы уверены, что хотите удалить это изображение?"},"MyM2oR":{"context":"window title","string":"Создать вариант"},"PXx4Jk":{"context":"window title","string":"Создать товар"},"NBP8uu":{"context":"page header","string":"Новый товар"},"DO8+uV":{"string":"Товар создан"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Вы уверены, что хотите удалить этот товар?} few {Вы уверены, что хотите удалить {displayQuantity} товаров?} many {Вы уверены, что хотите удалить {displayQuantity} товаров?} other {Вы уверены, что хотите удалить {displayQuantity} товаров?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Экспорт CSV"},"F4WdSO":{"context":"dialog header","string":"Удалить товары"},"dPYqy0":{"string":"В настоящее время мы экспортируем запрошенный вами CSV. Как только он станет доступен, он будет отправлен на ваш адрес электронной почты."},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Товар удален"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Вы уверены, что хотите удалить {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Удалить товар"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Удалить варианты товара"},"oChkS4":{"context":"success message","string":"Удачно созданные варианты"},"z+wMgQ":{"context":"window title","string":"Создать варианты"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Свойства"},"kFYlu2":{"string":"Saleor работает в режиме только для чтения. Изменения не сохранены."},"rqtV5d":{"context":"order status","string":"Готовы получить"},"oLMXDv":{"context":"order status","string":"Готовы выполнить"},"XJSRDK":{"context":"payment status","string":"Возмещено полностью"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Удалить"},"TKmub+":{"string":"Это поле обязательно к заполнению"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Расродажи"},"RaycYK":{"context":"button","string":"Сохранить"},"rqiCWU":{"string":"Сохраненные изменения"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Выбрать все"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Отправить"},"8xsKUv":{"context":"service accounts section name","string":"Служебные аккаунты"},"Fvvgoi":{"string":"Время сеанса истекло. Пожалуйста, войдите снова, чтобы продолжить."},"D9ie4n":{"context":"shipping section name","string":"Методы доставки"},"nNeWAx":{"context":"dialog header","string":"Удалить способ доставки"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Ценообразование"},"5ZvuVw":{"string":"Нет товаров, соответствующих данному запросу"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Название товара"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"Данная весовая единица будет использоваться в качестве веса по умолчанию"},"Rp/Okl":{"string":"Весовая единица для отгрузки"},"llBnr+":{"string":"Название склада"},"yzYXW/":{"context":"header, dialog","string":"Создать новый склад"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Выберите страны из списка ниже, которые вы хотите добавить в зону доставки"},"f2F1NJ":{"context":"section title","string":"Быстрый выбор"},"K/ic0P":{"context":"checkbox label","string":"Остальной мир"},"G+9nOZ":{"context":"checkbox description","string":"Если выбрано, это добавит все страны, не выбранные в другие зоны доставки"},"pGDYG5":{"context":"search label","string":"Поиск стран"},"1rpzrM":{"context":"search placeholder","string":"Поиск по названию страны"},"55LMJv":{"context":"country list header","string":"Страны"},"6fxdUO":{"context":"section header","string":"Создать новую зону доставки"},"y7mfbl":{"string":"В настоящее время в этой зоне доставки нет стран"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Имя области доставки"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Добавить"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Доставка"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Цена"},"WR8rir":{"context":"button","string":"Создать тариф"},"njUQPz":{"context":"shipping method price range","string":"Диапазон значений"},"RUzdUH":{"string":"Тарифы доставки не найдены"},"FjrExY":{"context":"price based shipping methods, section header","string":"Тариф на основе цены"},"aYhcie":{"context":"shipping method weight range","string":"Диапазон веса"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Вес на основе тарифа"},"aPCrsp":{"context":"shipping method name","string":"Название"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Добавить новый склад"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Выбрать склад"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Выберите склад, с которого вы будете отгружать товары для этой зоны доставки. Этот адрес склада также будет использоваться для расчета налогов."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Настройки"},"uULcph":{"context":"header","string":"Доставка"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Доставка по зонам"},"mIUNgR":{"context":"button","string":"Создать зону доставки"},"aMwxYb":{"string":"Страны"},"gRa/TS":{"context":"shipping zone","string":"Название"},"IhK1F3":{"string":"Зоны доставки не найдены"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Максимальная цена не может быть ниже минимальной"},"qf/m5l":{"string":"Вы уверены, что хотите удалить {shippingZoneName} зону доставки?"},"k3EI/U":{"context":"dialog header","string":"Удалить зону доставки"},"cpZLRH":{"context":"dialog header","string":"Удалить зоны доставки"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Вы уверены, что хотите удалить эту зону доставки?} few {Вы действительно хотите удалить {displayQuantity} зон доставки?} many {Вы действительно хотите удалить {displayQuantity} зон доставки?} other {Вы действительно хотите удалить {displayQuantity} зон доставки?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Отмена назначения"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Максимальный вес не может быть ниже минимального"},"/8/Ffn":{"context":"button","string":"Показать"},"viFkCw":{"context":"site settings section name","string":"Настройки сайта"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Информация о магазине"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Информация о компании"},"LVa5ew":{"string":"Saleor столкнулся с неожиданной проблемой"},"AQFMYU":{"context":"staff section name","string":"Сотрудники"},"23g7PY":{"context":"dialog header","string":"Пригласить сотрудника"},"hw9Fah":{"context":"button","string":"Отправить приглашение"},"P+kVxW":{"context":"card description","string":"Пользователь назначен на:"},"XMrYaA":{"context":"checkbox label","string":"Пользователь активен"},"YJ4TXc":{"context":"tab name","string":"Все сотрудники"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Поиск сотрудника"},"4JcNaA":{"context":"button","string":"Пригласить сотрудника"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Активный"},"Fc3O3r":{"context":"staff member's account","string":"Деактивирован"},"utaSh3":{"context":"staff member's account","string":"Статус"},"xJQX5t":{"string":"Сотрудники не найдены"},"cMFlOp":{"context":"input label","string":"Новый пароль"},"qEJT8e":{"string":"Новый пароль должен быть не менее 8 символов"},"+kb2lM":{"context":"dialog header","string":"Изменить пароль"},"GXdwyR":{"context":"input label","string":"Предыдущий пароль"},"mm0CXe":{"string":"Вы должны менять свой пароль каждый месяц, чтобы избежать проблем с безопасностью."},"N3Zot1":{"context":"button","string":"Изменить пароль"},"ZhDQel":{"context":"header","string":"Пароль"},"JJgJwi":{"string":"Выбрав это, изменится язык вашей панели управления"},"e822us":{"string":"Пожалуйста, обратите внимание, что пока все корректировки валюты и даты завершены, языковые переводы находятся в различной степени завершения."},"mr9jbO":{"string":"Предпочтительный язык"},"CLeDae":{"context":"section header","string":"Предпочтения"},"+2VzH4":{"context":"avatar change button","string":"Изменить"},"VTITVe":{"context":"section header","string":"Информация о сотрудниках"},"11lR5V":{"context":"avatar delete button","string":"Удалить"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"удалить сотрудника"},"fzpXvv":{"string":"Вы уверены, что хотите удалить {email} аватар?"},"VKWPBf":{"context":"dialog header","string":"Удалить аватар сотрудника"},"gxPjIQ":{"string":"Вы уверены, что хотите удалить {email} из сотрудников?"},"QirE3M":{"string":"Дата начала"},"tWbE34":{"string":"Час начала"},"tzMNF3":{"string":"Статус"},"RrCui3":{"string":"Сумма заказа"},"5elC9k":{"context":"taxes section name","string":"Налоги"},"lnQAos":{"context":"header","string":"Налоги"},"3BTtL2":{"string":"Страны не найдены"},"/JENWS":{"string":"Снижение налоговых ставок"},"07KB2d":{"string":"Код страны"},"0GJfWd":{"string":"Название страны"},"la9cZ4":{"string":"Налоговый тариф"},"QHB48n":{"context":"header","string":"Налоговый тариф в {countryName}"},"Ubath+":{"string":"Снижение налоговых категорий не найдено"},"4EuJKs":{"string":"Все цены на товары включают в себя сумму налога"},"98isC5":{"string":"Показывать клиентам брутто-цены на витрине магазина"},"FNKhkx":{"string":"Брать налог с расценок на доставку"},"+OV+Gj":{"context":"button","string":"Получить налоги"},"HtQGEH":{"string":"Успешно выбранные налоговые ставки"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Атрибуты"},"5fCMUI":{"context":"translations section name","string":"Переводы"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Переводы, {numberOfTranslatedFields} Завершено"},"Xtd0AT":{"string":"Оригинальная строка"},"/vCXIP":{"string":"Перевод"},"vTN5DZ":{"context":"button","string":"Сброс"},"T/5OyA":{"string":"Еще нет перевода"},"DRMMDs":{"string":"Название атрибута"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Значение {number}"},"JE0TAx":{"context":"section name","string":"Значения"},"US3IPU":{"string":"Описание поисковой системы"},"XitW/z":{"string":"Категория перевода \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Название поисковой системы"},"Bphmwe":{"context":"header","string":"Коллекция переводов \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Языки"},"FemBUF":{"context":"header","string":"Переводы на {language}"},"7NFfmz":{"string":"Товары"},"CxfKLC":{"string":"Страницы"},"VKb1MS":{"string":"Категории"},"RzsKm8":{"string":"Способы доставки"},"c8nvms":{"string":"Распродажи"},"etP0+D":{"string":"Купоны"},"ikRuLs":{"context":"translation progress","string":"{current} из {max}"},"vcwrgW":{"string":"Переводимые объекты не найдены"},"LWmYSU":{"string":"Завершенные переводы"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Название"},"ptPPVk":{"string":"Языки не найдены"},"y1Z3or":{"string":"Язык"},"oUWXLO":{"context":"header","string":"Перевод страницы \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Заголовок страницы"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Перевод товара \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Перевод распродажа \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Название распродажи"},"GpqEl5":{"context":"shipping method description","string":"Описание"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Перевод ваучера \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Название ваучера"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Отменить"},"oB0y5Y":{"context":"order status","string":"Не исполненный"},"FBtqtl":{"context":"payment status","string":"Неоплаченный"},"Lx1ima":{"context":"button","string":"Загрузите изображение"},"m8cjcK":{"context":"add authorization key error","string":"Ключ авторизации с таким типом уже существует"},"+x4cZH":{"string":"Только сотрудники могут быть назначены"},"aggaJg":{"string":"Этот атрибут уже был присвоен этому типу товара"},"u24Ppd":{"string":"Этот атрибут не может быть назначен этому типу товара"},"cd13nN":{"context":"product attribute error","string":"Все атрибуты должны иметь значение"},"lLwtgs":{"string":"Варианты отключены в этом типе товара"},"IFWHn0":{"context":"error message","string":"Платежный адрес не указан"},"ij7olm":{"context":"error message","string":"Это выполнение не может быть отменено"},"BM1JiJ":{"context":"error message","string":"Этот заказ не может быть отменен"},"nOo0oL":{"context":"error message","string":"Недостаточно элементов для выполнения"},"Xb6BJ9":{"context":"error message","string":"Оплата в ручном режиме не может быть возвращена"},"WzA5Ll":{"string":"Невозможно удалить пользователя из последней группы"},"sZ27WU":{"context":"error message","string":"Только предварительно одобренные платежи могут быть отменены"},"gKdGxP":{"context":"error message","string":"Только авторизованные платежи могут быть получены"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Невозможно добавить и удалить группу одновременно"},"abTH5q":{"context":"error message","string":"Электронный адрес не задан"},"c5pMZ8":{"string":"Ошибка API"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Неверное значение"},"pC6/1z":{"string":"Неверный формат манифеста"},"eu98dw":{"string":"Неправильный пароль"},"D2qihU":{"string":"Права доступа недействительны"},"g/BrOt":{"string":"URL имеет недопустимый формат"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Плагин неправильно настроен и не может быть активирован"},"FuAV5G":{"string":"Это имя уже занято. Пожалуйста, укажите другое."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Невозможно выбрать способ доставки для заказа без адреса доставки"},"r+8q4B":{"context":"error message","string":"Только черновики заказов могут быть отредактированы"},"PCoO4D":{"context":"error message","string":"Страница не найдена"},"Fz3kic":{"context":"error message","string":"Платежный адрес не установлен или счет не готов к отправке"},"N43t3/":{"context":"error message","string":"Не указан номер для счета"},"C4hCsD":{"string":"Недостаточно прав доступа на приложение"},"1n1tOR":{"string":"Группа выходит за рамки ваших прав доступа"},"4prRLv":{"string":"Недостаточно прав доступа"},"KRqgfo":{"string":"Пользователь находится за пределами ваших прав доступа"},"cY42ht":{"string":"Пароль не может быть полностью числовым"},"Y1B0PN":{"context":"error message","string":"Там нет оплаты, связанных с заказом"},"vVviA2":{"string":"Эти права доступа находятся за пределами вашей компетенции"},"mYs3tb":{"string":"Цена товара не может быть меньше 0"},"VEE4gD":{"context":"error message","string":"Способ доставки недоступен для выбранного адреса"},"ychKsb":{"context":"error message","string":"Для этого заказа требуется способ доставки"},"rZf1qL":{"context":"bulk variant create error","string":"SKU должны быть уникальными"},"nKjLjT":{"context":"error message","string":"Идентификатор должен быть уникальным для каждого склада"},"wn3di2":{"string":"Этот пароль слишком часто используется"},"LR3HlT":{"string":"Этот пароль слишком короткий"},"1wyZpQ":{"string":"Эти пароли слишком похожи"},"TDhHMi":{"string":"Это должно быть уникальным"},"qDwvZ4":{"string":"Неизвестная ошибка"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL-адрес не указан для счета-фактуры"},"Z6QAbw":{"string":"Этот вариант не имеет цифрового содержимого"},"i3Mvj8":{"context":"product attribute error","string":"Данный вариант уже существует"},"iUy2dx":{"context":"vouchers section name","string":"Ваучеры"},"ycMLN9":{"context":"warehouses section name","string":"Склады"},"43Nlay":{"context":"warehouse","string":"Информация об адресе"},"GhcypC":{"context":"header","string":"Создать склад"},"DTL7sE":{"context":"dialog content","string":"Вы уверены, что хотите удалить {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Удалить склад"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Поиск складов"},"2yU+q9":{"context":"tab name","string":"Все склады"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Создать склад"},"PFXGaR":{"string":"Зоны доставки"},"2gsiR1":{"string":"Склады не найдены"},"aCJwVq":{"context":"warehouse","string":"Название"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"Этот склад не имеет зон отгрузки."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Настройки"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Вы уверены, что хотите удалить этот webhook?"},"o5KXAN":{"context":"delete webhook","string":"Вы уверены, что хотите удалить {name}?"},"X90ElB":{"context":"dialog header","string":"Удалить Webhook"},"snUby7":{"context":"header","string":"Детали не упомянутого Webhook"},"Ryh3iR":{"context":"header","string":"Создать Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} детали"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"События"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"секретный ключ используется для создания хэш-подписи с каждой полезной нагрузкой. * необязательное поле"},"u9/vj9":{"context":"webhook input label","string":"Целевой URL"},"0MetrR":{"context":"webhook input help text","string":"Этот URL будет получать POST-запросы webhook"},"WDy0tF":{"context":"section header","string":"Информация о Webhook"},"D0KaT6":{"context":"webhook input label","string":"Название Webhook"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook активен"},"IBCBi1":{"context":"webhook active description","string":"Если вы хотите отключить этот webhook, снимите флажок ниже."},"1+M/52":{"context":"section header","string":"Статус Webhook"},"wbjuR4":{"string":"Вебхуки не найдены"},"wlr0Si":{"context":"button","string":"Создать Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Действие"},"1eCau/":{"string":"Безымянный webhook"},"OTpV1t":{"context":"webhook name","string":"Название"},"JVaz1C":{"context":"window title","string":"Создать Webhook"},"a5msuh":{"string":"Да"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Размещен"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Количество"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Недоступно для покупки"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Отмена назначения"},"KSp+8B":{"context":"product available for purchase date","string":"станет доступно {date}"},"hAcUEl":{"context":"product publication date label","string":"будет опубликовано {date}"}} \ No newline at end of file diff --git a/locale/sk.json b/locale/sk.json index 1a32fb685..8e0b1fb93 100644 --- a/locale/sk.json +++ b/locale/sk.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Zrušiť objednávku" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Skryté" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "výška zľavy" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Aktivita" - }, - "homeActivityCardNoActivities": { - "string": "No activities found" - }, - "homeAnalyticsCardHeader": { - "string": "Dnes" - }, - "homeHeaderText": { - "context": "header", - "string": "Ahoj {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Tu je zopár informácií, čo sme zozbierali o tvojom obchode" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Produkty" - }, - "homeProductsListCardNoProducts": { - "string": "Nenašli sa žiadne produkty." - }, - "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": "Ahoj {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Vytvoriť menu" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Menu Title" - }, - "menuDetailsDeleteMenuContent": { - "string": "Are you sure you want to delete menu {menuName}?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Vymazať 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": "Pridať položku" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Link to: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Edit Item" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Odkaz" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Start typing to begin search..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Meno" - }, - "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": "Vymazať menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Vytvoriť menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Nezverejnené" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Kategória" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Kolekcie" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Popis" - }, - "productExportFieldName": { - "context": "product field", - "string": "Meno" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Varianty obrázkov" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Inventár" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Create Product Type" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Create Product Type" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Daňe" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Cena" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Sklad" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Sklad" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Zverejnené" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Potvrdiť" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Kľúč" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Vytvoriť" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Atribúty" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Odstrániť atribút" - }, - "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_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Kraj" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Dátum" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Súbor" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Stránky" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Produkty" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Hmotnosť" - }, - "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": "Vytvoriť atribút" - }, - "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Obrázok" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "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": "Pridať hodnotu" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "Meno" - }, - "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_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Heslo" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Zabudli ste heslo?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "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_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Passwords do not match" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "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": "Dostupnosť" - }, - "src_dot_back": { - "context": "button", - "string": "Späť" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Zrušiť" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Zrušená" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Kategórie" - }, - "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": "Odstrániť kategóriu" - }, - "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": "Vytvoriť atribút" - }, - "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": "Podkategórie" - }, - "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_1657559629": { - "string": "Nenašli sa žiadne produkty." - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Meno" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Pridať produkt" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "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": "Podkategórie" - }, - "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": "Produkty" - }, - "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": "Vytvoriť atribút" - }, - "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": "Odstrániť kategóriu" - }, - "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_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Dostupnosť" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Stav" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Aktívny" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Vyčistiť" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Kolekcie" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Skryté" - }, - "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_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Skryté" - }, - "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": "Meno" - }, - "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_2685595924": { - "string": "Search Collections" - }, - "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": "Skryté" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Zverejnené" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "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": "Dostupnosť" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "Nenašli sa žiadne produkty." - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Type" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "Dostupnosť" - }, - "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": "Meno" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Kolekcia odstránená" - }, - "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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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": "Odstrániť obrázok" - }, - "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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Oprávnenia" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Krajina" - }, - "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": "Mesto" - }, - "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_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Atribúty" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Hodnoty" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Hodnota" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Dostupnosť" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Zverejnené" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Stav" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Krajina" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Mesto" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_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_DemoBanner_dot_1647850230": { - "string": "Výklad" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Admin" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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": "Filtre" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No results" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filtre" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filtre" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Uložiť zmeny" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Hodnota" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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": "Kategória" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Kolekcia" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Zverejnené" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Nezverejnené" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Create Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Create Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Create Customer" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Produkt" - }, - "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_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Ak prázdne, náhľad zobrazuje výsledok automatického generovania" - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Odhlásiť" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Account Settings" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Viditeľnosť" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Konfigurácia" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "Pokračovať" - }, - "src_dot_create": { - "context": "button", - "string": "Vytvoriť" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Zákazníci" - }, - "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": "Pridať adresu" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Default Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Default Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Predvolená dodacia adresa" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Odstrániť adresu" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Set as default billing address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Nastav ako predvolenú doručovaciu adresu" - }, - "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": "Doručovacia adresa" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Adresa" - }, - "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": "Fakturačná adresa" - }, - "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": "Poznámky" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Poznámka" - }, - "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": "Poznámka" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_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": "Stav" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "Nedávne objednávky" - }, - "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": "Dátum" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "Celkom" - }, - "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": "Posledná objednávka" - }, - "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": "Odstrániť adresu" - }, - "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": "Admin" - }, - "src_dot_date": { - "string": "Dátum" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Vymazať" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Popis" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Zľavy" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Produkty" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Produkty" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "Nenašli sa žiadne produkty." - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Dostupnosť" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "Nenašli sa žiadne varianty." - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "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": "Meno" - }, - "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": "Aktívny" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "Stav" - }, - "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": "Hodnota" - }, - "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": "Neboli nájdené žiadne položky" - }, - "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": "Meno" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Hodnota" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Meno" - }, - "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": "Hodnota" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Krajiny" - }, - "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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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": "Aktívny" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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": "Stav" - }, - "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": "Hodnota" - }, - "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": "Kód" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Neboli nájdené žiadne poukazy" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Hodnota" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Hodnota" - }, - "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": "Kód" - }, - "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_1134347598": { - "context": "column title", - "string": "Cena" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Hodnota" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Entire order" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Špecifické produkty" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Poštovné č.%s" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Koncept" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Draft Orders" - }, - "src_dot_drafts": { - "string": "Drafts" - }, - "src_dot_edit": { - "context": "button", - "string": "Upraviť" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Splnené" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Zákazník" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Poznámka" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Zmeniť" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Podrobnosti" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Podrobnosti" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Suma" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Produkt" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Stav" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Vymazať" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Produkt" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Nastavenia" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Domov" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "Žiadne objednávky na vybavenie." - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigácia" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "Nie" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Objednávky" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Fakturačná adresa" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Dodacia adresa" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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": "Poznámky" - }, - "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": "Doručovacia adresa" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Zákazník" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Rovnaká ako doručovacia adresa" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Anonymous user" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Fakturačná adresa" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Zrušiť objednávku" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Pridať" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Výška zľavy" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Počet" - }, - "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": "Celkom" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Zľava" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Medzisúčet" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Celkom" - }, - "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_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Vytvoriť objednávku" - }, - "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": "Zákazník" - }, - "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": "Zákazník" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Dátum" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Celkom" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Zrušiť objednávku" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Objednávka" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Meno produktu" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "Skladová jednotka " - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Naplniť" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Pridať sledovanie" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Upraviť sledovanie" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Vrátenie" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Zrušiť naplnenie" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Sledovacie číslo" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Add Tracking Code" - }, - "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_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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": "Objednávka bola poslaná" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Objednávka bola plne uhradená" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "vytvorená" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Faktúra" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Vytvoriť objednávku" - }, - "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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Zákazník" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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": "Platba" - }, - "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": "Zákazník" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Dátum" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "Celkom" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "No orders found" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "Suma" - }, - "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_capture": { - "context": "capture payment, button", - "string": "Zachytené" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Zachytená čiastka" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Zľava" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Označiť ako zaplatené" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Stav platby" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Povolená čiastka" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Vrátenie" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Doprava" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Medzisúčet" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Daňe" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Celkom" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Vrátenie" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Poukaz" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Počet" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "Skladová jednotka " - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Celkom" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "Nenašli sa žiadne produkty." - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Celkom" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Objednávka" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Suma" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Vrátenie" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "Nenašli sa žiadne produkty." - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Celkom" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Nenaplnené" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Nastavenia" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Naplniť" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Stránky" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Create Page" - }, - "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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Skryté" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Obsah" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Titolok" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Titolok" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Viditeľnosť" - }, - "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": "Zverejnené" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Nezverejnené" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Zverejniť" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Stiahnuť zo zverejnenia" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Plne zaplatená" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Čiastočne nenaplnené" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Partially refunded" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Stav platby" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Aktívny" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Aktívny" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Meno" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Vytvoriť atribút" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Authorization" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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": "Stav" - }, - "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_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Aktívny" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Konfigurácia" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Meno" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "Doprava" - }, - "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": "Hmotnosť" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "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": "Produkty" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Kategória" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Kolekcie" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Nezverejnené" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Zverejnené" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Meno" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "produkty" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Skryté" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "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": "Cena" - }, - "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": "Viditeľnosť" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visible" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "Nenašli sa žiadne produkty." - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Meno" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Dostupnosť" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Kategória" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Kolekcie" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Doprava" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Hmotnosť" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Počet" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Účtovať daň za tento produkt" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Nezverejnené" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Zverejnené" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Atribút" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Zhrnutie" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Vytvoriť" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "Skladová jednotka " - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Varianta" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Hodnoty" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Odstrániť 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_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Varianty" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "Pridať variant" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "New Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Skryté" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Dostupnosť" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Oceňovanie" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Náklad" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Varianty" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventár" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "Skladová jednotka " - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Varianta" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Fully refunded" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Odstrániť" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Zľavy" - }, - "src_dot_save": { - "context": "button", - "string": "Uložiť" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Oceňovanie" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Cena" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Krajiny" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Krajiny" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Meno doručovacej zóny" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Pridať" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Doprava" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Doprava" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Cena" - }, - "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": "Meno" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Zvoľte sklad z ktorého budete posielať produkty pre túto doručovaciu zónu. Táto skladová adresa bude taktiež použitá na výpočet dane." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Nastavenia" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Doprava" - }, - "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": "Krajiny" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Meno" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Oprávnenia" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Užívateľ je aktívny" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "All Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Aktívny" - }, - "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": "Stav" - }, - "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": "Aktívny" - }, - "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": "Meno" - }, - "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": "Zmeniť heslo" - }, - "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": "Heslo" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Zmeniť" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Vymazať" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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": "Stav" - }, - "src_dot_summary": { - "string": "Zhrnutie" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Daňe" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Daňe" - }, - "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_1755013298": { - "string": "Kategória" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Všetky ceny produktov sú zadávané vrátane dane" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Vo výklade ukazovať zákazníkom hrubé ceny " - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Účtovať daň za dopravu" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Atribúty" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Hodnoty" - }, - "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_222873645": { - "string": "Kolekcie" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Produkty" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Stránky" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Kategórie" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Spôsoby dopravy" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Atribúty" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Zľavy" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Poukážky" - }, - "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": "Meno" - }, - "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": "Obsah" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "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": "Popis" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Popis" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Meno" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Nenaplnené" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Ručné platby nemôžu byť refundované" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Only pre-authorized payments can be voided" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Iba pred autorizované platby" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Nie je možné vybrať doručovaciu metódu bez zadania doručovacej adresy" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Spôsob doručenia nie je pre danú adresu možný." - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Poukážky" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Meno" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Nastavenia" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Meno" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Áno" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Pridelené" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Počet" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Zrušiť objednávku"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Skryté"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Determine attributes used to create product types"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Define how users can navigate through your store"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Define types of products you sell"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"výška zľavy"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Aktivita"},"wWTUrM":{"string":"No activities found"},"zWgbGg":{"string":"Dnes"},"By5ZBp":{"context":"header","string":"Ahoj {userName}"},"aCX8rl":{"context":"subheader","string":"Tu je zopár informácií, čo sme zozbierali o tvojom obchode"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Top Produkty"},"Q1Uzbb":{"string":"Nenašli sa žiadne produkty."},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Vytvoriť menu"},"jhh/D6":{"string":"Menu Title"},"G/SYtU":{"string":"Are you sure you want to delete menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Vymazať menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Pridať položku"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edit Item"},"Urh2N3":{"context":"label","string":"Odkaz"},"28GZnc":{"string":"Start typing to begin search..."},"0Vyr8h":{"context":"menu item name","string":"Meno"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"Menu Items"},"WwZfNK":{"string":"Add new menu item to begin creating menu"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"Vytvoriť menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Nezverejnené"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Kategória"},"jxoMLL":{"context":"product field","string":"Kolekcie"},"YVIajc":{"context":"product field","string":"Popis"},"W8i2Ez":{"context":"product field","string":"Meno"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Varianty obrázkov"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventár"},"SSWFo8":{"context":"window title","string":"Create Product Type"},"bq1eEx":{"context":"header","string":"Create Product Type"},"mUb8Gt":{"context":"section header","string":"Daňe"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Cena"},"vuKrlW":{"string":"Sklad"},"ABgQcF":{"context":"variant stock, header","string":"Sklad"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Zverejnené"},"ppLwx3":{"context":"number of categories","string":"Categories ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Potvrdiť"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Kľúč"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"Vytvoriť"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Atribúty"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Odstrániť atribút"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Kraj"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Dátum"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Súbor"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Stránky"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Produkty"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Hmotnosť"},"dKPMyh":{"context":"tab name","string":"All Attributes"},"IGvQ8k":{"context":"button","string":"Vytvoriť atribút"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Obrázok"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Pridať hodnotu"},"UhcALJ":{"context":"attribute name","string":"Meno"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Sign in"},"5sg7KC":{"string":"Heslo"},"3tbL7x":{"context":"description","string":"Zabudli ste heslo?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"New Password"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Confirm Password"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Passwords do not match"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Reset password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Dostupnosť"},"0OfZJA":{"context":"button","string":"Späť"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Zrušiť"},"dOQB9o":{"context":"payment status","string":"Zrušená"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"Kategórie"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Optional)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"Odstrániť kategóriu"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Category Name"},"8HRy+U":{"string":"Category Description"},"vof5TR":{"context":"button","string":"Vytvoriť atribút"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"All Categories"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Podkategórie"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"Meno"},"x/pIZ9":{"context":"button","string":"Pridať produkt"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Podkategórie"},"V+fkAO":{"context":"number of products in category","string":"Produkty"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Vytvoriť atribút"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Category deleted"},"KCjd1o":{"context":"dialog title","string":"Delete products"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Dostupnosť"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"Stav"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Aktívny"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Vyčistiť"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Kolekcie"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"Skryté"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Add Collection"},"/WXs6H":{"context":"collection name","string":"Meno"},"G4g5Ii":{"context":"tab name","string":"All Collections"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"Skryté"},"lL3YJO":{"context":"collection","string":"Zverejnené"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"Dostupnosť"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Dostupnosť"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"Meno"},"Q8wHwJ":{"string":"Kolekcia odstránená"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"Odstrániť obrázok"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Oprávnenia"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Krajina"},"O95R3Z":{"string":"Phone"},"B52Em/":{"string":"Address line 1"},"TE4fIS":{"string":"Mesto"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"Address line 2"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Atribúty"},"j8PV7E":{"context":"attribute values","string":"Hodnoty"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Hodnota"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Dostupnosť"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Zverejnené"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Stav"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Výklad"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"Admin"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Filtre"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Filtre"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Uložiť zmeny"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Hodnota"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Kategória"},"phAZoj":{"string":"Kolekcia"},"M1uijW":{"context":"collection","string":"Nezverejnené"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Produkt"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"Ak prázdne, náhľad zobrazuje výsledok automatického generovania"},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Odhlásiť"},"X8+Lpa":{"context":"button","string":"Account Settings"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Viditeľnosť"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Konfigurácia"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"Pokračovať"},"H5NKfr":{"context":"button","string":"Vytvoriť"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Zákazníci"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Pridať adresu"},"rjy9/k":{"context":"button","string":"Add address"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Default Address"},"VyzsWZ":{"string":"Default Billing Address"},"nLML8Y":{"string":"Predvolená dodacia adresa"},"puikeb":{"context":"button","string":"Odstrániť adresu"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Set as default billing address"},"+7OsyM":{"context":"button","string":"Nastav ako predvolenú doručovaciu adresu"},"BfJGij":{"context":"header","string":"Address Information"},"Zd3Eew":{"context":"subsection header","string":"Doručovacia adresa"},"bHdFph":{"context":"subsection header","string":"Adresa"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Fakturačná adresa"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Poznámky"},"uUQ+Al":{"context":"note about customer","string":"Poznámka"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"Stav"},"1LiVhv":{"context":"section header","string":"Nedávne objednávky"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Dátum"},"taX/V3":{"context":"order total amount","string":"Celkom"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Posledná objednávka"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Odstrániť adresu"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"Admin"},"P7PLVj":{"string":"Dátum"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Vymazať"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Popis"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Zľavy"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Category Name"},"QGjJcT":{"context":"number of products","string":"Produkty"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"Nenašli sa žiadne produkty."},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"Nenašli sa žiadne varianty."},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"Meno"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"Aktívny"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Stav"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Hodnota"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"Neboli nájdené žiadne položky"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Hodnota"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Krajiny"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Aktívny"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Stav"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Hodnota"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Kód"},"U2mOqA":{"string":"Neboli nájdené žiadne poukazy"},"GVinbz":{"context":"column title","string":"Hodnota"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Cena"},"/oaqFS":{"context":"section header","string":"Hodnota"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"Špecifické produkty"},"WasHjQ":{"context":"voucher discount","string":"Poštovné č.%s"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Koncept"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"Upraviť"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"First Name"},"pkjXPD":{"context":"order status","string":"Splnené"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Zákazník"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Poznámka"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Zmeniť"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Podrobnosti"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Podrobnosti"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Suma"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Produkt"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Stav"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Vymazať"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Produkt"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Nastavenia"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Domov"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"Žiadne objednávky na vybavenie."},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Last Name"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigácia"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"Nie"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Optional"},"Ta9j04":{"context":"orders section name","string":"Objednávky"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Fakturačná adresa"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Dodacia adresa"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Poznámky"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Doručovacia adresa"},"Y7M1YQ":{"context":"section header","string":"Zákazník"},"GLX9II":{"context":"billing address","string":"Rovnaká ako doručovacia adresa"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Fakturačná adresa"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Zrušiť objednávku"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Pridať"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Výška zľavy"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Cena"},"nEWp+k":{"context":"quantity of ordered products","string":"Počet"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Celkom"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"Zľava"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Medzisúčet"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Celkom"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Vytvoriť objednávku"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Zákazník"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"Zákazník"},"mCP0UD":{"context":"order draft creation date","string":"Dátum"},"1Uj0Wd":{"context":"order draft total price","string":"Celkom"},"PAqicb":{"context":"button","string":"Zrušiť objednávku"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Objednávka"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Meno produktu"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"Skladová jednotka "},"BLX9dz":{"context":"fulfill order, button","string":"Naplniť"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Pridať sledovanie"},"dTkmON":{"context":"edit tracking button","string":"Upraviť sledovanie"},"K//bUK":{"context":"refund button","string":"Vrátenie"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Zrušiť naplnenie"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Sledovacie číslo"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Objednávka bola poslaná"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Objednávka bola plne uhradená"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"vytvorená"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Faktúra"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Zákazník"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Platba"},"5blVMu":{"context":"e-mail or full name","string":"Zákazník"},"PHUcrU":{"context":"date when order was placed","string":"Dátum"},"k9hf7F":{"context":"total order price","string":"Celkom"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Suma"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Zachytené"},"V+gwx7":{"context":"order payment","string":"Zachytená čiastka"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Zľava"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Označiť ako zaplatené"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Stav platby"},"uUsZ7m":{"context":"order payment","string":"Povolená čiastka"},"HaQ8cg":{"context":"button","string":"Vrátenie"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Doprava"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Medzisúčet"},"r+dgiv":{"string":"Daňe"},"zb4eBO":{"context":"order total price","string":"Celkom"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Poukaz"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Cena"},"WE8IFE":{"context":"product name","string":"Produkt"},"tvpAXl":{"context":"ordered product quantity","string":"Počet"},"8J81ri":{"context":"ordered product sku","string":"Skladová jednotka "},"qT6YYk":{"context":"order line total price","string":"Celkom"},"5aiFbL":{"context":"tabel column header","string":"Cena"},"FNT4b+":{"context":"tabel column header","string":"Produkt"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Celkom"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Suma"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Vrátenie"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Cena"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Produkt"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Nenaplnené"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Nastavenia"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Naplniť"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Stránky"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"Skryté"},"gMwpNC":{"context":"page content","string":"Obsah"},"gr+oXW":{"context":"page title","string":"Titolok"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Titolok"},"5GSYCR":{"context":"page status","string":"Viditeľnosť"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Zverejnené"},"UN3qWD":{"context":"page status","string":"Nezverejnené"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Zverejniť"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Stiahnuť zo zverejnenia"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Plne zaplatená"},"PbqNhi":{"context":"order status","string":"Čiastočne nenaplnené"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Partially refunded"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Stav platby"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Aktívny"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Email Address"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Meno"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Authorization"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Stav"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"Aktívny"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Konfigurácia"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Meno"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Tax"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Doprava"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Hmotnosť"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"Produkty"},"ulh3kf":{"string":"Kolekcie"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"produkty"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Skryté"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Cena"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Viditeľnosť"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Dostupnosť"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"Doprava"},"SUbxSK":{"context":"product weight","string":"Hmotnosť"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Počet"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Účtovať daň za tento produkt"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Cena"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Atribút"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Zhrnutie"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Vytvoriť"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"Skladová jednotka "},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Varianta"},"rbkmfG":{"context":"button","string":"Odstrániť variant"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Varianty"},"3C3Nj5":{"context":"button","string":"Pridať variant"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Skryté"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Dostupnosť"},"Xm9qOu":{"context":"product pricing, section header","string":"Oceňovanie"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Náklad"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Cena"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Inventár"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Varianta"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Fully refunded"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Odstrániť"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Zľavy"},"RaycYK":{"context":"button","string":"Uložiť"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Oceňovanie"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Krajiny"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Meno doručovacej zóny"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Pridať"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Doprava"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Cena"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"Meno"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Zvoľte sklad z ktorého budete posielať produkty pre túto doručovaciu zónu. Táto skladová adresa bude taktiež použitá na výpočet dane."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Nastavenia"},"uULcph":{"context":"header","string":"Doprava"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Krajiny"},"gRa/TS":{"context":"shipping zone","string":"Meno"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"Užívateľ je aktívny"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Aktívny"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Stav"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"New Password"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Zmeniť heslo"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"Heslo"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Zmeniť"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Vymazať"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Stav"},"RrCui3":{"string":"Zhrnutie"},"5elC9k":{"context":"taxes section name","string":"Daňe"},"lnQAos":{"context":"header","string":"Daňe"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"Všetky ceny produktov sú zadávané vrátane dane"},"98isC5":{"string":"Vo výklade ukazovať zákazníkom hrubé ceny "},"FNKhkx":{"string":"Účtovať daň za dopravu"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Atribúty"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Hodnoty"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"Produkty"},"CxfKLC":{"string":"Stránky"},"VKb1MS":{"string":"Kategórie"},"RzsKm8":{"string":"Spôsoby dopravy"},"c8nvms":{"string":"Zľavy"},"etP0+D":{"string":"Poukážky"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Meno"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"Popis"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Nenaplnené"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Ručné platby nemôžu byť refundované"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Only pre-authorized payments can be voided"},"gKdGxP":{"context":"error message","string":"Iba pred autorizované platby"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Nie je možné vybrať doručovaciu metódu bez zadania doručovacej adresy"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Spôsob doručenia nie je pre danú adresu možný."},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Poukážky"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Address Information"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Meno"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Nastavenia"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Meno"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Áno"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Pridelené"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Počet"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/sl.json b/locale/sl.json index ed979c3b8..29a9e068d 100644 --- a/locale/sl.json +++ b/locale/sl.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Cancel Order" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Hidden" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "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" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Products" - }, - "homeProductsListCardNoProducts": { - "string": "No products found" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "The new dashboard and the GraphQL API are preview-quality software." - }, - "homeScreenDisclaimerText2": { - "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hello there, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "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": "Povezava" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Start typing to begin search..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Ime" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menu Items" - }, - "menuItemsPlaceholder": { - "string": "Add new menu item to begin creating menu" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Create Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Neobjavljeno" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Kategorija" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Kolekcije" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Opis" - }, - "productExportFieldName": { - "context": "product field", - "string": "Ime" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variant Images" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "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": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Cena" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Objavljeno" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Ključ" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Create" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Attributes" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Are you sure you want to delete {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Območje" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Date" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "File" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Pages" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Proizvodi" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Teža" - }, - "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Slika" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "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": "Ime" - }, - "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_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Geslo" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Pozabljeno geslo?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "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_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Passwords do not match" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "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_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Cancel" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Cancelled" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Kategorije" - }, - "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_1657559629": { - "string": "No products found" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Ime" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Add product" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "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": "Proizvodi" - }, - "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_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Razumljivi del URL naslova ali Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Aktiven" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Clear" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Kolekcije" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Hidden" - }, - "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_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Hidden" - }, - "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": "Ime" - }, - "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_2685595924": { - "string": "Search Collections" - }, - "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": "Objavljeno" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "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_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "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_3326160357": { - "context": "product availability", - "string": "Availability" - }, - "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": "Ime" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Kolekcija je izbrisana" - }, - "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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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_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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Dovoljenja" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Država" - }, - "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": "Mesto" - }, - "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_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Attributes" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Vrednost" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Availability" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Objavljeno" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Status" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Država" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Mesto" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_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_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Dashboard" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filters" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filters" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Save changes" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Vrednost" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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": "Kategorija" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Kolekcija" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Objavljeno" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Not Published" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Create Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Create Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Create Customer" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "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_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Razumljivi del URL naslova ali Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Če pustite polje prazno, se v oknu za predogled prikaže samodejni prikaz" - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Log out" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Account Settings" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibility" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Configuration" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "Continue" - }, - "src_dot_create": { - "context": "button", - "string": "Create" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "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_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Default Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Default Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Default Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Set as default billing address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Set as 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": "Naslov" - }, - "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": "Opombe" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Opomba" - }, - "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": "Opomba" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_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": "Nedavni nakupi" - }, - "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": "Skupna vsota" - }, - "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_date": { - "string": "Date" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Opis" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Discounts" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Proizvodi" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Proizvodi" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "No products found" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Availability" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "No variants found" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "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": "Ime" - }, - "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": "Aktiven" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "Vrednost" - }, - "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": "Ime" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Vrednost" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Ime" - }, - "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": "Vrednost" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Države" - }, - "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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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": "Aktiven" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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": "Vrednost" - }, - "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": "Koda" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "No vouchers found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Vrednost" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Vrednost" - }, - "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": "Koda" - }, - "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_1134347598": { - "context": "column title", - "string": "Cena" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Vrednost" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Entire order" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Določeni izdelki" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Shipment" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Fulfilled" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Naročnik" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Opomba" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Change" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Details" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Details" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Znesek" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Status" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Nastavitve" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Domov" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "No orders ready to fulfill" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "No" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Nakupi" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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": "Opombe" - }, - "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": "Naročnik" - }, - "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_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Cancel order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Add" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Vrednost popusta" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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": "Cena" - }, - "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": "Količina" - }, - "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": "Skupna vsota" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Skupna vsota" - }, - "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_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "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": "Naročnik" - }, - "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": "Naročnik" - }, - "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": "Skupna vsota" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Cancel order" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Order" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Product name" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU - številka izdelka" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Add tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edit tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Številka za spremljanje naročila - tracking number" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Add Tracking Code" - }, - "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_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "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_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "ustvarjeno" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Naročnik" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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": "Naročnik" - }, - "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": "Skupna vsota" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "No orders found" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "Znesek" - }, - "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_capture": { - "context": "capture payment, button", - "string": "Capture" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Captured amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Discount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Mark as paid" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Status plačila" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Preauthorized amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Dostava oziroma pošiljanje" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Taxes" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Skupna vsota" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Kupon" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Količina" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU - številka izdelka" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Skupna vsota" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Skupna vsota" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Order" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Znesek" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Skupna vsota" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Product" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Unfulfilled" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Nastavitve" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Fulfill" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Razumljivi del URL naslova ali Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "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_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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Hidden" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Vsebina" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Naslov" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Naslov" - }, - "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": "Razumljivi del URL naslova ali Slug" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3640454975": { - "context": "page status", - "string": "Objavljeno" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Not Published" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Objavi" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Prekliči objavo" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Partially fulfilled" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Partially refunded" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Status plačila" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Aktiven" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Aktiven" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Ime" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Authorization" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Aktiven" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Configuration" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Ime" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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": "Razumljivi del URL naslova ali Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_3559259966": { - "context": "section header", - "string": "Product Attributes" - }, - "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_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "Dostava oziroma pošiljanje" - }, - "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": "Teža" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Razumljivi del URL naslova ali Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "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": "Proizvodi" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Kategorija" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Kolekcije" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Neobjavljeno" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Objavljeno" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Ime" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "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": "Cena" - }, - "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_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Ime" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Kategorija" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Kolekcije" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Dostava oziroma pošiljanje" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Teža" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Količina" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Temu izdelku vedno vračunaj davek" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Neobjavljeno" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Objavljeno" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Summary" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Create" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU - številka izdelka" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Različica" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "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_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "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_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Cena s stroški vred" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventory" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU - številka izdelka" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Različica" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Fully refunded" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Remove" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Sales" - }, - "src_dot_save": { - "context": "button", - "string": "Save" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Pricing" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Cena" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Države" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Države" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Ime cone za pošiljanje" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Add" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Dostava oziroma pošiljanje" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Dostava oziroma pošiljanje" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Cena" - }, - "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": "Ime" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Nastavitve" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Dostava oziroma pošiljanje" - }, - "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": "Države" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Ime" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Dovoljenja" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Uporabnik je aktiven" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "All Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Aktiven" - }, - "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": "Aktiven" - }, - "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": "Ime" - }, - "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": "Spremeni geslo" - }, - "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": "Geslo" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Change" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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_1755013298": { - "string": "Kategorija" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Vse cene izdelkov že vsebujejo davek " - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Pokaži naročnikom grosistične cene na vstopni strani" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Vračunaj davek na poštnino" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Attributes" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Values" - }, - "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_222873645": { - "string": "Kolekcije" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Proizvodi" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Pages" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Kategorije" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Attributes" - }, - "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_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": "Ime" - }, - "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": "Vsebina" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "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": "Opis" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Opis" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Ime" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Unfulfilled" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Ročnih plačil ne moremo povrniti" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Only pre-authorized payments can be voided" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Procesiramo lahko le predavtorizirana plačila" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Te vrste dostave ni možno izbrati za izbrani naslov." - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Vouchers" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Ime" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Nastavitve" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Ime" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Yes" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Allocated" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Količina" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Cancel Order"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Hidden"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Determine attributes used to create product types"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Define how users can navigate through your store"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Define types of products you sell"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Activity"},"wWTUrM":{"string":"No activities found"},"zWgbGg":{"string":"Today"},"By5ZBp":{"context":"header","string":"Hello there, {userName}"},"aCX8rl":{"context":"subheader","string":"Here is some information we gathered about your store"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Top Products"},"Q1Uzbb":{"string":"No products found"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Create Menu"},"jhh/D6":{"string":"Menu Title"},"G/SYtU":{"string":"Are you sure you want to delete menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Delete Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Add Item"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edit Item"},"Urh2N3":{"context":"label","string":"Povezava"},"28GZnc":{"string":"Start typing to begin search..."},"0Vyr8h":{"context":"menu item name","string":"Ime"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"Menu Items"},"WwZfNK":{"string":"Add new menu item to begin creating menu"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"Create Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Neobjavljeno"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Kategorija"},"jxoMLL":{"context":"product field","string":"Kolekcije"},"YVIajc":{"context":"product field","string":"Opis"},"W8i2Ez":{"context":"product field","string":"Ime"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Variant Images"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventory"},"SSWFo8":{"context":"window title","string":"Create Product Type"},"bq1eEx":{"context":"header","string":"Create Product Type"},"mUb8Gt":{"context":"section header","string":"Taxes"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Cena"},"vuKrlW":{"string":"Stock"},"ABgQcF":{"context":"variant stock, header","string":"Stock"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Objavljeno"},"ppLwx3":{"context":"number of categories","string":"Categories ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Ključ"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"Create"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Attributes"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Delete attribute"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Območje"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Date"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"File"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Pages"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Proizvodi"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Teža"},"dKPMyh":{"context":"tab name","string":"All Attributes"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Slika"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Add Value"},"UhcALJ":{"context":"attribute name","string":"Ime"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Sign in"},"5sg7KC":{"string":"Geslo"},"3tbL7x":{"context":"description","string":"Pozabljeno geslo?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"New Password"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Confirm Password"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Passwords do not match"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Reset password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Availability"},"0OfZJA":{"context":"button","string":"Back"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Cancel"},"dOQB9o":{"context":"payment status","string":"Cancelled"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"Kategorije"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Optional)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"Delete category"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Category Name"},"8HRy+U":{"string":"Category Description"},"vof5TR":{"context":"button","string":"Create category"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"All Categories"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Subcategories"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"Ime"},"x/pIZ9":{"context":"button","string":"Add product"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Subcategories"},"V+fkAO":{"context":"number of products in category","string":"Proizvodi"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Create category"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Category deleted"},"KCjd1o":{"context":"dialog title","string":"Delete products"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Availability"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Razumljivi del URL naslova ali Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"Status"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Aktiven"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Clear"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Kolekcije"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"Hidden"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Add Collection"},"/WXs6H":{"context":"collection name","string":"Ime"},"G4g5Ii":{"context":"tab name","string":"All Collections"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"Hidden"},"lL3YJO":{"context":"collection","string":"Objavljeno"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"Availability"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Availability"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"Ime"},"Q8wHwJ":{"string":"Kolekcija je izbrisana"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"Delete image"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Dovoljenja"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Država"},"O95R3Z":{"string":"Phone"},"B52Em/":{"string":"Address line 1"},"TE4fIS":{"string":"Mesto"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"Address line 2"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Attributes"},"j8PV7E":{"context":"attribute values","string":"Values"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Vrednost"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Availability"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Objavljeno"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Status"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"Dashboard"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Filters"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Filters"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Save changes"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Vrednost"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Kategorija"},"phAZoj":{"string":"Kolekcija"},"M1uijW":{"context":"collection","string":"Not Published"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Product"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Razumljivi del URL naslova ali Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"Če pustite polje prazno, se v oknu za predogled prikaže samodejni prikaz"},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Log out"},"X8+Lpa":{"context":"button","string":"Account Settings"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Visibility"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Configuration"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"Continue"},"H5NKfr":{"context":"button","string":"Create"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Customers"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Add Address"},"rjy9/k":{"context":"button","string":"Add address"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Default Address"},"VyzsWZ":{"string":"Default Billing Address"},"nLML8Y":{"string":"Default Shipping Address"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Set as default billing address"},"+7OsyM":{"context":"button","string":"Set as default shipping address"},"BfJGij":{"context":"header","string":"Address Information"},"Zd3Eew":{"context":"subsection header","string":"Shipping Address"},"bHdFph":{"context":"subsection header","string":"Naslov"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Billing Address"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Opombe"},"uUQ+Al":{"context":"note about customer","string":"Opomba"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"Status"},"1LiVhv":{"context":"section header","string":"Nedavni nakupi"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Date"},"taX/V3":{"context":"order total amount","string":"Skupna vsota"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Last order"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"Dashboard"},"P7PLVj":{"string":"Date"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Opis"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Discounts"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Category Name"},"QGjJcT":{"context":"number of products","string":"Proizvodi"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"No products found"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"No variants found"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"Ime"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"Aktiven"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Status"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Vrednost"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"No sales found"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Vrednost"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Države"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Aktiven"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Status"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Vrednost"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Koda"},"U2mOqA":{"string":"No vouchers found"},"GVinbz":{"context":"column title","string":"Vrednost"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Cena"},"/oaqFS":{"context":"section header","string":"Vrednost"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"Določeni izdelki"},"WasHjQ":{"context":"voucher discount","string":"Shipment"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Draft"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"Edit"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"First Name"},"pkjXPD":{"context":"order status","string":"Fulfilled"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Naročnik"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Opomba"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Change"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Details"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Details"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Znesek"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Product"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Status"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Product"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Nastavitve"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Domov"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"No orders ready to fulfill"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Last Name"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigation"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"No"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Optional"},"Ta9j04":{"context":"orders section name","string":"Nakupi"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Billing address"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Shipping address"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Opombe"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Shipping Address"},"Y7M1YQ":{"context":"section header","string":"Naročnik"},"GLX9II":{"context":"billing address","string":"Same as shipping address"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Billing Address"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Cancel order"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Add"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Vrednost popusta"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Cena"},"nEWp+k":{"context":"quantity of ordered products","string":"Količina"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Skupna vsota"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"Discount"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Subtotal"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Skupna vsota"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Create order"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Naročnik"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"Naročnik"},"mCP0UD":{"context":"order draft creation date","string":"Date"},"1Uj0Wd":{"context":"order draft total price","string":"Skupna vsota"},"PAqicb":{"context":"button","string":"Cancel order"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Order"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Product name"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"SKU - številka izdelka"},"BLX9dz":{"context":"fulfill order, button","string":"Fulfill"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Add tracking"},"dTkmON":{"context":"edit tracking button","string":"Edit tracking"},"K//bUK":{"context":"refund button","string":"Refund"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Cancel Fulfillment"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Številka za spremljanje naročila - tracking number"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Order was placed"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Order was fully paid"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"ustvarjeno"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Invoice"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Naročnik"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Payment"},"5blVMu":{"context":"e-mail or full name","string":"Naročnik"},"PHUcrU":{"context":"date when order was placed","string":"Date"},"k9hf7F":{"context":"total order price","string":"Skupna vsota"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Znesek"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Capture"},"V+gwx7":{"context":"order payment","string":"Captured amount"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Discount"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Mark as paid"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Status plačila"},"uUsZ7m":{"context":"order payment","string":"Preauthorized amount"},"HaQ8cg":{"context":"button","string":"Refund"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Dostava oziroma pošiljanje"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Subtotal"},"r+dgiv":{"string":"Taxes"},"zb4eBO":{"context":"order total price","string":"Skupna vsota"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Kupon"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Cena"},"WE8IFE":{"context":"product name","string":"Product"},"tvpAXl":{"context":"ordered product quantity","string":"Količina"},"8J81ri":{"context":"ordered product sku","string":"SKU - številka izdelka"},"qT6YYk":{"context":"order line total price","string":"Skupna vsota"},"5aiFbL":{"context":"tabel column header","string":"Cena"},"FNT4b+":{"context":"tabel column header","string":"Product"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Skupna vsota"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Znesek"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Refund"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Cena"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Product"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Unfulfilled"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Nastavitve"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Fulfill"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Razumljivi del URL naslova ali Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Pages"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"Hidden"},"gMwpNC":{"context":"page content","string":"Vsebina"},"gr+oXW":{"context":"page title","string":"Naslov"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Naslov"},"5GSYCR":{"context":"page status","string":"Visibility"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Razumljivi del URL naslova ali Slug"},"G1KzEx":{"context":"page status","string":"Objavljeno"},"UN3qWD":{"context":"page status","string":"Not Published"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Objavi"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Prekliči objavo"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"Partially fulfilled"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Partially refunded"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Status plačila"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Aktiven"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Email Address"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Ime"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Authorization"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Status"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"Aktiven"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Configuration"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Ime"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Tax"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Dostava oziroma pošiljanje"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Teža"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"Proizvodi"},"ulh3kf":{"string":"Kolekcije"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Hidden"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Cena"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Visibility"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Availability"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"Dostava oziroma pošiljanje"},"SUbxSK":{"context":"product weight","string":"Teža"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Količina"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Temu izdelku vedno vračunaj davek"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Cena"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Summary"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Create"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"SKU - številka izdelka"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Različica"},"rbkmfG":{"context":"button","string":"Delete variant"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"Add variant"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Hidden"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Availability"},"Xm9qOu":{"context":"product pricing, section header","string":"Pricing"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Cena s stroški vred"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Cena"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Inventory"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Različica"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Fully refunded"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Remove"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Sales"},"RaycYK":{"context":"button","string":"Save"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Pricing"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Države"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Ime cone za pošiljanje"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Add"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Dostava oziroma pošiljanje"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Cena"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"Ime"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Nastavitve"},"uULcph":{"context":"header","string":"Dostava oziroma pošiljanje"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Države"},"gRa/TS":{"context":"shipping zone","string":"Ime"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"Uporabnik je aktiven"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Aktiven"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Status"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"New Password"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Spremeni geslo"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"Geslo"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Change"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Status"},"RrCui3":{"string":"Summary"},"5elC9k":{"context":"taxes section name","string":"Taxes"},"lnQAos":{"context":"header","string":"Taxes"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"Vse cene izdelkov že vsebujejo davek "},"98isC5":{"string":"Pokaži naročnikom grosistične cene na vstopni strani"},"FNKhkx":{"string":"Vračunaj davek na poštnino"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Attributes"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Values"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"Proizvodi"},"CxfKLC":{"string":"Pages"},"VKb1MS":{"string":"Kategorije"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"Sales"},"etP0+D":{"string":"Vouchers"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Ime"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"Opis"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Unfulfilled"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Ročnih plačil ne moremo povrniti"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Only pre-authorized payments can be voided"},"gKdGxP":{"context":"error message","string":"Procesiramo lahko le predavtorizirana plačila"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Te vrste dostave ni možno izbrati za izbrani naslov."},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Vouchers"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Address Information"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Ime"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Nastavitve"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Ime"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Yes"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Allocated"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Količina"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/sq.json b/locale/sq.json index 3f1c6f90f..2429ca694 100644 --- a/locale/sq.json +++ b/locale/sq.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Anullo porosine" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "E fshehur" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Activity" - }, - "homeActivityCardNoActivities": { - "string": "No activities found" - }, - "homeAnalyticsCardHeader": { - "string": "Sot" - }, - "homeHeaderText": { - "context": "header", - "string": "Hello there, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Here is some information we gathered about your store" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Products" - }, - "homeProductsListCardNoProducts": { - "string": "No products found" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "The new dashboard and the GraphQL API are preview-quality software." - }, - "homeScreenDisclaimerText2": { - "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hello there, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "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": "Emri" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menu Items" - }, - "menuItemsPlaceholder": { - "string": "Add new menu item to begin creating menu" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Create Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Jo e publikuar" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Kategori" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Koleksione" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Pershkrimi" - }, - "productExportFieldName": { - "context": "product field", - "string": "Emri" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variant Images" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "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": "Taksat" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Cmimi" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "E publikuar" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Key" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Krijo" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Atributet" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Are you sure you want to delete {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Zona" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Data" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Dosje" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Faqet" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Produktet" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Pesha" - }, - "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Image" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "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": "Emri" - }, - "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_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Password" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Keni harruar fjalekalimin?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "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_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Passwords do not match" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "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": "Dispozicioni" - }, - "src_dot_back": { - "context": "button", - "string": "Back" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Anullo" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Cancelled" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Kategorite" - }, - "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": "Subkategorite" - }, - "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_1657559629": { - "string": "No products found" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Emri" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Shto artikull" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "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": "Subkategorite" - }, - "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": "Produktet" - }, - "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_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Dispozicioni" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Aktive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Fshi" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Koleksione" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "E fshehur" - }, - "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_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "E fshehur" - }, - "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": "Emri" - }, - "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_2685595924": { - "string": "Search Collections" - }, - "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": "E fshehur" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "E publikuar" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "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": "Dispozicioni" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "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_3326160357": { - "context": "product availability", - "string": "Dispozicioni" - }, - "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": "Emri" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Koleksioni i fshire" - }, - "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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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_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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_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": "Qyteti" - }, - "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_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Atributet" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Vlerat" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Vlera" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Dispozicioni" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "E publikuar" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Status" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Country" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Qyteti" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_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_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Dashboard" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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": "FIltrat" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No results" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "FIltrat" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "FIltrat" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Ruaj ndryshimet" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Vlera" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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": "Kategori" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Koleksion" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "E publikuar" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Not Published" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Create Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Create Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Create Customer" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Artikull" - }, - "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_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Log out" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Account Settings" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibility" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Konfigurimi" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "Vazhdo" - }, - "src_dot_create": { - "context": "button", - "string": "Krijo" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Klientet" - }, - "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_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Default Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Default Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Default Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Set as default billing address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Set as 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": "Adresa" - }, - "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": "Shenime" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Shenime" - }, - "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": "Shenime" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_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": "Porosite e fundit" - }, - "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": "Data" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "Totali" - }, - "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_date": { - "string": "Data" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Pershkrimi" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Zbritjet" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Produktet" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Produktet" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "No products found" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Dispozicioni" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "Asnje variant nuk u gjet" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "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": "Emri" - }, - "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": "Aktive" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "Vlera" - }, - "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": "Nuk u gjet asnj zbritje" - }, - "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": "Emri" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Vlera" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Emri" - }, - "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": "Vlera" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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": "Aktive" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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": "Vlera" - }, - "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": "Kodi" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Asnje kupon nuk u gjet" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Vlera" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Vlera" - }, - "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": "Kodi" - }, - "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_1134347598": { - "context": "column title", - "string": "Cmimi" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Vlera" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Entire order" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Produkte specifike" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Transporti" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Ndrysho" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "I perfunduar" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Klienti" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Shenime" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Ndrysho" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Detajet" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Detajet" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Sasia" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Artikull" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Status" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Artikull" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Te dhenat" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Faqja kryesore" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "No orders ready to fulfill" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigimi" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "Jo" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Porosite" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Adresa e faturimit" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Adresa e dergeses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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": "Shenime" - }, - "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": "Klienti" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Njelloj si adresa e dergeses" - }, - "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_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Anullo porosine" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Shto" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Vlera e zbritjes" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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": "Cmimi" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Artikull" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Sasia" - }, - "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": "Totali" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Zbritje" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Totali" - }, - "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_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Krijo porosi" - }, - "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": "Klienti" - }, - "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": "Klienti" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Data" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Totali" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Anullo porosine" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Porosite" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Emri i artikullit" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Perfundo" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Shto ndjekjen e statusit" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Ndrysho ndjekjen e statusit" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Kthim" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Anullo perfundimin" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "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_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Order address was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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": "Porosia u pranua." - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Porosia u pagua" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "krijuar" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Fature" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Krijo porosi" - }, - "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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Klienti" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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": "Pagesa" - }, - "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": "Klienti" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Data" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "Totali" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "No orders found" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "Sasia" - }, - "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_capture": { - "context": "capture payment, button", - "string": "E siguruar" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Shuma e ruajtur" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Zbritje" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Vendose si te paguar" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Statusi i pageses" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Shuma e autorizuar me pare" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Kthim" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Dergesa" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Taksat" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Totali" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Kthim" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Kuponi" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Cmimi" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Artikull" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Sasia" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Totali" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Cmimi" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Artikull" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Totali" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Porosite" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Sasia" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Kthim" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Cmimi" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Artikull" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Totali" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Cmimi" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Artikull" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "I paperfunduar" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Te dhenat" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Perfundo" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Faqet" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Create Page" - }, - "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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "E fshehur" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Permbajtja" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Titull" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Titull" - }, - "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": "E publikuar" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Not Published" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Publish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Unpublish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Pjeserisht i perfunduar" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Pjeserisht e rimbursuar" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Statusi i pageses" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Aktive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Aktive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Emri" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Autorizim" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Aktive" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Konfigurimi" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Emri" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "Dergesa" - }, - "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": "Pesha" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "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": "Produktet" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Kategori" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Koleksione" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Jo e publikuar" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "E publikuar" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Emri" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "E fshehur" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "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": "Cmimi" - }, - "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_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Emri" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Dispozicioni" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Cmimi" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Kategori" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Koleksione" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Dergesa" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Pesha" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Sasia" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Charge taxes on this product" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Jo e publikuar" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "E publikuar" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Cmimi" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Permbledhja" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Krijo" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Vlerat" - }, - "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_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "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_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "E fshehur" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Dispozicioni" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Cmimi" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Cmimi" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Cost price" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Cmimi" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventory" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Variant" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "E rimbursuar" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Fshi" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Uljet" - }, - "src_dot_save": { - "context": "button", - "string": "Ruaj" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Cmimi" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Cmimi" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Shipping zone name" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Shto" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Dergesa" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Dergesa" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Cmimi" - }, - "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": "Emri" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Te dhenat" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Dergesa" - }, - "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": "Emri" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Perdoruesi eshte aktiv" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "All Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Aktive" - }, - "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": "Aktive" - }, - "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": "Emri" - }, - "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": "Ndrysho fjalekalimin" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Ndrysho" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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": "Permbledhja" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Taksat" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Taksat" - }, - "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_1755013298": { - "string": "Kategori" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Atributet" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Vlerat" - }, - "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_222873645": { - "string": "Koleksione" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Produktet" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Faqet" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Kategorite" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Atributet" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Uljet" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Kupone" - }, - "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": "Emri" - }, - "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": "Permbajtja" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "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": "Pershkrimi" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Pershkrimi" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Emri" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "I paperfunduar" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Adresa e faturimit nuk eshte vendosur" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manual payments can not be refunded" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Only pre-authorized payments can be voided" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Only pre-authorized payments can be captured" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Metoda e shiping nuk eshte valid per adresen" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Kupone" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Emri" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Te dhenat" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Emri" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Po" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Allocated" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Sasia" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Anullo porosine"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"E fshehur"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Determine attributes used to create product types"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Define how users can navigate through your store"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Define types of products you sell"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Activity"},"wWTUrM":{"string":"No activities found"},"zWgbGg":{"string":"Sot"},"By5ZBp":{"context":"header","string":"Hello there, {userName}"},"aCX8rl":{"context":"subheader","string":"Here is some information we gathered about your store"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Top Products"},"Q1Uzbb":{"string":"No products found"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Create Menu"},"jhh/D6":{"string":"Menu Title"},"G/SYtU":{"string":"Are you sure you want to delete menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Delete Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Add Item"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edit Item"},"Urh2N3":{"context":"label","string":"Link"},"28GZnc":{"string":"Start typing to begin search..."},"0Vyr8h":{"context":"menu item name","string":"Emri"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"Menu Items"},"WwZfNK":{"string":"Add new menu item to begin creating menu"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"Create Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Jo e publikuar"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Kategori"},"jxoMLL":{"context":"product field","string":"Koleksione"},"YVIajc":{"context":"product field","string":"Pershkrimi"},"W8i2Ez":{"context":"product field","string":"Emri"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Variant Images"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventory"},"SSWFo8":{"context":"window title","string":"Create Product Type"},"bq1eEx":{"context":"header","string":"Create Product Type"},"mUb8Gt":{"context":"section header","string":"Taksat"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Cmimi"},"vuKrlW":{"string":"Stock"},"ABgQcF":{"context":"variant stock, header","string":"Stock"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"E publikuar"},"ppLwx3":{"context":"number of categories","string":"Categories ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Key"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"Krijo"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Atributet"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Delete attribute"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Zona"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Data"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Dosje"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Faqet"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Produktet"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Pesha"},"dKPMyh":{"context":"tab name","string":"All Attributes"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Image"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Add Value"},"UhcALJ":{"context":"attribute name","string":"Emri"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Sign in"},"5sg7KC":{"string":"Password"},"3tbL7x":{"context":"description","string":"Keni harruar fjalekalimin?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"New Password"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Confirm Password"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Passwords do not match"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Reset password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Dispozicioni"},"0OfZJA":{"context":"button","string":"Back"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Anullo"},"dOQB9o":{"context":"payment status","string":"Cancelled"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"Kategorite"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Optional)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"Delete category"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Category Name"},"8HRy+U":{"string":"Category Description"},"vof5TR":{"context":"button","string":"Create category"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"All Categories"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Subkategorite"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"Emri"},"x/pIZ9":{"context":"button","string":"Shto artikull"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Subkategorite"},"V+fkAO":{"context":"number of products in category","string":"Produktet"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Create category"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Category deleted"},"KCjd1o":{"context":"dialog title","string":"Delete products"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Dispozicioni"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"Status"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Aktive"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Fshi"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Koleksione"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"E fshehur"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Add Collection"},"/WXs6H":{"context":"collection name","string":"Emri"},"G4g5Ii":{"context":"tab name","string":"All Collections"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"E fshehur"},"lL3YJO":{"context":"collection","string":"E publikuar"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"Dispozicioni"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Dispozicioni"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"Emri"},"Q8wHwJ":{"string":"Koleksioni i fshire"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"Delete image"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Permissions"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Country"},"O95R3Z":{"string":"Phone"},"B52Em/":{"string":"Address line 1"},"TE4fIS":{"string":"Qyteti"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"Address line 2"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Atributet"},"j8PV7E":{"context":"attribute values","string":"Vlerat"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Vlera"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Dispozicioni"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"E publikuar"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Status"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"Dashboard"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"FIltrat"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"FIltrat"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Ruaj ndryshimet"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Vlera"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Kategori"},"phAZoj":{"string":"Koleksion"},"M1uijW":{"context":"collection","string":"Not Published"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Artikull"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"If empty, the preview shows what will be autogenerated."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Log out"},"X8+Lpa":{"context":"button","string":"Account Settings"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Visibility"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Konfigurimi"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"Vazhdo"},"H5NKfr":{"context":"button","string":"Krijo"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Klientet"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Add Address"},"rjy9/k":{"context":"button","string":"Add address"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Default Address"},"VyzsWZ":{"string":"Default Billing Address"},"nLML8Y":{"string":"Default Shipping Address"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Set as default billing address"},"+7OsyM":{"context":"button","string":"Set as default shipping address"},"BfJGij":{"context":"header","string":"Address Information"},"Zd3Eew":{"context":"subsection header","string":"Shipping Address"},"bHdFph":{"context":"subsection header","string":"Adresa"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Billing Address"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Shenime"},"uUQ+Al":{"context":"note about customer","string":"Shenime"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"Status"},"1LiVhv":{"context":"section header","string":"Porosite e fundit"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Data"},"taX/V3":{"context":"order total amount","string":"Totali"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Last order"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"Dashboard"},"P7PLVj":{"string":"Data"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Pershkrimi"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Zbritjet"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Category Name"},"QGjJcT":{"context":"number of products","string":"Produktet"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"No products found"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"Asnje variant nuk u gjet"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"Emri"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"Aktive"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Status"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Vlera"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"Nuk u gjet asnj zbritje"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Vlera"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Countries"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Aktive"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Status"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Vlera"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Kodi"},"U2mOqA":{"string":"Asnje kupon nuk u gjet"},"GVinbz":{"context":"column title","string":"Vlera"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Cmimi"},"/oaqFS":{"context":"section header","string":"Vlera"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"Produkte specifike"},"WasHjQ":{"context":"voucher discount","string":"Transporti"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Draft"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"Ndrysho"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"First Name"},"pkjXPD":{"context":"order status","string":"I perfunduar"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Klienti"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Shenime"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Ndrysho"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Detajet"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Detajet"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Sasia"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Artikull"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Status"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Artikull"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Te dhenat"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Faqja kryesore"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"No orders ready to fulfill"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Last Name"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigimi"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"Jo"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Optional"},"Ta9j04":{"context":"orders section name","string":"Porosite"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Adresa e faturimit"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Adresa e dergeses"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Shenime"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Shipping Address"},"Y7M1YQ":{"context":"section header","string":"Klienti"},"GLX9II":{"context":"billing address","string":"Njelloj si adresa e dergeses"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Billing Address"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Anullo porosine"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Shto"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Vlera e zbritjes"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Cmimi"},"nEWp+k":{"context":"quantity of ordered products","string":"Sasia"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Totali"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"Zbritje"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Subtotal"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Totali"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Krijo porosi"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Klienti"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"Klienti"},"mCP0UD":{"context":"order draft creation date","string":"Data"},"1Uj0Wd":{"context":"order draft total price","string":"Totali"},"PAqicb":{"context":"button","string":"Anullo porosine"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Porosite"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Emri i artikullit"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Perfundo"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Shto ndjekjen e statusit"},"dTkmON":{"context":"edit tracking button","string":"Ndrysho ndjekjen e statusit"},"K//bUK":{"context":"refund button","string":"Kthim"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Anullo perfundimin"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Tracking number"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Porosia u pranua."},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Porosia u pagua"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"krijuar"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Fature"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Klienti"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Pagesa"},"5blVMu":{"context":"e-mail or full name","string":"Klienti"},"PHUcrU":{"context":"date when order was placed","string":"Data"},"k9hf7F":{"context":"total order price","string":"Totali"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Sasia"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"E siguruar"},"V+gwx7":{"context":"order payment","string":"Shuma e ruajtur"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Zbritje"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Vendose si te paguar"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Statusi i pageses"},"uUsZ7m":{"context":"order payment","string":"Shuma e autorizuar me pare"},"HaQ8cg":{"context":"button","string":"Kthim"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Dergesa"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Subtotal"},"r+dgiv":{"string":"Taksat"},"zb4eBO":{"context":"order total price","string":"Totali"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Kuponi"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Cmimi"},"WE8IFE":{"context":"product name","string":"Artikull"},"tvpAXl":{"context":"ordered product quantity","string":"Sasia"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Totali"},"5aiFbL":{"context":"tabel column header","string":"Cmimi"},"FNT4b+":{"context":"tabel column header","string":"Artikull"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Totali"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Sasia"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Kthim"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Cmimi"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Artikull"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"I paperfunduar"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Te dhenat"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Perfundo"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Faqet"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"E fshehur"},"gMwpNC":{"context":"page content","string":"Permbajtja"},"gr+oXW":{"context":"page title","string":"Titull"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Titull"},"5GSYCR":{"context":"page status","string":"Visibility"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"E publikuar"},"UN3qWD":{"context":"page status","string":"Not Published"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Publish"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Unpublish"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"Pjeserisht i perfunduar"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Pjeserisht e rimbursuar"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Statusi i pageses"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Aktive"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Email Address"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Emri"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Autorizim"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Status"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"Aktive"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Konfigurimi"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Emri"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Tax"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Dergesa"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Pesha"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"Produktet"},"ulh3kf":{"string":"Koleksione"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"E fshehur"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Cmimi"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Visibility"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Dispozicioni"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"Dergesa"},"SUbxSK":{"context":"product weight","string":"Pesha"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Sasia"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Charge taxes on this product"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Cmimi"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Permbledhja"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Krijo"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Variant"},"rbkmfG":{"context":"button","string":"Delete variant"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"Add variant"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"E fshehur"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Dispozicioni"},"Xm9qOu":{"context":"product pricing, section header","string":"Cmimi"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Cost price"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Cmimi"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Inventory"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Variant"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"E rimbursuar"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Fshi"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Uljet"},"RaycYK":{"context":"button","string":"Ruaj"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Cmimi"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Countries"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Shipping zone name"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Shto"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Dergesa"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Cmimi"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"Emri"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Te dhenat"},"uULcph":{"context":"header","string":"Dergesa"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Countries"},"gRa/TS":{"context":"shipping zone","string":"Emri"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"Perdoruesi eshte aktiv"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Aktive"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Status"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"New Password"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Ndrysho fjalekalimin"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"Password"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Ndrysho"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Status"},"RrCui3":{"string":"Permbledhja"},"5elC9k":{"context":"taxes section name","string":"Taksat"},"lnQAos":{"context":"header","string":"Taksat"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"All products prices are entered with tax included"},"98isC5":{"string":"Show gross prices to customers in the storefront"},"FNKhkx":{"string":"Charge taxes on shipping rates"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Atributet"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Vlerat"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"Produktet"},"CxfKLC":{"string":"Faqet"},"VKb1MS":{"string":"Kategorite"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"Uljet"},"etP0+D":{"string":"Kupone"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Emri"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"Pershkrimi"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"I paperfunduar"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Adresa e faturimit nuk eshte vendosur"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Manual payments can not be refunded"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Only pre-authorized payments can be voided"},"gKdGxP":{"context":"error message","string":"Only pre-authorized payments can be captured"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Metoda e shiping nuk eshte valid per adresen"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Kupone"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Address Information"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Emri"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Te dhenat"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Emri"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Po"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Allocated"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Sasia"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/sr.json b/locale/sr.json index 67ee50529..a5225bb15 100644 --- a/locale/sr.json +++ b/locale/sr.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Otkažite Porudžbinu" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Skriveno" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Vidljivo" - }, - "configurationMenuAttributes": { - "string": "Odredite atribute koji se koriste za kreiranje tipova proizvoda" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Definišite kako korisnici mogu da se kreću kroz Vašu prodavnicu" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Upravljajte svojim grupama dozvola i njihovim dozvolama" - }, - "configurationMenuProductTypes": { - "string": "Definišite tipove proizvoda koje prodajete" - }, - "configurationMenuShipping": { - "string": "Upravljajte načinom na koji isporučujete porudžbine" - }, - "configurationMenuSiteSettings": { - "string": "Pregledajte i ažurirajte postavke Vašeg veb-sajta" - }, - "configurationMenuStaff": { - "string": "Upravljajte zaposlenima i njihovim dozvolama" - }, - "configurationMenuTaxes": { - "string": "Upravljajte načinom na koji Vaša prodavnica naplaćuje porez" - }, - "configurationMenuWarehouses": { - "string": "Upravljajte podacima o Vašem magacinu i ažurirajte ih" - }, - "configurationPluginsPages": { - "string": "Pregledajte i ažurirajte dodatne komponente i njihova podešavanja" - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fiksni iznos" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Aktivnost" - }, - "homeActivityCardNoActivities": { - "string": "Nema aktivnosti" - }, - "homeAnalyticsCardHeader": { - "string": "Danas" - }, - "homeHeaderText": { - "context": "header", - "string": "Zdravo {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Sledi nekoliko informacija koje smo prikupili o Vašoj prodavnici" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {Jedan artikal poručen} few {Jedan artikal poručen} other {{amount} poručeno}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Glavni proizvodi" - }, - "homeProductsListCardNoProducts": { - "string": "Nisu pronađeni proizvodi" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Odricanje od odgovornosti" - }, - "homeScreenDisclaimerText1": { - "string": "Nova komandna tabla i GraphQL API su kvalitetan softver za pregled." - }, - "homeScreenDisclaimerText2": { - "string": "GraphQL API je beta kvaliteta. NIje potpuno optimizovan i neke mutacije i upiti mogu da nedostaju." - }, - "homeScreenHeader": { - "context": "header", - "string": "Zdravo {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "između" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "jednako" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Kreirajte meni" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Naslov menija" - }, - "menuDetailsDeleteMenuContent": { - "string": "Da li ste sigurni da želite da izbrišete meni {menuName}?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Izbrišite meni" - }, - "menuDetailsPageHelperText": { - "string": "Kreiranje navigacione strukture se radi pomoću prevlačenja i ispuštanja. Jednostavno kreirajte novu stavku menija i zatim je prevucite na namenjeno mesto. Možete da pomerate stavke jednu unutar druge kako biste kreirali strukturu drveta i prevlačili stavke gore i dole da biste kreirali hijerarhiju." - }, - "menuItemDialogAddItem": { - "context": "create new menu item, header", - "string": "Dodaj stavku" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Link ka: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Uredite stavku" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Link" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Počnite da kucate da biste započeli pretragu..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Naziv" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Kreirajte novu stavku" - }, - "menuItemsHeader": { - "context": "header", - "string": "Stavke menija" - }, - "menuItemsPlaceholder": { - "string": "Dodajte novu stavku menija da biste počeli da kreirate meni" - }, - "menuListCreatedMenu": { - "string": "Kreiran meni" - }, - "menuListDeleteMenuContent": { - "string": "Da li ste sigurni da želite da obrišete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Izbriišite meni" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Da li ste sigurni da želite da obrišete ovaj meni?} few {Da li ste sigurni da želite da obrišete ovaj meni?} other {Da li ste sigurni da želite da izbrišete {displayQuantity} menije?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Izbrišite menije" - }, - "menuListDeletedMenu": { - "string": "Izbrisani meni" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Stavke" - }, - "menuListMenutitle": { - "string": "Naslov menija" - }, - "menuListNoMenus": { - "string": "Nije pronađen meni" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Kreirajte meni" - }, - "menuPropertiesMenuTitle": { - "string": "Naslov menija" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Nije objavljeno" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "Nije podešeno" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "Nije podešeno" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "Nije podešeno" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "ne primenjuje" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Kategorija" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Kolekcije" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Opis" - }, - "productExportFieldName": { - "context": "product field", - "string": "Naziv" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Tip" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variant Images" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Inventar" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Kreirajte tip proizvoda" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Kreirajte tip proizvoda" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Porezi" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Cena" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Zaliha" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Zaliha" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Skladišta" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Objavljeno" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Kategorije ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Kolekcije ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Proizvodi ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Da li ste sigurni da želite da obrišete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Da li ste sigurni da želite da obrišete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Skladište" - }, - "src_dot_accept": { - "context": "button", - "string": "Prihvati" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generisan token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "Ovaj token Vam daje pristup programskom interfejsu aplikacije - API, koji ćete naći ovde: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Kopirano" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Kopirajte token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_4189999598": { - "string": "Kreirali smo Vaš podrazumevani token. Kopirajte sada Vaš novi token za lični pristup. Nećete moći da ga vidite ponovo." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Ključ" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "Nije pronađen token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Kreirajte token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Zapis tokena" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Akcije" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deaktiviran" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generisan token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Pristupni token je upotrebljen da potvrdi servisne naloge" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3009959880": { - "string": "Kreirali smo Vaš token. Kopirajte sada Vaš novi token za lični pristup. Nećete moći kasnije da ga vidite." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Kopirajte token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Kreirajte token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Zapis tokena" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Kreirajte" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Da li ste sigurni da želite da obrišete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Dodelite" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Atributi" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Atribut sa ovim podloškom već postoji" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "Ova vrednost već postoji u okviru ovog atributa" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Da li ste sigurni da želite da obrišete ovaj atribut?} few {Da li ste sigurni da želite da obrišete ovaj atribut?} other {Da li ste sigurni da želite da obrišete {displayQuantity} atribute?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Obrišite atribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Obrišite atribut" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Da li ste sigurni da želite da obrišete {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Područje" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Podrazumevana oznaka" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Kod atributa" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "context": "attribute slug input field helper text", - "string": "Ovo se koristi interno. Nemojte da koristite razmake" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Datum" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Padajući meni" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "File" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Kataloški tip unosa za vlasnika prodavnice" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Višestruki izbor" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Stranice" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Proizvodi" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Tražena vrednost" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Težina" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "Svi atributi" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "Kreirajte atribut" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "Pretražite atribut" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "Može da se koristi kao kolona" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Može da se filtrira na komandnoj tabli" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { - "context": "use attribute in filtering", - "string": "Može da se filtrira u prodavnici" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_isVariantOnly": { - "context": "attribute can be used only in variants", - "string": "Samo varijanta" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_valueRequired": { - "context": "attribute value is required", - "string": "Tražena vrednost" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_visibleInStorefront": { - "context": "attribute", - "string": "Vidljivo na produkcionoj stranici u prodavnici" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { - "string": "Nisu pronađeni atributi" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2186555805": { - "context": "attribute can be searched in storefront", - "string": "Upotrebite u fasetiranoj pretrazi" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2235596452": { - "context": "attribute can be searched in dashboard", - "string": "Moguće pretražiti" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { - "string": "Kod atributa" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_643174786": { - "context": "attribute is visible", - "string": "Vidljivo" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "Podrazumevana oznaka" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organizacija" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Kreirajte novi atribut" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Dodajte u opcije kolone" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "Ako je omogućen, ovaj atribut može biti upotrebljen kao kolona u tabeli proizvoda." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Podešavanja komandne table" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Koristite prilikom filtriranja" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "Ako je omogućen, moći ćete da koristite ovaj atribut kako biste filtrirali proizvode u listi proizvoda." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Upotrebite u fasetiranoj navigaciji" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Podešavanja prodavnice" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Pozicija u fasetiranoj navigaciji" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Slika" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Da li ste sigurni da želite da obrišete \"{name}\" vrednost?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Obriši vrednost atributa" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Da li ste sigurni da želite da obrišete \"{naziv}\" vrednost? Ako želite da je obrišete nećete moći da je dodelite ni jednom proizvodu sa \"{atributNaziv}\" atributom." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Izmenite vrednost" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Dodajte vrednost" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "Naziv" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Podrazumevani prikaz prodavnice" - }, - "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": "Nije pronađena vrednost" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Vrednosti atributa" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Odredite vrednost" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Uspešno kreiran atribut" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Izbrisana vrednost" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Izbrisan atribut" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Dodata nova vrednost" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Atributi uspešno brišu" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Ulogujte se" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Lozinka" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Forgot password?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Izvinite, Vaše korisničko ime i/ili lozinka su netačni. Molimo Vas pokušajte ponovo." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Nova lozinka" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "Postavite novu lozinku" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "Potvrdi lozinku" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Lozinke se ne podudaraju" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Postavi novu lozinku" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Povratak na prijavu" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Postavi novu lozinku" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "Uspešno! Za nekoliko minuta ćete primiti poruku sa instrukcijama kako da resetujete šifru." - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "Data email adresa ne postoji u našoj bazi." - }, - "src_dot_availability": { - "string": "Raspoloživost" - }, - "src_dot_back": { - "context": "button", - "string": "Nazad" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Otkažite" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Otkazano" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Katalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Kategorije" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Pozadinska slika (opciono)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(Opciono)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Kreirajte novu kategoriju" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Dodajte naziv i opis u pretraživač da biste olakšali pronalaženje ove kategorije" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Obrišite kategoriju" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "Da li ste sigurni da želite da obrišete {categoryName}?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Naziv kategorije" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Opis kategorije" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Kreirajte kategoriju" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Pretražite kategeoriju" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "Sve kategorije" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Naziv kategorije" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "Nije pronađena kategorija" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "Nije pronađena pod-kategorija" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "Pod-kategorije" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "Br. Proizvoda" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "Nisu pronađeni proizvodi" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Naziv" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Dodajte proizvod" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "Proizvodi u {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Pod-kategorije" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Dodajte naziv i opis u pretraživač da učini ovu kategoriju lakšu za pronalaženje" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "Proizvodi" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "Sve pod-kategorije" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Kreirajte pod-kategoriju" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Kreirajte kategoriju" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Da li ste sigurni da želite da obrišete ovaj proizvod?} few {Da li ste sigurni da želite da obrišete ovaj proizvod?} other {Da li ste sigurni da želite da obrišete {displayQuantity} proizvode?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "Kreirana kategorija" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Da li ste sigurni da želite da obrišete ovu kategoriju?} few {Da li ste sigurni da želite da obrišete ovu kategoriju?} other {Da li ste sigurni da želite da obrišete {displayQuantity} kategorije?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "Obrišite kategoriju" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Kategorija obrisana" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Obrišite proizvode" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "src_dot_categories_dot_views_dot_3488150607": { - "string": "Zapamtite da će ovo takođe obrisati sve proizvode dodeljene ovoj kategoriji." - }, - "src_dot_categories_dot_views_dot_712767046": { - "context": "dialog title", - "string": "Obrišite kategorije" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "Da li ste sigurni da želite da obrišete {categoryName}?" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_1823337870": { - "string": "{counter,plural,one {Da li ste sigurni da želite da obrišete ovu kategoriju?} few {Da li ste sigurni da želite da obrišete ovu kategoriju?} other {Da li ste sigurni da želite da obrišete {displayQuantity} kategorije?}}" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_3488150607": { - "string": "Zapamtite da će ovo takođe obrisati sve proizvode dodeljene ovoj kategoriji." - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_712767046": { - "context": "dialog title", - "string": "Obrišite kategorije" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Raspoloživost" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Kopirano" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Podložak" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Neaktivan" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Aktivan" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Akcije" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Uklonite" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Kolekcije" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Vidljivo" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Skriveno" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "Dodajte naziv i opis u pretraživač da biste olakšali pronalaženje ove kolekcije" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "Dodajte Kolekciju" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "Vidljivo" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Skriveno" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Dodajte naziv i opis u pretraživač da biste olakšali pronalaženje ove kolekcije" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "Naziv" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Pozadinska slika (opciono)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(Opciono)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "Sve kolekcije" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Kreirajte kolekciju" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "Skriveno" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Objavljeno" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "Nisu pronađene kolekcije" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "Br. Proizvoda" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "Naziv kolekcije" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "Raspoloživost" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "Nisu pronađeni proizvodi" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Tip" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "Raspoloživost" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Proizvodi u {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Dodelite proizvod" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "Naziv" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Kolekcija izbrisana" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Dodat proizvod u kolekciju" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Da li ste sigurni da želite da izbrišete sliku kolekcije?" - }, - "src_dot_collections_dot_views_dot_3215481647": { - "string": "{counter,plural,one {Da li ste sigurni da želite da obustavite dodelu ovog proizvoda?} few {Da li ste sigurni da želite da obustavite dodelu ovog proizvoda?} other {Da li ste sigurni da želite da obustavite dodelu {displayQuantity} proizvoda?}}" - }, - "src_dot_collections_dot_views_dot_3482612628": { - "string": "Obrisani proizvodi iz kolekcije" - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "src_dot_collections_dot_views_dot_3791354625": { - "context": "dialog title", - "string": "Uklonite proizvode iz kolekcije" - }, - "src_dot_collections_dot_views_dot_523939418": { - "string": "Da li ste sigurni da želite da obrišete {collectionName}?" - }, - "src_dot_collections_dot_views_dot_686910896": { - "context": "window title", - "string": "Kreirajte kolekciju" - }, - "src_dot_collections_dot_views_dot_699514132": { - "context": "dialog title", - "string": "Obrišite kolekciju" - }, - "src_dot_collections_dot_views_dot_870815507": { - "context": "unassign product from collection, button", - "string": "Uklonite" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "Obrišite sliku" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2491832187": { - "string": "{counter,plural,one {Da li ste sigurni da želite da obrišete ovu kolekciju?} few {Da li ste sigurni da želite da obrišete ovu kolekciju?} other {Da li ste sigurni da želite da obrišete {displayQuantity} kolekcije?}}" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_3817188998": { - "context": "dialog title", - "string": "Obrišite kolekcije" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Grupe dozvola" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Dozvole" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Dostupne dozvole" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "Dozvole ovih grupa su izvan Vaših dozvola. Možete da upravljate samo dozvolama koje imate." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "Ova grupa je poslednji izvor te dozvole" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Država" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Telefon" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Adresa 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "Grad" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "Poštanski broj" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Adresa 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Kompanija" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Oblast" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "Nema rezultata" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Pretraži atribute" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Pretražite prema nazivu atributa" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Dodelite atribut" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Dodelite" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Pretražite kategeoriju" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Pretražite prema nazivu kategorije, itd..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Dodelite kolekcije" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Pretražite kolekciju" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Pretražite prema nazivu kolekcije, itd..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Dodelite" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Pretražite proizvode" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Pretražite prema nazivu proizvoda, atributu, tipu proizvoda itd..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Dodelite proizvod" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "Oznaka pojedinačnog artikla - SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Pretražite prema nazivu proizvoda, atributu, tipu proizvoda itd..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} atributa" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Atributi" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Vrednosti" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Vrednost" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "Nema rezultata" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Raspoloživost" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Upravljajte" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "od {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Objavite na" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Odredite datum objave" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Objavljeno" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Status" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Resetujte" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Kolone" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} kolone izabrane od {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Država" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Telefon" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Adresa 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Grad" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "Poštanski broj" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Adresa 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Kompanija" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Oblast" - }, - "src_dot_components_dot_CountryList_dot_2460766407": { - "context": "number of countries", - "string": "{number} država" - }, - "src_dot_components_dot_CountryList_dot_2747492886": { - "context": "button", - "string": "Dodelite države" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_2173195312": { - "context": "custom search delete, dialog header", - "string": "Izbrišite pretragu" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_71479100": { - "string": "Da li ste sigurni da želite da obrišete {name} karticu za pretragu?" - }, - "src_dot_components_dot_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Greška" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Komandna tabla" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Izbrišite pretragu" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Prilagođeni filter" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Sačuvaj pretragu" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "Filteri" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "Nema rezultata" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Prikaži više" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filteri" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "i" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filteri" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Sačuvaj izmene" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "src_dot_components_dot_ImageUpload_dot_1731007575": { - "context": "image upload", - "string": "Prevucite ovde da biste preuzeli podatke" - }, - "src_dot_components_dot_LanguageSwitch_dot_4150219184": { - "context": "button", - "string": "{languageName} - {languageCode}" - }, - "src_dot_components_dot_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Vrednost" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Akcije" - }, - "src_dot_components_dot_MoneyRange_dot_12301532": { - "context": "money", - "string": "do {money}" - }, - "src_dot_components_dot_MoneyRange_dot_1316359951": { - "context": "money", - "string": "{fromMoney} - {toMoney}" - }, - "src_dot_components_dot_MoneyRange_dot_3729849657": { - "context": "money", - "string": "od {money}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Dodajte novu vrednost: {value}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { - "string": "Nema rezultata" - }, - "src_dot_components_dot_MultiSelectField_dot_4205644805": { - "string": "Nema rezultata" - }, - "src_dot_components_dot_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "Broj porudžbine" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Otkucajte komandu" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Pretražite kupce" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Pretraži u Kupci" - }, - "src_dot_components_dot_Navigator_dot_2874620973": { - "context": "navigator placeholder", - "string": "Otkucajte {key} da vidite dostupne akcije" - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Pretraži u Katalog" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Idite na" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "Naša nova opcija da vam pomognemo sa dnevnim aktivnostima. Pokrenite Navigator koristeći {keyboardShortcut} prečicu." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Brze akcije" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Navigator je ovde da vam pomogne" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "Kategorija" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Kolekcija" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Objavljeno" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Nije objavljeno" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Kreirajte kategoriju" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Kreirajte kolekciju" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Kreirajte kupca" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Kreirajte porudžbinu" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Kreirajte grupu dozvola" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Kreirajte proizvod" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Kreirajte vaučer" - }, - "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": "Idite na porudžbinu #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Pretražite u Katalogu" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Pretražite komande" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Pretražite kupce" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Pretražite izglede i akcije" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Prikažite pomoć" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Pretražite porudžbine" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "Nema rezultata" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Proizvod" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Ups!..." - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Nešto nedostaje" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "Izvinite, stranica nije pronađena " - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "Vratite se na komandnu tablu" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "Nema rezultata" - }, - "src_dot_components_dot_RowNumberSelect_dot_1154361791": { - "string": "Broj redova" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1514415736": { - "context": "save filter tab, header", - "string": "Sačuvajte prilagođenu pretragu" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1556856943": { - "context": "save search tab", - "string": "Pretražite naziv" - }, - "src_dot_components_dot_SearchBar_dot_2173195312": { - "context": "button", - "string": "Izbrišite pretragu" - }, - "src_dot_components_dot_SearchBar_dot_2340527467": { - "string": "Prilagođeni filter" - }, - "src_dot_components_dot_SearchBar_dot_3268463180": { - "context": "button", - "string": "Sačuvajte pretragu" - }, - "src_dot_components_dot_SeoForm_dot_1324250412": { - "string": "Naziv pretraživača" - }, - "src_dot_components_dot_SeoForm_dot_1991321627": { - "string": "Opis pretraživača" - }, - "src_dot_components_dot_SeoForm_dot_3198271020": { - "context": "button", - "string": "Uredite veb-sajt SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Pregled pretraživača" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Podložak" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} od {maxCharacters} karaktera" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Ako je prazno, pregled pokazuje šta će biti autogenerisano." - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Dodajte novu vrednost: {value}" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { - "string": "Ni jedno" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_4205644805": { - "string": "Nema rezultata" - }, - "src_dot_components_dot_SingleSelectField_dot_4205644805": { - "string": "Nema rezultata" - }, - "src_dot_components_dot_TableHead_dot_868570480": { - "string": "Odabrane {number} stavke" - }, - "src_dot_components_dot_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "src_dot_components_dot_Timeline_dot_1359200231": { - "context": "add order note, button", - "string": "Pošaljite" - }, - "src_dot_components_dot_Timeline_dot_3028189627": { - "string": "Ostavite Vaš zapis ovde..." - }, - "src_dot_components_dot_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Odjava" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Podešavanje Naloga" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Vidljivost" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "od {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Objavite na" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Odredite datum objave" - }, - "src_dot_components_dot_WeightRange_dot_264731940": { - "context": "weight", - "string": "do {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": "od {value} {unit}" - }, - "src_dot_components_dot_Weight_dot_2781622322": { - "context": "weight", - "string": "{value} {unit}" - }, - "src_dot_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Konfiguracija" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Razno" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Podešavanja dostave" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Podešavanja osoblja" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Podešavanja proizvoda" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Potvrdite" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Osveži" - }, - "src_dot_continue": { - "context": "button", - "string": "Nastavi" - }, - "src_dot_create": { - "context": "button", - "string": "Kreirajte" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Kupci" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "Izmenite adresu" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "Dodajte Adresu" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Dodajte adresu" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "string": "Ovaj kupac nije dodao adresu u svoj imenik. Možete da dodate adresu koristeći dugme ispod." - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName} adresar" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} detalji" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "Ne prikazuje se adresa za ovog kupca" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Adresa" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Adresa za naplatu" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Adresa za dostavu" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Obrišite adresu" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Izmenite adresu" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Podesi kao adresu za naplatu" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Podesi kao podrazumevanu adresu za dostavu" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Informacije o adresi" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Adresa za dostavu" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Adresa" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "Kupac još uvek nema adresu" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "Adresa za naplatu" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "Primarna adresa" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "Primarna adresa ovog kupca" - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Opšti podaci kupca" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "Zapisi" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Zapis" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Unesite bilo koju dodatnu informaciju koja se tiče ovog kupca." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "Kreirajte kupca" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { - "context": "check to mark this account as active", - "string": "Korisnički nalog aktivan" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { - "context": "section subheader", - "string": "Aktivni član od {date}" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { - "context": "note about customer", - "string": "Zapis" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Kontakt podaci" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Pretražite kupce" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "Kreirajte kupca" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "Svi kupci" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Datum pristupanja" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { - "string": "Broj porudžbina" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "Br. porudžbina" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "Nije pronađen kupac" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Email kupca" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Ime kupca" - }, - "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": "Nedavne porudžbine" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "Br. porudžbine" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "Pregledajte sve porudžbine" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "Datum" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "Konačan iznos" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { - "string": "Nije pronađena porudžbina" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Poslednja prijava" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "Poslednja porudžbina" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Istorija kupca" - }, - "src_dot_customers_dot_views_dot_1927691511": { - "context": "delete customer, dialog content", - "string": "Da li ste sigurni da želite da obrišete {email}?" - }, - "src_dot_customers_dot_views_dot_1998583641": { - "context": "dialog header", - "string": "Obrišite kupca" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "Obrišite adresu" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Kreirajte kupca" - }, - "src_dot_customers_dot_views_dot_3689332763": { - "string": "Da li ste sigurni da želite da obrišete ovu adresu iz imenika korisnika?" - }, - "src_dot_customers_dot_views_dot_3901579344": { - "string": "Kupac uklonjen" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Kupac kreiran" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_1932444813": { - "string": "{counter,plural,one {Da li sigurno želite da obrišete ovog kupca?} few {Da li sigurno želite da obrišete ovog kupca?} other {Da li sigurno želite da obrišete {displayQuantity} kupce?}}" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_2136923553": { - "context": "dialog header", - "string": "Obrišite kupce" - }, - "src_dot_dashboard": { - "string": "Komandna tabla" - }, - "src_dot_date": { - "string": "Datum" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Obrišite" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Samo da znate... Vi ste u demo režimu. Možete da koristite komandnu tablu ali ne možete da sačuvate promene." - }, - "src_dot_description": { - "string": "Opis" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Popusti" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Dodelite kategorije" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Kategorije koje ispunjavaju uslove" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "Nije pronađena kategorija" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Naziv kategorije" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Proizvodi" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Dodelite kolekcije" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Kolekcije koje ispunjavaju uslove" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "Nisu pronađene kolekcije" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Naziv kolekcije" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Proizvodi" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_1585396479": { - "context": "dialog header", - "string": "Dodelite države" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2110418881": { - "context": "search box placeholder", - "string": "Pretražite prema nazivu države" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2177165134": { - "string": "Iz liste ispod izaberite države na koje želite da ograničite vaučer" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2566713432": { - "context": "search box label", - "string": "Filtrirajte države" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2747492886": { - "context": "button", - "string": "Dodelite države" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2777439857": { - "context": "country selection", - "string": "Države od A do Ž" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Odredite datum završetka" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1662220323": { - "context": "time during discount is active, header", - "string": "Aktivni Datumi" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsButton": { - "context": "button", - "string": "Dodelite proizvode" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Proizvodi koji ispunjavaju uslove" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "Nisu pronađeni proizvodi" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Raspoloživost" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Naziv proizvoda" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Tip proizvoda" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "No variants found" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Naziv proizvoda" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Tip proizvoda" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Kreirajte prodaju" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "Naziv" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Pretraži prodaju" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Kreirajte prodaju" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "Sve prodaje" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "Aktivan" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "Istekao" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { - "context": "discount type", - "string": "Fiksni iznos" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Procenat" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "Zakazan" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "Počeo" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "Status" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "Tip popusta" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "Vrednost" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { - "context": "sale end date", - "string": "Završava se" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { - "string": "Nije pronađena prodaja" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Počinje" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "Naziv" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Vrednost" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Naziv" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Tip popusta" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Procenat" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Fiksni iznos" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "Vrednost" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Vrednost popusta" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { - "context": "page header", - "string": "Kreirajte vaučer" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Odredite datum završetka" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { - "context": "time during voucher is active, header", - "string": "Aktivni Datumi" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "Vaučer važi za sve države" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Vaučer je ograničen na ove države" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "Države" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "Kategorije ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "Kolekcije ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "Proizvodi ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Kod za popust" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Generišite kod" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Ograničite na jedno korišćenje po kupcu" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Ograničite koliko puta ukupno ovaj popust može biti iskorišćen" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Ograničenje upotrebe" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Ograničenje upotrebe" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "Svi vaučeri" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { - "string": "Potraži vaučer" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { - "context": "button", - "string": "Kreirajte vaučer" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { - "context": "voucher status", - "string": "Aktivan" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "Istekao" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { - "context": "discount type", - "string": "Fiksni iznos" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Procenat" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "Zakazan" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Počeo" - }, - "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": "Vreme kad je upotrebljeno" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "Tip popusta" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "Vrednost" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "Min. potrošeno" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "Završava se" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "Koristi" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "Počinje" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "Kupon kod" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Nisu pronađeni vaučeri" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Vrednost" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_2746532349": { - "context": "voucher requirements, header", - "string": "Minimum zahteva" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3069107721": { - "context": "voucher has no requirements", - "string": "Ni jedno" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3740704788": { - "context": "voucher requirement", - "string": "Minimalna količina artikala" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Minimalna vrednost porudžbine" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "Vrednost" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Min. vrednost porudžbine" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "Odnosi se na" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_3751756157": { - "context": "voucher value requirement", - "string": "Ograničenje upotrebe" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_78726751": { - "context": "voucher code", - "string": "Kupon kod" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3216816841": { - "context": "header", - "string": "Tip popusta" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3289659291": { - "context": "voucher discount type", - "string": "Besplatna dostava" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3688224049": { - "context": "voucher discount type", - "string": "Procenat" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { - "context": "voucher discount type", - "string": "Fiksni iznos" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1134347598": { - "context": "column title", - "string": "Cena" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Vrednost" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Vrednost popusta" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Samo jednom po porudžbini" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Specifična informacija o vaučeru" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4189095909": { - "string": "Ako je ova opcija onemogućena, popust će se računati za svaki proizvod koji ispunjava uslove" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Celokupna porudžbina" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Određeni proizvodi" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Dostava" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Uspešno kreirana prodaja" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Uklonjena prodaja" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Uklonjena prodaja" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Obrišite prodaju" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Uklonite kategorije iz prodaje" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Da li ste sigurni da želite da obrišete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_2809303671": { - "context": "dialog header", - "string": "Obrišite prodaje" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_372098008": { - "context": "dialog content", - "string": "{counter,plural,one {Da li sigurno želite da obrišete ovu prodaju?} few {Da li sigurno želite da obrišete ovu prodaju?} other {Da li sigurno želite da obrišete {displayQuantity} prodaje?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Uspešno kreiran vaučer" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Uklonite kolekcije iz vaučera" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Uklonite proizvode iz vaučera" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Uklonite kategorije iz vaučera" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Da li ste sigurni da želite da obrišete {voucherCode}? " - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Obrišite vaučer" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_2983742638": { - "context": "dialog content", - "string": "{counter,plural,one {Da li ste sigurni da želite da obrišete ovaj vaučer?} few {Da li ste sigurni da želite da obrišete ovaj vaučer?} other {Da li ste sigurni da želite da obrišete {displayQuantity} vaučere?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_367317371": { - "context": "dialog header", - "string": "Obrišite vaučere" - }, - "src_dot_done": { - "context": "button", - "string": "Završeno" - }, - "src_dot_draft": { - "context": "order status", - "string": "Priprema" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Pripremne porudžbine" - }, - "src_dot_drafts": { - "string": "Pripreme" - }, - "src_dot_edit": { - "context": "button", - "string": "Izmenite" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "Datum završetka" - }, - "src_dot_endHour": { - "string": "Sat završetka" - }, - "src_dot_error": { - "string": "Greška" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "Ime" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Ispunjeno" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Kupac" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Zapis" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Izmeni" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Detalji" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Istekao" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Detalji" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Iznos" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Proizvod" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Status" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Obrišite" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Proizvod" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Postavke" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Početna stranica" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "Porudžbinu #{orderId} je predao {userEmail} iz pripreme" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_paid": { - "string": "Porudžbina #{orderId} je u potpunosti plaćena" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_placed": { - "string": "Porudžbina #{orderId} je predata" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "Nema porudžbina za realizaciju" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "Nema uplata koja čekaju za rezervaciju" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Prezime" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Upravljajte" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigacija" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Sledeći" - }, - "src_dot_no": { - "string": "Ne" - }, - "src_dot_ok": { - "context": "button", - "string": "U redu" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Opciono" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Porudžbine" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Otkažite porudžbine" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Da li ste sigurni da želite da otkažete ovu porudžbinu?} few {Da li ste sigurni da želite da otkažete ovu porudžbinu?} other {Da li ste sigurni da želite da otkažete {displayQuantity} porudžbine?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Otkazivanje ove porudžbine će osloboditi rezervisanu robu tako da je mogu kupiti drugi kupci. Kada otkažete porudžbinu neće Vam biti refundiran novac - to morate da učinite ručno. Da li ste sigurni da želite da otkažete ovu porudžbinu?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor nije uspeo da otkaže porudžbinu" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "I dalje postoje kreirane realizacije na porudžbini. Prvo otkažite realizacije pre nego što otkažete porudžbinu." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Adresa za naplatu" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Dodajte novu adresu" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "Nema rezultata" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Adresa za dostavu" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "Kupac nije ostavio zapis" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "Zapisi" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "Kontakt podaci" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Pretražite kupce" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "Pogledajte profil" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "Adresa za dostavu" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Kupac" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Isto kao adresa za dostavu" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Anonimni korisnik" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Adresa za naplatu" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Porudžbina #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Otkažite porudžbinu" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Dodajte" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Vrednost popusta" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fiksni iznos" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Nevažeća vrednost" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Procenat" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "Otkažite nacrt porudžbine" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "Da li ste sigurni da želite da obrišete pripremu #{orderNumber}?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Proizvod" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Količina" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "Ni jedan proizvod nije dodat u porudžbinu" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { - "context": "total price of ordered products", - "string": "Konačan iznos" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Dodajte prevoznika" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Popust" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "Nema odgovarajućih prevoznika" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Iznos" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Porezi (PDV uključen)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Konačan iznos" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Detalji porudžbine" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "Dodajte proizvode" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Kreirajte porudžbinu" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "Sve pripreme" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Pretražite pripremu" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Kreiran" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "Kupac" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "Nisu pronađene pripremne porudžbine" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "Br. porudžbine" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "Kupac" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Datum" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Konačan iznos" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Otkažite porudžbinu" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Završite" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Porudžbina" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Porudžbina #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Br. porudžbine {orderNumber} - Dodaj realizaciju" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Artikli spremni za isporuku" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "Nema na stanju" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Naziv proizvoda" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Količina za realizaciju" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Pošaljite kupcu detalje isporuke" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "Oznaka pojedinačnog artikla - SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Realizovati" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Dodajte praćenje pošiljke" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edit tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Vratite novac" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Broj za praćenje pošiljke: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Pošaljite kupcu detalje isporuke" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Da li ste sigurni da želite da otkažete realizaciju? Otkazivanje realizacije će vratiti proizvode u odabrano skladište." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Odaberi skladište" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Otkažite realizaciju" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Broj za praćenje pošiljke" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Dodajte kod za praćenje pošiljke" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Adresa porudžbine je ažurirana" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1521936480": { - "context": "order history message", - "string": "Realizovani {quantity} artikli" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1527620381": { - "context": "order history message", - "string": "Realizacija je otkazana" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_184692906": { - "context": "order history message", - "string": "Porudžbina je prosleđena" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1867847329": { - "context": "order history message", - "string": "Poslati su linkovi do digitalne robe porudžbine" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1964864749": { - "context": "order history message", - "string": "Porudžbina je kreirana iz pripreme" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2020753264": { - "context": "order history message", - "string": "Potvrda plaćanja je poslata kupcu" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2027649178": { - "context": "order history message", - "string": "{quantity} artikala vraćenih na stanje" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2304318421": { - "context": "order history message", - "string": "Zapis je dodat na porudžbinu" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2369495522": { - "context": "order history message", - "string": "Potvrda porudžbine je poslata kupcu" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2566971846": { - "context": "order history message", - "string": "Plaćanje je poništeno" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Porudžbina je u celosti plaćena" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2770854455": { - "context": "order history message", - "string": "Sredstva su rezervisana za plaćanje" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3081292385": { - "context": "order history message", - "string": "Potvrda realizacije je poslata kupcu" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3095247195": { - "context": "order history message", - "string": "Kreirana je pripremna porudžbina" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3453124210": { - "context": "order history message", - "string": "Broj za praćenje pošiljke je poslat kupcu" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_348557206": { - "context": "order history message", - "string": "Uplata je refundirana" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3990160018": { - "string": "Istorija porudžbina" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4015160303": { - "context": "order history message", - "string": "Potcenjeni {quantity} artikli" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4265697648": { - "context": "order history message", - "string": "Broj za praćenje pošiljke ažurirane grupe za realizaciju" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4266665081": { - "context": "order history message", - "string": "Plaćanje nije uspelo" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_651019008": { - "context": "order history message", - "string": "Detalji isporuke su poslati kupcu" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Porudžbina je otkazana" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "kreirano" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Faktura" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Kreirati porudžbinu" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { - "string": "Pretraži porudžbine..." - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { - "context": "tab name", - "string": "Sve porudžbine" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Kupac" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Kreiran" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Status realizacije" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "Plaćanje" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "Br. porudžbine" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "Kupac" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Datum" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "Konačan iznos" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "Nije pronađena porudžbina" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going to mark this order as paid." - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_4196844912": { - "context": "dialog header", - "string": "Označi porudžbinu kao plaćenu" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_1466130374": { - "context": "dialog header", - "string": "Rezerviši sredstva" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_75546233": { - "context": "amount of refunded money", - "string": "Iznos" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Da li ste sigurni da želite da poništite ovo plaćanje?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Poništi plaćanje" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "Rezerviši sredstva" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Rezervisan iznos" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Popust" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} artikala" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Označi kao plaćeno" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Zaduženje po računu" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Payment status" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Preautorizovani iznos" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Vratite novac" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Isporuka" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "ne primenjuje" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "ne primenjuje" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Iznos" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Porezi" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Konačan iznos" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "Uključen PDV " - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Vratite novac" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Voucher" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "Oznaka pojedinačnog artikla - SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Pretražite prema nazivu proizvoda, atributu, tipu proizvoda itd..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Dodaj proizovd" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Pretražite proizvode" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Proizvod" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Količina" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "Oznaka pojedinačnog artikla - SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Konačan iznos" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "Nisu pronađeni proizvodi" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Proizvod" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Konačan iznos" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Porudžbina" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Porudžbina #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Iznos" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Vratite novac" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "Nisu pronađeni proizvodi" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Proizvod" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Konačan iznos" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Cena" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Proizvod" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Zamenite" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Otkazano ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Realizovano ({quantity}) " - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Nerealizovano" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Porudžbina #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Postavke" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Izmeni metod isporuke" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Realizovati" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Uplata uspešno rezervisana" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Pripremna porudžbina je uspešno završena" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Obrisan red u porudžbini" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Realizacija uspešno ažurirana" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Red u porudžbini ažuriran" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Porudžbina označena kao plaćena" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Dodat red u porudžbini" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Porudžbina uspešno otkazana" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Zapis uspešno dodat" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Plaćanje porudžbine uspešno poništeno" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Porudžbina uspešno ažurirana" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Način isporuke uspešno ažuriran" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Realizacija uspešno otkazana" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Pripremna porudžbina #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Porudžbina #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Porudžbina #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Izbrišite pripreme porudžbine" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Obrisane pripremne porudžbine" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Priprema porudžbine je uspešno kreirana" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Da li ste sigurni da želite da obrišete pripremu porudžbine?} few {Da li ste sigurni da želite da obrišete pripremu porudžbine?} other {Da li ste sigurni da želite da obrišete te {displayQuantity} pripreme porudžbine?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Realizujte porudžbinu #{orderNumber} " - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Realizovani artikli" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Realizujte porudžbinu" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Priprema porudžbine je uspešno kreirana" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "Nisu pronađeni atributi" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Naziv atributa" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Dodelite atribut" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Podložak" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Uklonite" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Stranice" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Kreirajte stranice" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1996767833": { - "string": "Dodajte naziv i opis u pretraživač da biste olakšali pronalaženje ove stranice" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { - "context": "page", - "string": "biće vidljivo od {date}" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Vidljivo" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Skriveno" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Sadržaj" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Naziv" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Kreirajte stranicu" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Naziv" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Vidljivost" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "Nije pronađena stranica" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3478065224": { - "context": "page internal name", - "string": "Podložak" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3640454975": { - "context": "page status", - "string": "Objavljeno" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Nije objavljeno" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Kreirajte stranicu" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Uspešno kreirana nova stranica" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Obrišite stranicu" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Da li ste sigurni da želite da obrišete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Uklonjene stranice" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Objavite" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Neobjavljene stranice" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Da li sigurno želite da obustavite objavljivanje ove stranice?} few {Da li sigurno želite da obustavite objavljivanje ove stranice?} other {Da li sigurno želite da obustavite objavljivanje {displayQuantity} stranica?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Obustavite objavljivanje" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Objavite stranice" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Da li ste sigurni da želite da objavite ovu stranicu?} few {Da li ste sigurni da želite da objavite ovu stranicu?} other {Da li ste sigurni da želite da objavite {displayQuantity} stranica?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Da li ste sigurni da želite da obrišete ovu stranicu?} few {Da li ste sigurni da želite da obrišete ovu stranicu?} other {Da li ste sigurni da želite da obrišete {displayQuantity} stranica?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Objavljene stranice" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Obrišite stranice" - }, - "src_dot_paid": { - "context": "payment status", - "string": "U celosti plaćeno" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Delimično realizovano" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Delimično plaćeno" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Delimično refundirano" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Payment status" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Grupe dozvola" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "Nisu pronađeni članovi" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Pretražite članove osoblja" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Pretražite po imenu, email-u, itd..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Aktivan" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Neaktivan" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Dodelite članove osoblja" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Uklonite korisnike" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "Niste u mogućnosti da modifikujete članove ove grupe. Rešite ovaj problem da biste nastavili sa zahtevom." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Grupa ima potpun pristup prodavnici" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Proširite ili ograničite dozvole grupe za pristup određenom delu saleor sistema." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Da li ste sigurni da želite da obrišete {ime}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Obrišite grupu za dozvole" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Ne možete da obrišete grupu koja je izvan Vašeg opsega dozvola" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Grupa ima pun pristup prodavnici" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Proširite ili ograničite dozvole grupa na pristup određenom delu saleor sistema." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Naziv grupe" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "Kreirajte grupu za korišćenje dozvole" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Naziv grupe koja koristi dozvolu" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Članovi" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Akcije" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "Nije pronađena grupa za korišćenje dozvole" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Neaktivno" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "Još uvek niste dodelili ni jednog člana ovoj grupi za korišćenje dozvole" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "Nisu pronađeni članovi" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email adresa" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Dodelite članove" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Molimo Vas da koristite dugme Dodeli članove kako biste to uradili" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Aktivan" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Članovi grupe" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Akcije" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Naziv" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Uklonite korisnike" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Da li ste sigurni da želite da uklonite {counter,plural,one{this member} druge{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Kreirajte kategoriju" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Kreirana grupa za korišćenje dozvole" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Uklonite" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Obrisana grupa za korišćenje dozvole" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Priključci" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Autorizacija" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Naziv priključka" - }, - "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": "Informacija i status priključka" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "string": "Set plugin as active" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_3032939398": { - "context": "header", - "string": "Dodajte vrednost polju za autorizaciju" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_4269236107": { - "context": "header", - "string": "Izmenite polje za autorizaciju" - }, - "src_dot_plugins_dot_components_dot_PluginSettings_dot_1970881031": { - "context": "section header", - "string": "Podešavanja priključka" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3352026836": { - "context": "header", - "string": "{pluginName} detalji" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3233248823": { - "string": "Pretražite priključke..." - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3523826683": { - "context": "tab name", - "string": "Svi priključci" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { - "context": "plugin filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "Nije pronađen priključak" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Aktivan" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Konfiguracija" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deaktiviran" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Naziv" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "src_dot_plugins_dot_views_dot_1096544448": { - "context": "header", - "string": "Obrisano polje za autorizaciju" - }, - "src_dot_plugins_dot_views_dot_955370043": { - "string": "Priključak može da prestane sa radom nakon što se obriše ovo polje. Da li ste sigurni da želite da nastavite?" - }, - "src_dot_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Tipovi proizvoda" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { - "string": "Nisu pronađeni atributi" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1228425832": { - "string": "Naziv atributa" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Dodelite atribut" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Podložak" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_3559259966": { - "context": "section header", - "string": "Atributi proizvoda" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Tip proizvoda koristi atribute varijante" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "string": "Naziv tipa proizvoda" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { - "context": "tab name", - "string": "Svi tipovi proizvoda" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3420445375": { - "string": "Pretražite tip proizvoda" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3479705616": { - "context": "button", - "string": "Kreirajte tip proizvoda" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_configurable": { - "context": "product type", - "string": "Konfigurabilno" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_digital": { - "context": "product", - "string": "Digitalan" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_shippable": { - "context": "product", - "string": "Isporučivo" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_type": { - "context": "product type is digital or physical", - "string": "Tip" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1126553969": { - "string": "Nisu pronađeni tipovi proizvoda" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1211157042": { - "context": "product type", - "string": "Jednostavan proizvod" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1240292548": { - "context": "tax rate for a product type", - "string": "Porez" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { - "context": "product type is either simple or configurable", - "string": "Tip" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2253986440": { - "context": "product type name", - "string": "Naziv tipa" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2754779425": { - "context": "product type", - "string": "Konfigurabilno" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_881286562": { - "context": "product type", - "string": "Digitalan" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_966610541": { - "context": "product type", - "string": "Fizički" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_1325966144": { - "context": "product type shipping settings, section header", - "string": "Isporuka" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2143413921": { - "context": "switch button", - "string": "Da li je ovaj proizvod isporučiv?" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2927891783": { - "string": "Upotrebljeno da se izračunaju cene dostave za proizvode ovog tipa proizvoda, kada nije data specifična težina" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_746695941": { - "string": "Težina" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "Nisu pronađeni atributi" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Naziv atributa" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Dodelite atribut" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Podložak" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Atributi varijante" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Uspešno kreiran tip proizvoda" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Obrisan tip proizvoda" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Uklonite atribut iz tipa proizvoda" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Ukloni atribut iz tipa proizovda" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Uklonite" - }, - "src_dot_products": { - "context": "products section name", - "string": "Proizvodi" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Kategorija" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Kolekcije" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organizacija" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Nije objavljeno" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { - "string": "Dodajte naziv i opis u pretraživač da lakše pretraži ovaj proizvod" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Objavljeno" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Naziv" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Pretražite prema nazivu atributa" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Kreirajte proizvod" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Pretraži proizvode..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "Svi proizvodi" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Dostupno" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Skriveno" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Nema na stanju" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Količina zaliha" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "Vidljivost" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Vidljivo" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Jednostavno" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "Nisu pronađeni proizvodi" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Konfigurabilno" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Naziv" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Raspoloživost" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Tip" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Opciono" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Preuzimanje podataka" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Kategorija" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Kolekcije" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organizujte proizvod" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "string": "Konfigurabilno" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "*Opciono. Dodavanje proizvoda u kolekciju pomaze korisnicima u pronalazenju." - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Tip proizvoda" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Dostava" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Težina" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "Oznaka pojedinačnog artikla - SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Naziv skladišta" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Količina" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Pratite inventar" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Dodelite skladište" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Aktivno praćenje inventara će automatski proračunati promene u zalihama" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Promeni porez na ovaj proizvod" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Poreska stopa" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Nije objavljeno" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { - "string": "Dodajte naziv i opis u pretraživač da se lakše pronađe ovaj proizvod" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Objavljeno" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Kreirajte varijante" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Atributi varijante" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Obrišite varijantu" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Sačuvajte varijantu" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Izabrane vrednosti će biti upotrebljene da se kreiraju varijante za konfigurabilan proizvod" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Atribut" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Odaberite atribut" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Cena i oznake pojedinačnih artikala - SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Zalihe i skladištenje" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Izaberite vrednosti" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Odaberite vrednosti" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Izaberite atribut" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Kratak pregled" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Primenite jednu cenu na sve oznake pojedinačnih artikala - SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Primenite jedinstvene zalihe po atributu na svaku oznaku pojedinačnog artikla - SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Primenite jedinstvene cene po atributu na svaku oznaku pojedinačnog artikla - SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Primenite jednu zalihu na sve oznake pojedinačnih artikala - SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Sledeći" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Ovde je kratak pregled varijanti koje će biti kreirane. Možete da menjate cene, zalihe i oznaku pojedinačnog artikla - SKU za svaku varijantu koju kreirate." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Preskoči zalihu za sada" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Kreirajte" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Kreirane varijante" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Kreiraćemo {numberOfProducts} proizvoda na osnovu Vašeg izbora. Koristite ovaj korak da prilagodite cenu i zalihe za Vaše nove proizvode" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "Oznaka pojedinačnog artikla - SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Cene i oznaka pojedinačnog artikla - SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Kreiraćemo 8 proizvoda na osnovu Vašeg izbora. Koristite ovaj korak da prilagodite cenu i zalihe za Vaše nove proizvode" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Prethodno" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Varijanta" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Vrednosti" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Obrišite varijantu" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_2297471173": { - "context": "delete product variant", - "string": "Da li ste sigurni da želite da obrišete {name}?" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "Obrišite varijantu" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Varijante" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "Dodaj varijantu" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "Nova varijanta" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Skriveno" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Atributi varijante" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Raspoloživost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Određivanje cena" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Nedostupno na svim lokacijama" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Nedostupno" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Cena" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} dostupno} few {{stockQuantity} dostupno} other {{stockQuantity} dostupno}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Dostupan inventar na:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Kreirajte varijante" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Varijante" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} dostupno na {numLocations} lokaciji} few {{numAvailable} dostupno na {numLocations} lokaciji} other {{numAvailable} dostupno na {numLocations} lokacija}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Koristite varijante za proizvode koji dolaze u više verzija na primer u različitim veličinama i bojama" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "Sva skladišta" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Iinventar" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Kreirajte varijante" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Nije uskladišteno" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "Oznaka pojedinačnog artikla - SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Varijanta" - }, - "src_dot_products_dot_views_dot_1731766393": { - "context": "dialog header", - "string": "Obrišite sliku" - }, - "src_dot_products_dot_views_dot_2279302139": { - "string": "Varijante uklonjena" - }, - "src_dot_products_dot_views_dot_2362587265": { - "context": "header", - "string": "Kreirajte varijantu" - }, - "src_dot_products_dot_views_dot_2880386427": { - "string": "Da li ste sigurni da želite da obrišete ovu sliku?" - }, - "src_dot_products_dot_views_dot_3989383405": { - "context": "window title", - "string": "Kreirajte varijantu" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Kreirajte proizvod" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "Novi proizvod" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Proizvod kreiran" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Da li ste sigurni da želite da obrišete ovaj proizvod?} few {Da li ste sigurni da želite da obrišete ovaj proizvod?} other {Da li ste sigurni da želite da obrišete {displayQuantity} proizvoda?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Obriši proizvode" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Proizvod uklonjen" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Da li ste sigurni da želite da obrišete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Obriši proizvod" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Obriši varijante proizvoda" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Uspešno kreirane varijante" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Kreirajte varijante" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Podešavanja" - }, - "src_dot_readOnly": { - "string": "Saleor radi samo u režimu za čitanje. Promene nisu sačuvane." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Spremno za rezervaciju" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Spremno za realizaciju" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "U potpunosti refundirano" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Uklonite" - }, - "src_dot_requiredField": { - "string": "Ovo polje je obavezno" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Prodaja" - }, - "src_dot_save": { - "context": "button", - "string": "Sačuvajte" - }, - "src_dot_savedChanges": { - "string": "Sačuvane promene" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Pošaljite" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Servisni nalozi" - }, - "src_dot_sessionExpired": { - "string": "Vaša sesija je istekla. Molimo Vas da se ponovo prijavite da biste nastavili" - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Način isporuke" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Obrišite način dostave" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Određivanje cena" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Cena" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Pretražite proizvode" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "Ni jedan artikal ne odgovara pretrazi" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Dodelite proizvode" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Naziv proizvoda" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Akcije" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "Ova jedinica će se koristiti kao podrazumevana težina za isporuku" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Jedinica težine za isporuku" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Naziv skladišta" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Kreirajte novo skladište" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Iz liste ispod odaberite države koje želite da dodate u zonu za isporuku" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Dodelite države" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Države od A do Ž" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Brzi izbor" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Ostatak sveta" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "Ako odaberete, to će dodati sve države koje nisu izabrane u druge zone za isporuku" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Pretražite države" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Pretražite prema nazivu države" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Države" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Kreirajte nove zone za isporuku" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Trenutno ni jedna zemlja nije dodeljena ovoj zoni za dostavu" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Države" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Trenutno ni jedna zemlja nije dodeljena ovoj zoni za dostavu" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} od {maxCharacters} karaktera" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Naziv zone poštarine" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Dodajte" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Dostava" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Dostava" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Cena" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Kreiraj tarifu" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Raspon vrednosti" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "Nisu pronađene cene dostave" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Tarife bazirane na ceni" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Raspon težine" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Tarife bazirane na težini" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "Naziv" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Dodajte novo skladište" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Odaberite skladište" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Izaberite skladište iz kojeg ćete isporučivati proizvode za ovu dostavnu zonu. Adresa ovog skladišta će se takođe koristiti da se izračunaju porezi." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Postavke" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Isporuka" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Dostava prema zoni" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Kreirajte zonu za dostavu" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "Države" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Naziv" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "Nije pronađena zona za dostavu" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maksimalna cena ne može biti niža od minimalne" - }, - "src_dot_shipping_dot_views_dot_1005071028": { - "string": "Da li ste sigurni da želite da obrišete zonu dostave {shippingZoneName}?" - }, - "src_dot_shipping_dot_views_dot_1010705153": { - "context": "dialog header", - "string": "Obrišite zonu za dostavu" - }, - "src_dot_shipping_dot_views_dot_1711385401": { - "context": "dialog header", - "string": "Obrišite zonu za dostavu" - }, - "src_dot_shipping_dot_views_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Da li ste sigurni da želite da obrišete ovu zonu dostave?} few {Da li ste sigurni da želite da obrišete ovu zonu dostave?} other {Da li ste sigurni da želite da obrišete zone za dostavu {shippingZoneName}?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Uklonite" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Obrišite zonu za dostavu" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maksimalna težina ne može biti niža od minimalne" - }, - "src_dot_show": { - "context": "button", - "string": "Pokažite" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Podešavanja sajta" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Naziv Vaše prodavnice se nalazi na kartici internet pretraživača" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Naziv Vaše prodavnice" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Opis prodavnice je prikazan na taskbaru nakon imena prodavnice" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Informacije o prodavnici" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Informacije o kompaniji" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "string": "Ovo su opšti podaci o Vašoj prodavnici. Oni definišu koja je veb-adresa Vaše prodavnice i šta se vidi u taskbaru pretraživača." - }, - "src_dot_somethingWentWrong": { - "string": "Saleor je naišao na neočekivani problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Članovi osoblja" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Pozovite člana osoblja" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Pošaljite pozivnicu" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "Korisniku je dodeljeno da:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Dozvole" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Korisnik je aktivan" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "Svi članovi osoblja" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_61043583": { - "string": "Pretraži članove osoblja" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_797461521": { - "context": "button", - "string": "Pozovite članove osoblja" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Aktivan" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Deaktiviran" - }, - "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": "Neaktivan" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": "Email adresa" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Aktivan" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "Nisu pronađeni članovi osoblja" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "Naziv" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "Nova lozinka" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "Nova lozinka mora imati najmanje 8 karaktera" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "Izmenite Lozinku" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Prethodna lozinka" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "Trebalo bi da menjate lozinku svakog meseca kako biste izbegli sigurnosne probleme." - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "Promenite Vašu lozinku" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "Lozinka" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "Odabirom ovoga promenićete jezik Vaše komandne table" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "Imajte na umu da su sva podešavanja valute i datuma završena, a jezički prevodi su u različitom stepenu završetka." - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { - "string": "Odabrani jezik" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { - "context": "section header", - "string": "Podešavanja" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_1473195966": { - "context": "avatar change button", - "string": "Izmeni" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Informacije o članu osoblja" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Obrišite" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "obrišite korisnika osoblja" - }, - "src_dot_staff_dot_views_dot_3945766678": { - "string": "Da li ste sigurni da želite da uklonite {email} avatar?" - }, - "src_dot_staff_dot_views_dot_701332676": { - "context": "dialog header", - "string": "Obrišite avatara korisnika osoblja" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "Da li sigurno želite da obrišete {email} iz članova osoblja?" - }, - "src_dot_startDate": { - "string": "Datum početka" - }, - "src_dot_startHour": { - "string": "Sat početka" - }, - "src_dot_status": { - "string": "Status" - }, - "src_dot_summary": { - "string": "Kratak pregled" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Porezi" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Porezi" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "Nisu pronađene države" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Smanjene poreske stope" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Kod države" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "Naziv države" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "Kategorija" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Poreska stopa" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Poreske stope u {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "NIje pronađena kategorija sa smanjenim porezom" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Sve cene proizvoda su unete sa uključenim porezom" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Prikažite bruto cene kupcima u prodavnici" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Naplatite porez na cene dostave" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_3375540052": { - "context": "button", - "string": "Povuci poreze" - }, - "src_dot_taxes_dot_views_dot_2411670026": { - "string": "Uspešno povučene poreske stope" - }, - "src_dot_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Atributi" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Prevodi" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1308081812": { - "string": "{numberOfFields} prevoda, {numberOfTranslatedFields} završeno" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1348655672": { - "string": "Originalni niz" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_2481190613": { - "string": "Prevod" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_363646127": { - "context": "button", - "string": "Odbacite" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_3793796047": { - "string": "Još uvek nije prevedeno" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_2642976392": { - "string": "Naziv atributa" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Vrednost {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Vrednosti" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Naziv kategorije" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "Opis pretraživača" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Kategorija prevoda \"{categoryName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { - "string": "Naziv pretraživača" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { - "string": "Pregled pretraživača" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { - "string": "Opis pretraživača" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { - "string": "Naziv pretraživača" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { - "string": "Naziv kolekcije" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3055443821": { - "context": "header", - "string": "Kolekcija prevoda \"{collectionName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3468022343": { - "string": "Pregled pretraživača" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1163855804": { - "string": "Jezici" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { - "string": "Kolekcije" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Prevod na {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Proizvodi" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Stranice" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Kategorije" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Atributi" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Prodaja" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Vaučeri" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} od {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "Nije pronađen ni jedan entitet koji se može prevesti" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "Završeni prevodi" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "Naziv" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Jezici" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "Nisu pronađeni jezici" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Jezik" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Sadržaj" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Opis pretraživača" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Naziv pretraživača" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Stranica za prevod \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Pregled pretraživača" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Naziv stranice" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Opis pretraživača" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Naziv pretraživača" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Naziv proizvoda" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Proizvod za prevod \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "Opis" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Pregled pretraživača" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_3731955064": { - "context": "header", - "string": "Prodaja za prevod \"{saleName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_898281424": { - "string": "Naziv prodaje" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Opis" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Naziv" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2447510181": { - "context": "header", - "string": "Vaučer za prevod \"{voucherName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2599922713": { - "string": "Naziv vaučera" - }, - "src_dot_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Poništi" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Nerealizovano" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Neplaćeno" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Preuzmi sliku" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Već postoji ključ za autorizaciju sa ovim tipom." - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Može biti dodeljeno samo članovima osoblja" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "Ovaj atribut je već dodeljen ovom tipu proizvoda" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "Ovaj atribut se ne može dodeliti ovom tipu proizvoda" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "Svi atributi treba da imaju vrednost" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Varijante su onemogućene u ovom tipu proizvoda" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Nije uneta adresa za naplatu" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "Ova realizacija se ne može otkazati" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "Ova porudžbina se ne može otkazati" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Nema dovoljno artikala za realizaciju" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Ručna plaćanja se ne mogu refundirati" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Ne može se ukloniti korisnik iz poslednje grupe" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Samo preautorizovane uplate se mogu poništiti" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Samo preautorizovane uplate se mogu rezervisati" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Ne može se dodati i ukloniti grupa istovremeno" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "Greška u programskom interfejsu aplikacije - API" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Nevažeća vrednost" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Nevažeća lozinka" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Ne može se odabrati način dostave za porudžbinu bez adrese dostave" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Samo pripremne porudžbine mogu da se menjaju" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Grupa je izvan Vašeg opsega dozvola" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "Korisnik je izvan Vašeg opsega dozvola" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Lozinka ne može biti isključivo numerička" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "Ne postoje uplate povezane sa porudžbinom" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Ove dozvole su izvan Vašeg opsega" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Način dostave nije važeći za odabranu adresu za dostavu" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Način dostave je obavezan za ovu porudžbinu" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "Oznake pojedinačnih artikala - SKU moraju biti jedinstvene" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Podložak mora biti jedinstven za svako skladište" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "Ova lozinka se prečesto koristi" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "Ova lozinka je prekratka" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "Ove lozinke su suviše slične" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "Ovo treba da bude jedinstveno" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Nepoznata greška" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "Ova varijanta nema nikakav digitalni sadržaj" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "Ova varijanta već postoji" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Vaučeri" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Skladišta" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Informacije o adresi" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Kreirajte skladište" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Da li ste sigurni da želite da obrišete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Obrišite skladište" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Informacije o adresi" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Naziv skladišta" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Pretraži skladište" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "Sva skladišta" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Kreirajte skladište" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Zone za dostavu" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "Nije pronađeno skladište" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Akcije" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Naziv" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "Ovom skladištu nisu dodeljene zone za dostavu" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Postavke" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Kreirajte skladište" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhook poruke" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Da li ste sigurni da želite da obrišete ovu webhook poruku?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Da li ste sigurni da želite da obrišete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Obrišite webhook poruku" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Detalji neimenovane webhook poruke" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Kreirajte webhook poruku" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "Detalji {webhookName} " - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Događaji" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input help text", - "string": "Tajni ključ se koristi da se kreira heš potpis sa svakim sadržajem. *opciono polje" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrl": { - "context": "webhook input label", - "string": "Ciljna veb-adresa" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "Ova veb-adresa će primiti webhook POST zahtev" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Informacija webhook poruke" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Naziv webhook poruke" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook poruka je aktivna" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "Ako želite da onemogućite ovu webhook poruku molimo Vas deselektujte okvir za potvrdu ispod." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Status webhook poruke" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Detalji neimenovane webhook poruke" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Kreirajte webhook poruku" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "Detalji {webhookName} " - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "Nije pronađena ni jedna webhook poruka" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Kreirajte webhook poruku" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhook poruke" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Akcija" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Neimenovana webhook poruka" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Naziv" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Kreirajte webhook poruku" - }, - "src_dot_yes": { - "string": "Da" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Allocated" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Količina" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Uklonite" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Uklonite" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Uklonite" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Otkažite Porudžbinu"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Skriveno"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Vidljivo"},"19/lwV":{"string":"Odredite atribute koji se koriste za kreiranje tipova proizvoda"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Definišite kako korisnici mogu da se kreću kroz Vašu prodavnicu"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Upravljajte svojim grupama dozvola i njihovim dozvolama"},"n0RwMK":{"string":"Definišite tipove proizvoda koje prodajete"},"zxs6G3":{"string":"Upravljajte načinom na koji isporučujete porudžbine"},"5BajZK":{"string":"Pregledajte i ažurirajte postavke Vašeg veb-sajta"},"RQUkVW":{"string":"Upravljajte zaposlenima i njihovim dozvolama"},"EIULpW":{"string":"Upravljajte načinom na koji Vaša prodavnica naplaćuje porez"},"5RmuD+":{"string":"Upravljajte podacima o Vašem magacinu i ažurirajte ih"},"m19JfL":{"string":"Pregledajte i ažurirajte dodatne komponente i njihova podešavanja"},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fiksni iznos"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Aktivnost"},"wWTUrM":{"string":"Nema aktivnosti"},"zWgbGg":{"string":"Danas"},"By5ZBp":{"context":"header","string":"Zdravo {userName}"},"aCX8rl":{"context":"subheader","string":"Sledi nekoliko informacija koje smo prikupili o Vašoj prodavnici"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {Jedan artikal poručen} few {Jedan artikal poručen} other {{amount} poručeno}}"},"rr8fyf":{"context":"header","string":"Glavni proizvodi"},"Q1Uzbb":{"string":"Nisu pronađeni proizvodi"},"6L6Fy2":{"context":"header","string":"Odricanje od odgovornosti"},"5LRkEs":{"string":"Nova komandna tabla i GraphQL API su kvalitetan softver za pregled."},"G7mu0y":{"string":"GraphQL API je beta kvaliteta. NIje potpuno optimizovan i neke mutacije i upiti mogu da nedostaju."},"QBxN6z":{"context":"is filter range or value","string":"između"},"I+UwqI":{"context":"is filter range or value","string":"jednako"},"0OtaXa":{"context":"dialog header","string":"Kreirajte meni"},"jhh/D6":{"string":"Naslov menija"},"G/SYtU":{"string":"Da li ste sigurni da želite da izbrišete meni {menuName}?"},"QzseV7":{"context":"dialog header","string":"Izbriišite meni"},"E54eoT":{"string":"Kreiranje navigacione strukture se radi pomoću prevlačenja i ispuštanja. Jednostavno kreirajte novu stavku menija i zatim je prevucite na namenjeno mesto. Možete da pomerate stavke jednu unutar druge kako biste kreirali strukturu drveta i prevlačili stavke gore i dole da biste kreirali hijerarhiju."},"H3Uirw":{"context":"create new menu item, header","string":"Dodaj stavku"},"fzDI3A":{"context":"add link to navigation","string":"Link ka: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Uredite stavku"},"Urh2N3":{"context":"label","string":"Link"},"28GZnc":{"string":"Počnite da kucate da biste započeli pretragu..."},"0Vyr8h":{"context":"menu item name","string":"Naziv"},"Uf3oHA":{"context":"add new menu item","string":"Kreirajte novu stavku"},"dEUZg2":{"context":"header","string":"Stavke menija"},"WwZfNK":{"string":"Dodajte novu stavku menija da biste počeli da kreirate meni"},"ugnggZ":{"string":"Kreiran meni"},"bj1U23":{"string":"Da li ste sigurni da želite da obrišete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Da li ste sigurni da želite da obrišete ovaj meni?} few {Da li ste sigurni da želite da obrišete ovaj meni?} other {Da li ste sigurni da želite da izbrišete {displayQuantity} menije?}}"},"1LBYpE":{"context":"dialog header","string":"Izbrišite menije"},"OwG/0z":{"string":"Izbrisani meni"},"0nL1D6":{"context":"number of menu items","string":"Stavke"},"DWs4ba":{"string":"Nije pronađen meni"},"JXRYQg":{"context":"button","string":"Kreirajte meni"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Nije objavljeno"},"YI6Fhj":{"context":"no address is set in draft order","string":"Nije podešeno"},"PX2zWy":{"context":"customer is not set in draft order","string":"Nije podešeno"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Nije podešeno"},"5Jo3C5":{"context":"vat not included in order price","string":"ne primenjuje"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Kategorija"},"jxoMLL":{"context":"product field","string":"Kolekcije"},"YVIajc":{"context":"product field","string":"Opis"},"W8i2Ez":{"context":"product field","string":"Naziv"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Tip"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Variant Images"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventar"},"SSWFo8":{"context":"window title","string":"Kreirajte tip proizvoda"},"bq1eEx":{"context":"header","string":"Kreirajte tip proizvoda"},"mUb8Gt":{"context":"section header","string":"Porezi"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Cena"},"vuKrlW":{"string":"Zaliha"},"ABgQcF":{"context":"variant stock, header","string":"Zaliha"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Skladišta"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Objavljeno"},"ppLwx3":{"context":"number of categories","string":"Kategorije ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Kolekcije ({quantity})"},"bNw8PM":{"context":"number of products","string":"Proizvodi ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Da li ste sigurni da želite da obrišete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Da li ste sigurni da želite da obrišete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Skladište"},"skPoVe":{"context":"button","string":"Prihvati"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generisan token"},"DGCzal":{"string":"Ovaj token Vam daje pristup programskom interfejsu aplikacije - API, koji ćete naći ovde: {url}"},"r86alc":{"context":"button","string":"Kopirano"},"HVFq//":{"context":"button","string":"Kopirajte token"},"ixjvkM":{"string":"Kreirali smo Vaš podrazumevani token. Kopirajte sada Vaš novi token za lični pristup. Nećete moći da ga vidite ponovo."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Ključ"},"bsP4f3":{"string":"Nije pronađen token"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Kreirajte token"},"0DRBjg":{"string":"Zapis tokena"},"VHuzgq":{"context":"table actions","string":"Akcije"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deaktiviran"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Pristupni token je upotrebljen da potvrdi servisne naloge"},"t9a9GQ":{"string":"Kreirali smo Vaš token. Kopirajte sada Vaš novi token za lični pristup. Nećete moći kasnije da ga vidite."},"T5nU7u":{"context":"header","string":"Kreirajte token"},"isM94c":{"context":"create service token, button","string":"Kreirajte"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Da li ste sigurni da želite da obrišete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Dodelite"},"l2oVCF":{"context":"attributes section name","string":"Atributi"},"eWV760":{"string":"Atribut sa ovim podloškom već postoji"},"J/QqOI":{"string":"Ova vrednost već postoji u okviru ovog atributa"},"lG/MDw":{"context":"dialog content","string":"{counter,plural,one {Da li ste sigurni da želite da obrišete ovaj atribut?} few {Da li ste sigurni da želite da obrišete ovaj atribut?} other {Da li ste sigurni da želite da obrišete {displayQuantity} atribute?}}"},"rKf4LU":{"context":"dialog title","string":"Obrišite atribute"},"JI2Xwp":{"context":"dialog title","string":"Obrišite atribut"},"h1rPPg":{"context":"dialog content","string":"Da li ste sigurni da želite da obrišete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Područje"},"xOEZjV":{"context":"attribute's label","string":"Podrazumevana oznaka"},"P79U4b":{"context":"attribute's slug short code label","string":"Kod atributa"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"Ovo se koristi interno. Nemojte da koristite razmake"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Datum"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Padajući meni"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"File"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Kataloški tip unosa za vlasnika prodavnice"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Višestruki izbor"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Stranice"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Proizvodi"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Tražena vrednost"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Težina"},"dKPMyh":{"context":"tab name","string":"Svi atributi"},"IGvQ8k":{"context":"button","string":"Kreirajte atribut"},"1div9r":{"string":"Pretražite atribut"},"PsRG+v":{"context":"use attribute in filtering","string":"Može da se filtrira u prodavnici"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Samo varijanta"},"HQR2y0":{"context":"attribute value is required","string":"Tražena vrednost"},"cvbqJu":{"context":"attribute","string":"Vidljivo na produkcionoj stranici u prodavnici"},"ztQgD8":{"string":"Nisu pronađeni atributi"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Moguće pretražiti"},"oJkeS6":{"string":"Kod atributa"},"k6WDZl":{"context":"attribute is visible","string":"Vidljivo"},"HjUoHK":{"context":"attribute's label'","string":"Podrazumevana oznaka"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organizacija"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Kreirajte novi atribut"},"jswILH":{"context":"add attribute as column in product list table","string":"Dodajte u opcije kolone"},"AzMSmb":{"context":"caption","string":"Ako je omogućen, ovaj atribut može biti upotrebljen kao kolona u tabeli proizvoda."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Podešavanja komandne table"},"RH+aOF":{"context":"use attribute in filtering","string":"Koristite prilikom filtriranja"},"Q9wTrz":{"context":"caption","string":"Ako je omogućen, moći ćete da koristite ovaj atribut kako biste filtrirali proizvode u listi proizvoda."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Podešavanja prodavnice"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Pozicija u fasetiranoj navigaciji"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Slika"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Da li ste sigurni da želite da obrišete \"{name}\" vrednost?"},"WWV8aZ":{"context":"dialog title","string":"Obriši vrednost atributa"},"no3Ygn":{"string":"Da li ste sigurni da želite da obrišete \"{naziv}\" vrednost? Ako želite da je obrišete nećete moći da je dodelite ni jednom proizvodu sa \"{atributNaziv}\" atributom."},"XYhE8p":{"context":"edit attribute value","string":"Izmenite vrednost"},"PqMbma":{"context":"add attribute value","string":"Dodajte vrednost"},"UhcALJ":{"context":"attribute name","string":"Naziv"},"H60H6L":{"context":"attribute values list: name column header","string":"Podrazumevani prikaz prodavnice"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"Nije pronađena vrednost"},"J3uE0t":{"context":"section header","string":"Vrednosti atributa"},"+iVKR1":{"context":"assign attribute value button","string":"Odredite vrednost"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Uspešno kreiran atribut"},"7H2D5m":{"context":"attribute value deleted","string":"Izbrisana vrednost"},"V/VAHG":{"string":"Izbrisan atribut"},"xVn5B0":{"context":"added new attribute value","string":"Dodata nova vrednost"},"lw9WIk":{"context":"deleted multiple attributes","string":"Atributi uspešno brišu"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Ulogujte se"},"5sg7KC":{"string":"Lozinka"},"3tbL7x":{"context":"description","string":"Forgot password?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Izvinite, Vaše korisničko ime i/ili lozinka su netačni. Molimo Vas pokušajte ponovo."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Nova lozinka"},"S22jIs":{"context":"button","string":"Postavite novu lozinku"},"vfG+nh":{"string":"Potvrdi lozinku"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Lozinke se ne podudaraju"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Postavi novu lozinku"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Povratak na prijavu"},"2ob30/":{"string":"Uspešno! Za nekoliko minuta ćete primiti poruku sa instrukcijama kako da resetujete šifru."},"C0JLNW":{"string":"Data email adresa ne postoji u našoj bazi."},"hOxIeP":{"string":"Raspoloživost"},"0OfZJA":{"context":"button","string":"Nazad"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Otkažite"},"dOQB9o":{"context":"payment status","string":"Otkazano"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Katalog"},"sK1FPw":{"context":"categories section name","string":"Kategorije"},"DP6b8U":{"context":"section header","string":"Pozadinska slika (opciono)"},"0iMYc+":{"context":"field is optional","string":"(Opciono)"},"cgsY/X":{"context":"page header","string":"Kreirajte novu kategoriju"},"wQdR8M":{"string":"Dodajte naziv i opis u pretraživač da učini ovu kategoriju lakšu za pronalaženje"},"xo5UIb":{"context":"dialog title","string":"Obrišite kategoriju"},"dJQxHt":{"context":"delete category","string":"Da li ste sigurni da želite da obrišete {categoryName}?"},"vEYtiq":{"string":"Naziv kategorije"},"8HRy+U":{"string":"Opis kategorije"},"vof5TR":{"context":"button","string":"Kreirajte kategoriju"},"JiXNEV":{"string":"Pretražite kategeoriju"},"vy7fjd":{"context":"tab name","string":"Sve kategorije"},"dM86a2":{"string":"Nije pronađena kategorija"},"rrbzZt":{"string":"Nije pronađena pod-kategorija"},"BHQrgz":{"context":"number of subcategories","string":"Pod-kategorije"},"k8ZJ5L":{"context":"number of products","string":"Br. Proizvoda"},"VQLIXd":{"context":"product","string":"Naziv"},"x/pIZ9":{"context":"button","string":"Dodajte proizvod"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Proizvodi u {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Pod-kategorije"},"V+fkAO":{"context":"number of products in category","string":"Proizvodi"},"NivJal":{"context":"section header","string":"Sve pod-kategorije"},"UycVMp":{"context":"button","string":"Kreirajte pod-kategoriju"},"Irflxf":{"context":"window title","string":"Kreirajte kategoriju"},"7l5Bh9":{"string":"{counter,plural,one {Da li ste sigurni da želite da obrišete ovaj proizvod?} few {Da li ste sigurni da želite da obrišete ovaj proizvod?} other {Da li ste sigurni da želite da obrišete {displayQuantity} proizvode?}}"},"xl7Fag":{"string":"Kreirana kategorija"},"Pp/7T7":{"string":"{counter,plural,one {Da li ste sigurni da želite da obrišete ovu kategoriju?} few {Da li ste sigurni da želite da obrišete ovu kategoriju?} other {Da li ste sigurni da želite da obrišete {displayQuantity} kategorije?}}"},"HvJPcU":{"string":"Kategorija obrisana"},"KCjd1o":{"context":"dialog title","string":"Obrišite proizvode"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Zapamtite da će ovo takođe obrisati sve proizvode dodeljene ovoj kategoriji."},"sG0w22":{"context":"dialog title","string":"Obrišite kategorije"},"xRkj2h":{"string":"Da li ste sigurni da želite da obrišete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Raspoloživost"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Podložak"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Neaktivan"},"+tIkAe":{"context":"status","string":"Status"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Aktivan"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Uklonite"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Kolekcije"},"9vQR6c":{"context":"collection label","string":"Vidljivo"},"V8FhTt":{"context":"collection label","string":"Skriveno"},"Rj8LxK":{"string":"Dodajte naziv i opis u pretraživač da biste olakšali pronalaženje ove kolekcije"},"Fxa6xp":{"context":"page header","string":"Dodajte Kolekciju"},"/WXs6H":{"context":"collection name","string":"Naziv"},"G4g5Ii":{"context":"tab name","string":"Sve kolekcije"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Kreirajte kolekciju"},"9eC0MZ":{"context":"collection","string":"Skriveno"},"lL3YJO":{"context":"collection","string":"Objavljeno"},"Yw+9F7":{"string":"Nisu pronađene kolekcije"},"mWQt3s":{"string":"Br. Proizvoda"},"VZsE96":{"string":"Naziv kolekcije"},"UxdBmI":{"context":"collection availability","string":"Raspoloživost"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Tip"},"Oe62bR":{"context":"product availability","string":"Raspoloživost"},"/dnWE8":{"context":"products in collection","string":"Proizvodi u {name}"},"scHVdW":{"context":"button","string":"Dodelite proizvod"},"6AMFki":{"context":"product name","string":"Naziv"},"Q8wHwJ":{"string":"Kolekcija izbrisana"},"56vUeQ":{"string":"Dodat proizvod u kolekciju"},"MxhVZv":{"string":"Da li ste sigurni da želite da izbrišete sliku kolekcije?"},"AulH/n":{"string":"{counter,plural,one {Da li ste sigurni da želite da obustavite dodelu ovog proizvoda?} few {Da li ste sigurni da želite da obustavite dodelu ovog proizvoda?} other {Da li ste sigurni da želite da obustavite dodelu {displayQuantity} proizvoda?}}"},"WW+Ruy":{"string":"Obrisani proizvodi iz kolekcije"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Uklonite proizvode iz kolekcije"},"pVFoOk":{"string":"Da li ste sigurni da želite da obrišete {collectionName}?"},"ttMauu":{"context":"window title","string":"Kreirajte kolekciju"},"+wpvnk":{"context":"dialog title","string":"Obrišite kolekciju"},"67V0c0":{"context":"unassign product from collection, button","string":"Uklonite"},"fzk04H":{"context":"dialog title","string":"Obrišite sliku"},"yT5zvU":{"string":"{counter,plural,one {Da li ste sigurni da želite da obrišete ovu kolekciju?} few {Da li ste sigurni da želite da obrišete ovu kolekciju?} other {Da li ste sigurni da želite da obrišete {displayQuantity} kolekcije?}}"},"Ykw8k5":{"context":"dialog title","string":"Obrišite kolekcije"},"C7eDb9":{"string":"Grupe dozvola"},"Fbr4Vp":{"context":"dialog header","string":"Dozvole"},"6cS4Rd":{"context":"card section description","string":"Dostupne dozvole"},"MVU6ol":{"context":"exceeded permissions description","string":"Dozvole ovih grupa su izvan Vaših dozvola. Možete da upravljate samo dozvolama koje imate."},"VmMDLN":{"context":"permission list item description","string":"Ova grupa je poslednji izvor te dozvole"},"vONi+O":{"string":"Država"},"O95R3Z":{"string":"Telefon"},"B52Em/":{"string":"Adresa 1"},"TE4fIS":{"string":"Grad"},"oYGfnY":{"string":"Poštanski broj"},"oQY0a2":{"string":"Adresa 2"},"9YazHG":{"string":"Kompanija"},"AuwpCm":{"string":"Oblast"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"Nema rezultata"},"fP9FXB":{"context":"input label","string":"Pretraži atribute"},"auxEP1":{"context":"input placeholder","string":"Pretražite prema nazivu atributa"},"QM9P8G":{"context":"dialog header","string":"Dodelite atribut"},"ylobu9":{"context":"assign reference to product, button","string":"Dodelite"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Pretražite kategeoriju"},"sf6FMK":{"context":"dialog search placeholder","string":"Pretražite prema nazivu kategorije, itd..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Dodelite kolekcije"},"f0hXz4":{"context":"dialog header","string":"Pretražite kolekciju"},"JiRKgJ":{"context":"dialog search placeholder","string":"Pretražite prema nazivu kolekcije, itd..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Pretražite proizvode"},"SHm7ee":{"string":"Pretražite prema nazivu proizvoda, atributu, tipu proizvoda itd..."},"dTCDMn":{"context":"dialog header","string":"Dodelite proizvod"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"Oznaka pojedinačnog artikla - SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} atributa"},"3ukd9/":{"context":"attributes, section header","string":"Atributi"},"j8PV7E":{"context":"attribute values","string":"Vrednosti"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Vrednost"},"jHJmjf":{"string":"Nema rezultata"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Raspoloživost"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Upravljajte"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"od {date}"},"Jt3DwJ":{"context":"publish on date","string":"Objavite na"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Odredite datum objave"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Objavljeno"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Status"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Resetujte"},"62Ywh2":{"context":"number of countries","string":"{number} država"},"zZCCqz":{"context":"button","string":"Dodelite države"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Izbrišite pretragu"},"UaYJJ8":{"string":"Da li ste sigurni da želite da obrišete {name} karticu za pretragu?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Greška"},"9mGA/Q":{"context":"button linking to dashboard","string":"Komandna tabla"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Izbrišite pretragu"},"qIgdO6":{"string":"Prilagođeni filter"},"DEa1T1":{"context":"button","string":"Sačuvajte pretragu"},"zSOvI0":{"string":"Filteri"},"HnVtSS":{"context":"search","string":"Nema rezultata"},"PLCwT/":{"context":"search results","string":"Prikaži više"},"FNpv6K":{"context":"button","string":"Filteri"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"i"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Sačuvaj izmene"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Prevucite ovde da biste preuzeli podatke"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Vrednost"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Akcije"},"hptDxW":{"context":"money","string":"do {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"od {money}"},"U2WgwW":{"context":"add custom select input option","string":"Dodajte novu vrednost: {value}"},"hX5PAb":{"string":"Nema rezultata"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Broj porudžbine"},"NqxvFh":{"context":"navigator placeholder","string":"Otkucajte komandu"},"TpPx7V":{"context":"navigator placeholder","string":"Pretražite kupce"},"4gT3eD":{"context":"navigator section header","string":"Pretraži u Kupci"},"BooQvo":{"context":"navigator placeholder","string":"Otkucajte {key} da vidite dostupne akcije"},"AOI4LW":{"context":"navigator placeholder","string":"Pretraži u Katalog"},"YYkkhx":{"context":"navigator section header","string":"Idite na"},"EM+30g":{"context":"navigator notification","string":"Naša nova opcija da vam pomognemo sa dnevnim aktivnostima. Pokrenite Navigator koristeći {keyboardShortcut} prečicu."},"me585h":{"context":"navigator section header","string":"Brze akcije"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator je ovde da vam pomogne"},"ccXLVi":{"string":"Kategorija"},"phAZoj":{"string":"Kolekcija"},"M1uijW":{"context":"collection","string":"Nije objavljeno"},"CjSRT1":{"context":"button","string":"Kreirajte kategoriju"},"VdDcxc":{"context":"button","string":"Kreirajte kolekciju"},"QooeI/":{"context":"button","string":"Kreirajte kupca"},"cfQf0w":{"context":"button","string":"Kreirajte porudžbinu"},"V1mqpZ":{"context":"button","string":"Kreirajte grupu dozvola"},"JFmOfi":{"context":"button","string":"Kreirajte proizvod"},"y9cvqE":{"context":"button","string":"Kreirajte vaučer"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Idite na porudžbinu #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Pretražite u Katalogu"},"3TlhJS":{"context":"navigator command mode description","string":"Pretražite komande"},"DHBlFi":{"context":"navigator customer mode description","string":"Pretražite kupce"},"Xel9C+":{"context":"navigator default mode description","string":"Pretražite izglede i akcije"},"iAvKNf":{"context":"navigator help mode description","string":"Prikažite pomoć"},"usSkzP":{"context":"navigator order mode description","string":"Pretražite porudžbine"},"k8bltk":{"string":"Nema rezultata"},"x/ZVlU":{"string":"Proizvod"},"yH56V+":{"string":"Ups!..."},"bj6pTd":{"string":"Nešto nedostaje"},"nRiOg+":{"string":"Izvinite, stranica nije pronađena "},"95oJ5d":{"context":"button","string":"Vratite se na komandnu tablu"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"Broj redova"},"liLrVs":{"context":"save filter tab, header","string":"Sačuvajte prilagođenu pretragu"},"QcIFCs":{"context":"save search tab","string":"Pretražite naziv"},"w2Cewo":{"string":"Naziv pretraživača"},"CXTIq8":{"string":"Opis pretraživača"},"s5Imt5":{"context":"button","string":"Uredite veb-sajt SEO"},"TGX4T1":{"string":"Pregled pretraživača"},"IoDlcd":{"string":"Podložak"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} od {maxCharacters} karaktera"},"s/sTT6":{"string":"Ako je prazno, pregled pokazuje šta će biti autogenerisano."},"450Fty":{"string":"Ni jedno"},"qu/hXD":{"string":"Odabrane {number} stavke"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Pošaljite"},"3evXPj":{"string":"Ostavite Vaš zapis ovde..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Odjava"},"X8+Lpa":{"context":"button","string":"Podešavanje Naloga"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Vidljivost"},"qMB6d2":{"context":"weight","string":"do {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"od {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Konfiguracija"},"YZl6cv":{"string":"Razno"},"gTr0qE":{"string":"Podešavanja dostave"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Podešavanja osoblja"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Podešavanja proizvoda"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Potvrdite"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Osveži"},"Rjs1CD":{"context":"button","string":"Nastavi"},"H5NKfr":{"context":"button","string":"Kreirajte"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Kupci"},"gQGUsN":{"context":"dialog title","string":"Izmenite adresu"},"W0kQd+":{"context":"dialog title","string":"Dodajte Adresu"},"rjy9/k":{"context":"button","string":"Dodajte adresu"},"kErneR":{"string":"Ovaj kupac nije dodao adresu u svoj imenik. Možete da dodate adresu koristeći dugme ispod."},"n5vskv":{"context":"customer's address book, header","string":"{fullName} adresar"},"MpR4zK":{"context":"customer details, header","string":"{fullName} detalji"},"y/UWBR":{"string":"Ne prikazuje se adresa za ovog kupca"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Adresa"},"VyzsWZ":{"string":"Adresa za naplatu"},"nLML8Y":{"string":"Adresa za dostavu"},"puikeb":{"context":"button","string":"Obrišite adresu"},"w+8BfK":{"context":"button","string":"Izmenite adresu"},"hLOEeb":{"context":"button","string":"Podesi kao adresu za naplatu"},"+7OsyM":{"context":"button","string":"Podesi kao podrazumevanu adresu za dostavu"},"BfJGij":{"context":"header","string":"Informacije o adresi"},"Zd3Eew":{"context":"subsection header","string":"Adresa za dostavu"},"bHdFph":{"context":"subsection header","string":"Adresa"},"3d1RXL":{"string":"Kupac još uvek nema adresu"},"biVFKU":{"context":"subsection header","string":"Adresa za naplatu"},"jGGnSZ":{"context":"page header","string":"Primarna adresa"},"wNQzS/":{"string":"Primarna adresa ovog kupca"},"fjPWOA":{"context":"header","string":"Opšti podaci kupca"},"qNcoRY":{"context":"notes about customer header","string":"Zapisi"},"uUQ+Al":{"context":"note about customer","string":"Zapis"},"w3sGrD":{"string":"Unesite bilo koju dodatnu informaciju koja se tiče ovog kupca."},"N76zUg":{"context":"page header","string":"Kreirajte kupca"},"+NUzaQ":{"context":"check to mark this account as active","string":"Korisnički nalog aktivan"},"MjUyhA":{"context":"section subheader","string":"Aktivni član od {date}"},"SMakqb":{"context":"customer contact section, header","string":"Kontakt podaci"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Pretražite kupce"},"QLVddq":{"context":"button","string":"Kreirajte kupca"},"xQK2EC":{"context":"tab name","string":"Svi kupci"},"icz/jb":{"context":"customer","string":"Datum pristupanja"},"fhksPD":{"string":"Broj porudžbina"},"E8VDeH":{"string":"Br. porudžbina"},"FpIcp9":{"string":"Nije pronađen kupac"},"97l2MO":{"string":"Email kupca"},"Gr1SAu":{"string":"Ime kupca"},"pURrk1":{"context":"order status","string":"Status"},"1LiVhv":{"context":"section header","string":"Nedavne porudžbine"},"nTF6tG":{"context":"number of order","string":"Br. porudžbine"},"3+990c":{"context":"button","string":"Pregledajte sve porudžbine"},"ri3kK9":{"context":"order placement date","string":"Datum"},"taX/V3":{"context":"order total amount","string":"Konačan iznos"},"RlfqSV":{"string":"Nije pronađena porudžbina"},"FNAZoh":{"string":"Poslednja prijava"},"HMD+ib":{"string":"Poslednja porudžbina"},"e7Nyu7":{"context":"section header","string":"Istorija kupca"},"2p0tZx":{"context":"delete customer, dialog content","string":"Da li ste sigurni da želite da obrišete {email}?"},"ey0lZj":{"context":"dialog header","string":"Obrišite kupca"},"qLOBff":{"context":"dialog header","string":"Obrišite adresu"},"nX2pCU":{"context":"window title","string":"Kreirajte kupca"},"/kWzY1":{"string":"Da li ste sigurni da želite da obrišete ovu adresu iz imenika korisnika?"},"PXatmC":{"string":"Kupac uklonjen"},"ftcHpD":{"string":"Kupac kreiran"},"N2SbNc":{"string":"{counter,plural,one {Da li sigurno želite da obrišete ovog kupca?} few {Da li sigurno želite da obrišete ovog kupca?} other {Da li sigurno želite da obrišete {displayQuantity} kupce?}}"},"q8ep2I":{"context":"dialog header","string":"Obrišite kupce"},"hzSNj4":{"string":"Komandna tabla"},"P7PLVj":{"string":"Datum"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Obrišite"},"i0AcKY":{"context":"notification message after log in","string":"Samo da znate... Vi ste u demo režimu. Možete da koristite komandnu tablu ali ne možete da sačuvate promene."},"Q8Qw5B":{"string":"Opis"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Popusti"},"g3qjSf":{"context":"button","string":"Dodelite kategorije"},"AbyDC7":{"context":"section header","string":"Kategorije koje ispunjavaju uslove"},"Uu76vj":{"context":"no categories","string":"Nije pronađena kategorija"},"fV6yX5":{"context":"table head","string":"Naziv kategorije"},"QGjJcT":{"context":"number of products","string":"Proizvodi"},"/6uK4C":{"context":"button","string":"Dodelite kolekcije"},"XNeJay":{"context":"section header","string":"Kolekcije koje ispunjavaju uslove"},"IoCMjg":{"context":"no collections","string":"Nisu pronađene kolekcije"},"ht9yOD":{"context":"table head","string":"Naziv kolekcije"},"cvVIV/":{"context":"dialog header","string":"Dodelite države"},"dGqEJ9":{"context":"search box placeholder","string":"Pretražite prema nazivu države"},"dWK/Ck":{"string":"Iz liste ispod izaberite države na koje želite da ograničite vaučer"},"8EGagh":{"context":"search box label","string":"Filtrirajte države"},"wgA48T":{"context":"country selection","string":"Države od A do Ž"},"AVF5T5":{"context":"voucher end date, switch button","string":"Odredite datum završetka"},"zKOGkU":{"context":"time during discount is active, header","string":"Aktivni Datumi"},"U8eeLW":{"context":"button","string":"Dodelite proizvode"},"xqXYF+":{"context":"section header","string":"Proizvodi koji ispunjavaju uslove"},"OrR3Qy":{"context":"no products","string":"Nisu pronađeni proizvodi"},"6cMkfT":{"context":"table head","string":"Naziv proizvoda"},"bPFp8B":{"context":"product type","string":"Tip proizvoda"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"No variants found"},"Q1HhPk":{"context":"table head","string":"Tip proizvoda"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Kreirajte prodaju"},"F56hOz":{"context":"sale name","string":"Naziv"},"MSD3A/":{"string":"Pretraži prodaju"},"JHfbXR":{"context":"button","string":"Kreirajte prodaju"},"Yjhgle":{"context":"tab name","string":"Sve prodaje"},"AnqH4p":{"context":"sale status","string":"Aktivan"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Istekao"},"XDBeA+":{"context":"discount type","string":"Fiksni iznos"},"s17U7u":{"context":"discount type","string":"Procenat"},"BanAhF":{"context":"sale status","string":"Zakazan"},"zjHH6b":{"context":"sale start date","string":"Počeo"},"SpngiS":{"context":"sale status","string":"Status"},"KHZlmi":{"string":"Tip popusta"},"XZR590":{"context":"sale value","string":"Vrednost"},"giF5UV":{"context":"sale end date","string":"Završava se"},"51HE+Q":{"string":"Nije pronađena prodaja"},"iBSq6l":{"context":"sale start date","string":"Počinje"},"WkxE8/":{"context":"percentage or fixed, header","string":"Tip popusta"},"JnzDrI":{"context":"discount type","string":"Fiksni iznos"},"wHdMAX":{"context":"sale value, header","string":"Vrednost"},"x3g4Ry":{"context":"sale discount","string":"Vrednost popusta"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Kreirajte vaučer"},"YjcN9w":{"context":"time during voucher is active, header","string":"Aktivni Datumi"},"jd/LWa":{"string":"Vaučer važi za sve države"},"glT6fm":{"string":"Vaučer je ograničen na ove države"},"ibnmEd":{"context":"voucher country range","string":"Države"},"jvKNMP":{"string":"Kod za popust"},"mSLr9d":{"context":"voucher code, button","string":"Generišite kod"},"vTgRTZ":{"context":"limit voucher","string":"Ograničite na jedno korišćenje po kupcu"},"Qj/3sH":{"context":"limit voucher","string":"Ograničite koliko puta ukupno ovaj popust može biti iskorišćen"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Ograničenje upotrebe"},"pzSF+b":{"context":"voucher usage limit, header","string":"Ograničenje upotrebe"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"Svi vaučeri"},"IruP2T":{"string":"Potraži vaučer"},"GbhZJ4":{"context":"button","string":"Kreirajte vaučer"},"amQg6f":{"context":"voucher status","string":"Aktivan"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Istekao"},"Jj0de8":{"context":"voucher status","string":"Zakazan"},"ujFo4A":{"context":"voucher start date","string":"Počeo"},"uy+tB8":{"context":"voucher status","string":"Status"},"h75GAF":{"context":"voucher","string":"Vreme kad je upotrebljeno"},"JV+EiM":{"context":"voucher value","string":"Vrednost"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. potrošeno"},"b6L9n7":{"context":"voucher is active until date","string":"Završava se"},"yHwvLL":{"context":"voucher uses","string":"Koristi"},"5u7b3V":{"context":"voucher is active from date","string":"Počinje"},"JsPIOX":{"context":"voucher code","string":"Kupon kod"},"U2mOqA":{"string":"Nisu pronađeni vaučeri"},"GVinbz":{"context":"column title","string":"Vrednost"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum zahteva"},"u/hkKO":{"context":"voucher has no requirements","string":"Ni jedno"},"XT/ZvF":{"context":"voucher requirement","string":"Minimalna količina artikala"},"bh9+8A":{"context":"voucher requirement","string":"Minimalna vrednost porudžbine"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. vrednost porudžbine"},"bcf60I":{"context":"voucher","string":"Odnosi se na"},"HLqWXA":{"context":"voucher value requirement","string":"Ograničenje upotrebe"},"6cq+c+":{"context":"header","string":"Tip popusta"},"sS5aVm":{"context":"voucher discount type","string":"Besplatna dostava"},"fEfCtO":{"context":"voucher discount type","string":"Procenat"},"vXFPD6":{"context":"voucher discount type","string":"Fiksni iznos"},"1shOIS":{"context":"column title","string":"Cena"},"/oaqFS":{"context":"section header","string":"Vrednost"},"mmcHeH":{"string":"Vrednost popusta"},"5c2JVF":{"context":"voucher application, switch button","string":"Samo jednom po porudžbini"},"9UHfux":{"string":"Specifična informacija o vaučeru"},"ObRk1O":{"string":"Ako je ova opcija onemogućena, popust će se računati za svaki proizvod koji ispunjava uslove"},"bP7ZLP":{"context":"voucher discount","string":"Celokupna porudžbina"},"45zP+r":{"context":"voucher discount","string":"Određeni proizvodi"},"WasHjQ":{"context":"voucher discount","string":"Dostava"},"n7Fg8i":{"string":"Uspešno kreirana prodaja"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Uklonjena prodaja"},"V3fvcD":{"context":"dialog content","string":"Uklonjena prodaja"},"1/oG76":{"context":"dialog header","string":"Obrišite prodaju"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Uklonite kategorije iz prodaje"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Da li ste sigurni da želite da obrišete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Obrišite prodaje"},"FPzzh7":{"context":"dialog content","string":"{counter,plural,one {Da li sigurno želite da obrišete ovu prodaju?} few {Da li sigurno želite da obrišete ovu prodaju?} other {Da li sigurno želite da obrišete {displayQuantity} prodaje?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Uspešno kreiran vaučer"},"MmGlkp":{"context":"dialog header","string":"Uklonite kolekcije iz vaučera"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Uklonite proizvode iz vaučera"},"LOSNq0":{"context":"dialog header","string":"Uklonite kategorije iz vaučera"},"NEJo1I":{"context":"dialog content","string":"Da li ste sigurni da želite da obrišete {voucherCode}? "},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Obrišite vaučer"},"O9QPe1":{"context":"dialog content","string":"{counter,plural,one {Da li ste sigurni da želite da obrišete ovaj vaučer?} few {Da li ste sigurni da želite da obrišete ovaj vaučer?} other {Da li ste sigurni da želite da obrišete {displayQuantity} vaučere?}}"},"Q0JJ4F":{"context":"dialog header","string":"Obrišite vaučere"},"eOrLzG":{"context":"button","string":"Završeno"},"toDL5R":{"context":"order status","string":"Priprema"},"YMBn8d":{"context":"draft orders section name","string":"Pripremne porudžbine"},"2atspc":{"string":"Pripreme"},"Ja7gHc":{"context":"button","string":"Izmenite"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"Datum završetka"},"juBV+h":{"string":"Sat završetka"},"KN7zKn":{"string":"Greška"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"Ime"},"pkjXPD":{"context":"order status","string":"Ispunjeno"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Kupac"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Zapis"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Izmeni"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Detalji"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Istekao"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Detalji"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Iznos"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Proizvod"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Status"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Obrišite"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Proizvod"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Postavke"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Početna stranica"},"sjRXXz":{"string":"Porudžbinu #{orderId} je predao {userEmail} iz pripreme"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Porudžbina #{orderId} je u potpunosti plaćena"},"0dPP8O":{"string":"Porudžbina #{orderId} je predata"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"Nema porudžbina za realizaciju"},"5dyOs0":{"string":"Nema uplata koja čekaju za rezervaciju"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Prezime"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Upravljajte"},"9C7PZE":{"context":"navigation section name","string":"Navigacija"},"wlQTfb":{"context":"go to next step, button","string":"Sledeći"},"oUWADl":{"string":"Ne"},"s9sOcC":{"context":"button","string":"U redu"},"lzdvwp":{"context":"field is optional","string":"Opciono"},"Ta9j04":{"context":"orders section name","string":"Porudžbine"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Otkažite porudžbine"},"i+JSEZ":{"string":"{counter,plural,one {Da li ste sigurni da želite da otkažete ovu porudžbinu?} few {Da li ste sigurni da želite da otkažete ovu porudžbinu?} other {Da li ste sigurni da želite da otkažete {displayQuantity} porudžbine?}}"},"VSztEE":{"string":"Otkazivanje ove porudžbine će osloboditi rezervisanu robu tako da je mogu kupiti drugi kupci. Kada otkažete porudžbinu neće Vam biti refundiran novac - to morate da učinite ručno. Da li ste sigurni da želite da otkažete ovu porudžbinu?"},"NhQboB":{"context":"dialog header","string":"Saleor nije uspeo da otkaže porudžbinu"},"b+jcaN":{"string":"I dalje postoje kreirane realizacije na porudžbini. Prvo otkažite realizacije pre nego što otkažete porudžbinu."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Adresa za naplatu"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Dodajte novu adresu"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"Nema rezultata"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Adresa za dostavu"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"Kupac nije ostavio zapis"},"puALFo":{"context":"notes about customer, header","string":"Zapisi"},"4Jp83O":{"context":"subheader","string":"Kontakt podaci"},"hkSkNx":{"string":"Pretražite kupce"},"VCzrEZ":{"context":"link","string":"Pogledajte profil"},"DP5VOH":{"string":"Adresa za dostavu"},"Y7M1YQ":{"context":"section header","string":"Kupac"},"GLX9II":{"context":"billing address","string":"Isto kao adresa za dostavu"},"Qovenh":{"string":"Anonimni korisnik"},"c7/79+":{"string":"Adresa za naplatu"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Porudžbina #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Otkažite porudžbinu"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Dodajte"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Vrednost popusta"},"fo7nfa":{"context":"fixed amount","string":"Fiksni iznos"},"IN5iJz":{"context":"value input helper text","string":"Nevažeća vrednost"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Procenat"},"APcoSA":{"context":"dialog header","string":"Otkažite nacrt porudžbine"},"mxtAFx":{"string":"Da li ste sigurni da želite da obrišete pripremu #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Cena"},"nEWp+k":{"context":"quantity of ordered products","string":"Količina"},"UD7/q8":{"string":"Ni jedan proizvod nije dodat u porudžbinu"},"lVwmf5":{"context":"total price of ordered products","string":"Konačan iznos"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Dodajte prevoznika"},"+8v1ny":{"context":"discount button","string":"Popust"},"M9LXb5":{"context":"no shipping carriers title","string":"Nema odgovarajućih prevoznika"},"xUvWaP":{"context":"subtotal price","string":"Iznos"},"mQtoRO":{"context":"taxes title","string":"Porezi (PDV uključen)"},"S/yAtJ":{"context":"total price","string":"Konačan iznos"},"18wvf7":{"context":"section header","string":"Detalji porudžbine"},"C50ahv":{"context":"button","string":"Dodajte proizvode"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Kreirati porudžbinu"},"7a1S4K":{"context":"tab name","string":"Sve pripreme"},"NJEe12":{"string":"Pretražite pripremu"},"vwMO04":{"context":"draft order","string":"Kreiran"},"iEeIhY":{"context":"draft order","string":"Kupac"},"KIh25E":{"string":"Nisu pronađene pripremne porudžbine"},"ps0WUQ":{"string":"Br. porudžbine"},"hkENym":{"string":"Kupac"},"mCP0UD":{"context":"order draft creation date","string":"Datum"},"1Uj0Wd":{"context":"order draft total price","string":"Konačan iznos"},"PAqicb":{"context":"button","string":"Otkažite porudžbinu"},"4Z14xW":{"context":"button","string":"Završite"},"6u4K7e":{"context":"page header","string":"Porudžbina"},"kPIZ65":{"context":"page header","string":"Porudžbina #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Br. porudžbine {orderNumber} - Dodaj realizaciju"},"N5UuEK":{"context":"header","string":"Artikli spremni za isporuku"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"Nema na stanju"},"vW3tb6":{"context":"name","string":"Naziv proizvoda"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Količina za realizaciju"},"0VDwAP":{"context":"checkbox label","string":"Pošaljite kupcu detalje isporuke"},"fw+VAN":{"context":"product's sku","string":"Oznaka pojedinačnog artikla - SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Realizovati"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Dodajte praćenje pošiljke"},"dTkmON":{"context":"edit tracking button","string":"Edit tracking"},"K//bUK":{"context":"refund button","string":"Vratite novac"},"4PlW0w":{"context":"tracking number","string":"Broj za praćenje pošiljke: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Pošaljite kupcu detalje isporuke"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Da li ste sigurni da želite da otkažete realizaciju? Otkazivanje realizacije će vratiti proizvode u odabrano skladište."},"aHc89n":{"context":"select warehouse to restock items","string":"Odaberi skladište"},"bb4nSp":{"context":"dialog header","string":"Otkažite realizaciju"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Broj za praćenje pošiljke"},"/BJQIq":{"context":"dialog header","string":"Dodajte kod za praćenje pošiljke"},"RLTaAR":{"context":"order history message","string":"Adresa porudžbine je ažurirana"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Realizovani {quantity} artikli"},"GLy2UR":{"context":"order history message","string":"Realizacija je otkazana"},"GJAX0z":{"context":"order history message","string":"Porudžbina je prosleđena"},"OzHN0Z":{"context":"order history message","string":"Poslati su linkovi do digitalne robe porudžbine"},"OKGd/k":{"context":"order history message","string":"Porudžbina je kreirana iz pripreme"},"4Z6BtA":{"context":"order history message","string":"Potvrda plaćanja je poslata kupcu"},"wOeIR4":{"context":"order history message","string":"{quantity} artikala vraćenih na stanje"},"6WRFp2":{"context":"order history message","string":"Zapis je dodat na porudžbinu"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Potvrda porudžbine je poslata kupcu"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Plaćanje je poništeno"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Porudžbina je u celosti plaćena"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Sredstva su rezervisana za plaćanje"},"aq5ZiN":{"context":"order history message","string":"Potvrda realizacije je poslata kupcu"},"hWO1SD":{"context":"order history message","string":"Kreirana je pripremna porudžbina"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Broj za praćenje pošiljke je poslat kupcu"},"3fgyFh":{"context":"order history message","string":"Uplata je refundirana"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Istorija porudžbina"},"Fl3ORD":{"context":"order history message","string":"Potcenjeni {quantity} artikli"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Broj za praćenje pošiljke ažurirane grupe za realizaciju"},"TCR639":{"context":"order history message","string":"Plaćanje nije uspelo"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Detalji isporuke su poslati kupcu"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Porudžbina je otkazana"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"kreirano"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Faktura"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Pretraži porudžbine..."},"WRkCFt":{"context":"tab name","string":"Sve porudžbine"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Kupac"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Kreiran"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Status realizacije"},"p+UDec":{"context":"payment status","string":"Plaćanje"},"5blVMu":{"context":"e-mail or full name","string":"Kupac"},"PHUcrU":{"context":"date when order was placed","string":"Datum"},"k9hf7F":{"context":"total order price","string":"Konačan iznos"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Označi porudžbinu kao plaćenu"},"+PbHKD":{"context":"dialog header","string":"Rezerviši sredstva"},"OhdPS1":{"context":"amount of refunded money","string":"Iznos"},"euRfu+":{"string":"Da li ste sigurni da želite da poništite ovo plaćanje?"},"KszPFx":{"context":"dialog header","string":"Poništi plaćanje"},"BZ7BkQ":{"context":"capture payment, button","string":"Rezerviši sredstva"},"V+gwx7":{"context":"order payment","string":"Rezervisan iznos"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Popust"},"pr513b":{"context":"ordered products","string":"{quantity} artikala"},"+5HkZN":{"context":"order, button","string":"Označi kao plaćeno"},"5te3Tp":{"context":"order payment","string":"Zaduženje po računu"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Payment status"},"uUsZ7m":{"context":"order payment","string":"Preautorizovani iznos"},"HaQ8cg":{"context":"button","string":"Vratite novac"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Isporuka"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"ne primenjuje"},"Rsknyh":{"context":"order does not require shipping","string":"ne primenjuje"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Iznos"},"r+dgiv":{"string":"Porezi"},"zb4eBO":{"context":"order total price","string":"Konačan iznos"},"dJVXIb":{"context":"vat included in order price","string":"Uključen PDV "},"sEjRyz":{"context":"voucher type order discount","string":"Voucher"},"myyWNp":{"context":"dialog header","string":"Dodaj proizovd"},"b810WJ":{"context":"product price","string":"Cena"},"WE8IFE":{"context":"product name","string":"Proizvod"},"tvpAXl":{"context":"ordered product quantity","string":"Količina"},"8J81ri":{"context":"ordered product sku","string":"Oznaka pojedinačnog artikla - SKU"},"qT6YYk":{"context":"order line total price","string":"Konačan iznos"},"5aiFbL":{"context":"tabel column header","string":"Cena"},"FNT4b+":{"context":"tabel column header","string":"Proizvod"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Konačan iznos"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Porudžbina #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Iznos"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Vratite novac"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Cena"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Proizvod"},"ikM00B":{"context":"table column header","string":"Zamenite"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Otkazano ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Realizovano ({quantity}) "},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Nerealizovano"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Postavke"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Izmeni metod isporuke"},"/Xwjww":{"context":"button","string":"Realizovati"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Uplata uspešno rezervisana"},"c4gbXr":{"string":"Pripremna porudžbina je uspešno završena"},"9OtpHt":{"string":"Obrisan red u porudžbini"},"CZmloB":{"string":"Realizacija uspešno ažurirana"},"Fn3bE0":{"string":"Red u porudžbini ažuriran"},"lL1HTg":{"string":"Porudžbina označena kao plaćena"},"HlCkMT":{"string":"Dodat red u porudžbini"},"W/Es0H":{"string":"Porudžbina uspešno otkazana"},"KmPicj":{"string":"Zapis uspešno dodat"},"L87bp7":{"string":"Plaćanje porudžbine uspešno poništeno"},"j2fPVo":{"string":"Porudžbina uspešno ažurirana"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Način isporuke uspešno ažuriran"},"uMpv1v":{"string":"Realizacija uspešno otkazana"},"TLNf6K":{"context":"window title","string":"Pripremna porudžbina #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Porudžbina #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Izbrišite pripreme porudžbine"},"ra2O4j":{"string":"Obrisane pripremne porudžbine"},"6udlH+":{"string":"Priprema porudžbine je uspešno kreirana"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Da li ste sigurni da želite da obrišete pripremu porudžbine?} few {Da li ste sigurni da želite da obrišete pripremu porudžbine?} other {Da li ste sigurni da želite da obrišete te {displayQuantity} pripreme porudžbine?}}"},"2MKBk2":{"context":"window title","string":"Realizujte porudžbinu #{orderNumber} "},"CYEnGq":{"context":"order fulfilled success message","string":"Realizovani artikli"},"NzifUg":{"context":"window title","string":"Realizujte porudžbinu"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Naziv atributa"},"uxPpRx":{"context":"button","string":"Dodelite atribut"},"nf3XSt":{"context":"attribute internal name","string":"Podložak"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Uklonite"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Stranice"},"gr53VQ":{"context":"page header","string":"Kreirajte stranice"},"jZbT0O":{"string":"Dodajte naziv i opis u pretraživač da biste olakšali pronalaženje ove stranice"},"GZgjK7":{"context":"page","string":"biće vidljivo od {date}"},"X26jCC":{"context":"page label","string":"Vidljivo"},"/TK7QD":{"context":"page label","string":"Skriveno"},"gMwpNC":{"context":"page content","string":"Sadržaj"},"gr+oXW":{"context":"page title","string":"Naziv"},"AHRDWt":{"context":"button","string":"Kreirajte stranicu"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Naziv"},"5GSYCR":{"context":"page status","string":"Vidljivost"},"iMJka8":{"string":"Nije pronađena stranica"},"I8dAAe":{"context":"page internal name","string":"Podložak"},"G1KzEx":{"context":"page status","string":"Objavljeno"},"UN3qWD":{"context":"page status","string":"Nije objavljeno"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Kreirajte stranicu"},"JMbFNo":{"string":"Uspešno kreirana nova stranica"},"C1luwg":{"context":"dialog header","string":"Obrišite stranicu"},"4B32Ba":{"context":"delete page","string":"Da li ste sigurni da želite da obrišete {title}?"},"41z2Qi":{"context":"notification","string":"Uklonjene stranice"},"yEmwxD":{"context":"publish page, button","string":"Objavite"},"yHQQMQ":{"context":"dialog header","string":"Neobjavljene stranice"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Da li sigurno želite da obustavite objavljivanje ove stranice?} few {Da li sigurno želite da obustavite objavljivanje ove stranice?} other {Da li sigurno želite da obustavite objavljivanje {displayQuantity} stranica?}}"},"F8gsds":{"context":"unpublish page, button","string":"Obustavite objavljivanje"},"wyvzh9":{"context":"dialog header","string":"Objavite stranice"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Da li ste sigurni da želite da objavite ovu stranicu?} few {Da li ste sigurni da želite da objavite ovu stranicu?} other {Da li ste sigurni da želite da objavite {displayQuantity} stranica?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Da li ste sigurni da želite da obrišete ovu stranicu?} few {Da li ste sigurni da želite da obrišete ovu stranicu?} other {Da li ste sigurni da želite da obrišete {displayQuantity} stranica?}}"},"AzshS2":{"context":"notification","string":"Objavljene stranice"},"3Sz1/t":{"context":"dialog header","string":"Obrišite stranice"},"2pw5dQ":{"context":"payment status","string":"U celosti plaćeno"},"PbqNhi":{"context":"order status","string":"Delimično realizovano"},"INNPVX":{"context":"payment status","string":"Delimično plaćeno"},"OGemtu":{"context":"payment status","string":"Delimično refundirano"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Payment status"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Grupe dozvola"},"jUuHVn":{"context":"description","string":"Nisu pronađeni članovi"},"UQ4Kuh":{"context":"input label","string":"Pretražite članove osoblja"},"6sjBvJ":{"context":"input placeholder","string":"Pretražite po imenu, email-u, itd..."},"9Zlogd":{"context":"staff member status","string":"Aktivan"},"7WzUxn":{"context":"staff member status","string":"Neaktivan"},"DPz5y6":{"context":"dialog header","string":"Dodelite članove osoblja"},"lT5MYM":{"context":"dialog title","string":"Uklonite korisnike"},"H/o4Ex":{"context":"dialog content","string":"Niste u mogućnosti da modifikujete članove ove grupe. Rešite ovaj problem da biste nastavili sa zahtevom."},"mAabef":{"context":"checkbox label","string":"Grupa ima pun pristup prodavnici"},"CYZse9":{"context":"card description","string":"Proširite ili ograničite dozvole grupa na pristup određenom delu saleor sistema."},"sR0urA":{"context":"dialog content","string":"Da li ste sigurni da želite da obrišete {ime}?"},"L6+p8a":{"context":"dialog title","string":"Obrišite grupu za dozvole"},"O22NIZ":{"context":"deletion error message","string":"Ne možete da obrišete grupu koja je izvan Vašeg opsega dozvola"},"rs815i":{"context":"text field label","string":"Naziv grupe"},"5ftg/B":{"context":"button","string":"Kreirajte grupu za korišćenje dozvole"},"szXISP":{"context":"permission group name","string":"Naziv grupe koja koristi dozvolu"},"+a+2ug":{"string":"Članovi"},"wL7VAE":{"string":"Akcije"},"CXn88q":{"string":"Nije pronađena grupa za korišćenje dozvole"},"gVD1os":{"context":"empty list message","string":"Još uvek niste dodelili ni jednog člana ovoj grupi za korišćenje dozvole"},"qrWOxx":{"string":"Nisu pronađeni članovi"},"xxQxLE":{"string":"Email adresa"},"OhFGpX":{"context":"button","string":"Dodelite članove"},"zD7/M6":{"context":"empty list message","string":"Molimo Vas da koristite dugme Dodeli članove kako biste to uradili"},"lGlDEH":{"context":"header","string":"Članovi grupe"},"W32xfN":{"context":"staff member full name","string":"Naziv"},"XGBsoK":{"context":"dialog content","string":"Da li ste sigurni da želite da uklonite {counter,plural,one{this member} druge{{displayQuantity} members}}?"},"eUjFjW":{"string":"Kreirana grupa za korišćenje dozvole"},"15PiOX":{"context":"button title","string":"Uklonite"},"DovGIa":{"string":"Obrisana grupa za korišćenje dozvole"},"WhvuCb":{"context":"plugins section name","string":"Priključci"},"6aBkJm":{"context":"section header","string":"Autorizacija"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Naziv priključka"},"bL/Wrc":{"context":"plugin status","string":"Status"},"w424P4":{"context":"section header","string":"Informacija i status priključka"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Dodajte vrednost polju za autorizaciju"},"Xy2T+y":{"context":"header","string":"Izmenite polje za autorizaciju"},"Egyh2T":{"context":"section header","string":"Podešavanja priključka"},"EtGDeK":{"context":"header","string":"{pluginName} detalji"},"BtErCZ":{"string":"Pretražite priključke..."},"aOelhW":{"context":"tab name","string":"Svi priključci"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"Nije pronađen priključak"},"rQOS7K":{"context":"status label active","string":"Aktivan"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Konfiguracija"},"ho75Lr":{"context":"status label deactivated","string":"Deaktiviran"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Naziv"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Obrisano polje za autorizaciju"},"JRfJD9":{"string":"Priključak može da prestane sa radom nakon što se obriše ovo polje. Da li ste sigurni da želite da nastavite?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Tipovi proizvoda"},"9scTQ0":{"context":"section header","string":"Atributi proizvoda"},"5pHBSU":{"context":"switch button","string":"Tip proizvoda koristi atribute varijante"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Naziv tipa proizvoda"},"1KSqnn":{"context":"tab name","string":"Svi tipovi proizvoda"},"rpFdD1":{"string":"Pretražite tip proizvoda"},"QY7FSs":{"context":"button","string":"Kreirajte tip proizvoda"},"X90t9n":{"context":"product type","string":"Konfigurabilno"},"dS8Adx":{"context":"product","string":"Digitalan"},"U5aVd8":{"context":"product","string":"Isporučivo"},"Jsh6+U":{"context":"product type is digital or physical","string":"Tip"},"0nLsyM":{"string":"Nisu pronađeni tipovi proizvoda"},"yNb+dT":{"context":"product type","string":"Jednostavan proizvod"},"TalJlD":{"context":"tax rate for a product type","string":"Porez"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Tip"},"hHOI7D":{"context":"product type name","string":"Naziv tipa"},"asdvmK":{"context":"product type","string":"Digitalan"},"ADTNND":{"context":"product type","string":"Fizički"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Isporuka"},"IBw72y":{"context":"switch button","string":"Da li je ovaj proizvod isporučiv?"},"VOiUXQ":{"string":"Upotrebljeno da se izračunaju cene dostave za proizvode ovog tipa proizvoda, kada nije data specifična težina"},"zCb8fX":{"string":"Težina"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Atributi varijante"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Uspešno kreiran tip proizvoda"},"F3Upht":{"string":"Obrisan tip proizvoda"},"UJnqdm":{"context":"dialog header","string":"Uklonite atribut iz tipa proizvoda"},"r1aQ2f":{"context":"dialog header","string":"Ukloni atribut iz tipa proizovda"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Uklonite"},"K8xNLe":{"context":"products section name","string":"Proizvodi"},"ulh3kf":{"string":"Kolekcije"},"fyE8BN":{"context":"product organization, header","string":"Organizacija"},"LKoIB1":{"string":"Dodajte naziv i opis u pretraživač da se lakše pronađe ovaj proizvod"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Pretražite prema nazivu atributa"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Pretraži proizvode..."},"aFLtLk":{"context":"tab name","string":"Svi proizvodi"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Dostupno"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Skriveno"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Nema na stanju"},"b1zuN9":{"string":"Cena"},"3Z8972":{"context":"product","string":"Količina zaliha"},"g+GAf4":{"context":"product visibility","string":"Vidljivost"},"6Y1nQd":{"context":"product is visible","string":"Vidljivo"},"Jz/Cb+":{"context":"product type","string":"Jednostavno"},"+VEhV8":{"context":"product channels","string":"Raspoloživost"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Preuzimanje podataka"},"JjeZEG":{"context":"section header","string":"Organizujte proizvod"},"Be+J13":{"string":"Konfigurabilno"},"v+Pkm+":{"context":"field is optional","string":"*Opciono. Dodavanje proizvoda u kolekciju pomaze korisnicima u pronalazenju."},"anK7jD":{"string":"Tip proizvoda"},"3rIMq/":{"context":"product shipping","string":"Dostava"},"SUbxSK":{"context":"product weight","string":"Težina"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"Oznaka pojedinačnog artikla - SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Naziv skladišta"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Količina"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Pratite inventar"},"cBHRxx":{"context":"button","string":"Dodelite skladište"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Aktivno praćenje inventara će automatski proračunati promene u zalihama"},"TfY/Pi":{"context":"checkbox","string":"Promeni porez na ovaj proizvod"},"CdIHMu":{"context":"select tax ratte","string":"Poreska stopa"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Kreirajte varijante"},"f3B4tc":{"context":"attributes, section header","string":"Atributi varijante"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Obrišite varijantu"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Sačuvajte varijantu"},"TPCRKr":{"context":"variant price, header","string":"Cena"},"ClFzoD":{"string":"Izabrane vrednosti će biti upotrebljene da se kreiraju varijante za konfigurabilan proizvod"},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Atribut"},"TDXskW":{"context":"variant attribute","string":"Odaberite atribut"},"7WEC+G":{"context":"page title","string":"Cena i oznake pojedinačnih artikala - SKU"},"GQcp83":{"context":"variant stock, header","string":"Zalihe i skladištenje"},"NXpFlL":{"context":"product attribute values, page title","string":"Izaberite vrednosti"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Odaberite vrednosti"},"ucYPtV":{"context":"variant attribute","string":"Izaberite atribut"},"slKV5G":{"context":"variant creation step","string":"Kratak pregled"},"lra7Ej":{"string":"Primenite jednu cenu na sve oznake pojedinačnih artikala - SKU"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Primenite jedinstvene zalihe po atributu na svaku oznaku pojedinačnog artikla - SKU"},"EGG8f+":{"string":"Primenite jedinstvene cene po atributu na svaku oznaku pojedinačnog artikla - SKU"},"STp3Hl":{"string":"Primenite jednu zalihu na sve oznake pojedinačnih artikala - SKU"},"+bFHzi":{"context":"button","string":"Sledeći"},"rHXF43":{"string":"Ovde je kratak pregled varijanti koje će biti kreirane. Možete da menjate cene, zalihe i oznaku pojedinačnog artikla - SKU za svaku varijantu koju kreirate."},"BIqhVQ":{"string":"Preskoči zalihu za sada"},"Q3j++G":{"context":"create multiple variants, button","string":"Kreirajte"},"S5PVx1":{"context":"variant creator summary card header","string":"Kreirane varijante"},"/Qb92c":{"string":"Kreiraćemo {numberOfProducts} proizvoda na osnovu Vašeg izbora. Koristite ovaj korak da prilagodite cenu i zalihe za Vaše nove proizvode"},"k4brJy":{"string":"Oznaka pojedinačnog artikla - SKU"},"Sx7QVu":{"context":"variant creation step","string":"Cene i oznaka pojedinačnog artikla - SKU"},"iigydN":{"string":"Kreiraćemo 8 proizvoda na osnovu Vašeg izbora. Koristite ovaj korak da prilagodite cenu i zalihe za Vaše nove proizvode"},"esg2wu":{"context":"previous step, button","string":"Prethodno"},"V76IV7":{"context":"variant name","string":"Varijanta"},"rbkmfG":{"context":"button","string":"Obrišite varijantu"},"WwNtFn":{"context":"delete product variant","string":"Da li ste sigurni da želite da obrišete {name}?"},"GFJabu":{"context":"dialog header","string":"Obrišite varijantu"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Varijante"},"3C3Nj5":{"context":"button","string":"Dodaj varijantu"},"gF7hbK":{"context":"variant name","string":"Nova varijanta"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Skriveno"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Raspoloživost"},"Xm9qOu":{"context":"product pricing, section header","string":"Određivanje cena"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Cena"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Nedostupno na svim lokacijama"},"7mK2vs":{"context":"product variant inventory","string":"Nedostupno"},"n02c9W":{"context":"product variant price","string":"Cena"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} dostupno} few {{stockQuantity} dostupno} other {{stockQuantity} dostupno}}"},"FSinkL":{"context":"variant stock status","string":"Dostupan inventar na:"},"HcjV6k":{"context":"button","string":"Kreirajte varijante"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} dostupno na {numLocations} lokaciji} few {{numAvailable} dostupno na {numLocations} lokaciji} other {{numAvailable} dostupno na {numLocations} lokacija}}"},"rIJbNC":{"string":"Koristite varijante za proizvode koji dolaze u više verzija na primer u različitim veličinama i bojama"},"JtZ71e":{"context":"filtering option","string":"Sva skladišta"},"kL3C+K":{"context":"product variant inventory status","string":"Iinventar"},"3VyHbJ":{"context":"button","string":"Kreirajte varijante"},"9PmyrU":{"context":"product variant inventory","string":"Nije uskladišteno"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Varijanta"},"uCn/rd":{"context":"dialog header","string":"Obrišite sliku"},"BUKMzM":{"string":"Varijante uklonjena"},"T6dXGG":{"context":"header","string":"Kreirajte varijantu"},"VEext+":{"string":"Da li ste sigurni da želite da obrišete ovu sliku?"},"MyM2oR":{"context":"window title","string":"Kreirajte varijantu"},"PXx4Jk":{"context":"window title","string":"Kreirajte proizvod"},"NBP8uu":{"context":"page header","string":"Novi proizvod"},"DO8+uV":{"string":"Proizvod kreiran"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Da li ste sigurni da želite da obrišete ovaj proizvod?} few {Da li ste sigurni da želite da obrišete ovaj proizvod?} other {Da li ste sigurni da želite da obrišete {displayQuantity} proizvoda?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Obriši proizvode"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Proizvod uklonjen"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Da li ste sigurni da želite da obrišete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Obriši proizvod"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Obriši varijante proizvoda"},"oChkS4":{"context":"success message","string":"Uspešno kreirane varijante"},"z+wMgQ":{"context":"window title","string":"Kreirajte varijante"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Podešavanja"},"kFYlu2":{"string":"Saleor radi samo u režimu za čitanje. Promene nisu sačuvane."},"rqtV5d":{"context":"order status","string":"Spremno za rezervaciju"},"oLMXDv":{"context":"order status","string":"Spremno za realizaciju"},"XJSRDK":{"context":"payment status","string":"U potpunosti refundirano"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Uklonite"},"TKmub+":{"string":"Ovo polje je obavezno"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Prodaja"},"RaycYK":{"context":"button","string":"Sačuvajte"},"rqiCWU":{"string":"Sačuvane promene"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Pošaljite"},"8xsKUv":{"context":"service accounts section name","string":"Servisni nalozi"},"Fvvgoi":{"string":"Vaša sesija je istekla. Molimo Vas da se ponovo prijavite da biste nastavili"},"D9ie4n":{"context":"shipping section name","string":"Način isporuke"},"nNeWAx":{"context":"dialog header","string":"Obrišite način dostave"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Određivanje cena"},"5ZvuVw":{"string":"Ni jedan artikal ne odgovara pretrazi"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Naziv proizvoda"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"Ova jedinica će se koristiti kao podrazumevana težina za isporuku"},"Rp/Okl":{"string":"Jedinica težine za isporuku"},"llBnr+":{"string":"Naziv skladišta"},"yzYXW/":{"context":"header, dialog","string":"Kreirajte novo skladište"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Iz liste ispod odaberite države koje želite da dodate u zonu za isporuku"},"f2F1NJ":{"context":"section title","string":"Brzi izbor"},"K/ic0P":{"context":"checkbox label","string":"Ostatak sveta"},"G+9nOZ":{"context":"checkbox description","string":"Ako odaberete, to će dodati sve države koje nisu izabrane u druge zone za isporuku"},"pGDYG5":{"context":"search label","string":"Pretražite države"},"1rpzrM":{"context":"search placeholder","string":"Pretražite prema nazivu države"},"55LMJv":{"context":"country list header","string":"Države"},"6fxdUO":{"context":"section header","string":"Kreirajte nove zone za isporuku"},"y7mfbl":{"string":"Trenutno ni jedna zemlja nije dodeljena ovoj zoni za dostavu"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Naziv zone poštarine"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Dodajte"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Dostava"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Cena"},"WR8rir":{"context":"button","string":"Kreiraj tarifu"},"njUQPz":{"context":"shipping method price range","string":"Raspon vrednosti"},"RUzdUH":{"string":"Nisu pronađene cene dostave"},"FjrExY":{"context":"price based shipping methods, section header","string":"Tarife bazirane na ceni"},"aYhcie":{"context":"shipping method weight range","string":"Raspon težine"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Tarife bazirane na težini"},"aPCrsp":{"context":"shipping method name","string":"Naziv"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Dodajte novo skladište"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Odaberite skladište"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Izaberite skladište iz kojeg ćete isporučivati proizvode za ovu dostavnu zonu. Adresa ovog skladišta će se takođe koristiti da se izračunaju porezi."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Postavke"},"uULcph":{"context":"header","string":"Isporuka"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Dostava prema zoni"},"mIUNgR":{"context":"button","string":"Kreirajte zonu za dostavu"},"aMwxYb":{"string":"Države"},"gRa/TS":{"context":"shipping zone","string":"Naziv"},"IhK1F3":{"string":"Nije pronađena zona za dostavu"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maksimalna cena ne može biti niža od minimalne"},"qf/m5l":{"string":"Da li ste sigurni da želite da obrišete zonu dostave {shippingZoneName}?"},"k3EI/U":{"context":"dialog header","string":"Obrišite zonu za dostavu"},"cpZLRH":{"context":"dialog header","string":"Obrišite zonu za dostavu"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Da li ste sigurni da želite da obrišete ovu zonu dostave?} few {Da li ste sigurni da želite da obrišete ovu zonu dostave?} other {Da li ste sigurni da želite da obrišete zone za dostavu {shippingZoneName}?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Uklonite"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maksimalna težina ne može biti niža od minimalne"},"/8/Ffn":{"context":"button","string":"Pokažite"},"viFkCw":{"context":"site settings section name","string":"Podešavanja sajta"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Informacije o prodavnici"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Informacije o kompaniji"},"LVa5ew":{"string":"Saleor je naišao na neočekivani problem"},"AQFMYU":{"context":"staff section name","string":"Članovi osoblja"},"23g7PY":{"context":"dialog header","string":"Pozovite člana osoblja"},"hw9Fah":{"context":"button","string":"Pošaljite pozivnicu"},"P+kVxW":{"context":"card description","string":"Korisniku je dodeljeno da:"},"XMrYaA":{"context":"checkbox label","string":"Korisnik je aktivan"},"YJ4TXc":{"context":"tab name","string":"Svi članovi osoblja"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Pretraži članove osoblja"},"4JcNaA":{"context":"button","string":"Pozovite članove osoblja"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Aktivan"},"Fc3O3r":{"context":"staff member's account","string":"Deaktiviran"},"utaSh3":{"context":"staff member's account","string":"Status"},"xJQX5t":{"string":"Nisu pronađeni članovi osoblja"},"cMFlOp":{"context":"input label","string":"Nova lozinka"},"qEJT8e":{"string":"Nova lozinka mora imati najmanje 8 karaktera"},"+kb2lM":{"context":"dialog header","string":"Izmenite Lozinku"},"GXdwyR":{"context":"input label","string":"Prethodna lozinka"},"mm0CXe":{"string":"Trebalo bi da menjate lozinku svakog meseca kako biste izbegli sigurnosne probleme."},"N3Zot1":{"context":"button","string":"Promenite Vašu lozinku"},"ZhDQel":{"context":"header","string":"Lozinka"},"JJgJwi":{"string":"Odabirom ovoga promenićete jezik Vaše komandne table"},"e822us":{"string":"Imajte na umu da su sva podešavanja valute i datuma završena, a jezički prevodi su u različitom stepenu završetka."},"mr9jbO":{"string":"Odabrani jezik"},"CLeDae":{"context":"section header","string":"Podešavanja"},"+2VzH4":{"context":"avatar change button","string":"Izmeni"},"VTITVe":{"context":"section header","string":"Informacije o članu osoblja"},"11lR5V":{"context":"avatar delete button","string":"Obrišite"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"obrišite korisnika osoblja"},"fzpXvv":{"string":"Da li ste sigurni da želite da uklonite {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Obrišite avatara korisnika osoblja"},"gxPjIQ":{"string":"Da li sigurno želite da obrišete {email} iz članova osoblja?"},"QirE3M":{"string":"Datum početka"},"tWbE34":{"string":"Sat početka"},"tzMNF3":{"string":"Status"},"RrCui3":{"string":"Kratak pregled"},"5elC9k":{"context":"taxes section name","string":"Porezi"},"lnQAos":{"context":"header","string":"Porezi"},"3BTtL2":{"string":"Nisu pronađene države"},"/JENWS":{"string":"Smanjene poreske stope"},"07KB2d":{"string":"Kod države"},"0GJfWd":{"string":"Naziv države"},"la9cZ4":{"string":"Poreska stopa"},"QHB48n":{"context":"header","string":"Poreske stope u {countryName}"},"Ubath+":{"string":"NIje pronađena kategorija sa smanjenim porezom"},"4EuJKs":{"string":"Sve cene proizvoda su unete sa uključenim porezom"},"98isC5":{"string":"Prikažite bruto cene kupcima u prodavnici"},"FNKhkx":{"string":"Naplatite porez na cene dostave"},"+OV+Gj":{"context":"button","string":"Povuci poreze"},"HtQGEH":{"string":"Uspešno povučene poreske stope"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Atributi"},"5fCMUI":{"context":"translations section name","string":"Prevodi"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} prevoda, {numberOfTranslatedFields} završeno"},"Xtd0AT":{"string":"Originalni niz"},"/vCXIP":{"string":"Prevod"},"vTN5DZ":{"context":"button","string":"Odbacite"},"T/5OyA":{"string":"Još uvek nije prevedeno"},"DRMMDs":{"string":"Naziv atributa"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Vrednost {number}"},"JE0TAx":{"context":"section name","string":"Vrednosti"},"US3IPU":{"string":"Opis pretraživača"},"XitW/z":{"string":"Kategorija prevoda \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Naziv pretraživača"},"Bphmwe":{"context":"header","string":"Kolekcija prevoda \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Jezici"},"FemBUF":{"context":"header","string":"Prevod na {language}"},"7NFfmz":{"string":"Proizvodi"},"CxfKLC":{"string":"Stranice"},"VKb1MS":{"string":"Kategorije"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"Prodaja"},"etP0+D":{"string":"Vaučeri"},"ikRuLs":{"context":"translation progress","string":"{current} od {max}"},"vcwrgW":{"string":"Nije pronađen ni jedan entitet koji se može prevesti"},"LWmYSU":{"string":"Završeni prevodi"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Naziv"},"ptPPVk":{"string":"Nisu pronađeni jezici"},"y1Z3or":{"string":"Jezik"},"oUWXLO":{"context":"header","string":"Stranica za prevod \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Naziv stranice"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Proizvod za prevod \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Prodaja za prevod \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Naziv prodaje"},"GpqEl5":{"context":"shipping method description","string":"Opis"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Vaučer za prevod \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Naziv vaučera"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Poništi"},"oB0y5Y":{"context":"order status","string":"Nerealizovano"},"FBtqtl":{"context":"payment status","string":"Neplaćeno"},"Lx1ima":{"context":"button","string":"Preuzmi sliku"},"m8cjcK":{"context":"add authorization key error","string":"Već postoji ključ za autorizaciju sa ovim tipom."},"+x4cZH":{"string":"Može biti dodeljeno samo članovima osoblja"},"aggaJg":{"string":"Ovaj atribut je već dodeljen ovom tipu proizvoda"},"u24Ppd":{"string":"Ovaj atribut se ne može dodeliti ovom tipu proizvoda"},"cd13nN":{"context":"product attribute error","string":"Svi atributi treba da imaju vrednost"},"lLwtgs":{"string":"Varijante su onemogućene u ovom tipu proizvoda"},"IFWHn0":{"context":"error message","string":"Nije uneta adresa za naplatu"},"ij7olm":{"context":"error message","string":"Ova realizacija se ne može otkazati"},"BM1JiJ":{"context":"error message","string":"Ova porudžbina se ne može otkazati"},"nOo0oL":{"context":"error message","string":"Nema dovoljno artikala za realizaciju"},"Xb6BJ9":{"context":"error message","string":"Ručna plaćanja se ne mogu refundirati"},"WzA5Ll":{"string":"Ne može se ukloniti korisnik iz poslednje grupe"},"sZ27WU":{"context":"error message","string":"Samo preautorizovane uplate se mogu poništiti"},"gKdGxP":{"context":"error message","string":"Samo preautorizovane uplate se mogu rezervisati"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Ne može se dodati i ukloniti grupa istovremeno"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"Greška u programskom interfejsu aplikacije - API"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Nevažeća vrednost"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Nevažeća lozinka"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Ne može se odabrati način dostave za porudžbinu bez adrese dostave"},"r+8q4B":{"context":"error message","string":"Samo pripremne porudžbine mogu da se menjaju"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Grupa je izvan Vašeg opsega dozvola"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"Korisnik je izvan Vašeg opsega dozvola"},"cY42ht":{"string":"Lozinka ne može biti isključivo numerička"},"Y1B0PN":{"context":"error message","string":"Ne postoje uplate povezane sa porudžbinom"},"vVviA2":{"string":"Ove dozvole su izvan Vašeg opsega"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Način dostave nije važeći za odabranu adresu za dostavu"},"ychKsb":{"context":"error message","string":"Način dostave je obavezan za ovu porudžbinu"},"rZf1qL":{"context":"bulk variant create error","string":"Oznake pojedinačnih artikala - SKU moraju biti jedinstvene"},"nKjLjT":{"context":"error message","string":"Podložak mora biti jedinstven za svako skladište"},"wn3di2":{"string":"Ova lozinka se prečesto koristi"},"LR3HlT":{"string":"Ova lozinka je prekratka"},"1wyZpQ":{"string":"Ove lozinke su suviše slične"},"TDhHMi":{"string":"Ovo treba da bude jedinstveno"},"qDwvZ4":{"string":"Nepoznata greška"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"Ova varijanta nema nikakav digitalni sadržaj"},"i3Mvj8":{"context":"product attribute error","string":"Ova varijanta već postoji"},"iUy2dx":{"context":"vouchers section name","string":"Vaučeri"},"ycMLN9":{"context":"warehouses section name","string":"Skladišta"},"43Nlay":{"context":"warehouse","string":"Informacije o adresi"},"GhcypC":{"context":"header","string":"Kreirajte skladište"},"DTL7sE":{"context":"dialog content","string":"Da li ste sigurni da želite da obrišete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Obrišite skladište"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Pretraži skladište"},"2yU+q9":{"context":"tab name","string":"Sva skladišta"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Kreirajte skladište"},"PFXGaR":{"string":"Zone za dostavu"},"2gsiR1":{"string":"Nije pronađeno skladište"},"aCJwVq":{"context":"warehouse","string":"Naziv"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"Ovom skladištu nisu dodeljene zone za dostavu"},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Postavke"},"6nSTuC":{"context":"webhooks section name","string":"Webhook poruke"},"hS+ZjH":{"context":"delete webhook","string":"Da li ste sigurni da želite da obrišete ovu webhook poruku?"},"o5KXAN":{"context":"delete webhook","string":"Da li ste sigurni da želite da obrišete {name}?"},"X90ElB":{"context":"dialog header","string":"Obrišite webhook poruku"},"snUby7":{"context":"header","string":"Detalji neimenovane webhook poruke"},"Ryh3iR":{"context":"header","string":"Kreirajte webhook poruku"},"OPtrMg":{"context":"header","string":"Detalji {webhookName} "},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Događaji"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"Tajni ključ se koristi da se kreira heš potpis sa svakim sadržajem. *opciono polje"},"u9/vj9":{"context":"webhook input label","string":"Ciljna veb-adresa"},"0MetrR":{"context":"webhook input help text","string":"Ova veb-adresa će primiti webhook POST zahtev"},"WDy0tF":{"context":"section header","string":"Informacija webhook poruke"},"D0KaT6":{"context":"webhook input label","string":"Naziv webhook poruke"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook poruka je aktivna"},"IBCBi1":{"context":"webhook active description","string":"Ako želite da onemogućite ovu webhook poruku molimo Vas deselektujte okvir za potvrdu ispod."},"1+M/52":{"context":"section header","string":"Status webhook poruke"},"wbjuR4":{"string":"Nije pronađena ni jedna webhook poruka"},"wlr0Si":{"context":"button","string":"Kreirajte webhook poruku"},"jqnwW9":{"context":"header","string":"Webhook poruke"},"a/QJBx":{"context":"user action bar","string":"Akcija"},"1eCau/":{"string":"Neimenovana webhook poruka"},"OTpV1t":{"context":"webhook name","string":"Naziv"},"JVaz1C":{"context":"window title","string":"Kreirajte webhook poruku"},"a5msuh":{"string":"Da"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Allocated"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Količina"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Uklonite"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/sv.json b/locale/sv.json index 352a45070..9e12e0327 100644 --- a/locale/sv.json +++ b/locale/sv.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Avbryt order" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Dold" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuChannels": { - "string": "Define and manage your sales channels" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Aktivitet" - }, - "homeActivityCardNoActivities": { - "string": "No activities found" - }, - "homeAnalyticsCardHeader": { - "string": "Idag" - }, - "homeHeaderText": { - "context": "header", - "string": "Hello there, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Here is some information we gathered about your store" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Products" - }, - "homeProductsListCardNoProducts": { - "string": "No products found" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "The new dashboard and the GraphQL API are preview-quality software." - }, - "homeScreenDisclaimerText2": { - "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hello there, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "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": "Länk" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Start typing to begin search..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Namn" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menu Items" - }, - "menuItemsPlaceholder": { - "string": "Add new menu item to begin creating menu" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Create Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Opublicerad" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Kategori" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Kollektioner" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Beskrivning" - }, - "productExportFieldName": { - "context": "product field", - "string": "Namn" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variantbilder" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Lagerförteckning" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Create Product Type" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Create Product Type" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Moms" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Pris" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Publicerad" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Nyckel" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Åtkomsttoken används för att autentisera servicekonton" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Skapa" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Attribut" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Are you sure you want to delete {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Område" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Datum" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Fil" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Sidor" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Produkter" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Vikt" - }, - "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Bild" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "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": "Lägg till värde" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "Namn" - }, - "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_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Lösenord" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Glömt ditt lösenord?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "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_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Passwords do not match" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "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": "Tillgänglighet" - }, - "src_dot_back": { - "context": "button", - "string": "Back" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Avbryt" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Cancelled" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Kategorier" - }, - "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": "(Valfritt)" - }, - "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": "Underkategorier" - }, - "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_1657559629": { - "string": "No products found" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Namn" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Lägg till produkt" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "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": "Underkategorier" - }, - "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": "Produkter" - }, - "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_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Tillgänglighet" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Aktiv" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Rensa" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Kollektioner" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Dold" - }, - "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": "Lägg till kollektion" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Dold" - }, - "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": "Namn" - }, - "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": "(Valfritt)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "All Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "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": "Dold" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Publicerad" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "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": "Tillgänglighet" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "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_3326160357": { - "context": "product availability", - "string": "Tillgänglighet" - }, - "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": "Namn" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Tagit bort kollektion" - }, - "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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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_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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Rättigheter" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Land" - }, - "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": "Postort" - }, - "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_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Attribut" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Värden" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Värde" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Tillgänglighet" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Publicerad" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Status" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Land" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Postort" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_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_DemoBanner_dot_1647850230": { - "string": "Butik" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Dashboard" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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": "Filter" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No results" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filter" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filter" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Spara ändringar" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Värde" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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": "Kategori" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Kollektion" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Publicerad" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Opublicerad" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Create Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Create Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Create Customer" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Produkt" - }, - "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_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Om det är tomt visar förhandsvisningen vad som kommer att vara autogenererat." - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Logga ut" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Kontoinställningar" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Synlighet" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Inställningar" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "Fortsätt" - }, - "src_dot_create": { - "context": "button", - "string": "Skapa" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Kunder" - }, - "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": "Lägg till adress" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Lägg till adress" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Default Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Default Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Default Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Set as default billing address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Set as 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": "Adress" - }, - "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": "Noteringar" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Notering" - }, - "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": "Notering" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_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": "Senaste ordrar" - }, - "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": "Datum" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "Totalsumma" - }, - "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_date": { - "string": "Datum" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Beskrivning" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Rabatter" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Produkter" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Produkter" - }, - "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": "Aktiva datum" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "No products found" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Tillgänglighet" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "Inga varianter hittades" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "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": "Namn" - }, - "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": "Aktiv" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "Värde" - }, - "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": "Ingen REA hittades" - }, - "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": "Namn" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Värde" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Namn" - }, - "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": "Värde" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Aktiva datum" - }, - "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": "Länder" - }, - "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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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": "Aktiv" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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": "Värde" - }, - "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": "Kod" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Ingen rabattkupong hittad" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Värde" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Värde" - }, - "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": "Kod" - }, - "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_1134347598": { - "context": "column title", - "string": "Pris" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Värde" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Entire order" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Specifika produkter" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Frakt" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Utkast" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Draft Orders" - }, - "src_dot_drafts": { - "string": "Drafts" - }, - "src_dot_edit": { - "context": "button", - "string": "Ändra" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Fullbordad" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Kund" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Notering" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Ändra" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Detaljer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Detaljer" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Summa" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Produkt" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Status" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Produkt" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Inställningar" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Hem" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "No orders ready to fulfill" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "Nej" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Ordrar" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Fakturaadress" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Leveransadress" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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": "Noteringar" - }, - "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": "Kund" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Samma som leveransadress" - }, - "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_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Avbryt order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Lägg till" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Rabattvärde" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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": "Pris" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Antal" - }, - "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": "Totalsumma" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Rabatt" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Delsumma" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Totalsumma" - }, - "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_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Skapa 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": "Kund" - }, - "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": "Kund" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Datum" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Totalsumma" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Avbryt order" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Order" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Produktnamn" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Slutför" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Lägg till spårning" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Ändra spårning" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Återbetalning" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Avbryt köp" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Spårningsnummer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Lägg till spårningskod" - }, - "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_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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 skapades" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Order har betalats till fullo" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "skapad" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Faktura" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Skapa 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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Kund" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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": "Betalning" - }, - "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": "Kund" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Datum" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "Totalsumma" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "No orders found" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "Summa" - }, - "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_capture": { - "context": "capture payment, button", - "string": "Lås" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Låst nu summa" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Rabatt" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Markera som betald" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Betalstatus" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Summa för automatisk betalning" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Återbetalning" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Leverans" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Delsumma" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Moms" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Totalsumma" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Återbetalning" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Kupong" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Pris" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Antal" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Totalsumma" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Pris" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Totalsumma" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Order" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Summa" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Återbetalning" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Pris" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Totalsumma" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Pris" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Produkt" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Ej fullbordad" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Inställningar" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Slutför" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Sidor" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Create Page" - }, - "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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Dold" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Innehåll" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Titel" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Titel" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Synlighet" - }, - "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": "Publicerad" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Opublicerad" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Publicera" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Avpublicera" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Delvis fullbordad" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Partially refunded" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Betalstatus" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Aktiv" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Aktiv" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Namn" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Tillstånd" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Aktiv" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Inställningar" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Namn" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "Leverans" - }, - "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": "Vikt" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "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": "Produkter" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Kategori" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Kollektioner" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Opublicerad" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Publicerad" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Namn" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Dold" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "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": "Pris" - }, - "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": "Synlighet" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visible" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Namn" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Tillgänglighet" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Pris" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Kategori" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Kollektioner" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "*Valfritt. Lägg till produkt i kollektion för att hjälpa användare att hitta den." - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Product Type" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Leverans" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Vikt" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Antal" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Lägg till moms för denna produkt" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Opublicerad" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Publicerad" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Pris" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Sammanfattning" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Skapa" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Värden" - }, - "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_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "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": "Lägg till variant" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "New Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Dold" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Tillgänglighet" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Prissättning" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Pris" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Kostnad" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Pris" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Lagerförteckning" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Variant" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Återbetalad" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Ta bort" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Rabatter" - }, - "src_dot_save": { - "context": "button", - "string": "Spara" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Prissättning" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Pris" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Länder" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Länder" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Namn på leveranszon" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Lägg till" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Leverans" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Leverans" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Pris" - }, - "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": "Namn" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Inställningar" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Leverans" - }, - "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": "Länder" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Namn" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Rättigheter" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Användaren är aktiv" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "All Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Aktiv" - }, - "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": "Aktiv" - }, - "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": "Namn" - }, - "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": "Ändra lösenord" - }, - "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": "Lösenord" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Ändra" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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": "Sammanfattning" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Moms" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Moms" - }, - "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_1755013298": { - "string": "Kategori" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Alla produkter anges med moms inkluderat" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Visa bruttopris för kunder i butiken" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Lägg på moms för fraktkostnad" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Attribut" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Värden" - }, - "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_222873645": { - "string": "Kollektioner" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Produkter" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Sidor" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Kategorier" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Attribut" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Rabatter" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Kuponger " - }, - "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": "Namn" - }, - "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": "Innehåll" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "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": "Beskrivning" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Beskrivning" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Namn" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Ej fullbordad" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manuella betalningar kan inte återbetalas" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Endast automatbetalningar kan avbrytas" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Endast automatbetalningar kan användas" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Leveransmetod är ej giltig för vald leveransadress" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Kuponger " - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Namn" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Inställningar" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Namn" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Ja" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Tilldelad" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Antal" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Avbryt order"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Dold"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Determine attributes used to create product types"},"8vJCJ4":{"string":"Define and manage your sales channels"},"hpMcW8":{"string":"Define how users can navigate through your store"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Define types of products you sell"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Aktivitet"},"wWTUrM":{"string":"No activities found"},"zWgbGg":{"string":"Idag"},"By5ZBp":{"context":"header","string":"Hello there, {userName}"},"aCX8rl":{"context":"subheader","string":"Here is some information we gathered about your store"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Top Products"},"Q1Uzbb":{"string":"No products found"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"Create Menu"},"jhh/D6":{"string":"Menu Title"},"G/SYtU":{"string":"Are you sure you want to delete menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"Delete Menu"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Add Item"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edit Item"},"Urh2N3":{"context":"label","string":"Länk"},"28GZnc":{"string":"Start typing to begin search..."},"0Vyr8h":{"context":"menu item name","string":"Namn"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"Menu Items"},"WwZfNK":{"string":"Add new menu item to begin creating menu"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"Create Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Opublicerad"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Kategori"},"jxoMLL":{"context":"product field","string":"Kollektioner"},"YVIajc":{"context":"product field","string":"Beskrivning"},"W8i2Ez":{"context":"product field","string":"Namn"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Variantbilder"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Lagerförteckning"},"SSWFo8":{"context":"window title","string":"Create Product Type"},"bq1eEx":{"context":"header","string":"Create Product Type"},"mUb8Gt":{"context":"section header","string":"Moms"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Pris"},"vuKrlW":{"string":"Stock"},"ABgQcF":{"context":"variant stock, header","string":"Stock"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Publicerad"},"ppLwx3":{"context":"number of categories","string":"Categories ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Nyckel"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Åtkomsttoken används för att autentisera servicekonton"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"Skapa"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Attribut"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Delete attribute"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Område"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Datum"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Fil"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Sidor"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Produkter"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Vikt"},"dKPMyh":{"context":"tab name","string":"All Attributes"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Bild"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Lägg till värde"},"UhcALJ":{"context":"attribute name","string":"Namn"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Sign in"},"5sg7KC":{"string":"Lösenord"},"3tbL7x":{"context":"description","string":"Glömt ditt lösenord?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"New Password"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Confirm Password"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Passwords do not match"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Reset password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Tillgänglighet"},"0OfZJA":{"context":"button","string":"Back"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Avbryt"},"dOQB9o":{"context":"payment status","string":"Cancelled"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"Kategorier"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Valfritt)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"Delete category"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Category Name"},"8HRy+U":{"string":"Category Description"},"vof5TR":{"context":"button","string":"Create category"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"All Categories"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Underkategorier"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"Namn"},"x/pIZ9":{"context":"button","string":"Lägg till produkt"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Underkategorier"},"V+fkAO":{"context":"number of products in category","string":"Produkter"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Create category"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Category deleted"},"KCjd1o":{"context":"dialog title","string":"Delete products"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Tillgänglighet"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"Status"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Aktiv"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Rensa"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Kollektioner"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"Dold"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Lägg till kollektion"},"/WXs6H":{"context":"collection name","string":"Namn"},"G4g5Ii":{"context":"tab name","string":"All Collections"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"Dold"},"lL3YJO":{"context":"collection","string":"Publicerad"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"Tillgänglighet"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Tillgänglighet"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"Namn"},"Q8wHwJ":{"string":"Tagit bort kollektion"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"Delete image"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Rättigheter"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Land"},"O95R3Z":{"string":"Phone"},"B52Em/":{"string":"Address line 1"},"TE4fIS":{"string":"Postort"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"Address line 2"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Attribut"},"j8PV7E":{"context":"attribute values","string":"Värden"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Värde"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Tillgänglighet"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Publicerad"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Status"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Butik"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"Dashboard"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Filter"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Filter"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Spara ändringar"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Värde"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Kategori"},"phAZoj":{"string":"Kollektion"},"M1uijW":{"context":"collection","string":"Opublicerad"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"Produkt"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"Om det är tomt visar förhandsvisningen vad som kommer att vara autogenererat."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Logga ut"},"X8+Lpa":{"context":"button","string":"Kontoinställningar"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Synlighet"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Inställningar"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"Fortsätt"},"H5NKfr":{"context":"button","string":"Skapa"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Kunder"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Lägg till adress"},"rjy9/k":{"context":"button","string":"Lägg till adress"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Default Address"},"VyzsWZ":{"string":"Default Billing Address"},"nLML8Y":{"string":"Default Shipping Address"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Set as default billing address"},"+7OsyM":{"context":"button","string":"Set as default shipping address"},"BfJGij":{"context":"header","string":"Address Information"},"Zd3Eew":{"context":"subsection header","string":"Shipping Address"},"bHdFph":{"context":"subsection header","string":"Adress"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Billing Address"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Noteringar"},"uUQ+Al":{"context":"note about customer","string":"Notering"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"Status"},"1LiVhv":{"context":"section header","string":"Senaste ordrar"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Datum"},"taX/V3":{"context":"order total amount","string":"Totalsumma"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Last order"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"Dashboard"},"P7PLVj":{"string":"Datum"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Beskrivning"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Rabatter"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Category Name"},"QGjJcT":{"context":"number of products","string":"Produkter"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Aktiva datum"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"No products found"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"Inga varianter hittades"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"Namn"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"Aktiv"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Status"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Värde"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"Ingen REA hittades"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Värde"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Aktiva datum"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Länder"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Aktiv"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Status"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Värde"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Kod"},"U2mOqA":{"string":"Ingen rabattkupong hittad"},"GVinbz":{"context":"column title","string":"Värde"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Pris"},"/oaqFS":{"context":"section header","string":"Värde"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"Specifika produkter"},"WasHjQ":{"context":"voucher discount","string":"Frakt"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Utkast"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"Ändra"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"First Name"},"pkjXPD":{"context":"order status","string":"Fullbordad"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Kund"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Notering"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Ändra"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Detaljer"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Detaljer"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Summa"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Produkt"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Status"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Produkt"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Inställningar"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Hem"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"No orders ready to fulfill"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Last Name"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigation"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"Nej"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Optional"},"Ta9j04":{"context":"orders section name","string":"Ordrar"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Fakturaadress"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Leveransadress"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Noteringar"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Shipping Address"},"Y7M1YQ":{"context":"section header","string":"Kund"},"GLX9II":{"context":"billing address","string":"Samma som leveransadress"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Billing Address"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Avbryt order"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Lägg till"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Rabattvärde"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Pris"},"nEWp+k":{"context":"quantity of ordered products","string":"Antal"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Totalsumma"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"Rabatt"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Delsumma"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Totalsumma"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Skapa order"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Kund"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"Kund"},"mCP0UD":{"context":"order draft creation date","string":"Datum"},"1Uj0Wd":{"context":"order draft total price","string":"Totalsumma"},"PAqicb":{"context":"button","string":"Avbryt order"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Order"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Produktnamn"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Slutför"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Lägg till spårning"},"dTkmON":{"context":"edit tracking button","string":"Ändra spårning"},"K//bUK":{"context":"refund button","string":"Återbetalning"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Avbryt köp"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Spårningsnummer"},"/BJQIq":{"context":"dialog header","string":"Lägg till spårningskod"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Order skapades"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Order har betalats till fullo"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"skapad"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Faktura"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Kund"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Betalning"},"5blVMu":{"context":"e-mail or full name","string":"Kund"},"PHUcrU":{"context":"date when order was placed","string":"Datum"},"k9hf7F":{"context":"total order price","string":"Totalsumma"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Summa"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Lås"},"V+gwx7":{"context":"order payment","string":"Låst nu summa"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Rabatt"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Markera som betald"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Betalstatus"},"uUsZ7m":{"context":"order payment","string":"Summa för automatisk betalning"},"HaQ8cg":{"context":"button","string":"Återbetalning"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Leverans"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Delsumma"},"r+dgiv":{"string":"Moms"},"zb4eBO":{"context":"order total price","string":"Totalsumma"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Kupong"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Pris"},"WE8IFE":{"context":"product name","string":"Produkt"},"tvpAXl":{"context":"ordered product quantity","string":"Antal"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Totalsumma"},"5aiFbL":{"context":"tabel column header","string":"Pris"},"FNT4b+":{"context":"tabel column header","string":"Produkt"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Totalsumma"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Summa"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Återbetalning"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Pris"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Produkt"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Ej fullbordad"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Inställningar"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Slutför"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Sidor"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"Dold"},"gMwpNC":{"context":"page content","string":"Innehåll"},"gr+oXW":{"context":"page title","string":"Titel"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Titel"},"5GSYCR":{"context":"page status","string":"Synlighet"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Publicerad"},"UN3qWD":{"context":"page status","string":"Opublicerad"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Publicera"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Avpublicera"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"Delvis fullbordad"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Partially refunded"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Betalstatus"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Aktiv"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Email Address"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Namn"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Tillstånd"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Status"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"Aktiv"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Inställningar"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Namn"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Tax"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Leverans"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Vikt"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"Produkter"},"ulh3kf":{"string":"Kollektioner"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Dold"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Pris"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Synlighet"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Tillgänglighet"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Valfritt. Lägg till produkt i kollektion för att hjälpa användare att hitta den."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"Leverans"},"SUbxSK":{"context":"product weight","string":"Vikt"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Antal"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Lägg till moms för denna produkt"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Pris"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Sammanfattning"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Skapa"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"Variant"},"rbkmfG":{"context":"button","string":"Delete variant"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"Lägg till variant"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Dold"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Tillgänglighet"},"Xm9qOu":{"context":"product pricing, section header","string":"Prissättning"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Kostnad"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Pris"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Lagerförteckning"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Variant"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Återbetalad"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Ta bort"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Rabatter"},"RaycYK":{"context":"button","string":"Spara"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Prissättning"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Länder"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Namn på leveranszon"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Lägg till"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Leverans"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Pris"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"Namn"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Inställningar"},"uULcph":{"context":"header","string":"Leverans"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Länder"},"gRa/TS":{"context":"shipping zone","string":"Namn"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"Användaren är aktiv"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Aktiv"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Status"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"New Password"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Ändra lösenord"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"Lösenord"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Ändra"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Status"},"RrCui3":{"string":"Sammanfattning"},"5elC9k":{"context":"taxes section name","string":"Moms"},"lnQAos":{"context":"header","string":"Moms"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"Alla produkter anges med moms inkluderat"},"98isC5":{"string":"Visa bruttopris för kunder i butiken"},"FNKhkx":{"string":"Lägg på moms för fraktkostnad"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Attribut"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Värden"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"Produkter"},"CxfKLC":{"string":"Sidor"},"VKb1MS":{"string":"Kategorier"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"Rabatter"},"etP0+D":{"string":"Kuponger "},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Namn"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"Beskrivning"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Ej fullbordad"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Manuella betalningar kan inte återbetalas"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Endast automatbetalningar kan avbrytas"},"gKdGxP":{"context":"error message","string":"Endast automatbetalningar kan användas"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Leveransmetod är ej giltig för vald leveransadress"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Kuponger "},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Address Information"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Namn"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Inställningar"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Namn"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Ja"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Tilldelad"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Antal"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/th.json b/locale/th.json index a63917fde..c28b0a66e 100644 --- a/locale/th.json +++ b/locale/th.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "ยกเลิกคำสั่งซื้อ" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Hidden" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "ระบุคุณลักษณะเพื่อใช้ในการสร้างชนิดสินค้า" - }, - "configurationMenuChannels": { - "string": "ระบุและจัดการช่องทางการขายของคุณ" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Activity" - }, - "homeActivityCardNoActivities": { - "string": "No activities found" - }, - "homeAnalyticsCardHeader": { - "string": "วันนี้" - }, - "homeHeaderText": { - "context": "header", - "string": "Hello there, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Here is some information we gathered about your store" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Products" - }, - "homeProductsListCardNoProducts": { - "string": "No products found" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "The new dashboard and the GraphQL API are preview-quality software." - }, - "homeScreenDisclaimerText2": { - "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hello there, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "สร้างเมนู" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Menu Title" - }, - "menuDetailsDeleteMenuContent": { - "string": "Are you sure you want to delete menu {menuName}?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "ลบเมนู" - }, - "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": "ลิ๊งค์" - }, - "menuItemDialogLinkPlaceholder": { - "string": "พิมพ์เลยเพื่อเริ่มต้นค้นหา..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "ชื่อ" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menu Items" - }, - "menuItemsPlaceholder": { - "string": "Add new menu item to begin creating menu" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "ลบเมนู" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "ลบเมนูเหล่านี้" - }, - "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": "สร้างเมนู" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Not published" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Category" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "คอลเล็กชั่น" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "คำอธิบาย" - }, - "productExportFieldName": { - "context": "product field", - "string": "ชื่อ" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "รูปภาพสินค้า" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variant Images" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "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": "ภาษี" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "ราคา" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Published" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Key" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "สร้าง" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "คุณลักษณะ" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "มีคุณลักษณะที่ตรงกับ slug นี้อยู่ในระบบแล้ว" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "ค่าที่ใส่มีอยู่แล้วในคุณลักษณะนี้" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,other {คุณแน่ใจว่าต้องการลบ {diaplayQuantity} คุณลักษณะเหล่านี้}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "ลบคุณลักษณะเหล่านี้" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "ลบคุณลักษณะ" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "คุณแน่ใจว่าต้องการลบ {attributeName}" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "พื้นที่" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "รหัสคุณลักษณะ" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "วันที่" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "ไฟล์" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Pages" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "สินค้า" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Weight" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "คุณลักษณะทั้งหมด" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "สร้างคุณลักษณะ" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "ค้นหาคุณลักษณะ" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "สามารถถูกใช้เป็นคอลัมน์ได้" - }, - "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": "ไม่พบคุณลักษณะเหล่านี้" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2186555805": { - "context": "attribute can be searched in storefront", - "string": "Use in faceted search" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2235596452": { - "context": "attribute can be searched in dashboard", - "string": "Searchable" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { - "string": "รหัสคุณลักษณะ" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_643174786": { - "context": "attribute is visible", - "string": "Visible" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "โปรดระบุว่าคุณลักษณะนี้จะถูกใช้ที่ไหนบ้างในระบบ Saleor" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "รูปภาพ" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Are you sure you want to delete \"{name}\" value?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Delete attribute value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Are you sure you want to delete \"{name}\" value? If you delete it you won’t be able to assign it to any of the products with \"{attributeName}\" attribute." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Edit Value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Add Value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "ชื่อ" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Default Store View" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "Admin" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "No values found" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Attribute Values" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Assign value" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "รหัสผ่าน" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "ลืมพาสเวิร์ด?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "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_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Passwords do not match" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "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_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "ยกเลิก" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Cancelled" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "ประเภทสินค้า" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Background Image (optional)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(Optional)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Create New Category" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Add search engine title and description to make this category easier to find" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Delete category" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "Are you sure you want to delete {categoryName}?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Category Name" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Category Description" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Create category" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Search Category" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "All Categories" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Category Name" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "No categories found" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "No subcategories found" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "ประเภทสินค้าย่อย" - }, - "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_1657559629": { - "string": "No products found" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "ชื่อ" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Add product" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "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": "ประเภทสินค้าย่อย" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Add search engine title and description to make this category easier to find" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "สินค้า" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "All Subcategories" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Create subcategory" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "Category created" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "Delete category" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Category deleted" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Delete products" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "สถานะ" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Active" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "ลบทั้งหมด" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "คอลเล็กชั่น" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Hidden" - }, - "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_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Hidden" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Add search engine title and description to make this collection easier to find" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "ชื่อ" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Background Image (optional)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(Optional)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "All Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "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_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_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "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_3326160357": { - "context": "product availability", - "string": "Availability" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Products in {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Assign product" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "ชื่อ" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Deleted collection" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Added product to collection" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Are you sure you want to delete collection's image?" - }, - "src_dot_collections_dot_views_dot_3215481647": { - "string": "{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}" - }, - "src_dot_collections_dot_views_dot_3482612628": { - "string": "Deleted product from collection" - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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_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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "ประเทศ" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "เมือง" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "คุณลักษณะ" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Value" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Availability" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Published" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "สถานะ" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "ประเทศ" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "เมือง" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_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_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "แดชบอร์ด" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filters" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filters" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "บันทึก" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Value" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "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_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "สินค้า" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Ooops!..." - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Something's missing" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "Sorry, the page was not found" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "Go back to dashboard" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "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_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "ล็อกเอ๊าท์" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Account Settings" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibility" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "การตั้งค่า" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "ต่อไป" - }, - "src_dot_create": { - "context": "button", - "string": "สร้าง" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "ลูกค้า" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "Add Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Default Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Default Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Default Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Set as default billing address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Set as default shipping address" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Address Information" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "ที่อยู่" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "This customer has no addresses yet" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "Primary Address" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "The primary address of this customer." - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Customer Overview" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "Notes" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Note" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Enter any extra infotmation regarding this customer." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "Create Customer" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { - "context": "check to mark this account as active", - "string": "User account active" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { - "context": "section subheader", - "string": "Active member since {date}" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { - "context": "note about customer", - "string": "Note" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_numberOfOrders": { - "string": "Number of Orders" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "No. of Orders" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "No customers found" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Customer Email" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Customer Name" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { - "context": "order status", - "string": "สถานะ" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "คำสั่งซื้อล่าสุด" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "No. of Order" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "View all orders" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "วันที่" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "รวมทั้งหมด" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { - "string": "No orders found" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Last login" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "Last order" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Customer History" - }, - "src_dot_customers_dot_views_dot_1927691511": { - "context": "delete customer, dialog content", - "string": "Are you sure you want to delete {email}?" - }, - "src_dot_customers_dot_views_dot_1998583641": { - "context": "dialog header", - "string": "Delete Customer" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "Delete Address" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Create customer" - }, - "src_dot_customers_dot_views_dot_3689332763": { - "string": "Are you sure you want to delete this address from users address book?" - }, - "src_dot_customers_dot_views_dot_3901579344": { - "string": "Customer Removed" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Customer created" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_1932444813": { - "string": "{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_2136923553": { - "context": "dialog header", - "string": "Delete Customers" - }, - "src_dot_dashboard": { - "string": "แดชบอร์ด" - }, - "src_dot_date": { - "string": "วันที่" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "คำอธิบายา" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "ส่วนลด" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "สินค้า" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "สินค้า" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "No products found" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Availability" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "No variants found" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "ชื่อ" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Search Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "All Sales" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "Active" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "Expired" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { - "context": "discount type", - "string": "Fixed amount" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "Scheduled" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "สถานะ" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "Value" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { - "context": "sale end date", - "string": "Ends" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { - "string": "No sales found" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Starts" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "ชื่อ" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Value" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "ชื่อ" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Fixed Amount" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { - "context": "page header", - "string": "Create Voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Set end date" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { - "context": "time during voucher is active, header", - "string": "Active Dates" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "Voucher applies to all countries" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Voucher is limited to these countries" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "ประเทศ" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Discount Code" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Generate Code" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "Expired" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { - "context": "discount type", - "string": "Fixed amount" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "Scheduled" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { - "context": "voucher status", - "string": "สถานะ" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { - "context": "voucher", - "string": "Times used" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "Value" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "Min. Spent" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "Ends" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "Starts" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "Code" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "No vouchers found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Value" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_1134347598": { - "context": "column title", - "string": "ราคา" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "แก้ไข" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Error" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Fulfilled" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "ลูกค้า" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Note" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "เปลี่ยน" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "รายละเอียด" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "รายละเอียด" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Amount" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "สินค้า" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "สถานะ" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "สินค้า" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "การตั้งค่า" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "หน้าแรก" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "Order #{orderId} was placed from draft by {userEmail}" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "No orders ready to fulfill" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "No" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "คำสั่งซื้อ" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "ที่อยู่ส่งบิล" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "ที่อยู่จัดส่ง" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "No notes from customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "Notes" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "Contact Information" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Search Customers" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "View Profile" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "Shipping Address" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "ลูกค้า" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Same as shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Anonymous user" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Billing Address" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "ยกเลิกคำสั่งซื้อ" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "เพิ่ม" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Discount value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "Delete Daft Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "Are you sure you want to delete draft #{orderNumber}?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "ราคา" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "สินค้า" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "จำนวน" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "No Products added to Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { - "context": "total price of ordered products", - "string": "รวมทั้งหมด" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "ส่วนลด" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "รวมทั้งหมด" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Order Details" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "Add products" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "สร้างคำสั่งซื้อ" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "All Drafts" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Search Draft" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "ลูกค้า" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "No draft orders found" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "No. of Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "ลูกค้า" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "วันที่" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "รวมทั้งหมด" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "ยกเลิกคำสั่งซื้อ" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "คำสั่งซื้อ" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Product name" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "รหัสสินค้า" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "เพิ่มข้อมูลติดตามสถานะจัดส่งสินค้า" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "แก้ไขข้อมูลติดตามสถานะจัดส่ง" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "คืนเงิน" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "รหัสติดตามสินค้า" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Add Tracking Code" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Order address was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "คำสั่งซื้อนี้ได้รับชำระเงินครบถ้วนแล้ว" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "created" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "สร้างคำสั่งซื้อ" - }, - "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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "ลูกค้า" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Fulfillment status" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "การชำระเงิน" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "No. of Order" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "ลูกค้า" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "วันที่" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "รวมทั้งหมด" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "No orders found" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_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_capture": { - "context": "capture payment, button", - "string": "Capture" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Captured amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "ส่วนลด" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Mark as paid" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "สถานะการชำระเงิน" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Preauthorized amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "คืนเงิน" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "ตัวเลือกการจัดส่ง" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "ภาษี" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "รวมทั้งหมด" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "คืนเงิน" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Voucher" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "ราคา" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "สินค้า" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "จำนวน" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "รหัสสินค้า" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "รวมทั้งหมด" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "ราคา" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "สินค้า" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "รวมทั้งหมด" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "คำสั่งซื้อ" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "คืนเงิน" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "ราคา" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "สินค้า" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "รวมทั้งหมด" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "ราคา" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "สินค้า" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Unfulfilled" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "การตั้งค่า" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Fulfill" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "ไม่พบคุณลักษณะเหล่านี้" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "ชื่อคุณลักษณะ" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "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_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_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Hidden" - }, - "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_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "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_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Publish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Unpublish" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Partially fulfilled" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Partially refunded" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "สถานะการชำระเงิน" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Active" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Active" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "ชื่อ" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Authorization" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Plugin Name" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { - "context": "plugin status", - "string": "สถานะ" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { - "context": "section header", - "string": "Plugin Information and Status" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Active" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "การตั้งค่า" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "ชื่อ" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { - "string": "ไม่พบคุณลักษณะเหล่านี้" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1228425832": { - "string": "ชื่อคุณลักษณะ" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "ตัวเลือกการจัดส่ง" - }, - "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_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "ไม่พบคุณลักษณะเหล่านี้" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "ชื่อคุณลักษณะ" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Unassign" - }, - "src_dot_products": { - "context": "products section name", - "string": "สินค้า" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Category" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "คอลเล็กชั่น" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Not published" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Published" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "ชื่อ" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Out Of Stock" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "ราคา" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Stock quantity" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "Visibility" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visible" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "ชื่อ" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "ราคา" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Category" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "คอลเล็กชั่น" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "ตัวเลือกการจัดส่ง" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Weight" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "จำนวน" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Charge taxes on this product" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Not published" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Published" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "ราคา" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "สรุป" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "สร้าง" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "รหัสสินค้า" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "ตัวเลือกสินค้า" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "ลบตัวเลือกสินค้า" - }, - "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_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "เพิ่มตัวเลือกสินค้า" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "New Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "ราคา" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Cost price" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "ราคา" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventory" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "สร้างตัวเลือก" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "รหัสสินค้า" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "ตัวเลือกสินค้า" - }, - "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_3989383405": { - "context": "window title", - "string": "สร้างตัวเลือก" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Fully refunded" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "ลบ" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "ลดราคา" - }, - "src_dot_save": { - "context": "button", - "string": "บันทึก" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Pricing" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "ราคา" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "ประเทศ" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "ประเทศ" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "ชื่อโซนจัดส่ง" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "เพิ่ม" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "ตัวเลือกการจัดส่ง" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "ตัวเลือกการจัดส่ง" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "ราคา" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Create rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Value Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "No shipping rates found" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Price Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Weight Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Weight Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "ชื่อ" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "การตั้งค่า" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "ตัวเลือกการจัดส่ง" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Shipping By Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Create shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "ประเทศ" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "ชื่อ" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Permissions" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "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_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Active" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Deactivated" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "สถานะ" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Active" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "No staff members found" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "ชื่อ" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "New Password" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "New password must be at least 8 characters long" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "เปลี่ยนพาสเวิร์ด" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Previous Password" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "You should change your password every month to avoid security issues." - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "Change your password" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "รหัสผ่าน" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "Selecting this will change the language of your dashboard" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion." - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { - "string": "Preferred Language" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { - "context": "section header", - "string": "Preferences" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_1473195966": { - "context": "avatar change button", - "string": "เปลี่ยน" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "delete Staff User" - }, - "src_dot_staff_dot_views_dot_3945766678": { - "string": "Are you sure you want to remove {email} avatar?" - }, - "src_dot_staff_dot_views_dot_701332676": { - "context": "dialog header", - "string": "Delete Staff User Avatar" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "Are you sure you want to delete {email} from staff members?" - }, - "src_dot_startDate": { - "string": "Start Date" - }, - "src_dot_startHour": { - "string": "Start Hour" - }, - "src_dot_status": { - "string": "สถานะ" - }, - "src_dot_summary": { - "string": "สรุป" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "ภาษี" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "ภาษี" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "No countries found" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Reduced Tax Rates" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Country Code" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "Country Name" - }, - "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_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "คุณลักษณะ" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Values" - }, - "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_222873645": { - "string": "คอลเล็กชั่น" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "สินค้า" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Pages" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "ประเภทสินค้า" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "คุณลักษณะ" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "ลดราคา" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Vouchers" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} of {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "No translatable entities found" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "Completed Translations" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "ชื่อ" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Languages" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "No languages found" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Language" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Content" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Translation Page \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Translation Product \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "คำอธิบายา" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "คำอธิบาย" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "ชื่อ" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Unfulfilled" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "ที่อยู่จัดส่งบิลไม่ได้ตั้งไว้ค่ะ" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manual payments can not be refunded" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Only pre-authorized payments can be voided" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Only pre-authorized payments can be captured" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "วิธีจัดส่งไม่สามารถใช้ได้กับที่อยู่จัดส่ง" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "ตัวเลือกนี้ไม่มีเนื้อหาในรูปแบบดิจิตอลคอนเทนต์" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "ตัวเลือกสินค้านี้มีอยู่แล้วในระบบ" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Vouchers" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "ชื่อ" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "การตั้งค่า" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "ชื่อ" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Yes" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Allocated" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "จำนวน" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"ยกเลิกคำสั่งซื้อ"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Hidden"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"ระบุคุณลักษณะเพื่อใช้ในการสร้างชนิดสินค้า"},"8vJCJ4":{"string":"ระบุและจัดการช่องทางการขายของคุณ"},"hpMcW8":{"string":"Define how users can navigate through your store"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Define types of products you sell"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"View and update your site settings"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Activity"},"wWTUrM":{"string":"No activities found"},"zWgbGg":{"string":"วันนี้"},"By5ZBp":{"context":"header","string":"Hello there, {userName}"},"aCX8rl":{"context":"subheader","string":"Here is some information we gathered about your store"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Top Products"},"Q1Uzbb":{"string":"No products found"},"6L6Fy2":{"context":"header","string":"Disclaimer"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"สร้างเมนู"},"jhh/D6":{"string":"Menu Title"},"G/SYtU":{"string":"Are you sure you want to delete menu {menuName}?"},"QzseV7":{"context":"dialog header","string":"ลบเมนู"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Add Item"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Edit Item"},"Urh2N3":{"context":"label","string":"ลิ๊งค์"},"28GZnc":{"string":"พิมพ์เลยเพื่อเริ่มต้นค้นหา..."},"0Vyr8h":{"context":"menu item name","string":"ชื่อ"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"Menu Items"},"WwZfNK":{"string":"Add new menu item to begin creating menu"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"ลบเมนูเหล่านี้"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"สร้างเมนู"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Not published"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Category"},"jxoMLL":{"context":"product field","string":"คอลเล็กชั่น"},"YVIajc":{"context":"product field","string":"คำอธิบาย"},"W8i2Ez":{"context":"product field","string":"ชื่อ"},"6y+k8V":{"context":"product field","string":"รูปภาพสินค้า"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Variant Images"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Inventory"},"SSWFo8":{"context":"window title","string":"Create Product Type"},"bq1eEx":{"context":"header","string":"Create Product Type"},"mUb8Gt":{"context":"section header","string":"ภาษี"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"ราคา"},"vuKrlW":{"string":"Stock"},"ABgQcF":{"context":"variant stock, header","string":"Stock"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Published"},"ppLwx3":{"context":"number of categories","string":"Categories ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Key"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"สร้าง"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"คุณลักษณะ"},"eWV760":{"string":"มีคุณลักษณะที่ตรงกับ slug นี้อยู่ในระบบแล้ว"},"J/QqOI":{"string":"ค่าที่ใส่มีอยู่แล้วในคุณลักษณะนี้"},"lG/MDw":{"context":"dialog content","string":"{counter,plural,other {คุณแน่ใจว่าต้องการลบ {diaplayQuantity} คุณลักษณะเหล่านี้}}"},"rKf4LU":{"context":"dialog title","string":"ลบคุณลักษณะเหล่านี้"},"JI2Xwp":{"context":"dialog title","string":"ลบคุณลักษณะ"},"h1rPPg":{"context":"dialog content","string":"คุณแน่ใจว่าต้องการลบ {attributeName}"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"พื้นที่"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"รหัสคุณลักษณะ"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"วันที่"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"ไฟล์"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Pages"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"สินค้า"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Weight"},"dKPMyh":{"context":"tab name","string":"คุณลักษณะทั้งหมด"},"IGvQ8k":{"context":"button","string":"สร้างคุณลักษณะ"},"1div9r":{"string":"ค้นหาคุณลักษณะ"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"ไม่พบคุณลักษณะเหล่านี้"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"รหัสคุณลักษณะ"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"โปรดระบุว่าคุณลักษณะนี้จะถูกใช้ที่ไหนบ้างในระบบ Saleor"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"รูปภาพ"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Add Value"},"UhcALJ":{"context":"attribute name","string":"ชื่อ"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Sign in"},"5sg7KC":{"string":"รหัสผ่าน"},"3tbL7x":{"context":"description","string":"ลืมพาสเวิร์ด?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"New Password"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Confirm Password"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Passwords do not match"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Reset password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Availability"},"0OfZJA":{"context":"button","string":"Back"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"ยกเลิก"},"dOQB9o":{"context":"payment status","string":"Cancelled"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"ประเภทสินค้า"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(Optional)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"Delete category"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Category Name"},"8HRy+U":{"string":"Category Description"},"vof5TR":{"context":"button","string":"Create category"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"All Categories"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"ประเภทสินค้าย่อย"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"ชื่อ"},"x/pIZ9":{"context":"button","string":"Add product"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"ประเภทสินค้าย่อย"},"V+fkAO":{"context":"number of products in category","string":"สินค้า"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Create category"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Category deleted"},"KCjd1o":{"context":"dialog title","string":"Delete products"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Availability"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"สถานะ"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Active"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"ลบทั้งหมด"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"คอลเล็กชั่น"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"Hidden"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Add Collection"},"/WXs6H":{"context":"collection name","string":"ชื่อ"},"G4g5Ii":{"context":"tab name","string":"All Collections"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"Hidden"},"lL3YJO":{"context":"collection","string":"Published"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"Availability"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Availability"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"ชื่อ"},"Q8wHwJ":{"string":"Deleted collection"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"Delete image"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Permissions"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"ประเทศ"},"O95R3Z":{"string":"Phone"},"B52Em/":{"string":"Address line 1"},"TE4fIS":{"string":"เมือง"},"oYGfnY":{"string":"ZIP / Postal code"},"oQY0a2":{"string":"Address line 2"},"9YazHG":{"string":"Company"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"คุณลักษณะ"},"j8PV7E":{"context":"attribute values","string":"Values"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Value"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Availability"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Published"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"สถานะ"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Error"},"9mGA/Q":{"context":"button linking to dashboard","string":"แดชบอร์ด"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Filters"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Filters"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"บันทึก"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Value"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Category"},"phAZoj":{"string":"Collection"},"M1uijW":{"context":"collection","string":"Not Published"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"Create Collection"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"Create Order"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Create Product"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"สินค้า"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"If empty, the preview shows what will be autogenerated."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"ล็อกเอ๊าท์"},"X8+Lpa":{"context":"button","string":"Account Settings"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Visibility"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"การตั้งค่า"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"ต่อไป"},"H5NKfr":{"context":"button","string":"สร้าง"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"ลูกค้า"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Add Address"},"rjy9/k":{"context":"button","string":"Add address"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Default Address"},"VyzsWZ":{"string":"Default Billing Address"},"nLML8Y":{"string":"Default Shipping Address"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Set as default billing address"},"+7OsyM":{"context":"button","string":"Set as default shipping address"},"BfJGij":{"context":"header","string":"Address Information"},"Zd3Eew":{"context":"subsection header","string":"Shipping Address"},"bHdFph":{"context":"subsection header","string":"ที่อยู่"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Billing Address"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Notes"},"uUQ+Al":{"context":"note about customer","string":"Note"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"สถานะ"},"1LiVhv":{"context":"section header","string":"คำสั่งซื้อล่าสุด"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"วันที่"},"taX/V3":{"context":"order total amount","string":"รวมทั้งหมด"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Last order"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"แดชบอร์ด"},"P7PLVj":{"string":"วันที่"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"คำอธิบายา"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"ส่วนลด"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Category Name"},"QGjJcT":{"context":"number of products","string":"สินค้า"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"No products found"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"No variants found"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"ชื่อ"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"Active"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"สถานะ"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Value"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"No sales found"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Value"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"ประเทศ"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Active"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"สถานะ"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Value"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Code"},"U2mOqA":{"string":"No vouchers found"},"GVinbz":{"context":"column title","string":"Value"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"ราคา"},"/oaqFS":{"context":"section header","string":"Value"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"Specific products"},"WasHjQ":{"context":"voucher discount","string":"Shipment"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Draft"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"แก้ไข"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Error"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"First Name"},"pkjXPD":{"context":"order status","string":"Fulfilled"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"ลูกค้า"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Note"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"เปลี่ยน"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"รายละเอียด"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"รายละเอียด"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Amount"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"สินค้า"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"สถานะ"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"สินค้า"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"การตั้งค่า"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"หน้าแรก"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"No orders ready to fulfill"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Last Name"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigation"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"No"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Optional"},"Ta9j04":{"context":"orders section name","string":"คำสั่งซื้อ"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"ที่อยู่ส่งบิล"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"ที่อยู่จัดส่ง"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Notes"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Shipping Address"},"Y7M1YQ":{"context":"section header","string":"ลูกค้า"},"GLX9II":{"context":"billing address","string":"Same as shipping address"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Billing Address"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"ยกเลิกคำสั่งซื้อ"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"เพิ่ม"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Discount value"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"ราคา"},"nEWp+k":{"context":"quantity of ordered products","string":"จำนวน"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"รวมทั้งหมด"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"ส่วนลด"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Subtotal"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"รวมทั้งหมด"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"สร้างคำสั่งซื้อ"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"ลูกค้า"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"ลูกค้า"},"mCP0UD":{"context":"order draft creation date","string":"วันที่"},"1Uj0Wd":{"context":"order draft total price","string":"รวมทั้งหมด"},"PAqicb":{"context":"button","string":"ยกเลิกคำสั่งซื้อ"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"คำสั่งซื้อ"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Product name"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"รหัสสินค้า"},"BLX9dz":{"context":"fulfill order, button","string":"Fulfill"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"เพิ่มข้อมูลติดตามสถานะจัดส่งสินค้า"},"dTkmON":{"context":"edit tracking button","string":"แก้ไขข้อมูลติดตามสถานะจัดส่ง"},"K//bUK":{"context":"refund button","string":"คืนเงิน"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Cancel Fulfillment"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"รหัสติดตามสินค้า"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Order was placed"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"คำสั่งซื้อนี้ได้รับชำระเงินครบถ้วนแล้ว"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"created"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Invoice"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"ลูกค้า"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"การชำระเงิน"},"5blVMu":{"context":"e-mail or full name","string":"ลูกค้า"},"PHUcrU":{"context":"date when order was placed","string":"วันที่"},"k9hf7F":{"context":"total order price","string":"รวมทั้งหมด"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Amount"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Capture"},"V+gwx7":{"context":"order payment","string":"Captured amount"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"ส่วนลด"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Mark as paid"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"สถานะการชำระเงิน"},"uUsZ7m":{"context":"order payment","string":"Preauthorized amount"},"HaQ8cg":{"context":"button","string":"คืนเงิน"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"ตัวเลือกการจัดส่ง"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Subtotal"},"r+dgiv":{"string":"ภาษี"},"zb4eBO":{"context":"order total price","string":"รวมทั้งหมด"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Voucher"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"ราคา"},"WE8IFE":{"context":"product name","string":"สินค้า"},"tvpAXl":{"context":"ordered product quantity","string":"จำนวน"},"8J81ri":{"context":"ordered product sku","string":"รหัสสินค้า"},"qT6YYk":{"context":"order line total price","string":"รวมทั้งหมด"},"5aiFbL":{"context":"tabel column header","string":"ราคา"},"FNT4b+":{"context":"tabel column header","string":"สินค้า"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"รวมทั้งหมด"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Amount"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"คืนเงิน"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"ราคา"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"สินค้า"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Unfulfilled"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"การตั้งค่า"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Fulfill"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"ชื่อคุณลักษณะ"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Pages"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"Hidden"},"gMwpNC":{"context":"page content","string":"Content"},"gr+oXW":{"context":"page title","string":"Title"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Title"},"5GSYCR":{"context":"page status","string":"Visibility"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Published"},"UN3qWD":{"context":"page status","string":"Not Published"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Publish"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Unpublish"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"Partially fulfilled"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Partially refunded"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"สถานะการชำระเงิน"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Active"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Email Address"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"ชื่อ"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Authorization"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"สถานะ"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"Active"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"การตั้งค่า"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"ชื่อ"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Tax"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"ตัวเลือกการจัดส่ง"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Weight"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"สินค้า"},"ulh3kf":{"string":"คอลเล็กชั่น"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Hidden"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"ราคา"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Visibility"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Availability"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"ตัวเลือกการจัดส่ง"},"SUbxSK":{"context":"product weight","string":"Weight"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"จำนวน"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Charge taxes on this product"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"ราคา"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"สรุป"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"สร้าง"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"รหัสสินค้า"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"ตัวเลือกสินค้า"},"rbkmfG":{"context":"button","string":"ลบตัวเลือกสินค้า"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Variants"},"3C3Nj5":{"context":"button","string":"เพิ่มตัวเลือกสินค้า"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Hidden"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Availability"},"Xm9qOu":{"context":"product pricing, section header","string":"Pricing"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Cost price"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"ราคา"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Inventory"},"3VyHbJ":{"context":"button","string":"สร้างตัวเลือก"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"ตัวเลือกสินค้า"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"สร้างตัวเลือก"},"PXx4Jk":{"context":"window title","string":"Create Product"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Fully refunded"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"ลบ"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"ลดราคา"},"RaycYK":{"context":"button","string":"บันทึก"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Pricing"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"ประเทศ"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"ชื่อโซนจัดส่ง"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"เพิ่ม"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"ตัวเลือกการจัดส่ง"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"ราคา"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"ชื่อ"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"การตั้งค่า"},"uULcph":{"context":"header","string":"ตัวเลือกการจัดส่ง"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"ประเทศ"},"gRa/TS":{"context":"shipping zone","string":"ชื่อ"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"User is active"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Active"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"สถานะ"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"New Password"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"เปลี่ยนพาสเวิร์ด"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"รหัสผ่าน"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"เปลี่ยน"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"สถานะ"},"RrCui3":{"string":"สรุป"},"5elC9k":{"context":"taxes section name","string":"ภาษี"},"lnQAos":{"context":"header","string":"ภาษี"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"All products prices are entered with tax included"},"98isC5":{"string":"Show gross prices to customers in the storefront"},"FNKhkx":{"string":"Charge taxes on shipping rates"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"คุณลักษณะ"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Values"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"สินค้า"},"CxfKLC":{"string":"Pages"},"VKb1MS":{"string":"ประเภทสินค้า"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"ลดราคา"},"etP0+D":{"string":"Vouchers"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Completed Translations"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"ชื่อ"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"คำอธิบาย"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Unfulfilled"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"ที่อยู่จัดส่งบิลไม่ได้ตั้งไว้ค่ะ"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Manual payments can not be refunded"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Only pre-authorized payments can be voided"},"gKdGxP":{"context":"error message","string":"Only pre-authorized payments can be captured"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"วิธีจัดส่งไม่สามารถใช้ได้กับที่อยู่จัดส่ง"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"ตัวเลือกนี้ไม่มีเนื้อหาในรูปแบบดิจิตอลคอนเทนต์"},"i3Mvj8":{"context":"product attribute error","string":"ตัวเลือกสินค้านี้มีอยู่แล้วในระบบ"},"iUy2dx":{"context":"vouchers section name","string":"Vouchers"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Address Information"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"ชื่อ"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"การตั้งค่า"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"ชื่อ"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Yes"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Allocated"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"จำนวน"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/tr.json b/locale/tr.json index dfefbd2a8..170e8a5f5 100644 --- a/locale/tr.json +++ b/locale/tr.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Sipariş İptal" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Gizlenmiş" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Visible" - }, - "configurationMenuAttributes": { - "string": "Ürün türlerine kullanılan özellikleri belirleyin" - }, - "configurationMenuChannels": { - "string": "Satış kanalı tanımla ve yönet" - }, - "configurationMenuNavigation": { - "string": "Mağazanızda nasıl gezinti yapılacağını tanımlayın" - }, - "configurationMenuPageTypes": { - "string": "Define types of content pages used in your store" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Satılan ürün türlerini tanımlayın" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "Site ayarlarını görüntüle ve güncelle" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Aktivite" - }, - "homeActivityCardNoActivities": { - "string": "Aktivite bulunamadı" - }, - "homeAnalyticsCardHeader": { - "string": "Bugün" - }, - "homeHeaderText": { - "context": "header", - "string": "Merhaba, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Mağazanız hakkında toparladığımız bazı bilgiler" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Popüler ürünler" - }, - "homeProductsListCardNoProducts": { - "string": "Ürün bulunamadı" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Feragatname" - }, - "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": "Merhaba, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "arasında" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "eşittir" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Menü oluştur" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Menü başlığı" - }, - "menuDetailsDeleteMenuContent": { - "string": " {menuName} isimli menüyü silmek istediğinize emin misiniz?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Menü sil" - }, - "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": "Öğe ekle" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Link to: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Öğeyi düzenle" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Link" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Aramak için yazın..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "İsim" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Yeni öğe oluştur" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menü öğeleri" - }, - "menuItemsPlaceholder": { - "string": "Menü oluşturmaya başlamak için menü öğesi ekleyin" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Menü sil" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menü başlığı" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Menü oluştur" - }, - "menuPropertiesMenuTitle": { - "string": "Menü başlığı" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Yayınlanmayan" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "Ayarlanmadı" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "Ayarlanmadı" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "Ayarlanmadı" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Kategori" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Koleksiyonlar" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Açıklama" - }, - "productExportFieldName": { - "context": "product field", - "string": "İsim" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Product Images" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Export Product Weight" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Tip" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variant Images" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Export Variant SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Envanter" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Ürün tipi oluştur" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Ürün tipi oluştur" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Vergiler" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Ücret" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stok" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stok" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Yayınlanan" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Kabul et" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Anahtar" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Oluştur" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Özellikler" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Are you sure you want to delete?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Bölge" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Tarih" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "File" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Çoklu Seçim" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Sayfalar" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Ürünler" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Ağırlık" - }, - "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_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "İmaj" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "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": "İsim" - }, - "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_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Şifre" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Şifrenizi mi unuttunuz?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Yeni Parola" - }, - "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": "Parolayı doğrula" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Parolalar eşleşmiyor" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Parolayı sıfırla" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Parolayı sıfırla" - }, - "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": "Uygunluk" - }, - "src_dot_back": { - "context": "button", - "string": "Geri" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "İptal et" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "İptal Edildi" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Katalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Kategoriler" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Arkaplan Resim (isteğe bağlı)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(İsteğe Bağlı)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Yeni Kategori Oluştur" - }, - "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": "Kategori sil" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "{categoryName} kategorisini silmek istiyor musunuz?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Kategori Adı" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Kategori Açıklaması" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Kategori oluştur" - }, - "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": "Tüm Kategoriler" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Kategori Adı" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "Kategori bulunamadı" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "Altkategoriler bulunamadı" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "Alt Kategoriler" - }, - "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_1657559629": { - "string": "Ürün bulunamadı" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "İsim" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Ürün ekle" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "{categoryName} kategorisindeki ürünler" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Alt Kategoriler" - }, - "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": "Ürünler" - }, - "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": "Alt kategori oluştur" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Kategori oluştur" - }, - "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": "Kategori oluşturuldu" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Bu kategoriyi silmek istiyor musunuz?} other { {displayQuantity} kategoriyi silmek istiyor musunuz?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "Kategori sil" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Kategori silindi" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Ürünleri sil" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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": "Kategorileri sil" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "{categoryName} kategorisini silmek istiyor musunuz?" - }, - "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": "Kategorileri sil" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Uygunluk" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Jeton" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Durum" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Aktif" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Temizle" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Koleksiyonlar" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Gizlenmiş" - }, - "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_643174786": { - "context": "collection label", - "string": "Visible" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Gizlenmiş" - }, - "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": "İsim" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Arkaplan Resim (isteğe bağlı)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(İsteğe Bağlı)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "All Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "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": "Gizlenmiş" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Yayınlanan" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "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": "Uygunluk" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "Ürün bulunamadı" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Tip" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "Uygunluk" - }, - "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": "İsim" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Koleksiyon silindi" - }, - "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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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": "Görseli sil" - }, - "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_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "İzinler" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Ülke" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Telefon" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Adres satırı 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "Şehir" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "ZIP / Posta kodu" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Adres satırı 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Firma/Şirket" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "Sonuç bulunamadı" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Search Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Özellikler" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Değer" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "Sonuç yok" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Uygunluk" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "{date} tarihinden bu yana" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Yayınlanan" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Durum" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Sıfırla" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Ülke" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Telefon" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Adres satırı 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Şehir" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Posta kodu" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Adres satırı 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Firma/Şirket" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "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_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Hata" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Panel" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "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": "Filtreler" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "Sonuç yok" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Filtreler" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "ve" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Filtreler" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Değişiklikleri kaydet" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Değer" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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": "Sonuç bulunamadı" - }, - "src_dot_components_dot_MultiSelectField_dot_4205644805": { - "string": "Sonuç bulunamadı" - }, - "src_dot_components_dot_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "Sipariş numarası" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Type Command" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Müşteri ara" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Müşterilerde ara" - }, - "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": "Katalogta ara" - }, - "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": "Hızlı İşlemler" - }, - "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": "Kategori" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Koleksiyon" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Yayınlanan" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Yayımlanmadı" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Kategori Oluştur" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Koleksiyon Oluştur" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Müşteri Oluştur" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Sipariş Oluştur" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Yetki Grubu Oluştur" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Ürün Oluştur" - }, - "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": "#{orderNumber} nolu siparişe git" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Katalogta ara" - }, - "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": "Müşterileri ara" - }, - "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": "Siparişleri ara" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "Sonuç Yok" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Ürün" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Hooop!" - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Eksikler var" - }, - "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_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "Sonuç bulunamadı" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Jeton" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Eğer boşsa, önizleme otomatik üretileni göstersin." - }, - "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": "Sonuç bulunamadı" - }, - "src_dot_components_dot_SingleSelectField_dot_4205644805": { - "string": "Sonuç bulunamadı" - }, - "src_dot_components_dot_TableHead_dot_868570480": { - "string": "Selected {number} items" - }, - "src_dot_components_dot_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Çıkış" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Hesap ayarları" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Görünüm" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "{date} tarihinden bu yana" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Konfigürasyon" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Tazele" - }, - "src_dot_continue": { - "context": "button", - "string": "Devam" - }, - "src_dot_create": { - "context": "button", - "string": "Oluştur" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Müşteriler" - }, - "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_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Default Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Default Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Default Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Set as default billing address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Set as 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": "Adres" - }, - "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": "Fatura Adresi" - }, - "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": "Notlar" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Not" - }, - "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": "Müşteri Oluştur" - }, - "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": "Not" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Müşteri ara" - }, - "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_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": "Durum" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "Önceki Siparişler" - }, - "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": "Tarih" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "Toplam" - }, - "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": "Panel" - }, - "src_dot_date": { - "string": "Tarih" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Açıklama" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "İndirimler" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "Kategori bulunamadı" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Kategori Adı" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Ürünler" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Collection Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Ürünler" - }, - "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": "Ülkeler A'dan Z'ye" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "Ürün bulunamadı" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Uygunluk" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "No variants found" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "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": "İsim" - }, - "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": "Aktif" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "Durum" - }, - "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": "Değer" - }, - "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": "Satış bulunmadı" - }, - "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": "İsim" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Değer" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "İsim" - }, - "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": "Değer" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Ülkeler" - }, - "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_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "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": "Aktif" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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": "Durum" - }, - "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": "Değer" - }, - "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": "Kod" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Kupon bulunamadı" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Değer" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "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": "Değer" - }, - "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": "Kod" - }, - "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_1134347598": { - "context": "column title", - "string": "Ücret" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Değer" - }, - "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_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Entire order" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Özel ürünler" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Kargo yöntemi" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "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": "Taslak:" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Draft Orders" - }, - "src_dot_drafts": { - "string": "Drafts" - }, - "src_dot_edit": { - "context": "button", - "string": "Düzenle" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "Hata" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "Ad" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Tamamlanmış" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Müşteri" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Not" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Değiştir" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Detaylar" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Detaylar" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Tutar" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Ürün" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Durum" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Ürün" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Ayarlar" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Anasayfa" - }, - "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_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "Gerçekleştirilecek sipariş yok" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "No payments waiting for capture" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Soyadı" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Menü" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "No" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "İsteğe bağlı" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Siparişler" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Fatura adresi" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "Sonuç bulunamadı" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Kargo adresi" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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": "Notlar" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "Contact Information" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Müşterileri ara" - }, - "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": "Müşteri" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Kargo adresi ile aynı" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Anonymous user" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Fatura Adresi" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Cancel order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Ekle" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "İndirim değeri" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "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": "Ücret" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Ürün" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Adet" - }, - "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": "Toplam" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "İndirim" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Ara toplam" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Toplam" - }, - "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_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Sipariş oluştur" - }, - "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": "Müşteri" - }, - "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": "Müşteri" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Tarih" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Toplam" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Cancel order" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Sipariş" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Ürün adı" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "Barkod" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Tamamla" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Takip ekle" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Takip düzenle" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Geri ödeme" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Takip numarası" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Add Tracking Code" - }, - "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_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "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": "Siparişiniz alındı" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Ödeme tamamlandı" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "oluşturuldu" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Fatura" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Sipariş oluştur" - }, - "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_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Müşteri" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "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": "Ödeme" - }, - "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": "Müşteri" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Tarih" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "Toplam" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "No orders found" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "Tutar" - }, - "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_capture": { - "context": "capture payment, button", - "string": "Capture" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Captured amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "İndirim" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Ödendi olarak işaretle" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Ödeme durumu" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Preauthorized amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Geri ödeme" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Kargo" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Ara toplam" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Vergiler" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Toplam" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Geri ödeme" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Kupon" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Ücret" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Ürün" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Adet" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "Barkod" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Toplam" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Ücret" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "Ürün bulunamadı" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Ürün" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Toplam" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Sipariş" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Tutar" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Geri ödeme" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Ücret" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "Ürün bulunamadı" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Ürün" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Toplam" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Ücret" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Ürün" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Tamamlanmamış" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Ayarlar" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Tamamla" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Jeton" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Sayfalar" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Create Page" - }, - "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": "{date} tarihinden sonra görünür olacak" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Visible" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Gizlenmiş" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "İçerik" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Başlık" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Başlık" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Görünüm" - }, - "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": "Jeton" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3640454975": { - "context": "page status", - "string": "Yayınlanan" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Yayımlanmadı" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Yayınla" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Yayından kaldır" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Kısmen tamamlanmış" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Partially refunded" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Ödeme durumu" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Aktif" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "E-posta Adresi" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Aktif" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "İsim" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Kategori oluştur" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Yetkilendirme" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "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": "Durum" - }, - "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_3954867850": { - "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_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Aktif" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Konfigürasyon" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "İsim" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "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": "Jeton" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_3559259966": { - "context": "section header", - "string": "Product Attributes" - }, - "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_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "Tip" - }, - "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": "Vergi" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { - "context": "product type is either simple or configurable", - "string": "Tip" - }, - "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": "Kargo" - }, - "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": "Ağırlık" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Jeton" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "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": "Ürünler" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Kategori" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Koleksiyonlar" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Yayınlanmayan" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Yayınlanan" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "İsim" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Ürün Oluştur" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Gizlenmiş" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "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": "Ücret" - }, - "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": "Görünüm" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visible" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "Ürün bulunamadı" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "İsim" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Uygunluk" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Ücret" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Tip" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "İsteğe bağlı" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Yükle" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Kategori" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Koleksiyonlar" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "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_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Kargo" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Ağırlık" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Adet" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Bu üründe vergi ücreti yansıt" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Yayınlanmayan" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Yayınlanan" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Varyantı Sil" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Ücret" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Özet" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Oluştur" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Varyantlar Oluştur" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "Barkod" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Önceki" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Varyant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Values" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Varyantı sil" - }, - "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": "Varyantı Sil" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Varyantlar" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "Varyant ekle" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "Yeni Varyant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Gizlenmiş" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Uygunluk" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Ücret" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Maliyet ücreti" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Ücret" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} adet mevcut} other {{stockQuantity} adet mevcut}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Varyantlar oluştur" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Varyantlar" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Envanter" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Varyant oluştur" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "Barkod" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Varyant" - }, - "src_dot_products_dot_views_dot_1731766393": { - "context": "dialog header", - "string": "Görseli Sil" - }, - "src_dot_products_dot_views_dot_2279302139": { - "string": "Varyant kaldırıldı" - }, - "src_dot_products_dot_views_dot_2362587265": { - "context": "header", - "string": "Varyant Oluştur" - }, - "src_dot_products_dot_views_dot_2880386427": { - "string": "Bu görseli silmek istediğinize emin misiniz?" - }, - "src_dot_products_dot_views_dot_3989383405": { - "context": "window title", - "string": "Varyant oluştur" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Ürün Oluştur" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "Yeni Ürün" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Ürün oluşturuldu" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Ürünleri Sil" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Ürün kaldırıldı" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Ürünü Sil" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Ürün Varyantlarını Sil" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Fully refunded" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Kaldır" - }, - "src_dot_requiredField": { - "string": "Bu alan zorunludur" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Satışlar" - }, - "src_dot_save": { - "context": "button", - "string": "Kaydet" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Pricing" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Ücret" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Ülkeler A'dan Z'ye" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Ülkeler" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Ülkeler" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Kargo alanı adı" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Ekle" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Kargo" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Kargo" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Ücret" - }, - "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": "İsim" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Ayarlar" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Kargo" - }, - "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": "Ülkeler" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "İsim" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Göster" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Ayarları" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "İzinler" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Kullanıcı aktif" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "All Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Aktif" - }, - "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": "Durum" - }, - "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": "E-posta Adresi" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Aktif" - }, - "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": "İsim" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "Yeni Parola" - }, - "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": "Şifre Değiştir" - }, - "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": "Şifre" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Değiştir" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "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": "Durum" - }, - "src_dot_summary": { - "string": "Özet" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Vergiler" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Vergiler" - }, - "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_1755013298": { - "string": "Kategori" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Tüm ürün fiyatları vergi ile girildi" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Önyüzde kullanıcılara brüt fiyatı göster" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Kargo oranına göre vergi yansıt" - }, - "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_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Özellikler" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Çeviriler" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Values" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Kategori Adı" - }, - "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_222873645": { - "string": "Koleksiyonlar" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "{language} Çeviriler" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Ürünler" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Sayfalar" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Kategoriler" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Özellikler" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Satışlar" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Kuponlar" - }, - "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": "Tamamlanmış Çeviriler" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "İsim" - }, - "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": "İçerik" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "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": "Açıklama" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Açıklama" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "İsim" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Tamamlanmamış" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Fatura adresi seçilmedi." - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Havale/EFT ödemeleri iade olamaz" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Sadece tekrarlanan ödemeler iptal olabilir" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Sadece önyetkili ödemeler yakalanabilir" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Seçilen kargo adresi için kargo metodu geçersizdir" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Kuponlar" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "İsim" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Ayarlar" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Aksiyon" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "İsim" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Yes" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Allocated" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Adet" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Sipariş İptal"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Gizlenmiş"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Visible"},"19/lwV":{"string":"Ürün türlerine kullanılan özellikleri belirleyin"},"8vJCJ4":{"string":"Satış kanalı tanımla ve yönet"},"hpMcW8":{"string":"Mağazanızda nasıl gezinti yapılacağını tanımlayın"},"JPH/uP":{"string":"Define types of content pages used in your store"},"ivJ1qt":{"string":"Manage your permission groups and their permissions"},"n0RwMK":{"string":"Satılan ürün türlerini tanımlayın"},"zxs6G3":{"string":"Manage how you ship out orders"},"5BajZK":{"string":"Site ayarlarını görüntüle ve güncelle"},"RQUkVW":{"string":"Manage your employees and their permissions"},"EIULpW":{"string":"Manage how your store charges tax"},"5RmuD+":{"string":"Manage and update your warehouse information"},"m19JfL":{"string":"View and update your plugins and their settings."},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Aktivite"},"wWTUrM":{"string":"Aktivite bulunamadı"},"zWgbGg":{"string":"Bugün"},"By5ZBp":{"context":"header","string":"Merhaba, {userName}"},"aCX8rl":{"context":"subheader","string":"Mağazanız hakkında toparladığımız bazı bilgiler"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {One ordered} other {{amount} Ordered}}"},"rr8fyf":{"context":"header","string":"Popüler ürünler"},"Q1Uzbb":{"string":"Ürün bulunamadı"},"6L6Fy2":{"context":"header","string":"Feragatname"},"5LRkEs":{"string":"The new dashboard and the GraphQL API are preview-quality software."},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"arasında"},"I+UwqI":{"context":"is filter range or value","string":"eşittir"},"0OtaXa":{"context":"dialog header","string":"Menü oluştur"},"jhh/D6":{"string":"Menü başlığı"},"G/SYtU":{"string":" {menuName} isimli menüyü silmek istediğinize emin misiniz?"},"QzseV7":{"context":"dialog header","string":"Menü sil"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"Öğe ekle"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Öğeyi düzenle"},"Urh2N3":{"context":"label","string":"Link"},"28GZnc":{"string":"Aramak için yazın..."},"0Vyr8h":{"context":"menu item name","string":"İsim"},"Uf3oHA":{"context":"add new menu item","string":"Yeni öğe oluştur"},"dEUZg2":{"context":"header","string":"Menü öğeleri"},"WwZfNK":{"string":"Menü oluşturmaya başlamak için menü öğesi ekleyin"},"ugnggZ":{"string":"Created menu"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"Menü oluştur"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Yayınlanmayan"},"YI6Fhj":{"context":"no address is set in draft order","string":"Ayarlanmadı"},"PX2zWy":{"context":"customer is not set in draft order","string":"Ayarlanmadı"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Ayarlanmadı"},"5Jo3C5":{"context":"vat not included in order price","string":"does not apply"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Kategori"},"jxoMLL":{"context":"product field","string":"Koleksiyonlar"},"YVIajc":{"context":"product field","string":"Açıklama"},"W8i2Ez":{"context":"product field","string":"İsim"},"6y+k8V":{"context":"product field","string":"Product Images"},"7JAAul":{"context":"product field","string":"Export Product Weight"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Tip"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Variant Images"},"5kvaFR":{"context":"product field","string":"Export Variant SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Envanter"},"SSWFo8":{"context":"window title","string":"Ürün tipi oluştur"},"bq1eEx":{"context":"header","string":"Ürün tipi oluştur"},"mUb8Gt":{"context":"section header","string":"Vergiler"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Ücret"},"vuKrlW":{"string":"Stok"},"ABgQcF":{"context":"variant stock, header","string":"Stok"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Warehouses"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Yayınlanan"},"ppLwx3":{"context":"number of categories","string":"Categories ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Collections ({quantity})"},"bNw8PM":{"context":"number of products","string":"Products ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Kabul et"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Anahtar"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"Oluştur"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Özellikler"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Delete attribute"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Bölge"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Tarih"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"File"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Çoklu Seçim"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Sayfalar"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Ürünler"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Ağırlık"},"dKPMyh":{"context":"tab name","string":"All Attributes"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"Visible on Product Page in Storefront"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"Visible"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"İmaj"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Add Value"},"UhcALJ":{"context":"attribute name","string":"İsim"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Sign in"},"5sg7KC":{"string":"Şifre"},"3tbL7x":{"context":"description","string":"Şifrenizi mi unuttunuz?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Sorry, your username and/or password are incorrect. Please try again."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Yeni Parola"},"S22jIs":{"context":"button","string":"Set new password"},"vfG+nh":{"string":"Parolayı doğrula"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Parolalar eşleşmiyor"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Parolayı sıfırla"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Uygunluk"},"0OfZJA":{"context":"button","string":"Geri"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"İptal et"},"dOQB9o":{"context":"payment status","string":"İptal Edildi"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Katalog"},"sK1FPw":{"context":"categories section name","string":"Kategoriler"},"DP6b8U":{"context":"section header","string":"Arkaplan Resim (isteğe bağlı)"},"0iMYc+":{"context":"field is optional","string":"(İsteğe Bağlı)"},"cgsY/X":{"context":"page header","string":"Yeni Kategori Oluştur"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"Kategori sil"},"dJQxHt":{"context":"delete category","string":"{categoryName} kategorisini silmek istiyor musunuz?"},"vEYtiq":{"string":"Kategori Adı"},"8HRy+U":{"string":"Kategori Açıklaması"},"vof5TR":{"context":"button","string":"Kategori oluştur"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"Tüm Kategoriler"},"dM86a2":{"string":"Kategori bulunamadı"},"rrbzZt":{"string":"Altkategoriler bulunamadı"},"BHQrgz":{"context":"number of subcategories","string":"Alt Kategoriler"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"İsim"},"x/pIZ9":{"context":"button","string":"Ürün ekle"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"{categoryName} kategorisindeki ürünler"},"JDz5h8":{"context":"number of subcategories in category","string":"Alt Kategoriler"},"V+fkAO":{"context":"number of products in category","string":"Ürünler"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Alt kategori oluştur"},"Irflxf":{"context":"window title","string":"Kategori oluştur"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Kategori oluşturuldu"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Kategori silindi"},"KCjd1o":{"context":"dialog title","string":"Ürünleri sil"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Kategorileri sil"},"xRkj2h":{"string":"{categoryName} kategorisini silmek istiyor musunuz?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Uygunluk"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Jeton"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"Durum"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Aktif"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Temizle"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Koleksiyonlar"},"9vQR6c":{"context":"collection label","string":"Visible"},"V8FhTt":{"context":"collection label","string":"Gizlenmiş"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"Add Collection"},"/WXs6H":{"context":"collection name","string":"İsim"},"G4g5Ii":{"context":"tab name","string":"All Collections"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Create collection"},"9eC0MZ":{"context":"collection","string":"Gizlenmiş"},"lL3YJO":{"context":"collection","string":"Yayınlanan"},"Yw+9F7":{"string":"No collections found"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"Collection Name"},"UxdBmI":{"context":"collection availability","string":"Uygunluk"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Tip"},"Oe62bR":{"context":"product availability","string":"Uygunluk"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"İsim"},"Q8wHwJ":{"string":"Koleksiyon silindi"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"Create collection"},"+wpvnk":{"context":"dialog title","string":"Delete Collection"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"Görseli sil"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Delete collections"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"İzinler"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Ülke"},"O95R3Z":{"string":"Telefon"},"B52Em/":{"string":"Adres satırı 1"},"TE4fIS":{"string":"Şehir"},"oYGfnY":{"string":"ZIP / Posta kodu"},"oQY0a2":{"string":"Adres satırı 2"},"9YazHG":{"string":"Firma/Şirket"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"Sonuç bulunamadı"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"Search Collection"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"Özellikler"},"j8PV7E":{"context":"attribute values","string":"Values"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Değer"},"jHJmjf":{"string":"Sonuç yok"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Uygunluk"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"{date} tarihinden bu yana"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Yayınlanan"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Durum"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Sıfırla"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Hata"},"9mGA/Q":{"context":"button linking to dashboard","string":"Panel"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"Filtreler"},"HnVtSS":{"context":"search","string":"Sonuç yok"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"Filtreler"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"ve"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Değişiklikleri kaydet"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Değer"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"Sonuç bulunamadı"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Sipariş numarası"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Müşteri ara"},"4gT3eD":{"context":"navigator section header","string":"Müşterilerde ara"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Katalogta ara"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Hızlı İşlemler"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Kategori"},"phAZoj":{"string":"Koleksiyon"},"M1uijW":{"context":"collection","string":"Yayımlanmadı"},"CjSRT1":{"context":"button","string":"Kategori Oluştur"},"VdDcxc":{"context":"button","string":"Koleksiyon Oluştur"},"QooeI/":{"context":"button","string":"Müşteri Oluştur"},"cfQf0w":{"context":"button","string":"Sipariş Oluştur"},"V1mqpZ":{"context":"button","string":"Yetki Grubu Oluştur"},"JFmOfi":{"context":"button","string":"Ürün Oluştur"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"#{orderNumber} nolu siparişe git"},"kbkjEc":{"context":"navigator catalog mode description","string":"Katalogta ara"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Müşterileri ara"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Siparişleri ara"},"k8bltk":{"string":"Sonuç Yok"},"x/ZVlU":{"string":"Ürün"},"yH56V+":{"string":"Hooop!"},"bj6pTd":{"string":"Eksikler var"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"Go back to dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Jeton"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"Eğer boşsa, önizleme otomatik üretileni göstersin."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Çıkış"},"X8+Lpa":{"context":"button","string":"Hesap ayarları"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Görünüm"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Konfigürasyon"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Confirm"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Tazele"},"Rjs1CD":{"context":"button","string":"Devam"},"H5NKfr":{"context":"button","string":"Oluştur"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Müşteriler"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Add Address"},"rjy9/k":{"context":"button","string":"Add address"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Default Address"},"VyzsWZ":{"string":"Default Billing Address"},"nLML8Y":{"string":"Default Shipping Address"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"Set as default billing address"},"+7OsyM":{"context":"button","string":"Set as default shipping address"},"BfJGij":{"context":"header","string":"Address Information"},"Zd3Eew":{"context":"subsection header","string":"Shipping Address"},"bHdFph":{"context":"subsection header","string":"Adres"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"Fatura Adresi"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Notlar"},"uUQ+Al":{"context":"note about customer","string":"Not"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Müşteri Oluştur"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Müşteri ara"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"Durum"},"1LiVhv":{"context":"section header","string":"Önceki Siparişler"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"Tarih"},"taX/V3":{"context":"order total amount","string":"Toplam"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Last order"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"Panel"},"P7PLVj":{"string":"Tarih"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Açıklama"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"İndirimler"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"Kategori bulunamadı"},"fV6yX5":{"context":"table head","string":"Kategori Adı"},"QGjJcT":{"context":"number of products","string":"Ürünler"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"No collections found"},"ht9yOD":{"context":"table head","string":"Collection Name"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Ülkeler A'dan Z'ye"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"Ürün bulunamadı"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"No variants found"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"İsim"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"Aktif"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"Durum"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"Değer"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"Satış bulunmadı"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"Değer"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"Ülkeler"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"All Vouchers"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Aktif"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"Durum"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"Değer"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"Kod"},"U2mOqA":{"string":"Kupon bulunamadı"},"GVinbz":{"context":"column title","string":"Değer"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"Ücret"},"/oaqFS":{"context":"section header","string":"Değer"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"Özel ürünler"},"WasHjQ":{"context":"voucher discount","string":"Kargo yöntemi"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"Taslak:"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"Drafts"},"Ja7gHc":{"context":"button","string":"Düzenle"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"Hata"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"Ad"},"pkjXPD":{"context":"order status","string":"Tamamlanmış"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Müşteri"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Not"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Değiştir"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Detaylar"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Detaylar"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Tutar"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Ürün"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Durum"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Ürün"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Ayarlar"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Anasayfa"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"Gerçekleştirilecek sipariş yok"},"5dyOs0":{"string":"No payments waiting for capture"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Soyadı"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Menü"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"No"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"İsteğe bağlı"},"Ta9j04":{"context":"orders section name","string":"Siparişler"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Cancel Orders"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Fatura adresi"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"Sonuç bulunamadı"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Kargo adresi"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Notlar"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"Müşterileri ara"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"Shipping Address"},"Y7M1YQ":{"context":"section header","string":"Müşteri"},"GLX9II":{"context":"billing address","string":"Kargo adresi ile aynı"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"Fatura Adresi"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Cancel order"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Ekle"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"İndirim değeri"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Ücret"},"nEWp+k":{"context":"quantity of ordered products","string":"Adet"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"Toplam"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"İndirim"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"Ara toplam"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"Toplam"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"Add products"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Sipariş oluştur"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"Müşteri"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"Müşteri"},"mCP0UD":{"context":"order draft creation date","string":"Tarih"},"1Uj0Wd":{"context":"order draft total price","string":"Toplam"},"PAqicb":{"context":"button","string":"Cancel order"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"Sipariş"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Ürün adı"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"Barkod"},"BLX9dz":{"context":"fulfill order, button","string":"Tamamla"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Takip ekle"},"dTkmON":{"context":"edit tracking button","string":"Takip düzenle"},"K//bUK":{"context":"refund button","string":"Geri ödeme"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Cancel Fulfillment"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Takip numarası"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Siparişiniz alındı"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Ödeme tamamlandı"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"oluşturuldu"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Fatura"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Müşteri"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"Ödeme"},"5blVMu":{"context":"e-mail or full name","string":"Müşteri"},"PHUcrU":{"context":"date when order was placed","string":"Tarih"},"k9hf7F":{"context":"total order price","string":"Toplam"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"Tutar"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"Capture"},"V+gwx7":{"context":"order payment","string":"Captured amount"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"İndirim"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Ödendi olarak işaretle"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Ödeme durumu"},"uUsZ7m":{"context":"order payment","string":"Preauthorized amount"},"HaQ8cg":{"context":"button","string":"Geri ödeme"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Kargo"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"does not apply"},"Rsknyh":{"context":"order does not require shipping","string":"does not apply"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Ara toplam"},"r+dgiv":{"string":"Vergiler"},"zb4eBO":{"context":"order total price","string":"Toplam"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Kupon"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Ücret"},"WE8IFE":{"context":"product name","string":"Ürün"},"tvpAXl":{"context":"ordered product quantity","string":"Adet"},"8J81ri":{"context":"ordered product sku","string":"Barkod"},"qT6YYk":{"context":"order line total price","string":"Toplam"},"5aiFbL":{"context":"tabel column header","string":"Ücret"},"FNT4b+":{"context":"tabel column header","string":"Ürün"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Toplam"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Tutar"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Geri ödeme"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Ücret"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Ürün"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Tamamlanmamış"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Ayarlar"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Tamamla"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"Note successfully added"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Jeton"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Sayfalar"},"gr53VQ":{"context":"page header","string":"Create Page"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"{date} tarihinden sonra görünür olacak"},"X26jCC":{"context":"page label","string":"Visible"},"/TK7QD":{"context":"page label","string":"Gizlenmiş"},"gMwpNC":{"context":"page content","string":"İçerik"},"gr+oXW":{"context":"page title","string":"Başlık"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Başlık"},"5GSYCR":{"context":"page status","string":"Görünüm"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Jeton"},"G1KzEx":{"context":"page status","string":"Yayınlanan"},"UN3qWD":{"context":"page status","string":"Yayımlanmadı"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Create Page"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"Yayınla"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Yayından kaldır"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"Kısmen tamamlanmış"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Partially refunded"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Ödeme durumu"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Aktif"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"E-posta Adresi"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"İsim"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Yetkilendirme"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"Durum"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"Aktif"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Konfigürasyon"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"İsim"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Tip"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"Vergi"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Tip"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Kargo"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Ağırlık"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"Ürünler"},"ulh3kf":{"string":"Koleksiyonlar"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"All Products"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Gizlenmiş"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"Ücret"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"Görünüm"},"6Y1nQd":{"context":"product is visible","string":"Visible"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Uygunluk"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Yükle"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"Kargo"},"SUbxSK":{"context":"product weight","string":"Ağırlık"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Adet"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Bu üründe vergi ücreti yansıt"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Varyantı Sil"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"Ücret"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"Özet"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Oluştur"},"S5PVx1":{"context":"variant creator summary card header","string":"Varyantlar Oluştur"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"Barkod"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Önceki"},"V76IV7":{"context":"variant name","string":"Varyant"},"rbkmfG":{"context":"button","string":"Varyantı sil"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Varyantı Sil"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Varyantlar"},"3C3Nj5":{"context":"button","string":"Varyant ekle"},"gF7hbK":{"context":"variant name","string":"Yeni Varyant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Gizlenmiş"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Uygunluk"},"Xm9qOu":{"context":"product pricing, section header","string":"Pricing"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Maliyet ücreti"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"Ücret"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} adet mevcut} other {{stockQuantity} adet mevcut}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Varyantlar oluştur"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Envanter"},"3VyHbJ":{"context":"button","string":"Varyant oluştur"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Varyant"},"uCn/rd":{"context":"dialog header","string":"Görseli Sil"},"BUKMzM":{"string":"Varyant kaldırıldı"},"T6dXGG":{"context":"header","string":"Varyant Oluştur"},"VEext+":{"string":"Bu görseli silmek istediğinize emin misiniz?"},"MyM2oR":{"context":"window title","string":"Varyant oluştur"},"PXx4Jk":{"context":"window title","string":"Ürün Oluştur"},"NBP8uu":{"context":"page header","string":"Yeni Ürün"},"DO8+uV":{"string":"Ürün oluşturuldu"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Ürünleri Sil"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Ürün kaldırıldı"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Ürünü Sil"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Ürün Varyantlarını Sil"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Fully refunded"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Kaldır"},"TKmub+":{"string":"Bu alan zorunludur"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Satışlar"},"RaycYK":{"context":"button","string":"Kaydet"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Pricing"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"Ülkeler"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Kargo alanı adı"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Ekle"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Kargo"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Ücret"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"İsim"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Ayarlar"},"uULcph":{"context":"header","string":"Kargo"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"Ülkeler"},"gRa/TS":{"context":"shipping zone","string":"İsim"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Göster"},"viFkCw":{"context":"site settings section name","string":"Site Ayarları"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Company Information"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"Kullanıcı aktif"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Aktif"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"Durum"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"Yeni Parola"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"Şifre Değiştir"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"Şifre"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Değiştir"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"Durum"},"RrCui3":{"string":"Özet"},"5elC9k":{"context":"taxes section name","string":"Vergiler"},"lnQAos":{"context":"header","string":"Vergiler"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"Tüm ürün fiyatları vergi ile girildi"},"98isC5":{"string":"Önyüzde kullanıcılara brüt fiyatı göster"},"FNKhkx":{"string":"Kargo oranına göre vergi yansıt"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Özellikler"},"5fCMUI":{"context":"translations section name","string":"Çeviriler"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"Values"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Languages"},"FemBUF":{"context":"header","string":"{language} Çeviriler"},"7NFfmz":{"string":"Ürünler"},"CxfKLC":{"string":"Sayfalar"},"VKb1MS":{"string":"Kategoriler"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"Satışlar"},"etP0+D":{"string":"Kuponlar"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Tamamlanmış Çeviriler"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"İsim"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"Language"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"Açıklama"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"Tamamlanmamış"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Fatura adresi seçilmedi."},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Havale/EFT ödemeleri iade olamaz"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Sadece tekrarlanan ödemeler iptal olabilir"},"gKdGxP":{"context":"error message","string":"Sadece önyetkili ödemeler yakalanabilir"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Seçilen kargo adresi için kargo metodu geçersizdir"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"Kuponlar"},"ycMLN9":{"context":"warehouses section name","string":"Warehouses"},"43Nlay":{"context":"warehouse","string":"Address Information"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"İsim"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Ayarlar"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Aksiyon"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"İsim"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Yes"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Allocated"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Adet"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/uk.json b/locale/uk.json index cab7b2095..efaa031ff 100644 --- a/locale/uk.json +++ b/locale/uk.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Скасувати замовлення" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Приховано" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Видно з {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Стане доступним {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Видимий" - }, - "configurationMenuAttributes": { - "string": "Визначте характеристики, які використовуються для створення типів товарів" - }, - "configurationMenuChannels": { - "string": "Визначте свої канали збуту та керуйте ними" - }, - "configurationMenuNavigation": { - "string": "Визначте, які користувачі можуть переміщатися по вашому магазину" - }, - "configurationMenuPageTypes": { - "string": "Визначення типів сторінок контенту, використовуваних в вашому магазині" - }, - "configurationMenuPermissionGroups": { - "string": "Управління групами дозволів та їх дозволами" - }, - "configurationMenuProductTypes": { - "string": "Визначте типи товарів, які ви продаєте" - }, - "configurationMenuShipping": { - "string": "Управління, як ви відправляєте замовлення" - }, - "configurationMenuSiteSettings": { - "string": "Перегляд та оновлення налаштувань вашого сайту" - }, - "configurationMenuStaff": { - "string": "Управління співробітниками та їх дозволами" - }, - "configurationMenuTaxes": { - "string": "Управління, як ваш магазин стягує податок" - }, - "configurationMenuWarehouses": { - "string": "Управління та оновлення інформації про ваш склад" - }, - "configurationPluginsPages": { - "string": "Перегляд та оновлення плагінів та їх налаштувань" - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "вартість знижки" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Фіксована сума" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Активність" - }, - "homeActivityCardNoActivities": { - "string": "Не знайдено діяльності" - }, - "homeAnalyticsCardHeader": { - "string": "Сьогодні" - }, - "homeHeaderText": { - "context": "header", - "string": "Привіт, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Ось деякі відомості, які ми зібрали про ваш магазин" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {Один замовив} few {{amount} замовило} many {{amount} замовило} other {{amount} замовило}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Популярні товари" - }, - "homeProductsListCardNoProducts": { - "string": "Не знайдено жодного товару" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Відмова від відповідальності" - }, - "homeScreenDisclaimerText1": { - "string": "Нова інформаційна панель та API GraphQL - це програмне забезпечення якості попереднього перегляду." - }, - "homeScreenDisclaimerText2": { - "string": "API GraphQL - бета-якість. Він не повністю оптимізований, і деякі мутації чи запити можуть бути відсутні." - }, - "homeScreenHeader": { - "context": "header", - "string": "Привіт, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "між" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "дорівнює" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Створити меню" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Назва меню" - }, - "menuDetailsDeleteMenuContent": { - "string": "Ви впевнені, що хочете видалити меню {menuName}?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Видалити меню" - }, - "menuDetailsPageHelperText": { - "string": "Створення навігаційної структури здійснюється шляхом перетягування та опускання. Просто створіть новий елемент меню, а потім перетягніть його на призначене місце. Ви можете переміщувати елементи всередині іншого, щоб створити структуру дерева та перетягнути елементи вгору та вниз, щоб створити ієрархію" - }, - "menuItemDialogAddItem": { - "context": "create new menu item, header", - "string": "Додати елемент меню" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Посилання до: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Редагувати елемент" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Посилання" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Почніть вводити текст, щоб розпочати пошук..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Назва" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Створити новий елемент" - }, - "menuItemsHeader": { - "context": "header", - "string": "Елементи меню" - }, - "menuItemsPlaceholder": { - "string": "Додати новий елемент меню, щоб розпочати роботу з меню" - }, - "menuListCreatedMenu": { - "string": "Меню створено" - }, - "menuListDeleteMenuContent": { - "string": "Ви впевнені, що хочете видалити {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Видалити меню" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Ви впевнені, що хочете видалити це меню?} few {Ви впевнені, що хочете видалити {displayQuantity} меню?} many {Ви впевнені, що хочете видалити {displayQuantity} меню?} other {Ви впевнені, що хочете видалити {displayQuantity} меню?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Видалити меню" - }, - "menuListDeletedMenu": { - "string": "Видалити меню" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Елементи" - }, - "menuListMenutitle": { - "string": "Назва меню" - }, - "menuListNoMenus": { - "string": "Меню не знайдено" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Створити меню" - }, - "menuPropertiesMenuTitle": { - "string": "Назва меню" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Неопубліковано" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "Не встановлено" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "Не встановлено" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "Не встановлено" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "не застосовується" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Створити тип сторінки" - }, - "pageTypeInputLabel": { - "string": "Виберіть тип вмісту" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Доступний для придбання" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Категорія" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Колекції" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Опис" - }, - "productExportFieldName": { - "context": "product field", - "string": "Назва" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Зображення товару" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Експорт ваги товару" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Збір податків" - }, - "productExportFieldType": { - "context": "product field", - "string": "Тип" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Варіантни зображень" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Експорт варіанту SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Export Variant Weight" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Запаси" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Створіть тип товару" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Створіть тип товару" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Податки" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Ціна" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Склад" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Склад" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Склади" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Опубліковано" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Категорії ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Колекції ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Товари ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Встановити дату доступності" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Склад" - }, - "src_dot_accept": { - "context": "button", - "string": "Приймати" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Додатки" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Додатки" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "Додаток активовано" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "Додаток деактивовано" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Активувати додаток" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Активувати" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Деактивувати" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Деактивувати додаток" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Видалити додаток" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Ви впевнені, що хочете видалити цей додаток?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Вимкнути" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "Перегляньте політику конфіденційності цього додатка" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Редагувати налаштування" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Конфіденційність даних" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Отримати підтримку" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Відкрити додаток" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Активувати" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "Дозволи додатків" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "Цей додаток має дозволи на:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "Про цей додаток" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Видалити додаток" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Ви впевнені, що хочете видалити цей додаток?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "Виникла проблема з додатком." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Повернутися на головну сторінку" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Дізнайтеся більше про конфіденційність даних" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Встановити додаток" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Встановлення цього додатка надасть йому такі дозволи:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Видалення додатку призведе до видалення всіх особистих даних вашого клієнта, що зберігаються в {name}." - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "Ви збираєтесь встановити {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "Дозволи додатків" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "Про" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Підтримка/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Поточні установки" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Повторіть спробу" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "Під час встановлення виникла проблема" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Встановлення додатку..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Надати цьому додатку повний доступ до магазину" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Розширте або обмежте дозволи додатків для доступу до певної частини системи Saleor." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Створити новий додаток" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Створено ідентифікаційний номер" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "Цей ідентифікаційний номер надає вам доступ до API вашого магазину, який ви знайдете тут: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Скопійовано" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Скопіювати ідентифікаційний номер" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_4189999598": { - "string": "Ми створили ваш ідентифікаційний номер за замовчуванням. Не забудьте скопіювати свій новий особистий ідентифікаційний номер доступу зараз. Ви більше не зможете його побачити." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Надати цьому додатку повний доступ до магазину" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Вимкнути" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Розширте або обмежте дозволи додатків для доступу до певної частини системи Saleor." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Активувати" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "Інформація про додаток" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "Назва додатку" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Ключ" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "Не знайдено ідентифікаційного номеру" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Ідентифікаційні номери" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Створити ідентифікаційний номер" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Примітка ідентифікаційного номеру" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Дії" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Створити додаток" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Деактивовано" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "Про" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "У вас немає встановлених додатків в панелі управління" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Сторонні додатки" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace незабаром з’явиться" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Відвідати Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Відкрийте для себе чудові безкоштовні та платні програми на нашому Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Створено ідентифікаційний номер" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Доступ за ідентифікаційним номером використовується для аутентифікації службових облікових записів" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3009959880": { - "string": "Ми створили ваш ідентифікаційний номер. Не забудьте скопіювати свій новий особистий ідентифікаційний номер доступу зараз. Ви більше не зможете його побачити." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Скопіювати ідентифікаційний номер" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Створити ідентифікаційний номер" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Примітка ідентифікаційного номеру" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Створити" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Видалити ідентифікаційний номер" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Ви впевнені, що хочете видалити доступ за ідентифікаційним номером {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Не вдалося отримати налаштування програми" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Встановити додаток" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Не вдалося встановити {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "Додаток встановлено" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} готовий до використання" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "Додаток успішно видалено" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Створити додаток" - }, - "src_dot_assign": { - "context": "button", - "string": "Призначити" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Характеристики" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Характеристика з цим ідентифікатором вже існує" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": " У цій характеристики вже існує це значення" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Ви впевнені, що хочете видалити цю характеристику?} few {Ви впевнені, що хочете видалити {displayQuantity} характеристик?} many {Ви впевнені, що хочете видалити {displayQuantity} характеристик?} other {Ви впевнені, що хочете видалити {displayQuantity} характеристик?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Видалити характеристики" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Видалити характеристику" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Ви впевнені, що хочете видалити {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Область" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Мітка за замовчуванням" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Код характеристики" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "context": "attribute slug input field helper text", - "string": "Це використовується усередені. Переконайтеся, що ви не використовуєте пробіли" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Дата" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Випадаючий" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "Файл" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Каталог для власника магазину" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Багаторазовий вибір" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Сторінки" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Товари" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Необхідне значення" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Вага" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "Всі характеристики" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "Створити характеристику" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "Пошук характеристик" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "Може використовуватися як стовпець" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Фільтрується в центрі керування" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { - "context": "use attribute in filtering", - "string": "Фільтрується в магазині" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_isVariantOnly": { - "context": "attribute can be used only in variants", - "string": "Тільки варіант" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_valueRequired": { - "context": "attribute value is required", - "string": "Необхідне значення" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_visibleInStorefront": { - "context": "attribute", - "string": "Відомий на сторінці товару у вітрині" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { - "string": "Жодної характеристики не знайдено" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2186555805": { - "context": "attribute can be searched in storefront", - "string": "Використовувати при багатофункціональному пошуку" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2235596452": { - "context": "attribute can be searched in dashboard", - "string": "Пошуковий" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { - "string": "Код характеристики" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_643174786": { - "context": "attribute is visible", - "string": "Видимий" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "Мітка за замовчуванням" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "Визначте, де цю властивість слід використовувати в системі Saleor" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Організація" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Властивості класу" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Створити нову характеристику" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Додати в параметри стовпця" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "Якщо цей параметр включений, ця характеристика може використовуватися як стовпець у таблиці товарів." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Властивості інформаційної панелі" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Використання у фільтруванні" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "Якщо ввімкнено, ви зможете використовувати цю характеристику для фільтрування продуктів у списку товарів." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Використовувати в багатоаспектній навігації" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Властивості вітрини магазину" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Позиція в багатоаспектній навігації" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Зображення" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Ви впевнені, що хочете видалити \"{name}\" значення?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Видалити значення характеристики" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Ви впевнені, що хочете видалити \"{name}\" значення? Якщо ви видалите його, ви не зможете призначити його жодному з товарів з \"{attributeName}\" характеристикою." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Змінити значення" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Додати значення" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "Назва" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Перегляд магазину за замовчуванням" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "Адміністратор" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "Значень не знайдено" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Значення характеристики" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Призначити значення" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Характеристику успішно створено" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Значення видалено" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Характеристик видалено" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Нове значення додано" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Характеристики успішно видалені" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Увійти" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Пароль" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Забули пароль?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Вибачте, ваше ім’я користувача та/або пароль невірні. Будь ласка спробуйте ще раз." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Новий пароль" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "Встановити новий пароль" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "Підтвердіть пароль" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Паролі не збігаються" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Скинути пароль" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Повернутися до авторизації" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Скинути пароль" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "Успіх! Через кілька хвилин ви отримаєте повідомлення з інструкціями щодо відновлення пароля." - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "Зазначена електронна адреса не існує в нашій базі даних." - }, - "src_dot_availability": { - "string": "Доступність" - }, - "src_dot_back": { - "context": "button", - "string": "Назад" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Відмінити" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Скасовано" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Каталог" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Категорії" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Фонове зображення (необов’язково)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(необов'язково)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Створити нову категорію" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Додати заголовок та опис для пошукової системи, щоб полегшити пошук цієї категорії" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Видалити категорію" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "Ви впевнені, що хочете видалити {categoryName}?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Назва категорії" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Опис категорії" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Створити категорію" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Пошук Категорії" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "Всі категорії" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Назва категорії" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "Категорії не знайдено" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "Не знайдено підкатегорій" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "Підкатегорії" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "Кількість товарів" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "Не знайдено жодного товару" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Назва" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Додати товар" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "Товарів у {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Підкатегорії" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Додати заголовок та опис для пошукової системи, щоб полегшити пошук цієї категорії" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "Товари" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "Всі підкатегорії" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Створити підкатегорію" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Створити категорію" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Ви впевнені, що хочете видалити цей товар?} few {Ви впевнені, що хочете видалити {displayQuantity} товарів?} many {Ви впевнені, що хочете видалити {displayQuantity} товарів?} other {Ви впевнені, що хочете видалити {displayQuantity} товарів?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "Категорія створена" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Ви впевнені, що хочете видалити цю категорію?} few {Ви впевнені, що хочете видалити {displayQuantity} категорій?} many {Ви впевнені, що хочете видалити {displayQuantity} категорій?} other {Ви впевнені, що хочете видалити {displayQuantity} категорій?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "Видалити категорію" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Категорія видалена" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Видалити товари" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "src_dot_categories_dot_views_dot_3488150607": { - "string": "Пам'ятайте, що це також видалить усі товари, віднесені до цієї категорії." - }, - "src_dot_categories_dot_views_dot_712767046": { - "context": "dialog title", - "string": "Видалити категорії" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "Ви впевнені, що хочете видалити {categoryName}?" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_1823337870": { - "string": "{counter,plural,one {Ви впевнені, що хочете видалити цю категорію?} few {Ви впевнені, що хочете видалити {displayQuantity} категорій?} many {Ви впевнені, що хочете видалити {displayQuantity} категорій?} other {Ви впевнені, що хочете видалити {displayQuantity} категорій?}}" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_3488150607": { - "string": "Пам'ятайте, що це також видалить усі njdfhb, віднесені до цієї категорії." - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_712767046": { - "context": "dialog title", - "string": "Видалити категорії" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Канали" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Доступність" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Видалити канал" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Вибрати канал" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Налаштування каналу" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Скопійовано" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Описова частина" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Копіювати" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Валюта" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Назва каналу" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Виберіть канал" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Назва каналу" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Неактивний" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Статус" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Вимкнути" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Стан каналу" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Активний" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Активувати" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Назва каналу" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "Канали не знайдено" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Дії" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Створити канал" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "Новий канал" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Створити канал" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Деталі каналу" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Канал видалено" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Канал видалено" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Виберіть файл" - }, - "src_dot_clear": { - "context": "button", - "string": "Очистити" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Колекції" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Видимий" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Приховано" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "Додати заголовок та опис для пошукової системи, щоб полегшити пошук цієї колекції" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "Додати колекцію" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "Видимий" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Приховано" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Додати заголовок та опис для пошукової системи, щоб полегшити пошук цієї колекції" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "Назва" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Фонове зображення (необов’язково)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(необов'язково)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "Всі колекції" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Створити колекцію" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "Приховано" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Опубліковано" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "Колекції не знайдено" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "Кількість товарів" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "Назва колекції" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "Доступність" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "Не знайдено жодного товару" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Тип" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "Доступність" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Товари у {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Призначити товар" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "Назва" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Видалити колекцію" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Товар доданий до колекції" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Ви впевнені, що хочете видалити зображення колекції?" - }, - "src_dot_collections_dot_views_dot_3215481647": { - "string": "{counter,plural,one {Ви впевнені, що хочете скасувати призначення цього товару?} few {Ви впевнені, що хочете скасувати призначення {displayQuantity} товарів?} many {Ви впевнені, що хочете скасувати призначення {displayQuantity} товарів?} other {Ви впевнені, що хочете скасувати призначення {displayQuantity} товарів?}}" - }, - "src_dot_collections_dot_views_dot_3482612628": { - "string": "Видалений товар із колекції" - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "src_dot_collections_dot_views_dot_3791354625": { - "context": "dialog title", - "string": "Скасувати товари з колекції" - }, - "src_dot_collections_dot_views_dot_523939418": { - "string": "Ви впевнені, що хочете видалити {collectionName}?" - }, - "src_dot_collections_dot_views_dot_686910896": { - "context": "window title", - "string": "Створити колекцію" - }, - "src_dot_collections_dot_views_dot_699514132": { - "context": "dialog title", - "string": "Видалити колекцію" - }, - "src_dot_collections_dot_views_dot_870815507": { - "context": "unassign product from collection, button", - "string": "Скасувати" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "Видалити зображення" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2491832187": { - "string": "{counter,plural,one {Ви впевнені, що хочете видалити цю колекцію?} few {Ви впевнені, що хочете видалити {displayQuantity} колекцій?} many {Ви впевнені, що хочете видалити {displayQuantity} колекцій?} other {Ви впевнені, що хочете видалити {displayQuantity} колекцій?}}" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_3817188998": { - "context": "dialog title", - "string": "Видалити колекції" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Групи дозволів" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Дозволи" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Доступні дозволи" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "Ця група дозволів перевищує вашу власну. Ви можете лише керувати наявними дозволами." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "Ця група є останнім джерелом цього дозволу" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Країна" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Телефон" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Адреса 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "місто" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "Поштовий індекс" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Адреса 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Компанія" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Область країни" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "Нічого не знайдено" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Пошук характеристик" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Пошук за назвою характеристики" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Призначити характеристику" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Призначити" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Присвоїти категорію" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Пошук Категорії" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Пошук за назвою категорії, тощо..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Призначити колекцію" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Пошук Колекції" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Пошук за назвою колекції, тощо..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Призначити" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Пошук товарів" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Пошук за назвою товару, характеристикою, типом товару, тощо..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Призначити товар" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Пошук за назвою товару, характеристикою, типом товару, тощо..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Ви впевнені, що хочете скасувати призначення {attributeName} з {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Характеристика" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Характеристики" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Значення" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Значення" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "Немає результатів" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Доступність" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Управління" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Показати у списках товарів" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "розміщено з {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Опублікувати на" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Набір доступний на" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Встановити дату публікації" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Виберіть канали, для яких {contentType} буде доступним" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "Канали не знайдено" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Виберіть усі канали" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Канали від А до Я" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Шукайте по каналах" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Шукайте по каналах" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Виберіть канали, для яких {contentType} буде доступним" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Опубліковано" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Статус" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Скинути" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Стовпці" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} стовпців обрано з {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Країна" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Телефон" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Адреса 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "місто" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "Поштовий індекс" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Адреса 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Компанія" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Область країни" - }, - "src_dot_components_dot_CountryList_dot_2460766407": { - "context": "number of countries", - "string": "Країни {number}" - }, - "src_dot_components_dot_CountryList_dot_2747492886": { - "context": "button", - "string": "Призначити країни" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_2173195312": { - "context": "custom search delete, dialog header", - "string": "Видалити пошук" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_71479100": { - "string": "Ви впевнені, що хочете видалити {name} вкладку пошуку?" - }, - "src_dot_components_dot_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Грати з GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Помилка" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Центр керування " - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Видалити пошук" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Спеціальний фільтр" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Зберегти Пошук" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "Фільтр" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "Немає результатів" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Показати більше" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Фільтр" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "та" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Фільтр" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Зберегти зміни" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "src_dot_components_dot_ImageUpload_dot_1731007575": { - "context": "image upload", - "string": "Скиньте сюди, щоб завантажити" - }, - "src_dot_components_dot_LanguageSwitch_dot_4150219184": { - "context": "button", - "string": "{languageName} - {languageCode}" - }, - "src_dot_components_dot_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Значення" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Дії" - }, - "src_dot_components_dot_MoneyRange_dot_12301532": { - "context": "money", - "string": "до {money}" - }, - "src_dot_components_dot_MoneyRange_dot_1316359951": { - "context": "money", - "string": "{fromMoney} - {toMoney}" - }, - "src_dot_components_dot_MoneyRange_dot_3729849657": { - "context": "money", - "string": "від {money}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Додати нове значення: {value}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { - "string": "Нічого не знайдено" - }, - "src_dot_components_dot_MultiSelectField_dot_4205644805": { - "string": "Нічого не знайдено" - }, - "src_dot_components_dot_NavigatorButton_dot_154826674": { - "string": "Навігатор" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "Номер замовлення" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Введіть команду" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Пошук Клієнта" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Пошук у Клієнтах" - }, - "src_dot_components_dot_Navigator_dot_2874620973": { - "context": "navigator placeholder", - "string": "Введіть {key}, щоб переглянути доступні дії" - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Пошук у Каталозі" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Перейти до" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "Наша нова функція, яка допоможе вам у виконанні щоденних завдань. Запустіть Навігацію за допомогою {keyboardShortcut} комбінації клавіш." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Швидкі дії" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Навігатор тут для допомоги" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "Категорія" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Колекції" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Опубліковано" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Не опубліковано" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Створити категорію" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Створити колекцію" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Створити клієнта" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Створити замовлення" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Створіть групу дозволів" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Створити товар" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Створити купон" - }, - "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": "Перейти до замовлення №{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Пошук у Каталозі" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Пошук Команди" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Пошук Клієнтів" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Пошук Переглядів та Дій" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Показати довідку" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Пошук Замовлень" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "Немає результатів" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Товар" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Ой!" - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Щось не вистачає" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "На жаль, сторінку не знайдено" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "Повернутися до інформаційної панелі" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Ціна не може бути нижче 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "Нічого не знайдено" - }, - "src_dot_components_dot_RowNumberSelect_dot_1154361791": { - "string": "№ рядків:" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1514415736": { - "context": "save filter tab, header", - "string": "Збережіть власний пошук" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1556856943": { - "context": "save search tab", - "string": "Пошук Імені" - }, - "src_dot_components_dot_SearchBar_dot_2173195312": { - "context": "button", - "string": "Видалити пошук" - }, - "src_dot_components_dot_SearchBar_dot_2340527467": { - "string": "Спеціальний фільтр" - }, - "src_dot_components_dot_SearchBar_dot_3268463180": { - "context": "button", - "string": "Зберегти Пошук" - }, - "src_dot_components_dot_SeoForm_dot_1324250412": { - "string": "Назва пошукової системи" - }, - "src_dot_components_dot_SeoForm_dot_1991321627": { - "string": "Опис пошукової системи" - }, - "src_dot_components_dot_SeoForm_dot_3198271020": { - "context": "button", - "string": "Редагувати SEO вебсайту" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Попередній перегляд пошукової системи" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Описова частина" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} з {maxCharacters} символів" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Якщо порожньо, попередній перегляд покаже, що буде створено автоматично" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Додати нове значення: {value}" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { - "string": "Нічого" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_4205644805": { - "string": "Нічого не знайдено" - }, - "src_dot_components_dot_SingleSelectField_dot_4205644805": { - "string": "Нічого не знайдено" - }, - "src_dot_components_dot_TableHead_dot_868570480": { - "string": "Вибрано {number} елементів" - }, - "src_dot_components_dot_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "src_dot_components_dot_Timeline_dot_1359200231": { - "context": "add order note, button", - "string": "Надіслати" - }, - "src_dot_components_dot_Timeline_dot_3028189627": { - "string": "Залиште свою замітку тут..." - }, - "src_dot_components_dot_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Вийти" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Налаштування акаунта" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Увімкнути Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Показати у списках товарів" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Видимість" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "розміщено з {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Опублікувати на" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Набір доступний на" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Встановити дату публікації" - }, - "src_dot_components_dot_WeightRange_dot_264731940": { - "context": "weight", - "string": "до {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": "від {value} {unit}" - }, - "src_dot_components_dot_Weight_dot_2781622322": { - "context": "weight", - "string": "{value} {unit}" - }, - "src_dot_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Конфігурація" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Різне" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Налаштування Доставки" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Налаштування Персоналу" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Управління контентом" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Налаштування Товарів" - }, - "src_dot_configuration_dot_887806978": { - "string": "Багатоканальний" - }, - "src_dot_confirm": { - "context": "button", - "string": "Підтвердіть" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Накладна сформована" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Формування накладної" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Оновити" - }, - "src_dot_continue": { - "context": "button", - "string": "Продовжити" - }, - "src_dot_create": { - "context": "button", - "string": "Створити" - }, - "src_dot_customApps": { - "string": "Локальні додатки" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Покупці" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "Редагувати Адресу" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "Добавити адресу" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Додати адресу" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "string": "Цей клієнт не має жодних адрес, доданих до його адресної книги. Ви можете додати адресу за допомогою кнопки нижче." - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName} Адресна книга" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Деталі" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "Немає адреси для цього клієнта" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Адреса за замовчуванням" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Платіжна адреса за замовчуванням" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Адреса доставки за замовчуванням" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Видалити Адресу" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Редагувати Адресу" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Встановити як платіжну адресу за замовчуванням" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Встановити як адресу доставки за замовчуванням" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Інформація про адресу" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Адреса доставки" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Адреса" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "Цей клієнт ще не має адреси" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "Адреса виставлення рахунку" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "Основна адреса" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "Основна адреса цього клієнта." - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Огляд клієнта" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "Помітка" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Помітка" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Введіть додаткову інформацію щодо цього клієнта." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "Створити клієнта" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { - "context": "check to mark this account as active", - "string": "Акаунт користувача активний" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { - "context": "section subheader", - "string": "Активний учасник з {date}" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { - "context": "note about customer", - "string": "Помітка" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Контактна інформація" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Пошук Клієнта" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "Створити клієнта" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "Всі клієнти" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Додати Дату" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { - "string": "Кількість замовлень" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "№ замовлень" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "Не знайдено клієнтів" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Електронна пошта клієнта" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Ім'я клієнта" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { - "context": "order status", - "string": "Статус" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "Нещодавні замовлення" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "№ замовлення" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "Переглянути всі замовлення" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "Дата" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "Разом" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { - "string": "Не знайдено жодних замовлень" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Остання авторизація" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "Останнє замовлення" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Історія клієнта" - }, - "src_dot_customers_dot_views_dot_1927691511": { - "context": "delete customer, dialog content", - "string": "Ви впевнені, що хочете видалити {email}?" - }, - "src_dot_customers_dot_views_dot_1998583641": { - "context": "dialog header", - "string": "Видалити клієнта" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "Видалити Адресу" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Створити клієнта" - }, - "src_dot_customers_dot_views_dot_3689332763": { - "string": "Ви впевнені, що хочете видалити цю адресу з адресної книги користувачів?" - }, - "src_dot_customers_dot_views_dot_3901579344": { - "string": "Клієнта видалено" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Клієнт створений" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_1932444813": { - "string": "{counter,plural,one {Ви впевнені, що хочете видалити цього клієнта?} few {Ви впевнені, що хочете видалити {displayQuantity} клієнтів?} many {Ви впевнені, що хочете видалити {displayQuantity} клієнтів?} other {Ви впевнені, що хочете видалити {displayQuantity} клієнтів?}}" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_2136923553": { - "context": "dialog header", - "string": "Видалити клієнтів" - }, - "src_dot_dashboard": { - "string": "Центр керування " - }, - "src_dot_date": { - "string": "Дата" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Видалити" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Просто щоб повідомити вас ... Ви перебуваєте в демо-режимі. Ви можете грати за допомогою інформаційної панелі, але не можете зберегти зміни." - }, - "src_dot_description": { - "string": "Опис" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Знижки " - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Призначити категорії" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Придатні Категорії" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "Категорії не знайдено" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Назва категорії" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Товари" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Призначити колекції" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Придатні Колекції" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "Не знайдено жодной колекції" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Назва колекції" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Товари" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_1585396479": { - "context": "dialog header", - "string": "Призначити країни" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2110418881": { - "context": "search box placeholder", - "string": "Пошук за назвою країни" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2177165134": { - "string": "Виберіть країни зі списку нижче, якими ви хочете, щоб був обмежений купон" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2566713432": { - "context": "search box label", - "string": "Фільтрувати Країни" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2747492886": { - "context": "button", - "string": "Призначити країни" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2777439857": { - "context": "country selection", - "string": "Країни від А до Я" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Встановити дату закінчення" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1662220323": { - "context": "time during discount is active, header", - "string": "Активні дати" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsButton": { - "context": "button", - "string": "Призначити товари" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Придатні Товари" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "Не знайдено жодного товару" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Доступність" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Назва Товару" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Тип Товару" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "Варіантів не знайдено" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Назва Товару" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Тип Товару" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Створити розпродаж" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "Назва" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Пошук продаж" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Створити розпродаж" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "Всі продажі" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "Активний" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "Термін дії закінчився" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { - "context": "discount type", - "string": "Фіксована сума" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Процент" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "За розкладом" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "Розпочався" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "Статус" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "Тип знижки" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "Значення" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { - "context": "sale end date", - "string": "Закінчується" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { - "string": "Жодного розпродажу не знайдено" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Починає" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "Назва" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Значення" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Назва" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Тип знижки" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Процент" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Фіксована сума" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "Значення" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Значення знижки" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "Канали не знайдено" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Назва каналу" - }, - "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { - "context": "page header", - "string": "Створити купон" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Встановити дату закінчення" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { - "context": "time during voucher is active, header", - "string": "Активні дати" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "Купони поширюються на всі країни" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Купони обмежуються цими країнами" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "Країни" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "Категорії ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "Колекції ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "Товарів ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Код знижки" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Створити код" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Обмежити одним використанням кожного клієнта" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Обмежте кількість разів, коли ця знижка може бути використана в цілому" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Ліміт використання" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Обмеження використання" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "Всі ваучери" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { - "string": "Пошук купона" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { - "context": "button", - "string": "Створити купон" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { - "context": "voucher status", - "string": "Активний" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "Термін дії закінчився" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { - "context": "discount type", - "string": "Фіксована сума" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Процент" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "За розкладом" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Розпочався" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { - "context": "voucher status", - "string": "Статус" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { - "context": "voucher", - "string": "Використовувані часи" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "Тип знижки" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "Значення" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "Мін. витрачено" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "Закінчується" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "Використовується" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "Починає" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "код" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Жодного ваучера не знайдено" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Значення" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_2746532349": { - "context": "voucher requirements, header", - "string": "Мінімальні вимоги" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3069107721": { - "context": "voucher has no requirements", - "string": "Нічого" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3740704788": { - "context": "voucher requirement", - "string": "Мінімальна кількість елементів" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_4097816011": { - "string": "Канали не знайдено" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Назва каналу" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Мінімальне значення замовлення" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "Значення" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Мінімальне значення замовлення" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "Відноситься до" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_3751756157": { - "context": "voucher value requirement", - "string": "Обмеження використання" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_78726751": { - "context": "voucher code", - "string": "код" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3216816841": { - "context": "header", - "string": "Тип знижки" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3289659291": { - "context": "voucher discount type", - "string": "Безкоштовна доставка" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3688224049": { - "context": "voucher discount type", - "string": "Процент" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { - "context": "voucher discount type", - "string": "Фіксована сума" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1134347598": { - "context": "column title", - "string": "Ціна" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Значення" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Значення знижки" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Лише один раз за замовлення" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Конкретна інформація по купону" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "Канали не знайдено" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4189095909": { - "string": "Якщо цю опцію вимкнено, знижка враховується за кожен придатний товар" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Назва каналу" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": " Ціле замовлення" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Конкретні товари" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Відправлення " - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Розпродаж успішно створено" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Керування доступністю каналів" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Видалено розпродаж" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Видалено розпродаж" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Видалити розпродаж" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Скасувати категорії з розпродажу" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Ви впевнені, що хочете видалити {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_2809303671": { - "context": "dialog header", - "string": "Видалити розпродажі" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_372098008": { - "context": "dialog content", - "string": "{counter,plural,one {Ви впевнені, що хочете видалити цей розпродаж?} few {Ви впевнені, що хочете видалити {displayQuantity} розпродажів?} many {Ви впевнені, що хочете видалити {displayQuantity} розпродажів?} other {Ви впевнені, що хочете видалити {displayQuantity} розпродажів?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Купон успішно створено" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Скасуйте колекції з купона" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Скасувату товари з купону" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Скасувати категорії з купону" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Ви впевнені, що хочете видалити {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Керування доступністю каналів" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Видалити купон" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_2983742638": { - "context": "dialog content", - "string": "{counter,plural,one {Ви впевнені, що хочете видалити цей купон?} few {Ви впевнені, що хочете видалити {displayQuantity} купони?} many {Ви впевнені, що хочете видалити {displayQuantity} купонів?} other {Ви впевнені, що хочете видалити {displayQuantity} купонів?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_367317371": { - "context": "dialog header", - "string": "Видалити купони" - }, - "src_dot_done": { - "context": "button", - "string": "Зроблено" - }, - "src_dot_draft": { - "context": "order status", - "string": "Чернетка" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Чернетка замовлень" - }, - "src_dot_drafts": { - "string": "Чернетки" - }, - "src_dot_edit": { - "context": "button", - "string": "Редагувати" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "Дата закінчення" - }, - "src_dot_endHour": { - "string": "Кінцева година" - }, - "src_dot_error": { - "string": "Помилка" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "Ім'я" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Виконав" - }, - "src_dot_generalInformations": { - "string": "Загальна інформація" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Клієнт " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Примітка" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Змінити" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Деталі" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Термін дії закінчився" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Деталі" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Сума" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Валюта" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Товар" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Статус" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Видалити" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Деактивувати" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Активувати" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Товар" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Settings" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Головна" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "Замовлення № {orderId} розміщено з чернетки користувачем {userEmail}" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_paid": { - "string": "Замовлення № {orderId} було повністю оплачено" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_placed": { - "string": "Замовлення № {orderId} розміщено" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "Замовлення не готові до виконання" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "Жодних платежів для отримання" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Прізвище" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Управління" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Навігація" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Наступний" - }, - "src_dot_no": { - "string": "Ні" - }, - "src_dot_ok": { - "context": "button", - "string": "ОК" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Необов’язково" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Замовлення" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Скасувати замовлення" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Ви впевнені, що хочете скасувати це замовлення?} few {Ви впевнені, що хочете скасувати {displayQuantity} замовлення?} many {Ви впевнені, що хочете скасувати {displayQuantity} замовлень?} other {Ви впевнені, що хочете скасувати {displayQuantity} замовлень?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Скасування цього замовлення випустить невиконані запаси, тому їх можуть придбати інші клієнти.При скасуванні замовлення замовлення не буде повернено - це потрібно зробити вручну.Ви впевнені, що хочете скасувати це замовлення?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Продавець не зміг скасувати замовлення" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "Є ще виконання, створені для цього замовлення. Скасуйте виконання спочатку, перш ніж скасувати замовлення." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Адреса оплати" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Додати нову адресу" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "Нічого не знайдено" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Адреса доставки " - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "Зауважень від клієнта не має" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "Помітка" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "Контактна інформація" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Пошук Клієнтів" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "Переглянути профіль" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "Адреса доставки" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Покупець " - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Те саме, що адреса доставки" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Анонімний користувач" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Адреса виставлення рахунку" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Замовлення №{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Скасувати замовлення" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Додати" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Значення знижки" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Фіксована сума" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Неприпустиме значення" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Процент" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "Видалити чернетку замовлення" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "Ви впевнені, що хочете видалити чернетку #{orderNumber}?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "Ціна" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Товар" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Кількість" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "До замовлення не додано жодного товару" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { - "context": "total price of ordered products", - "string": "Разом" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Додати перевізника" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Знижка " - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "Немає відповідних перевізників" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Проміжний підсумок" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Податки (з ПДВ)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Загальна сума" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Деталі замовлення" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "Додати товари" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Створити замовлення" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "Всі чернетки" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Пошук чернетки" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Створено" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "Покупець " - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "Чернетки з замовленнями не знайдено" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "№ замовлення" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "Покупець " - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Дата" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Разом" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Відмінити замовлення" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Завершити" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Замовлення" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Замовлення №{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Замовлення №{orderNumber} - Додати виконання" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Елементи готові до доставки" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "Немає запасів" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Назва товару" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Кількість, яку потрібно виконати" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Надіслати деталі відвантаження клієнту" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Виконати" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Додати відстеження" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edit tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Відшкодування" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Номер відслідковування: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Надіслати деталі відвантаження клієнту" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Ви впевнені, що хочете скасувати виконання? Якщо відмінити виконання, товар буде відновлено на вибраному складі." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Виберіть Склад" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Скасувати виконання" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Номер відслідковування" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Додати код відстеження" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Адреса замовлення оновлена" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1521936480": { - "context": "order history message", - "string": "Виконано {quantity} елементів" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1527620381": { - "context": "order history message", - "string": "Виконання було скасовано" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_184692906": { - "context": "order history message", - "string": "Замовлення розміщено" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1867847329": { - "context": "order history message", - "string": "Посилання на замовлення цифрових товарів надіслано" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1964864749": { - "context": "order history message", - "string": "Замовлення створено з чернетки" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2020753264": { - "context": "order history message", - "string": "Підтвердження платежу надіслано клієнту" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2027649178": { - "context": "order history message", - "string": "Відновлено {quantity} елементів" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2304318421": { - "context": "order history message", - "string": "Примітка додана до замовлення" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2369495522": { - "context": "order history message", - "string": "Підтвердження замовлення надіслано клієнту" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2566971846": { - "context": "order history message", - "string": "Оплата була анульована" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Замовлення було повністю оплачено" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2770854455": { - "context": "order history message", - "string": "Оплата була отримана" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3081292385": { - "context": "order history message", - "string": "Підтвердження виконання було надіслано клієнту" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3095247195": { - "context": "order history message", - "string": "Чернетку замовлення створено" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3453124210": { - "context": "order history message", - "string": "Номер відстеження доставки був відправлений клієнту" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_348557206": { - "context": "order history message", - "string": "Оплата повернена" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3990160018": { - "string": "Історія Замовлень" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4015160303": { - "context": "order history message", - "string": "Перепродано {quantity} елементів" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4265697648": { - "context": "order history message", - "string": "Оновлено виконання группи номеру відстеження" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4266665081": { - "context": "order history message", - "string": "Не вдалося здійснити оплату" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_651019008": { - "context": "order history message", - "string": "Інформація про доставку надіслана клієнту" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Замовлення скасовано" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "створено" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Рахунок" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Створити замовлення" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { - "string": "Пошук замовлень..." - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { - "context": "tab name", - "string": "Всі замовлення" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Покупець " - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Створено" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Статус виконання" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "Платіж" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "№ замовлення" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "Покупець " - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Дата" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "Разом" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "Не знайдено жодних замовлень" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going to mark this order as paid." - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_4196844912": { - "context": "dialog header", - "string": "Позначити замовлення як оплачене" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_1466130374": { - "context": "dialog header", - "string": "Отримання платежу" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_75546233": { - "context": "amount of refunded money", - "string": "Обсяг" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Ви впевнені, що хочете відмінити цей платіж?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Відмінити платіж" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "Отримати" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Отримінна сума " - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Знижка " - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} елементів" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Позначити як оплачену" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Непогашений залишок" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Статус оплати " - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Попередньо авторизована оплата" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Відшкодування" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Всі покупки" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "не застосовується" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "не застосовується" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Разом" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Податки" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Сума" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "ПДВ включено" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Відшкодування" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Купон" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Пошук за назвою товару, характеристикою, типом товару, тощо..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Додати товар" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Пошук товарів" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Ціна" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Товар" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Кількість" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Сума" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Ціна" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "Не знайдено жодного товару" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Товар" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Загальна сума" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Замовлення" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Замовлення №{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Сума" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Відшкодування" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Ціна" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "Не знайдено жодного товару" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Товар" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Загальна сума" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Ціна" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Товар" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Замінити" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Скасовано ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Виконано ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Невиконано" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Замовлення №{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Редагувати спосіб доставки" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Виконати" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Платіж успішно отриманий" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Чернетку замовлення успішно завершено" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Рядок замовлення видалено" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Виконання успішно оновлено" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Рядок замовлення оновлений" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Замовлення позначено як оплачене" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Додано рядок замовлення" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Замовлення успішно скасовано" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Примітка успішно додана" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Платіж за замовлення недійсний" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Замовлення успішно оновлено" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Спосіб доставки успішно оновлений" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Виконання успішно скасовано" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Чернетка замовлення №{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Замовлення №{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Замовлення №{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Видалити чернетки замовлень" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Видалити чернутки замовлень" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Проект замовлення успішно створений" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Ви впевнені, що хочете видалити цю чернетку замовлення?} few {Ви впевнені, що хочете видалити {displayQuantity} чернетки замовлення?} many {Ви впевнені, що хочете видалити {displayQuantity} чернеток замовлення?} other {Ви впевнені, що хочете видалити {displayQuantity} чернеток замовлення?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Виконати замовлення №{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Виконані елементи" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Виконати замовлення" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Проект замовлення успішно створений" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "Не знайдено характеристик" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Назва характеристики" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Призначити характеристику" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Описова частина" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Створити тип сторінки" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Скасувати" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Сторінки" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Створити сторінку" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1996767833": { - "string": "Додати заголовок та опис для пошукової системи, щоб полегшити пошук цієї сторінки" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { - "context": "page", - "string": "буде видно з {date}" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Видимий" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Приховано" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Вміст" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Назва" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Створити замовлення" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Назва" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Видимість" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "Сторінок не знайдено" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3478065224": { - "context": "page internal name", - "string": "Описова частина" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3640454975": { - "context": "page status", - "string": "Опубліковано" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Не опубліковано" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Створити сторінку" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Нова сторінка успішно створена" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Видалити замовлення" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Ви впевнені, що хочете видалити {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Видалені сторінки" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Опублікувати" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Скасувати публікацію торінки" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Ви впевнені, що хочете скасувати публікацію цієї сторінки?} few {Ви впевнені, що хочете скасувати публікацію {displayQuantity} сторінок?} many {Ви впевнені, що хочете скасувати публікацію {displayQuantity} сторінок?} other {Ви впевнені, що хочете скасувати публікацію {displayQuantity} сторінок?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Сховати" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Опублікувати сторінки" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Ви впевнені, що хочете опублікувати цю сторінку?} few {Ви впевнені, що хочете опублікувати {displayQuantity} сторінок?} many {Ви впевнені, що хочете опублікувати {displayQuantity} сторінок?} other {Ви впевнені, що хочете опублікувати {displayQuantity} сторінок?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Ви впевнені, що хочете видалити цю сторінку?} few {Ви впевнені, що хочете видалити {displayQuantity} сторінок?} many {Ви впевнені, що хочете видалити {displayQuantity} сторінок?} other {Ви впевнені, що хочете видалити {displayQuantity} сторінок?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Опубліковані сторінки" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Видалити сторінки" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Повністю оплачено" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Частково виконано" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Частково оплачується" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Частково повернено кошти" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Статус оплати " - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Групи дозволів" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "Учасників не знайдено" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Пошук співробітника" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Пошук за іменем, електронною поштою, тощо..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Активний" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Неактивний" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Призначити співробітника" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Скасувати призначення користувачів" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "Ви не можете змінити участників цієї групи. Вирішіть цю проблему, щоб продовжити запит." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Група має повний доступ до магазину" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Розширення або обмеження дозволів групи на доступ до певної частини системи" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Видалити групу дозволів" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Неможливо видалити групу, яка не належить до вашого дозволу" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Група має повний доступ до магазину" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Розширення або обмеження дозволів групи на доступ до певної частини системи" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Назва групи" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "створити групу дозволів" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Назва групи дозволів" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Учасники " - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Дії" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "Не знайдено груп дозволів" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Неактивний" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "Ви ще не призначили жодного учасника до цієї групи дозволів." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "Учасників не знайдено" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Адреса електронної пошти" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Призначити учасників" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Для цього скористайтеся кнопкою Призначити Учасників." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Активний" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Учасники групи" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Дії" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Назва" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Скасувати призначення користувачів" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Ви впевнені, що хочете скасувати призначення {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Створити категорію" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Група дозволів створена" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Скасувати" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Група дозволів видалена" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Плагіни" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Авторизація" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Назва плагіна" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { - "context": "plugin status", - "string": "Статус" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { - "context": "section header", - "string": "Інформація про плагін та стан" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "string": "Set plugin as active" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_3032939398": { - "context": "header", - "string": "Додати значення в полі авторизації" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_4269236107": { - "context": "header", - "string": "Редагувати поле авторизації" - }, - "src_dot_plugins_dot_components_dot_PluginSettings_dot_1970881031": { - "context": "section header", - "string": "Налаштування плагіна" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3352026836": { - "context": "header", - "string": "Деталі {pluginName}" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3233248823": { - "string": "Пошук Плагінів..." - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3523826683": { - "context": "tab name", - "string": "Всі плагіни" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { - "context": "plugin filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "Не знайдено плагінів" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Активний" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Конфігурація" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Деактивовано" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Назва" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "src_dot_plugins_dot_views_dot_1096544448": { - "context": "header", - "string": "Видалити поле авторизації" - }, - "src_dot_plugins_dot_views_dot_955370043": { - "string": "Плагін може припинити роботу після очищення цього поля. Ви впевнені, що хочете продовжити?" - }, - "src_dot_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Типи товару" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { - "string": "Не знайдено характеристик" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1228425832": { - "string": "Назва характеристики" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Призначити характеристику" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Описова частина" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_3559259966": { - "context": "section header", - "string": "Характеристики товару" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Тип товару використовує різні характеристики" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "string": "Назва типу товару" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { - "context": "tab name", - "string": "Всі типи товарів" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3420445375": { - "string": "Пошук типу товару" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3479705616": { - "context": "button", - "string": "створити тип товару" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_configurable": { - "context": "product type", - "string": "Налаштовується" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_digital": { - "context": "product", - "string": "Цифровий" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_shippable": { - "context": "product", - "string": "Доступний для доставки" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_type": { - "context": "product type is digital or physical", - "string": "Тип" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1126553969": { - "string": "Не знайдено типів товару" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1211157042": { - "context": "product type", - "string": "Простий товар" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1240292548": { - "context": "tax rate for a product type", - "string": "Податок" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { - "context": "product type is either simple or configurable", - "string": "Тип" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2253986440": { - "context": "product type name", - "string": "Введіть назву" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2754779425": { - "context": "product type", - "string": "Налаштовується" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_881286562": { - "context": "product type", - "string": "Цифровий" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_966610541": { - "context": "product type", - "string": "Матеріальний" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_1325966144": { - "context": "product type shipping settings, section header", - "string": "Всі покупки" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2143413921": { - "context": "switch button", - "string": "Чи цей товар доступний для доставки?" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2927891783": { - "string": "Використовується для обчислення тарифів на доставку продукції цього типу товару, коли конкретна вага не наводиться" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_746695941": { - "string": "Вага" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "Не знайдено характеристик" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Назва характеристики" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Призначити характеристику" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Описова частина" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Варіантні характеристик" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Успішно створений тип продукту" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Тип товару видалено" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Скасувати призначення характеристики для типу товару" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Скасувати призначення характеристики для типу товару" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Скасувати" - }, - "src_dot_products": { - "context": "products section name", - "string": "Товари" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Категорія" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Колекції" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Організація" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Неопубліковано" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { - "string": "Додати заголовок та опис для пошукової системи, щоб полегшити пошук цього товару" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Опубліковано" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Назва" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Пошук за назвою характеристики" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "товари" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Створити товар" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Пошук товарів..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "Всі товари" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Доступні" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Приховано" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Немає в наявності" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "Ціна" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Кількість запасів" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "Видимість" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Видимий" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Простий" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "Не знайдено жодного товару" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Налаштовується" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Назва" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Доступність" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Ціна" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Тип" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Необов’язково" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Завантажити" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Категорія" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Колекції" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Організуйте товар" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "string": "Налаштовується" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "Не обов'язково. Додавання товару до колекції допомагає користувачу знайти його." - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Тип Товару" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Доставка" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Вага" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (одиниця зберігання запасів)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Назва складу" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Кількість" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Канали" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Відстежувати запаси" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Призначте склад" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Активне відстеження запасів автоматично обчислює зміни запасів" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Стягувари податки з цього товару" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Ставка податку" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Неопубліковано" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { - "string": "Додати заголовок та опис для пошукової системи, щоб полегшити пошук цього товару" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Опубліковано" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Створити варіанти" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Варіантні характеристик" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Видалити варіант" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Зберегти варіант" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Ціна" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Вибрані значення будуть використані для створення варіантів товару, що може настроюватися." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Характеристика" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Виберіть характеристику" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Ціна та SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Запаси та складування" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Виберіть значення" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Виберіть значення" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Виберіть характеристику" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Підсумок" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Застосовуйте єдину ціну до всіх SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Застосовуйте унікальний запас за характеристикою до кожного SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Застосовуйте унікальні ціни за характеристиками до кожного SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Застосовуйте одиночний запас до всіх SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Наступний" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Ось підсумок варіантів, які будуть створені. Ви можете змінювати ціни, зберігати SKU для кожного створеного." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Пропустити запас зараз" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Створити" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Створені варіанти" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "На основі вашого вибору ми створимо {numberOfProducts} товарів. Скористайтеся цим кроком, щоб налаштувати ціну та запаси нових товарів" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Ціни та SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "На основі вашого вибору ми створимо 8 товарів. Скористайтеся цим кроком, щоб налаштувати ціну та запаси нових товарів." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Попередній" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Варіант" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Значення" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Видалити варіант" - }, - "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": "Видалити варіант" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Варіанти" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "Додати варіант" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "Новий варіант" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Приховано" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Варіантні характеристик" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Доступність" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Ціноутворення" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Ціна" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Вартість" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Назва каналу" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "Канали не знайдено" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "вартість" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Недоступно у всіх місцях" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Недоступний" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Ціна" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} в наявності} few {{stockQuantity} в наявності} many {{stockQuantity} в наявності} other {{stockQuantity} в наявності}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Доступний переоблік у:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Створіть варіанти" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Варіанти" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} доступний у {numLocations} місці} few {{numAvailable} доступних у {numLocations} місцях} many {{numAvailable} доступних у {numLocations} місцях} other {{numAvailable} доступних у {numLocations} місцях}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Використовуйте варіанти для товарів, які випускаються в різних версіях, наприклад, різних розмірів або кольорів" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "Всі склади" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Запаси" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Створіть варіант" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Не в наявності" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Варіант" - }, - "src_dot_products_dot_views_dot_1731766393": { - "context": "dialog header", - "string": "Видалити зображення" - }, - "src_dot_products_dot_views_dot_2279302139": { - "string": "Варіант видалено" - }, - "src_dot_products_dot_views_dot_2362587265": { - "context": "header", - "string": "Створити купон" - }, - "src_dot_products_dot_views_dot_2880386427": { - "string": "Ви впевнені, що хочете видалити це зображення?" - }, - "src_dot_products_dot_views_dot_3989383405": { - "context": "window title", - "string": "Створіть варіант" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Створити товар" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "Новий товар" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Товар створено" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Ви впевнені, що хочете видалити цей товар?} few {Ви впевнені, що хочете видалити {displayQuantity} товарів?} many {Ви впевнені, що хочете видалити {displayQuantity} товарів?} other {Ви впевнені, що хочете видалити {displayQuantity} товарів?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Видалити товари" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Товар вилучено" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Ви впевнені, що хочете видалити {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Видалити товар" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Видалити варіанти товарів" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Успішно створені варіанти" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Створити варіанти" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Властивості" - }, - "src_dot_readOnly": { - "string": "Saleor працює в режимі лише для читання. Зміни не збережено." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Готовий до отримання" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Готовий до виконання" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Повне повернення" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Видалити" - }, - "src_dot_requiredField": { - "string": "Це поле є обов'язковим" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Розпродажі " - }, - "src_dot_save": { - "context": "button", - "string": "Зберегти" - }, - "src_dot_savedChanges": { - "string": "Збережені зміни" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Надіслати" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Службові акаунти" - }, - "src_dot_sessionExpired": { - "string": "Ваш сеанс закінчився. Будь ласка, увійдіть ще раз, щоб продовжити." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Способи доставки" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Видалити спосіб доставки" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Назва каналу" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Макс. значення" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Мін. значення" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Вага замовлення" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Мін. вага замовлення" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Макс. вага замовлення" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Ціноутворення" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Ціна" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Назва каналу" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Пошук товарів" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "Немає товарів, що відповідають заданому запиту" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Призначити товари" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Назва Товару" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Дії" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "Ця одиниця буде використовуватися як вага доставки за замовчуванням" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Вага одиниці транспортування" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Назва складу" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Створіть новий склад" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Виберіть країни, які ви хочете додати до зони доставки, зі списку нижче" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Призначити країни" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Країни від А до Я" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Швидкий вибір" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Решта світу" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "Якщо вибрано, це додасть усі країни, не вибрані до інших зон доставки" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Пошук країн" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Пошук за назвою країни" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Країни" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Створити нову зону доставки" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Наразі в цій зоні доставки не передбачено жодної країни" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Країни" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Наразі в цій зоні доставки не передбачено жодної країни" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} з {maxCharacters} символів" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Назва зони доставки" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Додати" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Доставка" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Доставка" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Ціна" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Створити тариф" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Діапазон значень" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "Тариф доставки не знайдено" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Тариф на основі ціни" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Діапазон ваги" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Тарифи на основі ваги" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "Назва" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Додати новий склад" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Виберіть Склад" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Виберіть склад, з якого ви будете відправляти товари для цієї зони доставки. Ця адреса складу також буде використовуватися для обчислення податків." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Settings" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Всі покупки" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Доставка за зоною" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Створити зону доставки" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "Країни" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Назва" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "Не знайдено зон доставки" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Значення недійсне" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Максимальна ціна не може бути нижчою від мінімальної" - }, - "src_dot_shipping_dot_views_dot_1005071028": { - "string": "Ви впевнені, що хочете видалити {shippingZoneName} зону доставки?" - }, - "src_dot_shipping_dot_views_dot_1010705153": { - "context": "dialog header", - "string": "Видалити зону доставки" - }, - "src_dot_shipping_dot_views_dot_1711385401": { - "context": "dialog header", - "string": "Видалити зони доставки" - }, - "src_dot_shipping_dot_views_dot_3823295269": { - "string": "Керування доступністю каналів" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Ви впевнені, що хочете видалити цю зону доставки?} few {Ви впевнені, що хочете видалити {displayQuantity} зон доставки?} many {Ви впевнені, що хочете видалити {displayQuantity} зон доставки?} other {Ви впевнені, що хочете видалити {displayQuantity} зон доставки?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Скасувати" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Видалити зону доставки" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Максимальна вага не може бути менша за мінімальну" - }, - "src_dot_show": { - "context": "button", - "string": "Показати" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Налаштування сайту" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Назва вашого магазину відображається на вкладці у веб-браузері" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Назва вашого магазину" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Опис магазину відображається на панелі завдань після назви магазину" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Інформація про магазин" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Інформація про компанію" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "string": "Це загальна інформація про ваш магазин. Вони визначають, що є URL-адресою вашого магазину та що відображається на панелі завдань веб-переглядачів." - }, - "src_dot_somethingWentWrong": { - "string": "Saleor зіткнувся з несподіваною проблемою" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Співробітники" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Запросити співробітника" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Надіслати запрошення" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "Користувача призначено для:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Дозволи" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Активний" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "Всі співробітники" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_61043583": { - "string": "Пошук співробітника" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_797461521": { - "context": "button", - "string": "Запросіть співробітника" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Активний" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Деактивовано" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "Статус" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { - "context": "staff member status", - "string": "Неактивний" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": "Адреса електронної пошти" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Активний" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "Не знайдено співробітників" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "Назва" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "Новий пароль" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "Новий пароль повинен бути не менше 8 символів" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "Змінити Пароль" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Попередній пароль" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "Ви повинні змінювати свій пароль щомісяця, щоб уникнути проблем з безпекою." - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "Змінити пароль" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "Пароль" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "Вибравши це, ви зміните мову панелі керування" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "Будь ласка, зауважте, що коли всі коригування валюти та дати завершені, мовні переклади є в різному ступені завершення." - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { - "string": "Бажана мова" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { - "context": "section header", - "string": "Переваги" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_1473195966": { - "context": "avatar change button", - "string": "Змінити" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Інформація про співробітників" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Видалити" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "видалити Користувача персоналу" - }, - "src_dot_staff_dot_views_dot_3945766678": { - "string": "Ви впевнені, що хочете видалити {email} аватар?" - }, - "src_dot_staff_dot_views_dot_701332676": { - "context": "dialog header", - "string": "Видалити aватар користувача персоналу" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "Ви впевнені, що хочете видалити {email} зі співробітників?" - }, - "src_dot_startDate": { - "string": "Дата початку" - }, - "src_dot_startHour": { - "string": "Година початку" - }, - "src_dot_status": { - "string": "Статус" - }, - "src_dot_summary": { - "string": "Підсумок" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Податки" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Податки" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "Не знайдено жодної країни" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Зниження податкових ставок" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Код країни" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "Назва країни" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "Категорія" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Ставка податку" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Ставки податку в {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "Не знайдено знижених категорій оподаткування" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Всі ціни на товари вводяться з урахуванням податку" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Показувати валові ціни клієнтам у магазині" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Стягнення податків на тарифи на доставку" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_3375540052": { - "context": "button", - "string": "Отримати податки" - }, - "src_dot_taxes_dot_views_dot_2411670026": { - "string": "Податкові ставки успішно отримані" - }, - "src_dot_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Характеристики" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Переклади" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1308081812": { - "string": "{numberOfFields} Перекладів, {numberOfTranslatedFields} Завершено" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1348655672": { - "string": "Оригінальний рядок" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_2481190613": { - "string": "Переклад" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_363646127": { - "context": "button", - "string": "Відмовитися" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_3793796047": { - "string": "Ще немає перекладу" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_2642976392": { - "string": "Назва характеристики" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Переклад характеристики \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Значення {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Значення" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Назва категорії" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "Опис пошукової системи" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Переклад категорії \"{categoryName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { - "string": "Назва пошукової системи" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { - "string": "Попередній перегляд пошукової системи" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { - "string": "Опис пошукової системи" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { - "string": "Назва пошукової системи" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { - "string": "Назва колекції" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3055443821": { - "context": "header", - "string": "Переклад колекції \"{collectionName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3468022343": { - "string": "Попередній перегляд пошукової системи" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1163855804": { - "string": "Мови" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { - "string": "Колекції" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Переклади на {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Товари" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Сторінки" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Категорії" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Методи доставки" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Характеристики" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Розпродажі " - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Ваучери" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} до {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "Не знайдено перекладних об'єктів" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "Завершені переклади" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "Назва" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Мови" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "Мов не знайдено" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Мова" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Вміст" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Опис пошукової системи" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Назва пошукової системи" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Переклад сторінки \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Попередній перегляд пошукової системи" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Назва сторінки" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Опис пошукової системи" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Назва пошукової системи" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Назва Товару" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Переклад товару \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "Опис" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Попередній перегляд пошукової системи" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_3731955064": { - "context": "header", - "string": "Переклад розпродажу \"{saleName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_898281424": { - "string": "Назва розпродажу" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Опис" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Переклад ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Назва" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2447510181": { - "context": "header", - "string": "Переклад купону \"{voucherName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2599922713": { - "string": "Назва" - }, - "src_dot_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Непідтверджений" - }, - "src_dot_undo": { - "context": "button", - "string": "Скасувати" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Невиконано" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Неоплачений" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Завантажити зображення" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Ключ авторизації такого типу вже існує" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Можуть бути призначені лише співробітники" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "Ця характеристика вже призначена для цього типу товару" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "Цю характеристику не можна присвоїти цьому товару" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "Всі характеристик повинні мати значення" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Варіанти вимкнено в цьому виді товару" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Платіжна адреса не встановлена" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "Це виконання не можна скасувати" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "Це замовлення не можна скасувати" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Не вистачає елементів для виконання" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Оплата в ручному режимі не може бути повернена" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Неможливо видалити користувача з останньої групи" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Тільки попередньо авторизовані платежі можуть бути анульовані" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Лише попередньо авторизовані оплати можуть бути отримані" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "Цей канал уже створено" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Валюта в обох каналах повинна бути однаковою" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Жетон повинен бути унікальним" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "Той же об'єкт не може бути в обох списках" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Неможливо додати та видалити групу одночасно" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Адреса електронної пошти не встановлена" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "Помилка API" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Неприпустиме значення" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Недійсний формат маніфесту" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Неправильний пароль" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Дозвіл недійсний" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Статус недійсний" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "URL-адреса має недійсний формат" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Максимальне значення не може бути менше мінімального значення" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Плагін неправильно налаштований і не може бути активований" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "Ця назва вже зайнята. Будь ласка, вкажіть інше." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Неможливо вибрати спосіб доставки для замовлення без адреси доставки" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Редагувати можуть лише чернетки замовлень" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Сторінку не знайдено." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Адреса для виставлення рахунку не встановлена або рахунок не готовий до відправлення" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Номер для рахунку не встановлений" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "Додаток виходить за рамки дозволів" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Група виходить за межі вашого дозволу" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Дозвіл виходить за рамки ваших меж" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "Користувач виходить за межі вашого дозволу" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Пароль не може бути повністю з цифр" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "Немає оплати, пов'язаної із замовленням" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Ці дозволи не входять у ваш обсяг" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Ціна товару не може бути нижче 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Спосіб доставки не дійсний для обраної адреси доставки" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Для цього замовлення необхідний спосіб доставки" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "Код товару повинен бути унікальним" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Службове поле повинно бути унікальним для кожного складу" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "Цей пароль занадто часто використовується" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "Цей пароль занадто короткий" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "Ці паролі занадто схожі" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "Це повинно бути унікальним" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Невідома помилка" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL-адреса для рахунку не встановлена" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "Цей варіант не має жодного вмісту" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "Цей варіант вже існує" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Ваучери" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Склади" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Інформація про адресу" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Створити склад" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Ви впевнені, що хочете видалити {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Видалити склад" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Інформація про адресу" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Назва складу" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Пошук складу" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "Всі склади" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Створити склад" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Зони доставки" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "Складів не знайдено" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Дії" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Назва" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "На цьому складі не призначені зони доставки." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Settings" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Створити склад" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Система сповіщення подій" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Ви впевнені, що хочете видалити цюй вебхук?" - }, - "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": "Видалити вебхук" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Деталі вебхуку без назви" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Створити реакцію на подію" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Деталі" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Події" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input help text", - "string": "секретний ключ використовується для створення хеш-підпису з кожним корисним навантаженням. *необов’язкове поле" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrl": { - "context": "webhook input label", - "string": "Ціль URL-адреси" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "Ця URL-адреса отримуватиме реакцію на подію POST запити" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Інформація" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Назва" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Система сповіщення подій активна" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "Якщо ви хочете відключити цю реакцію на подію, зніміть прапорець нижче." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Статус" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Деталі вебхуку без назви" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Створити реакцію на подію" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Деталі" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "Вебхук не знайдено" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Створити реакцію на подію" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Система сповіщення подій" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Дія" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Вебхук без назви" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Назва" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Створити вебхук" - }, - "src_dot_yes": { - "string": "Так " - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Зарезервовано" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Кількість" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Недоступний для покупки" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Скасувати" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Скасувати" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Скасувати" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "стане доступним {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "буде опубліковано {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Скасувати замовлення"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Приховано"},"DIrxt7":{"context":"channel publication date","string":"Видно з {date}"},"nfbabo":{"context":"channel publication date","string":"Стане доступним {date}"},"mDgOmP":{"context":"channel publication status","string":"Видимий"},"19/lwV":{"string":"Визначте характеристики, які використовуються для створення типів товарів"},"8vJCJ4":{"string":"Визначте свої канали збуту та керуйте ними"},"hpMcW8":{"string":"Визначте, які користувачі можуть переміщатися по вашому магазину"},"JPH/uP":{"string":"Визначення типів сторінок контенту, використовуваних в вашому магазині"},"ivJ1qt":{"string":"Управління групами дозволів та їх дозволами"},"n0RwMK":{"string":"Визначте типи товарів, які ви продаєте"},"zxs6G3":{"string":"Управління, як ви відправляєте замовлення"},"5BajZK":{"string":"Перегляд та оновлення налаштувань вашого сайту"},"RQUkVW":{"string":"Управління співробітниками та їх дозволами"},"EIULpW":{"string":"Управління, як ваш магазин стягує податок"},"5RmuD+":{"string":"Управління та оновлення інформації про ваш склад"},"m19JfL":{"string":"Перегляд та оновлення плагінів та їх налаштувань"},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"вартість знижки"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Статус недійсний"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Фіксована сума"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Активність"},"wWTUrM":{"string":"Не знайдено діяльності"},"zWgbGg":{"string":"Сьогодні"},"By5ZBp":{"context":"header","string":"Привіт, {userName}"},"aCX8rl":{"context":"subheader","string":"Ось деякі відомості, які ми зібрали про ваш магазин"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,one {Один замовив} few {{amount} замовило} many {{amount} замовило} other {{amount} замовило}}"},"rr8fyf":{"context":"header","string":"Популярні товари"},"Q1Uzbb":{"string":"Не знайдено жодного товару"},"6L6Fy2":{"context":"header","string":"Відмова від відповідальності"},"5LRkEs":{"string":"Нова інформаційна панель та API GraphQL - це програмне забезпечення якості попереднього перегляду."},"G7mu0y":{"string":"API GraphQL - бета-якість. Він не повністю оптимізований, і деякі мутації чи запити можуть бути відсутні."},"QBxN6z":{"context":"is filter range or value","string":"між"},"I+UwqI":{"context":"is filter range or value","string":"дорівнює"},"0OtaXa":{"context":"dialog header","string":"Створити меню"},"jhh/D6":{"string":"Назва меню"},"G/SYtU":{"string":"Ви впевнені, що хочете видалити меню {menuName}?"},"QzseV7":{"context":"dialog header","string":"Видалити меню"},"E54eoT":{"string":"Створення навігаційної структури здійснюється шляхом перетягування та опускання. Просто створіть новий елемент меню, а потім перетягніть його на призначене місце. Ви можете переміщувати елементи всередині іншого, щоб створити структуру дерева та перетягнути елементи вгору та вниз, щоб створити ієрархію"},"H3Uirw":{"context":"create new menu item, header","string":"Додати елемент меню"},"fzDI3A":{"context":"add link to navigation","string":"Посилання до: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Редагувати елемент"},"Urh2N3":{"context":"label","string":"Посилання"},"28GZnc":{"string":"Почніть вводити текст, щоб розпочати пошук..."},"0Vyr8h":{"context":"menu item name","string":"Назва"},"Uf3oHA":{"context":"add new menu item","string":"Створити новий елемент"},"dEUZg2":{"context":"header","string":"Елементи меню"},"WwZfNK":{"string":"Додати новий елемент меню, щоб розпочати роботу з меню"},"ugnggZ":{"string":"Меню створено"},"bj1U23":{"string":"Ви впевнені, що хочете видалити {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Ви впевнені, що хочете видалити це меню?} few {Ви впевнені, що хочете видалити {displayQuantity} меню?} many {Ви впевнені, що хочете видалити {displayQuantity} меню?} other {Ви впевнені, що хочете видалити {displayQuantity} меню?}}"},"1LBYpE":{"context":"dialog header","string":"Видалити меню"},"OwG/0z":{"string":"Видалити меню"},"0nL1D6":{"context":"number of menu items","string":"Елементи"},"DWs4ba":{"string":"Меню не знайдено"},"JXRYQg":{"context":"button","string":"Створити меню"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Неопубліковано"},"YI6Fhj":{"context":"no address is set in draft order","string":"Не встановлено"},"PX2zWy":{"context":"customer is not set in draft order","string":"Не встановлено"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Не встановлено"},"5Jo3C5":{"context":"vat not included in order price","string":"не застосовується"},"BftZHy":{"context":"window title","string":"Створити тип сторінки"},"W5SK5c":{"string":"Виберіть тип вмісту"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Доступний для придбання"},"KupNHw":{"context":"product field","string":"Категорія"},"jxoMLL":{"context":"product field","string":"Колекції"},"YVIajc":{"context":"product field","string":"Опис"},"W8i2Ez":{"context":"product field","string":"Назва"},"6y+k8V":{"context":"product field","string":"Зображення товару"},"7JAAul":{"context":"product field","string":"Експорт ваги товару"},"QVNg8A":{"context":"product field","string":"Збір податків"},"Q/Nbku":{"context":"product field","string":"Тип"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Варіантни зображень"},"5kvaFR":{"context":"product field","string":"Експорт варіанту SKU"},"XBwpUv":{"context":"product field","string":"Export Variant Weight"},"4qe6hO":{"context":"product stock, section header","string":"Запаси"},"SSWFo8":{"context":"window title","string":"Створіть тип товару"},"bq1eEx":{"context":"header","string":"Створіть тип товару"},"mUb8Gt":{"context":"section header","string":"Податки"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Ціна"},"vuKrlW":{"string":"Склад"},"ABgQcF":{"context":"variant stock, header","string":"Склад"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Склади"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Опубліковано"},"ppLwx3":{"context":"number of categories","string":"Категорії ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Колекції ({quantity})"},"bNw8PM":{"context":"number of products","string":"Товарів ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Встановити дату доступності"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Склад"},"skPoVe":{"context":"button","string":"Приймати"},"Y7UlMR":{"context":"app extensions subsection","string":"Додатки"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Додатки"},"D/+84n":{"context":"snackbar text","string":"Додаток активовано"},"USO8PB":{"context":"snackbar text","string":"Додаток деактивовано"},"YHNozE":{"context":"dialog header","string":"Активувати додаток"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Активувати"},"W+AFZY":{"context":"button label","string":"Деактивувати"},"yMi8I8":{"context":"dialog header","string":"Деактивувати додаток"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Видалити додаток"},"6hLZNA":{"context":"delete app","string":"Ви впевнені, що хочете видалити цей додаток?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Вимкнути"},"Go50v2":{"context":"app privacy policy link","string":"Перегляньте політику конфіденційності цього додатка"},"89PSdB":{"context":"link","string":"Редагувати налаштування"},"a55zOn":{"context":"section header","string":"Конфіденційність даних"},"Gjb6eq":{"context":"link","string":"Отримати підтримку"},"HtfL5/":{"context":"button","string":"Відкрити додаток"},"P5twxk":{"context":"link","string":"Активувати"},"VsGcdP":{"context":"section header","string":"Дозволи додатків"},"7oQUMG":{"context":"apps about permissions","string":"Цей додаток має дозволи на:"},"jDIRQV":{"context":"section header","string":"Про цей додаток"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"Виникла проблема з додатком."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Повернутися на головну сторінку"},"k5lHFp":{"context":"app data privacy link","string":"Дізнайтеся більше про конфіденційність даних"},"PkCmGU":{"context":"install button","string":"Встановити додаток"},"BL/Lbk":{"context":"install app permissions","string":"Встановлення цього додатка надасть йому такі дозволи:"},"Id7C0X":{"context":"section header","string":"Ви збираєтесь встановити {name}"},"UCHtG6":{"context":"button","string":"Про"},"hdcGSJ":{"context":"button","string":"Підтримка/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Поточні установки"},"+c/f61":{"context":"retry installation","string":"Повторіть спробу"},"JufWFT":{"context":"app installation error","string":"Під час встановлення виникла проблема"},"1qRwgQ":{"context":"app installation","string":"Встановлення додатку..."},"D4nzdD":{"context":"checkbox label","string":"Надати цьому додатку повний доступ до магазину"},"flP8Hj":{"context":"card description","string":"Розширте або обмежте дозволи додатків для доступу до певної частини системи Saleor."},"GjH9uy":{"context":"header","string":"Створити новий додаток"},"Kxiige":{"string":"Створено ідентифікаційний номер"},"DGCzal":{"string":"Цей ідентифікаційний номер надає вам доступ до API вашого магазину, який ви знайдете тут: {url}"},"r86alc":{"context":"button","string":"Скопійовано"},"HVFq//":{"context":"button","string":"Скопіювати ідентифікаційний номер"},"ixjvkM":{"string":"Ми створили ваш ідентифікаційний номер за замовчуванням. Не забудьте скопіювати свій новий особистий ідентифікаційний номер доступу зараз. Ви більше не зможете його побачити."},"imYxM9":{"context":"header","string":"Інформація про додаток"},"foNlhn":{"context":"custom app name","string":"Назва додатку"},"MAsLIT":{"context":"custom app token key","string":"Ключ"},"bsP4f3":{"string":"Не знайдено ідентифікаційного номеру"},"0Mg8o5":{"context":"header","string":"Ідентифікаційні номери"},"RMB6fU":{"context":"button","string":"Створити ідентифікаційний номер"},"0DRBjg":{"string":"Примітка ідентифікаційного номеру"},"VHuzgq":{"context":"table actions","string":"Дії"},"XB2Jj9":{"context":"create app button","string":"Створити додаток"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Деактивовано"},"TBaMo2":{"context":"about app","string":"Про"},"9tgY4G":{"context":"apps content","string":"У вас немає встановлених додатків в панелі управління"},"ZeD2TK":{"context":"section header","string":"Сторонні додатки"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace незабаром з’явиться"},"wxFwUW":{"context":"marketplace button","string":"Відвідати Marketplace"},"LATpSE":{"context":"marketplace content","string":"Відкрийте для себе чудові безкоштовні та платні програми на нашому Saleor Marketplace."},"k0rGBI":{"string":"Доступ за ідентифікаційним номером використовується для аутентифікації службових облікових записів"},"t9a9GQ":{"string":"Ми створили ваш ідентифікаційний номер. Не забудьте скопіювати свій новий особистий ідентифікаційний номер доступу зараз. Ви більше не зможете його побачити."},"T5nU7u":{"context":"header","string":"Створити ідентифікаційний номер"},"isM94c":{"context":"create service token, button","string":"Створити"},"quV5zH":{"context":"dialog title","string":"Видалити ідентифікаційний номер"},"2VSP8C":{"context":"delete token","string":"Ви впевнені, що хочете видалити доступ за ідентифікаційним номером {token}?"},"ac+Y98":{"context":"app settings error","string":"Не вдалося отримати налаштування програми"},"2cjt25":{"context":"window title","string":"Встановити додаток"},"5t/4um":{"context":"message title","string":"Не вдалося встановити {name}"},"0fM/pV":{"context":"message title","string":"Додаток встановлено"},"ZprV2g":{"context":"app has been installed","string":"{name} готовий до використання"},"uIPD1i":{"context":"app has been removed","string":"Додаток успішно видалено"},"agZQkB":{"context":"window title","string":"Створити додаток"},"oiuwOl":{"context":"button","string":"Призначити"},"l2oVCF":{"context":"attributes section name","string":"Характеристики"},"eWV760":{"string":"Характеристика з цим ідентифікатором вже існує"},"J/QqOI":{"string":" У цій характеристики вже існує це значення"},"lG/MDw":{"context":"dialog content","string":"{counter,plural,one {Ви впевнені, що хочете видалити цю характеристику?} few {Ви впевнені, що хочете видалити {displayQuantity} характеристик?} many {Ви впевнені, що хочете видалити {displayQuantity} характеристик?} other {Ви впевнені, що хочете видалити {displayQuantity} характеристик?}}"},"rKf4LU":{"context":"dialog title","string":"Видалити характеристики"},"JI2Xwp":{"context":"dialog title","string":"Видалити характеристику"},"h1rPPg":{"context":"dialog content","string":"Ви впевнені, що хочете видалити {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Область"},"xOEZjV":{"context":"attribute's label","string":"Мітка за замовчуванням"},"P79U4b":{"context":"attribute's slug short code label","string":"Код характеристики"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"Це використовується усередені. Переконайтеся, що ви не використовуєте пробіли"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Дата"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Випадаючий"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"Файл"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Каталог для власника магазину"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Багаторазовий вибір"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Сторінки"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Товари"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Необхідне значення"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Вага"},"dKPMyh":{"context":"tab name","string":"Всі характеристики"},"IGvQ8k":{"context":"button","string":"Створити характеристику"},"1div9r":{"string":"Пошук характеристик"},"PsRG+v":{"context":"use attribute in filtering","string":"Фільтрується в магазині"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Тільки варіант"},"HQR2y0":{"context":"attribute value is required","string":"Необхідне значення"},"cvbqJu":{"context":"attribute","string":"Відомий на сторінці товару у вітрині"},"ztQgD8":{"string":"Не знайдено характеристик"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Пошуковий"},"oJkeS6":{"string":"Код характеристики"},"k6WDZl":{"context":"attribute is visible","string":"Видимий"},"HjUoHK":{"context":"attribute's label'","string":"Мітка за замовчуванням"},"ErNH3D":{"string":"Визначте, де цю властивість слід використовувати в системі Saleor"},"nwvQPg":{"context":"section header","string":"Організація"},"v1pNHW":{"string":"Властивості класу"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Створити нову характеристику"},"jswILH":{"context":"add attribute as column in product list table","string":"Додати в параметри стовпця"},"AzMSmb":{"context":"caption","string":"Якщо цей параметр включений, ця характеристика може використовуватися як стовпець у таблиці товарів."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Властивості інформаційної панелі"},"RH+aOF":{"context":"use attribute in filtering","string":"Використання у фільтруванні"},"Q9wTrz":{"context":"caption","string":"Якщо ввімкнено, ви зможете використовувати цю характеристику для фільтрування продуктів у списку товарів."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Властивості вітрини магазину"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Позиція в багатоаспектній навігації"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Зображення"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Ви впевнені, що хочете видалити \"{name}\" значення?"},"WWV8aZ":{"context":"dialog title","string":"Видалити значення характеристики"},"no3Ygn":{"string":"Ви впевнені, що хочете видалити \"{name}\" значення? Якщо ви видалите його, ви не зможете призначити його жодному з товарів з \"{attributeName}\" характеристикою."},"XYhE8p":{"context":"edit attribute value","string":"Змінити значення"},"PqMbma":{"context":"add attribute value","string":"Додати значення"},"UhcALJ":{"context":"attribute name","string":"Назва"},"H60H6L":{"context":"attribute values list: name column header","string":"Перегляд магазину за замовчуванням"},"3psvRS":{"context":"attribute values list: slug column header","string":"Адміністратор"},"g5zIpS":{"context":"No attribute values found","string":"Значень не знайдено"},"J3uE0t":{"context":"section header","string":"Значення характеристики"},"+iVKR1":{"context":"assign attribute value button","string":"Призначити значення"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Характеристику успішно створено"},"7H2D5m":{"context":"attribute value deleted","string":"Значення видалено"},"V/VAHG":{"string":"Характеристик видалено"},"xVn5B0":{"context":"added new attribute value","string":"Нове значення додано"},"lw9WIk":{"context":"deleted multiple attributes","string":"Характеристики успішно видалені"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Увійти"},"5sg7KC":{"string":"Пароль"},"3tbL7x":{"context":"description","string":"Забули пароль?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Вибачте, ваше ім’я користувача та/або пароль невірні. Будь ласка спробуйте ще раз."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Новий пароль"},"S22jIs":{"context":"button","string":"Встановити новий пароль"},"vfG+nh":{"string":"Підтвердіть пароль"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Паролі не збігаються"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Скинути пароль"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Повернутися до авторизації"},"2ob30/":{"string":"Успіх! Через кілька хвилин ви отримаєте повідомлення з інструкціями щодо відновлення пароля."},"C0JLNW":{"string":"Зазначена електронна адреса не існує в нашій базі даних."},"hOxIeP":{"string":"Доступність"},"0OfZJA":{"context":"button","string":"Назад"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Відмінити"},"dOQB9o":{"context":"payment status","string":"Скасовано"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Каталог"},"sK1FPw":{"context":"categories section name","string":"Категорії"},"DP6b8U":{"context":"section header","string":"Фонове зображення (необов’язково)"},"0iMYc+":{"context":"field is optional","string":"(необов'язково)"},"cgsY/X":{"context":"page header","string":"Створити нову категорію"},"wQdR8M":{"string":"Додати заголовок та опис для пошукової системи, щоб полегшити пошук цієї категорії"},"xo5UIb":{"context":"dialog title","string":"Видалити категорію"},"dJQxHt":{"context":"delete category","string":"Ви впевнені, що хочете видалити {categoryName}?"},"vEYtiq":{"string":"Назва категорії"},"8HRy+U":{"string":"Опис категорії"},"vof5TR":{"context":"button","string":"Створити категорію"},"JiXNEV":{"string":"Пошук Категорії"},"vy7fjd":{"context":"tab name","string":"Всі категорії"},"dM86a2":{"string":"Категорії не знайдено"},"rrbzZt":{"string":"Не знайдено підкатегорій"},"BHQrgz":{"context":"number of subcategories","string":"Підкатегорії"},"k8ZJ5L":{"context":"number of products","string":"Кількість товарів"},"VQLIXd":{"context":"product","string":"Назва"},"x/pIZ9":{"context":"button","string":"Додати товар"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Товарів у {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Підкатегорії"},"V+fkAO":{"context":"number of products in category","string":"Товари"},"NivJal":{"context":"section header","string":"Всі підкатегорії"},"UycVMp":{"context":"button","string":"Створити підкатегорію"},"Irflxf":{"context":"window title","string":"Створити категорію"},"7l5Bh9":{"string":"{counter,plural,one {Ви впевнені, що хочете видалити цей товар?} few {Ви впевнені, що хочете видалити {displayQuantity} товарів?} many {Ви впевнені, що хочете видалити {displayQuantity} товарів?} other {Ви впевнені, що хочете видалити {displayQuantity} товарів?}}"},"xl7Fag":{"string":"Категорія створена"},"Pp/7T7":{"string":"{counter,plural,one {Ви впевнені, що хочете видалити цю категорію?} few {Ви впевнені, що хочете видалити {displayQuantity} категорій?} many {Ви впевнені, що хочете видалити {displayQuantity} категорій?} other {Ви впевнені, що хочете видалити {displayQuantity} категорій?}}"},"HvJPcU":{"string":"Категорія видалена"},"KCjd1o":{"context":"dialog title","string":"Видалити товари"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Пам'ятайте, що це також видалить усі njdfhb, віднесені до цієї категорії."},"sG0w22":{"context":"dialog title","string":"Видалити категорії"},"xRkj2h":{"string":"Ви впевнені, що хочете видалити {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Канали"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Доступність"},"QZoU0r":{"context":"dialog header","string":"Видалити канал"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Вибрати канал"},"3y4r+z":{"context":"channel settings","string":"Налаштування каналу"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Описова частина"},"ZhaXLU":{"context":"button","string":"Копіювати"},"9Sz0By":{"context":"channel currency","string":"Валюта"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Назва каналу"},"G/pgG3":{"context":"dialog header","string":"Виберіть канал"},"nKwgxY":{"context":"select label","string":"Назва каналу"},"X8qjg3":{"context":"inactive","string":"Неактивний"},"+tIkAe":{"context":"status","string":"Статус"},"MHVglr":{"context":"deactivate","string":"Вимкнути"},"TSJRiZ":{"context":"channel status title","string":"Стан каналу"},"QiN4hv":{"context":"active","string":"Активний"},"MQwT1W":{"context":"activate","string":"Активувати"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Назва каналу"},"/glQgs":{"string":"Канали не знайдено"},"OGm8wO":{"context":"button","string":"Створити канал"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"Новий канал"},"OrMr/k":{"context":"window title","string":"Створити канал"},"D9Rg+F":{"context":"window title","string":"Деталі каналу"},"AkyGP2":{"string":"Канал видалено"},"eWcvOc":{"context":"button","string":"Виберіть файл"},"2FQsYj":{"context":"button","string":"Очистити"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Колекції"},"9vQR6c":{"context":"collection label","string":"Видимий"},"V8FhTt":{"context":"collection label","string":"Приховано"},"Rj8LxK":{"string":"Додати заголовок та опис для пошукової системи, щоб полегшити пошук цієї колекції"},"Fxa6xp":{"context":"page header","string":"Додати колекцію"},"/WXs6H":{"context":"collection name","string":"Назва"},"G4g5Ii":{"context":"tab name","string":"Всі колекції"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Створити колекцію"},"9eC0MZ":{"context":"collection","string":"Приховано"},"lL3YJO":{"context":"collection","string":"Опубліковано"},"Yw+9F7":{"string":"Колекції не знайдено"},"mWQt3s":{"string":"Кількість товарів"},"VZsE96":{"string":"Назва колекції"},"UxdBmI":{"context":"collection availability","string":"Доступність"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Тип"},"Oe62bR":{"context":"product availability","string":"Доступність"},"/dnWE8":{"context":"products in collection","string":"Товари у {name}"},"scHVdW":{"context":"button","string":"Призначити товар"},"6AMFki":{"context":"product name","string":"Назва"},"Q8wHwJ":{"string":"Видалити колекцію"},"56vUeQ":{"string":"Товар доданий до колекції"},"MxhVZv":{"string":"Ви впевнені, що хочете видалити зображення колекції?"},"AulH/n":{"string":"{counter,plural,one {Ви впевнені, що хочете скасувати призначення цього товару?} few {Ви впевнені, що хочете скасувати призначення {displayQuantity} товарів?} many {Ви впевнені, що хочете скасувати призначення {displayQuantity} товарів?} other {Ви впевнені, що хочете скасувати призначення {displayQuantity} товарів?}}"},"WW+Ruy":{"string":"Видалений товар із колекції"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Скасувати товари з колекції"},"pVFoOk":{"string":"Ви впевнені, що хочете видалити {collectionName}?"},"ttMauu":{"context":"window title","string":"Створити колекцію"},"+wpvnk":{"context":"dialog title","string":"Видалити колекцію"},"67V0c0":{"context":"unassign product from collection, button","string":"Скасувати"},"fzk04H":{"context":"dialog title","string":"Видалити зображення"},"yT5zvU":{"string":"{counter,plural,one {Ви впевнені, що хочете видалити цю колекцію?} few {Ви впевнені, що хочете видалити {displayQuantity} колекцій?} many {Ви впевнені, що хочете видалити {displayQuantity} колекцій?} other {Ви впевнені, що хочете видалити {displayQuantity} колекцій?}}"},"Ykw8k5":{"context":"dialog title","string":"Видалити колекції"},"C7eDb9":{"string":"Групи дозволів"},"Fbr4Vp":{"context":"dialog header","string":"Дозволи"},"6cS4Rd":{"context":"card section description","string":"Доступні дозволи"},"MVU6ol":{"context":"exceeded permissions description","string":"Ця група дозволів перевищує вашу власну. Ви можете лише керувати наявними дозволами."},"VmMDLN":{"context":"permission list item description","string":"Ця група є останнім джерелом цього дозволу"},"vONi+O":{"string":"Країна"},"O95R3Z":{"string":"Телефон"},"B52Em/":{"string":"Адреса 1"},"TE4fIS":{"string":"місто"},"oYGfnY":{"string":"Поштовий індекс"},"oQY0a2":{"string":"Адреса 2"},"9YazHG":{"string":"Компанія"},"AuwpCm":{"string":"Область країни"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"Нічого не знайдено"},"fP9FXB":{"context":"input label","string":"Пошук характеристик"},"auxEP1":{"context":"input placeholder","string":"Пошук за назвою характеристики"},"QM9P8G":{"context":"dialog header","string":"Призначити характеристику"},"ylobu9":{"context":"assign reference to product, button","string":"Призначити"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Присвоїти категорію"},"8hrH/z":{"context":"dialog header","string":"Пошук Категорії"},"sf6FMK":{"context":"dialog search placeholder","string":"Пошук за назвою категорії, тощо..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Призначити колекцію"},"f0hXz4":{"context":"dialog header","string":"Пошук Колекції"},"JiRKgJ":{"context":"dialog search placeholder","string":"Пошук за назвою колекції, тощо..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Пошук товарів"},"SHm7ee":{"string":"Пошук за назвою товару, характеристикою, типом товару, тощо..."},"dTCDMn":{"context":"dialog header","string":"Призначити товар"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Ви впевнені, що хочете скасувати призначення {attributeName} з {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Характеристика"},"3ukd9/":{"context":"attributes, section header","string":"Характеристики"},"j8PV7E":{"context":"attribute values","string":"Значення"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Значення"},"jHJmjf":{"string":"Немає результатів"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Доступність"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Управління"},"0cVk9I":{"string":"Показати у списках товарів"},"UjsI4o":{"context":"date","string":"розміщено з {date}"},"Jt3DwJ":{"context":"publish on date","string":"Опублікувати на"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Набір доступний на"},"U3BQKA":{"string":"Встановити дату публікації"},"tQuE1q":{"string":"Виберіть канали, для яких {contentType} буде доступним"},"B9yrkK":{"string":"Канали не знайдено"},"2/L4zZ":{"string":"Виберіть усі канали"},"EWCUdP":{"string":"Канали від А до Я"},"ybaLoZ":{"string":"Шукайте по каналах"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Виберіть канали, для яких {contentType} буде доступним"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Опубліковано"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Статус"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Скинути"},"62Ywh2":{"context":"number of countries","string":"Країни {number}"},"zZCCqz":{"context":"button","string":"Призначити країни"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Видалити пошук"},"UaYJJ8":{"string":"Ви впевнені, що хочете видалити {name} вкладку пошуку?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Грати з GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Помилка"},"9mGA/Q":{"context":"button linking to dashboard","string":"Центр керування "},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Видалити пошук"},"qIgdO6":{"string":"Спеціальний фільтр"},"DEa1T1":{"context":"button","string":"Зберегти Пошук"},"zSOvI0":{"string":"Фільтр"},"HnVtSS":{"context":"search","string":"Немає результатів"},"PLCwT/":{"context":"search results","string":"Показати більше"},"FNpv6K":{"context":"button","string":"Фільтр"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"та"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Зберегти зміни"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Скиньте сюди, щоб завантажити"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Значення"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Дії"},"hptDxW":{"context":"money","string":"до {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"від {money}"},"U2WgwW":{"context":"add custom select input option","string":"Додати нове значення: {value}"},"hX5PAb":{"string":"Нічого не знайдено"},"EEW+ND":{"string":"Навігатор"},"8B8E+3":{"context":"navigator placeholder","string":"Номер замовлення"},"NqxvFh":{"context":"navigator placeholder","string":"Введіть команду"},"TpPx7V":{"context":"navigator placeholder","string":"Пошук Клієнта"},"4gT3eD":{"context":"navigator section header","string":"Пошук у Клієнтах"},"BooQvo":{"context":"navigator placeholder","string":"Введіть {key}, щоб переглянути доступні дії"},"AOI4LW":{"context":"navigator placeholder","string":"Пошук у Каталозі"},"YYkkhx":{"context":"navigator section header","string":"Перейти до"},"EM+30g":{"context":"navigator notification","string":"Наша нова функція, яка допоможе вам у виконанні щоденних завдань. Запустіть Навігацію за допомогою {keyboardShortcut} комбінації клавіш."},"me585h":{"context":"navigator section header","string":"Швидкі дії"},"Gxm7Qx":{"context":"navigator notification title","string":"Навігатор тут для допомоги"},"ccXLVi":{"string":"Категорія"},"phAZoj":{"string":"Колекції"},"M1uijW":{"context":"collection","string":"Не опубліковано"},"CjSRT1":{"context":"button","string":"Створити категорію"},"VdDcxc":{"context":"button","string":"Створити колекцію"},"QooeI/":{"context":"button","string":"Створити клієнта"},"cfQf0w":{"context":"button","string":"Створити замовлення"},"V1mqpZ":{"context":"button","string":"Створіть групу дозволів"},"JFmOfi":{"context":"button","string":"Створити товар"},"y9cvqE":{"context":"button","string":"Створити купон"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Перейти до замовлення №{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Пошук у Каталозі"},"3TlhJS":{"context":"navigator command mode description","string":"Пошук Команди"},"DHBlFi":{"context":"navigator customer mode description","string":"Пошук Клієнтів"},"Xel9C+":{"context":"navigator default mode description","string":"Пошук Переглядів та Дій"},"iAvKNf":{"context":"navigator help mode description","string":"Показати довідку"},"usSkzP":{"context":"navigator order mode description","string":"Пошук Замовлень"},"k8bltk":{"string":"Немає результатів"},"x/ZVlU":{"string":"Товар"},"yH56V+":{"string":"Ой!"},"bj6pTd":{"string":"Щось не вистачає"},"nRiOg+":{"string":"На жаль, сторінку не знайдено"},"95oJ5d":{"context":"button","string":"Повернутися до інформаційної панелі"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Ціна не може бути нижче 0"},"fNFEkh":{"string":"№ рядків:"},"liLrVs":{"context":"save filter tab, header","string":"Збережіть власний пошук"},"QcIFCs":{"context":"save search tab","string":"Пошук Імені"},"w2Cewo":{"string":"Назва пошукової системи"},"CXTIq8":{"string":"Опис пошукової системи"},"s5Imt5":{"context":"button","string":"Редагувати SEO вебсайту"},"TGX4T1":{"string":"Попередній перегляд пошукової системи"},"IoDlcd":{"string":"Описова частина"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} з {maxCharacters} символів"},"s/sTT6":{"string":"Якщо порожньо, попередній перегляд покаже, що буде створено автоматично"},"450Fty":{"string":"Нічого"},"qu/hXD":{"string":"Вибрано {number} елементів"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Надіслати"},"3evXPj":{"string":"Залиште свою замітку тут..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Вийти"},"X8+Lpa":{"context":"button","string":"Налаштування акаунта"},"2r4cTE":{"context":"button","string":"Увімкнути Dark Mode"},"akXDST":{"context":"section header","string":"Видимість"},"qMB6d2":{"context":"weight","string":"до {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"від {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Конфігурація"},"YZl6cv":{"string":"Різне"},"gTr0qE":{"string":"Налаштування Доставки"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Налаштування Персоналу"},"HjXnIf":{"string":"Управління контентом"},"jFrdB5":{"string":"Налаштування Товарів"},"MWSacl":{"string":"Багатоканальний"},"DJFPzq":{"context":"button","string":"Підтвердіть"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Накладна сформована"},"Dhherd":{"context":"dialog header, title","string":"Формування накладної"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Оновити"},"Rjs1CD":{"context":"button","string":"Продовжити"},"H5NKfr":{"context":"button","string":"Створити"},"w4R/SO":{"string":"Локальні додатки"},"McN+wq":{"context":"customers section name","string":"Покупці"},"gQGUsN":{"context":"dialog title","string":"Редагувати Адресу"},"W0kQd+":{"context":"dialog title","string":"Добавити адресу"},"rjy9/k":{"context":"button","string":"Додати адресу"},"kErneR":{"string":"Цей клієнт не має жодних адрес, доданих до його адресної книги. Ви можете додати адресу за допомогою кнопки нижче."},"n5vskv":{"context":"customer's address book, header","string":"{fullName} Адресна книга"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Деталі"},"y/UWBR":{"string":"Немає адреси для цього клієнта"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Адреса за замовчуванням"},"VyzsWZ":{"string":"Платіжна адреса за замовчуванням"},"nLML8Y":{"string":"Адреса доставки за замовчуванням"},"puikeb":{"context":"button","string":"Видалити Адресу"},"w+8BfK":{"context":"button","string":"Редагувати Адресу"},"hLOEeb":{"context":"button","string":"Встановити як платіжну адресу за замовчуванням"},"+7OsyM":{"context":"button","string":"Встановити як адресу доставки за замовчуванням"},"BfJGij":{"context":"header","string":"Інформація про адресу"},"Zd3Eew":{"context":"subsection header","string":"Адреса доставки"},"bHdFph":{"context":"subsection header","string":"Адреса"},"3d1RXL":{"string":"Цей клієнт ще не має адреси"},"biVFKU":{"context":"subsection header","string":"Адреса виставлення рахунку"},"jGGnSZ":{"context":"page header","string":"Основна адреса"},"wNQzS/":{"string":"Основна адреса цього клієнта."},"fjPWOA":{"context":"header","string":"Огляд клієнта"},"qNcoRY":{"context":"notes about customer header","string":"Помітка"},"uUQ+Al":{"context":"note about customer","string":"Помітка"},"w3sGrD":{"string":"Введіть додаткову інформацію щодо цього клієнта."},"N76zUg":{"context":"page header","string":"Створити клієнта"},"+NUzaQ":{"context":"check to mark this account as active","string":"Акаунт користувача активний"},"MjUyhA":{"context":"section subheader","string":"Активний учасник з {date}"},"SMakqb":{"context":"customer contact section, header","string":"Контактна інформація"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Пошук Клієнта"},"QLVddq":{"context":"button","string":"Створити клієнта"},"xQK2EC":{"context":"tab name","string":"Всі клієнти"},"icz/jb":{"context":"customer","string":"Додати Дату"},"fhksPD":{"string":"Кількість замовлень"},"E8VDeH":{"string":"№ замовлень"},"FpIcp9":{"string":"Не знайдено клієнтів"},"97l2MO":{"string":"Електронна пошта клієнта"},"Gr1SAu":{"string":"Ім'я клієнта"},"pURrk1":{"context":"order status","string":"Статус"},"1LiVhv":{"context":"section header","string":"Нещодавні замовлення"},"nTF6tG":{"context":"number of order","string":"№ замовлення"},"3+990c":{"context":"button","string":"Переглянути всі замовлення"},"ri3kK9":{"context":"order placement date","string":"Дата"},"taX/V3":{"context":"order total amount","string":"Разом"},"RlfqSV":{"string":"Не знайдено жодних замовлень"},"FNAZoh":{"string":"Остання авторизація"},"HMD+ib":{"string":"Останнє замовлення"},"e7Nyu7":{"context":"section header","string":"Історія клієнта"},"2p0tZx":{"context":"delete customer, dialog content","string":"Ви впевнені, що хочете видалити {email}?"},"ey0lZj":{"context":"dialog header","string":"Видалити клієнта"},"qLOBff":{"context":"dialog header","string":"Видалити Адресу"},"nX2pCU":{"context":"window title","string":"Створити клієнта"},"/kWzY1":{"string":"Ви впевнені, що хочете видалити цю адресу з адресної книги користувачів?"},"PXatmC":{"string":"Клієнта видалено"},"ftcHpD":{"string":"Клієнт створений"},"N2SbNc":{"string":"{counter,plural,one {Ви впевнені, що хочете видалити цього клієнта?} few {Ви впевнені, що хочете видалити {displayQuantity} клієнтів?} many {Ви впевнені, що хочете видалити {displayQuantity} клієнтів?} other {Ви впевнені, що хочете видалити {displayQuantity} клієнтів?}}"},"q8ep2I":{"context":"dialog header","string":"Видалити клієнтів"},"hzSNj4":{"string":"Центр керування "},"P7PLVj":{"string":"Дата"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Видалити"},"i0AcKY":{"context":"notification message after log in","string":"Просто щоб повідомити вас ... Ви перебуваєте в демо-режимі. Ви можете грати за допомогою інформаційної панелі, але не можете зберегти зміни."},"Q8Qw5B":{"string":"Опис"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Знижки "},"g3qjSf":{"context":"button","string":"Призначити категорії"},"AbyDC7":{"context":"section header","string":"Придатні Категорії"},"Uu76vj":{"context":"no categories","string":"Категорії не знайдено"},"fV6yX5":{"context":"table head","string":"Назва категорії"},"QGjJcT":{"context":"number of products","string":"Товари"},"/6uK4C":{"context":"button","string":"Призначити колекції"},"XNeJay":{"context":"section header","string":"Придатні Колекції"},"IoCMjg":{"context":"no collections","string":"Не знайдено жодной колекції"},"ht9yOD":{"context":"table head","string":"Назва колекції"},"cvVIV/":{"context":"dialog header","string":"Призначити країни"},"dGqEJ9":{"context":"search box placeholder","string":"Пошук за назвою країни"},"dWK/Ck":{"string":"Виберіть країни зі списку нижче, якими ви хочете, щоб був обмежений купон"},"8EGagh":{"context":"search box label","string":"Фільтрувати Країни"},"wgA48T":{"context":"country selection","string":"Країни від А до Я"},"AVF5T5":{"context":"voucher end date, switch button","string":"Встановити дату закінчення"},"zKOGkU":{"context":"time during discount is active, header","string":"Активні дати"},"U8eeLW":{"context":"button","string":"Призначити товари"},"xqXYF+":{"context":"section header","string":"Придатні Товари"},"OrR3Qy":{"context":"no products","string":"Не знайдено жодного товару"},"6cMkfT":{"context":"table head","string":"Назва Товару"},"bPFp8B":{"context":"product type","string":"Тип Товару"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"Варіантів не знайдено"},"Q1HhPk":{"context":"table head","string":"Тип Товару"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Створити розпродаж"},"F56hOz":{"context":"sale name","string":"Назва"},"MSD3A/":{"string":"Пошук продаж"},"JHfbXR":{"context":"button","string":"Створити розпродаж"},"Yjhgle":{"context":"tab name","string":"Всі продажі"},"AnqH4p":{"context":"sale status","string":"Активний"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Термін дії закінчився"},"XDBeA+":{"context":"discount type","string":"Фіксована сума"},"s17U7u":{"context":"discount type","string":"Процент"},"BanAhF":{"context":"sale status","string":"За розкладом"},"zjHH6b":{"context":"sale start date","string":"Розпочався"},"SpngiS":{"context":"sale status","string":"Статус"},"KHZlmi":{"string":"Тип знижки"},"XZR590":{"context":"sale value","string":"Значення"},"giF5UV":{"context":"sale end date","string":"Закінчується"},"51HE+Q":{"string":"Жодного розпродажу не знайдено"},"iBSq6l":{"context":"sale start date","string":"Починає"},"WkxE8/":{"context":"percentage or fixed, header","string":"Тип знижки"},"JnzDrI":{"context":"discount type","string":"Фіксована сума"},"wHdMAX":{"context":"sale value, header","string":"Значення"},"x3g4Ry":{"context":"sale discount","string":"Значення знижки"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Назва каналу"},"PsclSa":{"context":"page header","string":"Створити купон"},"YjcN9w":{"context":"time during voucher is active, header","string":"Активні дати"},"jd/LWa":{"string":"Купони поширюються на всі країни"},"glT6fm":{"string":"Купони обмежуються цими країнами"},"ibnmEd":{"context":"voucher country range","string":"Країни"},"jvKNMP":{"string":"Код знижки"},"mSLr9d":{"context":"voucher code, button","string":"Створити код"},"vTgRTZ":{"context":"limit voucher","string":"Обмежити одним використанням кожного клієнта"},"Qj/3sH":{"context":"limit voucher","string":"Обмежте кількість разів, коли ця знижка може бути використана в цілому"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Ліміт використання"},"pzSF+b":{"context":"voucher usage limit, header","string":"Обмеження використання"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"Всі ваучери"},"IruP2T":{"string":"Пошук купона"},"GbhZJ4":{"context":"button","string":"Створити купон"},"amQg6f":{"context":"voucher status","string":"Активний"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Термін дії закінчився"},"Jj0de8":{"context":"voucher status","string":"За розкладом"},"ujFo4A":{"context":"voucher start date","string":"Розпочався"},"uy+tB8":{"context":"voucher status","string":"Статус"},"h75GAF":{"context":"voucher","string":"Використовувані часи"},"JV+EiM":{"context":"voucher value","string":"Значення"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Мін. витрачено"},"b6L9n7":{"context":"voucher is active until date","string":"Закінчується"},"yHwvLL":{"context":"voucher uses","string":"Використовується"},"5u7b3V":{"context":"voucher is active from date","string":"Починає"},"JsPIOX":{"context":"voucher code","string":"код"},"U2mOqA":{"string":"Жодного ваучера не знайдено"},"GVinbz":{"context":"column title","string":"Значення"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Мінімальні вимоги"},"u/hkKO":{"context":"voucher has no requirements","string":"Нічого"},"XT/ZvF":{"context":"voucher requirement","string":"Мінімальна кількість елементів"},"bh9+8A":{"context":"voucher requirement","string":"Мінімальне значення замовлення"},"FOa+Xd":{"context":"voucher value requirement","string":"Мінімальне значення замовлення"},"bcf60I":{"context":"voucher","string":"Відноситься до"},"HLqWXA":{"context":"voucher value requirement","string":"Обмеження використання"},"6cq+c+":{"context":"header","string":"Тип знижки"},"sS5aVm":{"context":"voucher discount type","string":"Безкоштовна доставка"},"fEfCtO":{"context":"voucher discount type","string":"Процент"},"vXFPD6":{"context":"voucher discount type","string":"Фіксована сума"},"1shOIS":{"context":"column title","string":"Ціна"},"/oaqFS":{"context":"section header","string":"Значення"},"mmcHeH":{"string":"Значення знижки"},"5c2JVF":{"context":"voucher application, switch button","string":"Лише один раз за замовлення"},"9UHfux":{"string":"Конкретна інформація по купону"},"ObRk1O":{"string":"Якщо цю опцію вимкнено, знижка враховується за кожен придатний товар"},"bP7ZLP":{"context":"voucher discount","string":" Ціле замовлення"},"45zP+r":{"context":"voucher discount","string":"Конкретні товари"},"WasHjQ":{"context":"voucher discount","string":"Відправлення "},"n7Fg8i":{"string":"Розпродаж успішно створено"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Керування доступністю каналів"},"4C7I61":{"context":"sale Details delete button","string":"Видалено розпродаж"},"V3fvcD":{"context":"dialog content","string":"Видалено розпродаж"},"1/oG76":{"context":"dialog header","string":"Видалити розпродаж"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Скасувати категорії з розпродажу"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Ви впевнені, що хочете видалити {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Видалити розпродажі"},"FPzzh7":{"context":"dialog content","string":"{counter,plural,one {Ви впевнені, що хочете видалити цей розпродаж?} few {Ви впевнені, що хочете видалити {displayQuantity} розпродажів?} many {Ви впевнені, що хочете видалити {displayQuantity} розпродажів?} other {Ви впевнені, що хочете видалити {displayQuantity} розпродажів?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Купон успішно створено"},"MmGlkp":{"context":"dialog header","string":"Скасуйте колекції з купона"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Скасувату товари з купону"},"LOSNq0":{"context":"dialog header","string":"Скасувати категорії з купону"},"NEJo1I":{"context":"dialog content","string":"Ви впевнені, що хочете видалити {voucherCode}?"},"EM730i":{"string":"Керування доступністю каналів"},"Hgz44z":{"context":"dialog header","string":"Видалити купон"},"O9QPe1":{"context":"dialog content","string":"{counter,plural,one {Ви впевнені, що хочете видалити цей купон?} few {Ви впевнені, що хочете видалити {displayQuantity} купони?} many {Ви впевнені, що хочете видалити {displayQuantity} купонів?} other {Ви впевнені, що хочете видалити {displayQuantity} купонів?}}"},"Q0JJ4F":{"context":"dialog header","string":"Видалити купони"},"eOrLzG":{"context":"button","string":"Зроблено"},"toDL5R":{"context":"order status","string":"Чернетка"},"YMBn8d":{"context":"draft orders section name","string":"Чернетка замовлень"},"2atspc":{"string":"Чернетки"},"Ja7gHc":{"context":"button","string":"Редагувати"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"Дата закінчення"},"juBV+h":{"string":"Кінцева година"},"KN7zKn":{"string":"Помилка"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"Ім'я"},"pkjXPD":{"context":"order status","string":"Виконав"},"pkUbrL":{"string":"Загальна інформація"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Клієнт "},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Примітка"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Змінити"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Деталі"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Термін дії закінчився"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Деталі"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Сума"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Валюта"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Товар"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Статус"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Видалити"},"IzEVek":{"context":"bulk disable label","string":"Деактивувати"},"hz+9ES":{"context":"bulk activate label","string":"Активувати"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Товар"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Settings"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Головна"},"sjRXXz":{"string":"Замовлення № {orderId} розміщено з чернетки користувачем {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Замовлення № {orderId} було повністю оплачено"},"0dPP8O":{"string":"Замовлення № {orderId} розміщено"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"Замовлення не готові до виконання"},"5dyOs0":{"string":"Жодних платежів для отримання"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Прізвище"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Управління"},"9C7PZE":{"context":"navigation section name","string":"Навігація"},"wlQTfb":{"context":"go to next step, button","string":"Наступний"},"oUWADl":{"string":"Ні"},"s9sOcC":{"context":"button","string":"ОК"},"lzdvwp":{"context":"field is optional","string":"Необов’язково"},"Ta9j04":{"context":"orders section name","string":"Замовлення"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Скасувати замовлення"},"i+JSEZ":{"string":"{counter,plural,one {Ви впевнені, що хочете скасувати це замовлення?} few {Ви впевнені, що хочете скасувати {displayQuantity} замовлення?} many {Ви впевнені, що хочете скасувати {displayQuantity} замовлень?} other {Ви впевнені, що хочете скасувати {displayQuantity} замовлень?}}"},"VSztEE":{"string":"Скасування цього замовлення випустить невиконані запаси, тому їх можуть придбати інші клієнти.При скасуванні замовлення замовлення не буде повернено - це потрібно зробити вручну.Ви впевнені, що хочете скасувати це замовлення?"},"NhQboB":{"context":"dialog header","string":"Продавець не зміг скасувати замовлення"},"b+jcaN":{"string":"Є ще виконання, створені для цього замовлення. Скасуйте виконання спочатку, перш ніж скасувати замовлення."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Адреса оплати"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Додати нову адресу"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"Нічого не знайдено"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Адреса доставки "},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"Зауважень від клієнта не має"},"puALFo":{"context":"notes about customer, header","string":"Помітка"},"4Jp83O":{"context":"subheader","string":"Контактна інформація"},"hkSkNx":{"string":"Пошук Клієнтів"},"VCzrEZ":{"context":"link","string":"Переглянути профіль"},"DP5VOH":{"string":"Адреса доставки"},"Y7M1YQ":{"context":"section header","string":"Покупець "},"GLX9II":{"context":"billing address","string":"Те саме, що адреса доставки"},"Qovenh":{"string":"Анонімний користувач"},"c7/79+":{"string":"Адреса виставлення рахунку"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Замовлення №{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Скасувати замовлення"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Додати"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Значення знижки"},"fo7nfa":{"context":"fixed amount","string":"Фіксована сума"},"IN5iJz":{"context":"value input helper text","string":"Неприпустиме значення"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Процент"},"APcoSA":{"context":"dialog header","string":"Видалити чернетку замовлення"},"mxtAFx":{"string":"Ви впевнені, що хочете видалити чернетку #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"Ціна"},"nEWp+k":{"context":"quantity of ordered products","string":"Кількість"},"UD7/q8":{"string":"До замовлення не додано жодного товару"},"lVwmf5":{"context":"total price of ordered products","string":"Разом"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Додати перевізника"},"+8v1ny":{"context":"discount button","string":"Знижка "},"M9LXb5":{"context":"no shipping carriers title","string":"Немає відповідних перевізників"},"xUvWaP":{"context":"subtotal price","string":"Проміжний підсумок"},"mQtoRO":{"context":"taxes title","string":"Податки (з ПДВ)"},"S/yAtJ":{"context":"total price","string":"Загальна сума"},"18wvf7":{"context":"section header","string":"Деталі замовлення"},"C50ahv":{"context":"button","string":"Додати товари"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Створити замовлення"},"7a1S4K":{"context":"tab name","string":"Всі чернетки"},"NJEe12":{"string":"Пошук чернетки"},"vwMO04":{"context":"draft order","string":"Створено"},"iEeIhY":{"context":"draft order","string":"Покупець "},"KIh25E":{"string":"Чернетки з замовленнями не знайдено"},"ps0WUQ":{"string":"№ замовлення"},"hkENym":{"string":"Покупець "},"mCP0UD":{"context":"order draft creation date","string":"Дата"},"1Uj0Wd":{"context":"order draft total price","string":"Разом"},"PAqicb":{"context":"button","string":"Відмінити замовлення"},"4Z14xW":{"context":"button","string":"Завершити"},"6u4K7e":{"context":"page header","string":"Замовлення"},"kPIZ65":{"context":"page header","string":"Замовлення №{orderNumber}"},"CJpx4E":{"context":"page header","string":"Замовлення №{orderNumber} - Додати виконання"},"N5UuEK":{"context":"header","string":"Елементи готові до доставки"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"Немає запасів"},"vW3tb6":{"context":"name","string":"Назва товару"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Кількість, яку потрібно виконати"},"0VDwAP":{"context":"checkbox label","string":"Надіслати деталі відвантаження клієнту"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Виконати"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Додати відстеження"},"dTkmON":{"context":"edit tracking button","string":"Edit tracking"},"K//bUK":{"context":"refund button","string":"Відшкодування"},"4PlW0w":{"context":"tracking number","string":"Номер відслідковування: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Надіслати деталі відвантаження клієнту"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Ви впевнені, що хочете скасувати виконання? Якщо відмінити виконання, товар буде відновлено на вибраному складі."},"aHc89n":{"context":"select warehouse to restock items","string":"Виберіть Склад"},"bb4nSp":{"context":"dialog header","string":"Скасувати виконання"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Номер відслідковування"},"/BJQIq":{"context":"dialog header","string":"Додати код відстеження"},"RLTaAR":{"context":"order history message","string":"Адреса замовлення оновлена"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Виконано {quantity} елементів"},"GLy2UR":{"context":"order history message","string":"Виконання було скасовано"},"GJAX0z":{"context":"order history message","string":"Замовлення розміщено"},"OzHN0Z":{"context":"order history message","string":"Посилання на замовлення цифрових товарів надіслано"},"OKGd/k":{"context":"order history message","string":"Замовлення створено з чернетки"},"4Z6BtA":{"context":"order history message","string":"Підтвердження платежу надіслано клієнту"},"wOeIR4":{"context":"order history message","string":"Відновлено {quantity} елементів"},"6WRFp2":{"context":"order history message","string":"Примітка додана до замовлення"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Підтвердження замовлення надіслано клієнту"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Оплата була анульована"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Замовлення було повністю оплачено"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Оплата була отримана"},"aq5ZiN":{"context":"order history message","string":"Підтвердження виконання було надіслано клієнту"},"hWO1SD":{"context":"order history message","string":"Чернетку замовлення створено"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Номер відстеження доставки був відправлений клієнту"},"3fgyFh":{"context":"order history message","string":"Оплата повернена"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Історія Замовлень"},"Fl3ORD":{"context":"order history message","string":"Перепродано {quantity} елементів"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Оновлено виконання группи номеру відстеження"},"TCR639":{"context":"order history message","string":"Не вдалося здійснити оплату"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Інформація про доставку надіслана клієнту"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Замовлення скасовано"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"створено"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Рахунок"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Пошук замовлень..."},"WRkCFt":{"context":"tab name","string":"Всі замовлення"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Покупець "},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Створено"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Статус виконання"},"p+UDec":{"context":"payment status","string":"Платіж"},"5blVMu":{"context":"e-mail or full name","string":"Покупець "},"PHUcrU":{"context":"date when order was placed","string":"Дата"},"k9hf7F":{"context":"total order price","string":"Разом"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Позначити замовлення як оплачене"},"+PbHKD":{"context":"dialog header","string":"Отримання платежу"},"OhdPS1":{"context":"amount of refunded money","string":"Обсяг"},"euRfu+":{"string":"Ви впевнені, що хочете відмінити цей платіж?"},"KszPFx":{"context":"dialog header","string":"Відмінити платіж"},"BZ7BkQ":{"context":"capture payment, button","string":"Отримати"},"V+gwx7":{"context":"order payment","string":"Отримінна сума "},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Знижка "},"pr513b":{"context":"ordered products","string":"{quantity} елементів"},"+5HkZN":{"context":"order, button","string":"Позначити як оплачену"},"5te3Tp":{"context":"order payment","string":"Непогашений залишок"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Статус оплати "},"uUsZ7m":{"context":"order payment","string":"Попередньо авторизована оплата"},"HaQ8cg":{"context":"button","string":"Відшкодування"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Всі покупки"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"не застосовується"},"Rsknyh":{"context":"order does not require shipping","string":"не застосовується"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Разом"},"r+dgiv":{"string":"Податки"},"zb4eBO":{"context":"order total price","string":"Сума"},"dJVXIb":{"context":"vat included in order price","string":"ПДВ включено"},"sEjRyz":{"context":"voucher type order discount","string":"Купон"},"myyWNp":{"context":"dialog header","string":"Додати товар"},"b810WJ":{"context":"product price","string":"Ціна"},"WE8IFE":{"context":"product name","string":"Товар"},"tvpAXl":{"context":"ordered product quantity","string":"Кількість"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Сума"},"5aiFbL":{"context":"tabel column header","string":"Ціна"},"FNT4b+":{"context":"tabel column header","string":"Товар"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Загальна сума"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Замовлення №{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Сума"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Відшкодування"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Ціна"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Товар"},"ikM00B":{"context":"table column header","string":"Замінити"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Скасовано ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Виконано ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Невиконано"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Settings"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Редагувати спосіб доставки"},"/Xwjww":{"context":"button","string":"Виконати"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Платіж успішно отриманий"},"c4gbXr":{"string":"Чернетку замовлення успішно завершено"},"9OtpHt":{"string":"Рядок замовлення видалено"},"CZmloB":{"string":"Виконання успішно оновлено"},"Fn3bE0":{"string":"Рядок замовлення оновлений"},"lL1HTg":{"string":"Замовлення позначено як оплачене"},"HlCkMT":{"string":"Додано рядок замовлення"},"W/Es0H":{"string":"Замовлення успішно скасовано"},"KmPicj":{"string":"Примітка успішно додана"},"L87bp7":{"string":"Платіж за замовлення недійсний"},"j2fPVo":{"string":"Замовлення успішно оновлено"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Спосіб доставки успішно оновлений"},"uMpv1v":{"string":"Виконання успішно скасовано"},"TLNf6K":{"context":"window title","string":"Чернетка замовлення №{orderNumber}"},"GbBCmr":{"context":"window title","string":"Замовлення №{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Видалити чернетки замовлень"},"ra2O4j":{"string":"Видалити чернутки замовлень"},"6udlH+":{"string":"Проект замовлення успішно створений"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Ви впевнені, що хочете видалити цю чернетку замовлення?} few {Ви впевнені, що хочете видалити {displayQuantity} чернетки замовлення?} many {Ви впевнені, що хочете видалити {displayQuantity} чернеток замовлення?} other {Ви впевнені, що хочете видалити {displayQuantity} чернеток замовлення?}}"},"2MKBk2":{"context":"window title","string":"Виконати замовлення №{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Виконані елементи"},"NzifUg":{"context":"window title","string":"Виконати замовлення"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Назва характеристики"},"uxPpRx":{"context":"button","string":"Призначити характеристику"},"nf3XSt":{"context":"attribute internal name","string":"Описова частина"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Створити тип сторінки"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Скасувати"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Сторінки"},"gr53VQ":{"context":"page header","string":"Створити сторінку"},"jZbT0O":{"string":"Додати заголовок та опис для пошукової системи, щоб полегшити пошук цієї сторінки"},"GZgjK7":{"context":"page","string":"буде видно з {date}"},"X26jCC":{"context":"page label","string":"Видимий"},"/TK7QD":{"context":"page label","string":"Приховано"},"gMwpNC":{"context":"page content","string":"Вміст"},"gr+oXW":{"context":"page title","string":"Назва"},"AHRDWt":{"context":"button","string":"Створити замовлення"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Назва"},"5GSYCR":{"context":"page status","string":"Видимість"},"iMJka8":{"string":"Сторінок не знайдено"},"I8dAAe":{"context":"page internal name","string":"Описова частина"},"G1KzEx":{"context":"page status","string":"Опубліковано"},"UN3qWD":{"context":"page status","string":"Не опубліковано"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Створити сторінку"},"JMbFNo":{"string":"Нова сторінка успішно створена"},"C1luwg":{"context":"dialog header","string":"Видалити замовлення"},"4B32Ba":{"context":"delete page","string":"Ви впевнені, що хочете видалити {title}?"},"41z2Qi":{"context":"notification","string":"Видалені сторінки"},"yEmwxD":{"context":"publish page, button","string":"Опублікувати"},"yHQQMQ":{"context":"dialog header","string":"Скасувати публікацію торінки"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Ви впевнені, що хочете скасувати публікацію цієї сторінки?} few {Ви впевнені, що хочете скасувати публікацію {displayQuantity} сторінок?} many {Ви впевнені, що хочете скасувати публікацію {displayQuantity} сторінок?} other {Ви впевнені, що хочете скасувати публікацію {displayQuantity} сторінок?}}"},"F8gsds":{"context":"unpublish page, button","string":"Сховати"},"wyvzh9":{"context":"dialog header","string":"Опублікувати сторінки"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Ви впевнені, що хочете опублікувати цю сторінку?} few {Ви впевнені, що хочете опублікувати {displayQuantity} сторінок?} many {Ви впевнені, що хочете опублікувати {displayQuantity} сторінок?} other {Ви впевнені, що хочете опублікувати {displayQuantity} сторінок?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Ви впевнені, що хочете видалити цю сторінку?} few {Ви впевнені, що хочете видалити {displayQuantity} сторінок?} many {Ви впевнені, що хочете видалити {displayQuantity} сторінок?} other {Ви впевнені, що хочете видалити {displayQuantity} сторінок?}}"},"AzshS2":{"context":"notification","string":"Опубліковані сторінки"},"3Sz1/t":{"context":"dialog header","string":"Видалити сторінки"},"2pw5dQ":{"context":"payment status","string":"Повністю оплачено"},"PbqNhi":{"context":"order status","string":"Частково виконано"},"INNPVX":{"context":"payment status","string":"Частково оплачується"},"OGemtu":{"context":"payment status","string":"Частково повернено кошти"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Статус оплати "},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Групи дозволів"},"jUuHVn":{"context":"description","string":"Учасників не знайдено"},"UQ4Kuh":{"context":"input label","string":"Пошук співробітника"},"6sjBvJ":{"context":"input placeholder","string":"Пошук за іменем, електронною поштою, тощо..."},"9Zlogd":{"context":"staff member status","string":"Активний"},"7WzUxn":{"context":"staff member status","string":"Неактивний"},"DPz5y6":{"context":"dialog header","string":"Призначити співробітника"},"lT5MYM":{"context":"dialog title","string":"Скасувати призначення користувачів"},"H/o4Ex":{"context":"dialog content","string":"Ви не можете змінити участників цієї групи. Вирішіть цю проблему, щоб продовжити запит."},"mAabef":{"context":"checkbox label","string":"Група має повний доступ до магазину"},"CYZse9":{"context":"card description","string":"Розширення або обмеження дозволів групи на доступ до певної частини системи"},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"Видалити групу дозволів"},"O22NIZ":{"context":"deletion error message","string":"Неможливо видалити групу, яка не належить до вашого дозволу"},"rs815i":{"context":"text field label","string":"Назва групи"},"5ftg/B":{"context":"button","string":"створити групу дозволів"},"szXISP":{"context":"permission group name","string":"Назва групи дозволів"},"+a+2ug":{"string":"Учасники "},"wL7VAE":{"string":"Дії"},"CXn88q":{"string":"Не знайдено груп дозволів"},"gVD1os":{"context":"empty list message","string":"Ви ще не призначили жодного учасника до цієї групи дозволів."},"qrWOxx":{"string":"Учасників не знайдено"},"xxQxLE":{"string":"Адреса електронної пошти"},"OhFGpX":{"context":"button","string":"Призначити учасників"},"zD7/M6":{"context":"empty list message","string":"Для цього скористайтеся кнопкою Призначити Учасників."},"lGlDEH":{"context":"header","string":"Учасники групи"},"W32xfN":{"context":"staff member full name","string":"Назва"},"XGBsoK":{"context":"dialog content","string":"Ви впевнені, що хочете скасувати призначення {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Група дозволів створена"},"15PiOX":{"context":"button title","string":"Скасувати"},"DovGIa":{"string":"Група дозволів видалена"},"WhvuCb":{"context":"plugins section name","string":"Плагіни"},"6aBkJm":{"context":"section header","string":"Авторизація"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Назва плагіна"},"bL/Wrc":{"context":"plugin status","string":"Статус"},"w424P4":{"context":"section header","string":"Інформація про плагін та стан"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Додати значення в полі авторизації"},"Xy2T+y":{"context":"header","string":"Редагувати поле авторизації"},"Egyh2T":{"context":"section header","string":"Налаштування плагіна"},"EtGDeK":{"context":"header","string":"Деталі {pluginName}"},"BtErCZ":{"string":"Пошук Плагінів..."},"aOelhW":{"context":"tab name","string":"Всі плагіни"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"Не знайдено плагінів"},"rQOS7K":{"context":"status label active","string":"Активний"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Конфігурація"},"ho75Lr":{"context":"status label deactivated","string":"Деактивовано"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Назва"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Видалити поле авторизації"},"JRfJD9":{"string":"Плагін може припинити роботу після очищення цього поля. Ви впевнені, що хочете продовжити?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Типи товару"},"9scTQ0":{"context":"section header","string":"Характеристики товару"},"5pHBSU":{"context":"switch button","string":"Тип товару використовує різні характеристики"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Назва типу товару"},"1KSqnn":{"context":"tab name","string":"Всі типи товарів"},"rpFdD1":{"string":"Пошук типу товару"},"QY7FSs":{"context":"button","string":"створити тип товару"},"X90t9n":{"context":"product type","string":"Налаштовується"},"dS8Adx":{"context":"product","string":"Цифровий"},"U5aVd8":{"context":"product","string":"Доступний для доставки"},"Jsh6+U":{"context":"product type is digital or physical","string":"Тип"},"0nLsyM":{"string":"Не знайдено типів товару"},"yNb+dT":{"context":"product type","string":"Простий товар"},"TalJlD":{"context":"tax rate for a product type","string":"Податок"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Тип"},"hHOI7D":{"context":"product type name","string":"Введіть назву"},"asdvmK":{"context":"product type","string":"Цифровий"},"ADTNND":{"context":"product type","string":"Матеріальний"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Всі покупки"},"IBw72y":{"context":"switch button","string":"Чи цей товар доступний для доставки?"},"VOiUXQ":{"string":"Використовується для обчислення тарифів на доставку продукції цього типу товару, коли конкретна вага не наводиться"},"zCb8fX":{"string":"Вага"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Варіантні характеристик"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Успішно створений тип продукту"},"F3Upht":{"string":"Тип товару видалено"},"UJnqdm":{"context":"dialog header","string":"Скасувати призначення характеристики для типу товару"},"r1aQ2f":{"context":"dialog header","string":"Скасувати призначення характеристики для типу товару"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Скасувати"},"K8xNLe":{"context":"products section name","string":"Товари"},"ulh3kf":{"string":"Колекції"},"fyE8BN":{"context":"product organization, header","string":"Організація"},"LKoIB1":{"string":"Додати заголовок та опис для пошукової системи, щоб полегшити пошук цього товару"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Пошук за назвою характеристики"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"товари"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Пошук товарів..."},"aFLtLk":{"context":"tab name","string":"Всі товари"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Доступні"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Приховано"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Немає в наявності"},"b1zuN9":{"string":"Ціна"},"3Z8972":{"context":"product","string":"Кількість запасів"},"g+GAf4":{"context":"product visibility","string":"Видимість"},"6Y1nQd":{"context":"product is visible","string":"Видимий"},"Jz/Cb+":{"context":"product type","string":"Простий"},"+VEhV8":{"context":"product channels","string":"Доступність"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Завантажити"},"JjeZEG":{"context":"section header","string":"Організуйте товар"},"Be+J13":{"string":"Налаштовується"},"v+Pkm+":{"context":"field is optional","string":"Не обов'язково. Додавання товару до колекції допомагає користувачу знайти його."},"anK7jD":{"string":"Тип Товару"},"3rIMq/":{"context":"product shipping","string":"Доставка"},"SUbxSK":{"context":"product weight","string":"Вага"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (одиниця зберігання запасів)"},"KTAg0f":{"context":"tabel column header","string":"Назва складу"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Кількість"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Канали"},"TjGYna":{"context":"product inventory, checkbox","string":"Відстежувати запаси"},"cBHRxx":{"context":"button","string":"Призначте склад"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Активне відстеження запасів автоматично обчислює зміни запасів"},"TfY/Pi":{"context":"checkbox","string":"Стягувари податки з цього товару"},"CdIHMu":{"context":"select tax ratte","string":"Ставка податку"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Створити варіанти"},"f3B4tc":{"context":"attributes, section header","string":"Варіантні характеристик"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Видалити варіант"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Зберегти варіант"},"TPCRKr":{"context":"variant price, header","string":"Ціна"},"ClFzoD":{"string":"Вибрані значення будуть використані для створення варіантів товару, що може настроюватися."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Характеристика"},"TDXskW":{"context":"variant attribute","string":"Виберіть характеристику"},"7WEC+G":{"context":"page title","string":"Ціна та SKU"},"GQcp83":{"context":"variant stock, header","string":"Запаси та складування"},"NXpFlL":{"context":"product attribute values, page title","string":"Виберіть значення"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Виберіть значення"},"ucYPtV":{"context":"variant attribute","string":"Виберіть характеристику"},"slKV5G":{"context":"variant creation step","string":"Підсумок"},"lra7Ej":{"string":"Застосовуйте єдину ціну до всіх SKU"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Застосовуйте унікальний запас за характеристикою до кожного SKU"},"EGG8f+":{"string":"Застосовуйте унікальні ціни за характеристиками до кожного SKU"},"STp3Hl":{"string":"Застосовуйте одиночний запас до всіх SKU"},"+bFHzi":{"context":"button","string":"Наступний"},"rHXF43":{"string":"Ось підсумок варіантів, які будуть створені. Ви можете змінювати ціни, зберігати SKU для кожного створеного."},"BIqhVQ":{"string":"Пропустити запас зараз"},"Q3j++G":{"context":"create multiple variants, button","string":"Створити"},"S5PVx1":{"context":"variant creator summary card header","string":"Створені варіанти"},"/Qb92c":{"string":"На основі вашого вибору ми створимо {numberOfProducts} товарів. Скористайтеся цим кроком, щоб налаштувати ціну та запаси нових товарів"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Ціни та SKU"},"iigydN":{"string":"На основі вашого вибору ми створимо 8 товарів. Скористайтеся цим кроком, щоб налаштувати ціну та запаси нових товарів."},"esg2wu":{"context":"previous step, button","string":"Попередній"},"V76IV7":{"context":"variant name","string":"Варіант"},"rbkmfG":{"context":"button","string":"Видалити варіант"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"Видалити варіант"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Варіанти"},"3C3Nj5":{"context":"button","string":"Додати варіант"},"gF7hbK":{"context":"variant name","string":"Новий варіант"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Приховано"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Доступність"},"Xm9qOu":{"context":"product pricing, section header","string":"Ціноутворення"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Вартість"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Назва каналу"},"2zCmiR":{"context":"tabel column header","string":"вартість"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Недоступно у всіх місцях"},"7mK2vs":{"context":"product variant inventory","string":"Недоступний"},"n02c9W":{"context":"product variant price","string":"Ціна"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} в наявності} few {{stockQuantity} в наявності} many {{stockQuantity} в наявності} other {{stockQuantity} в наявності}}"},"FSinkL":{"context":"variant stock status","string":"Доступний переоблік у:"},"HcjV6k":{"context":"button","string":"Створіть варіанти"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} доступний у {numLocations} місці} few {{numAvailable} доступних у {numLocations} місцях} many {{numAvailable} доступних у {numLocations} місцях} other {{numAvailable} доступних у {numLocations} місцях}}"},"rIJbNC":{"string":"Використовуйте варіанти для товарів, які випускаються в різних версіях, наприклад, різних розмірів або кольорів"},"JtZ71e":{"context":"filtering option","string":"Всі склади"},"kL3C+K":{"context":"product variant inventory status","string":"Запаси"},"3VyHbJ":{"context":"button","string":"Створіть варіант"},"9PmyrU":{"context":"product variant inventory","string":"Не в наявності"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Варіант"},"uCn/rd":{"context":"dialog header","string":"Видалити зображення"},"BUKMzM":{"string":"Варіант видалено"},"T6dXGG":{"context":"header","string":"Створити купон"},"VEext+":{"string":"Ви впевнені, що хочете видалити це зображення?"},"MyM2oR":{"context":"window title","string":"Створіть варіант"},"PXx4Jk":{"context":"window title","string":"Створити товар"},"NBP8uu":{"context":"page header","string":"Новий товар"},"DO8+uV":{"string":"Товар створено"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Ви впевнені, що хочете видалити цей товар?} few {Ви впевнені, що хочете видалити {displayQuantity} товарів?} many {Ви впевнені, що хочете видалити {displayQuantity} товарів?} other {Ви впевнені, що хочете видалити {displayQuantity} товарів?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Видалити товари"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Товар вилучено"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Ви впевнені, що хочете видалити {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"Видалити товар"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Видалити варіанти товарів"},"oChkS4":{"context":"success message","string":"Успішно створені варіанти"},"z+wMgQ":{"context":"window title","string":"Створити варіанти"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Властивості"},"kFYlu2":{"string":"Saleor працює в режимі лише для читання. Зміни не збережено."},"rqtV5d":{"context":"order status","string":"Готовий до отримання"},"oLMXDv":{"context":"order status","string":"Готовий до виконання"},"XJSRDK":{"context":"payment status","string":"Повне повернення"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Видалити"},"TKmub+":{"string":"Це поле є обов'язковим"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Розпродажі "},"RaycYK":{"context":"button","string":"Зберегти"},"rqiCWU":{"string":"Збережені зміни"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Надіслати"},"8xsKUv":{"context":"service accounts section name","string":"Службові акаунти"},"Fvvgoi":{"string":"Ваш сеанс закінчився. Будь ласка, увійдіть ще раз, щоб продовжити."},"D9ie4n":{"context":"shipping section name","string":"Способи доставки"},"nNeWAx":{"context":"dialog header","string":"Видалити спосіб доставки"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Макс. значення"},"0FexL7":{"context":"min price in channel","string":"Мін. значення"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Вага замовлення"},"w+5Djm":{"string":"Мін. вага замовлення"},"u0V06N":{"string":"Макс. вага замовлення"},"TnTi/a":{"context":"pricing card title","string":"Ціноутворення"},"5ZvuVw":{"string":"Немає товарів, що відповідають заданому запиту"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Назва Товару"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"Ця одиниця буде використовуватися як вага доставки за замовчуванням"},"Rp/Okl":{"string":"Вага одиниці транспортування"},"llBnr+":{"string":"Назва складу"},"yzYXW/":{"context":"header, dialog","string":"Створіть новий склад"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Виберіть країни, які ви хочете додати до зони доставки, зі списку нижче"},"f2F1NJ":{"context":"section title","string":"Швидкий вибір"},"K/ic0P":{"context":"checkbox label","string":"Решта світу"},"G+9nOZ":{"context":"checkbox description","string":"Якщо вибрано, це додасть усі країни, не вибрані до інших зон доставки"},"pGDYG5":{"context":"search label","string":"Пошук країн"},"1rpzrM":{"context":"search placeholder","string":"Пошук за назвою країни"},"55LMJv":{"context":"country list header","string":"Країни"},"6fxdUO":{"context":"section header","string":"Створити нову зону доставки"},"y7mfbl":{"string":"Наразі в цій зоні доставки не передбачено жодної країни"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Назва зони доставки"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Додати"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Доставка"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Ціна"},"WR8rir":{"context":"button","string":"Створити тариф"},"njUQPz":{"context":"shipping method price range","string":"Діапазон значень"},"RUzdUH":{"string":"Тариф доставки не знайдено"},"FjrExY":{"context":"price based shipping methods, section header","string":"Тариф на основі ціни"},"aYhcie":{"context":"shipping method weight range","string":"Діапазон ваги"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Тарифи на основі ваги"},"aPCrsp":{"context":"shipping method name","string":"Назва"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Додати новий склад"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Виберіть Склад"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Виберіть склад, з якого ви будете відправляти товари для цієї зони доставки. Ця адреса складу також буде використовуватися для обчислення податків."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Settings"},"uULcph":{"context":"header","string":"Всі покупки"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Доставка за зоною"},"mIUNgR":{"context":"button","string":"Створити зону доставки"},"aMwxYb":{"string":"Країни"},"gRa/TS":{"context":"shipping zone","string":"Назва"},"IhK1F3":{"string":"Не знайдено зон доставки"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Значення недійсне"},"pwqwcy":{"context":"error message","string":"Максимальна ціна не може бути нижчою від мінімальної"},"qf/m5l":{"string":"Ви впевнені, що хочете видалити {shippingZoneName} зону доставки?"},"k3EI/U":{"context":"dialog header","string":"Видалити зону доставки"},"cpZLRH":{"context":"dialog header","string":"Видалити зони доставки"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Ви впевнені, що хочете видалити цю зону доставки?} few {Ви впевнені, що хочете видалити {displayQuantity} зон доставки?} many {Ви впевнені, що хочете видалити {displayQuantity} зон доставки?} other {Ви впевнені, що хочете видалити {displayQuantity} зон доставки?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Скасувати"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Максимальна вага не може бути менша за мінімальну"},"/8/Ffn":{"context":"button","string":"Показати"},"viFkCw":{"context":"site settings section name","string":"Налаштування сайту"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Інформація про магазин"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Інформація про компанію"},"LVa5ew":{"string":"Saleor зіткнувся з несподіваною проблемою"},"AQFMYU":{"context":"staff section name","string":"Співробітники"},"23g7PY":{"context":"dialog header","string":"Запросити співробітника"},"hw9Fah":{"context":"button","string":"Надіслати запрошення"},"P+kVxW":{"context":"card description","string":"Користувача призначено для:"},"XMrYaA":{"context":"checkbox label","string":"Активний"},"YJ4TXc":{"context":"tab name","string":"Всі співробітники"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Пошук співробітника"},"4JcNaA":{"context":"button","string":"Запросіть співробітника"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Активний"},"Fc3O3r":{"context":"staff member's account","string":"Деактивовано"},"utaSh3":{"context":"staff member's account","string":"Статус"},"xJQX5t":{"string":"Не знайдено співробітників"},"cMFlOp":{"context":"input label","string":"Новий пароль"},"qEJT8e":{"string":"Новий пароль повинен бути не менше 8 символів"},"+kb2lM":{"context":"dialog header","string":"Змінити Пароль"},"GXdwyR":{"context":"input label","string":"Попередній пароль"},"mm0CXe":{"string":"Ви повинні змінювати свій пароль щомісяця, щоб уникнути проблем з безпекою."},"N3Zot1":{"context":"button","string":"Змінити пароль"},"ZhDQel":{"context":"header","string":"Пароль"},"JJgJwi":{"string":"Вибравши це, ви зміните мову панелі керування"},"e822us":{"string":"Будь ласка, зауважте, що коли всі коригування валюти та дати завершені, мовні переклади є в різному ступені завершення."},"mr9jbO":{"string":"Бажана мова"},"CLeDae":{"context":"section header","string":"Переваги"},"+2VzH4":{"context":"avatar change button","string":"Змінити"},"VTITVe":{"context":"section header","string":"Інформація про співробітників"},"11lR5V":{"context":"avatar delete button","string":"Видалити"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"видалити Користувача персоналу"},"fzpXvv":{"string":"Ви впевнені, що хочете видалити {email} аватар?"},"VKWPBf":{"context":"dialog header","string":"Видалити aватар користувача персоналу"},"gxPjIQ":{"string":"Ви впевнені, що хочете видалити {email} зі співробітників?"},"QirE3M":{"string":"Дата початку"},"tWbE34":{"string":"Година початку"},"tzMNF3":{"string":"Статус"},"RrCui3":{"string":"Підсумок"},"5elC9k":{"context":"taxes section name","string":"Податки"},"lnQAos":{"context":"header","string":"Податки"},"3BTtL2":{"string":"Не знайдено жодної країни"},"/JENWS":{"string":"Зниження податкових ставок"},"07KB2d":{"string":"Код країни"},"0GJfWd":{"string":"Назва країни"},"la9cZ4":{"string":"Ставка податку"},"QHB48n":{"context":"header","string":"Ставки податку в {countryName}"},"Ubath+":{"string":"Не знайдено знижених категорій оподаткування"},"4EuJKs":{"string":"Всі ціни на товари вводяться з урахуванням податку"},"98isC5":{"string":"Показувати валові ціни клієнтам у магазині"},"FNKhkx":{"string":"Стягнення податків на тарифи на доставку"},"+OV+Gj":{"context":"button","string":"Отримати податки"},"HtQGEH":{"string":"Податкові ставки успішно отримані"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Характеристики"},"5fCMUI":{"context":"translations section name","string":"Переклади"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Перекладів, {numberOfTranslatedFields} Завершено"},"Xtd0AT":{"string":"Оригінальний рядок"},"/vCXIP":{"string":"Переклад"},"vTN5DZ":{"context":"button","string":"Відмовитися"},"T/5OyA":{"string":"Ще немає перекладу"},"DRMMDs":{"string":"Назва характеристики"},"SPBLzT":{"context":"header","string":"Переклад характеристики \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Значення {number}"},"JE0TAx":{"context":"section name","string":"Значення"},"US3IPU":{"string":"Опис пошукової системи"},"XitW/z":{"string":"Переклад категорії \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Назва пошукової системи"},"Bphmwe":{"context":"header","string":"Переклад колекції \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Мови"},"FemBUF":{"context":"header","string":"Переклади на {language}"},"7NFfmz":{"string":"Товари"},"CxfKLC":{"string":"Сторінки"},"VKb1MS":{"string":"Категорії"},"RzsKm8":{"string":"Методи доставки"},"c8nvms":{"string":"Розпродажі "},"etP0+D":{"string":"Ваучери"},"ikRuLs":{"context":"translation progress","string":"{current} до {max}"},"vcwrgW":{"string":"Не знайдено перекладних об'єктів"},"LWmYSU":{"string":"Завершені переклади"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Назва"},"ptPPVk":{"string":"Мов не знайдено"},"y1Z3or":{"string":"Мова"},"oUWXLO":{"context":"header","string":"Переклад сторінки \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Назва сторінки"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Переклад товару \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Переклад розпродажу \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Назва розпродажу"},"GpqEl5":{"context":"shipping method description","string":"Опис"},"1UKx20":{"context":"header","string":"Переклад ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Переклад купону \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Назва"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Непідтверджений"},"vN3qdA":{"context":"button","string":"Скасувати"},"oB0y5Y":{"context":"order status","string":"Невиконано"},"FBtqtl":{"context":"payment status","string":"Неоплачений"},"Lx1ima":{"context":"button","string":"Завантажити зображення"},"m8cjcK":{"context":"add authorization key error","string":"Ключ авторизації такого типу вже існує"},"+x4cZH":{"string":"Можуть бути призначені лише співробітники"},"aggaJg":{"string":"Ця характеристика вже призначена для цього типу товару"},"u24Ppd":{"string":"Цю характеристику не можна присвоїти цьому товару"},"cd13nN":{"context":"product attribute error","string":"Всі характеристик повинні мати значення"},"lLwtgs":{"string":"Варіанти вимкнено в цьому виді товару"},"IFWHn0":{"context":"error message","string":"Платіжна адреса не встановлена"},"ij7olm":{"context":"error message","string":"Це виконання не можна скасувати"},"BM1JiJ":{"context":"error message","string":"Це замовлення не можна скасувати"},"nOo0oL":{"context":"error message","string":"Не вистачає елементів для виконання"},"Xb6BJ9":{"context":"error message","string":"Оплата в ручному режимі не може бути повернена"},"WzA5Ll":{"string":"Неможливо видалити користувача з останньої групи"},"sZ27WU":{"context":"error message","string":"Тільки попередньо авторизовані платежі можуть бути анульовані"},"gKdGxP":{"context":"error message","string":"Лише попередньо авторизовані оплати можуть бути отримані"},"DK+8PB":{"string":"Цей канал уже створено"},"V2BBQu":{"string":"Валюта в обох каналах повинна бути однаковою"},"QFCUEt":{"string":"Жетон повинен бути унікальним"},"AY7Tuz":{"string":"Той же об'єкт не може бути в обох списках"},"E8T3e+":{"string":"Неможливо додати та видалити групу одночасно"},"abTH5q":{"context":"error message","string":"Адреса електронної пошти не встановлена"},"c5pMZ8":{"string":"Помилка API"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Неприпустиме значення"},"pC6/1z":{"string":"Недійсний формат маніфесту"},"eu98dw":{"string":"Неправильний пароль"},"D2qihU":{"string":"Дозвіл недійсний"},"g/BrOt":{"string":"URL-адреса має недійсний формат"},"AdmPca":{"context":"error message","string":"Максимальне значення не може бути менше мінімального значення"},"0AQH0Q":{"string":"Плагін неправильно налаштований і не може бути активований"},"FuAV5G":{"string":"Ця назва вже зайнята. Будь ласка, вкажіть інше."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Неможливо вибрати спосіб доставки для замовлення без адреси доставки"},"r+8q4B":{"context":"error message","string":"Редагувати можуть лише чернетки замовлень"},"PCoO4D":{"context":"error message","string":"Сторінку не знайдено."},"Fz3kic":{"context":"error message","string":"Адреса для виставлення рахунку не встановлена або рахунок не готовий до відправлення"},"N43t3/":{"context":"error message","string":"Номер для рахунку не встановлений"},"C4hCsD":{"string":"Додаток виходить за рамки дозволів"},"1n1tOR":{"string":"Група виходить за межі вашого дозволу"},"4prRLv":{"string":"Дозвіл виходить за рамки ваших меж"},"KRqgfo":{"string":"Користувач виходить за межі вашого дозволу"},"cY42ht":{"string":"Пароль не може бути повністю з цифр"},"Y1B0PN":{"context":"error message","string":"Немає оплати, пов'язаної із замовленням"},"vVviA2":{"string":"Ці дозволи не входять у ваш обсяг"},"mYs3tb":{"string":"Ціна товару не може бути нижче 0."},"VEE4gD":{"context":"error message","string":"Спосіб доставки не дійсний для обраної адреси доставки"},"ychKsb":{"context":"error message","string":"Для цього замовлення необхідний спосіб доставки"},"rZf1qL":{"context":"bulk variant create error","string":"Код товару повинен бути унікальним"},"nKjLjT":{"context":"error message","string":"Службове поле повинно бути унікальним для кожного складу"},"wn3di2":{"string":"Цей пароль занадто часто використовується"},"LR3HlT":{"string":"Цей пароль занадто короткий"},"1wyZpQ":{"string":"Ці паролі занадто схожі"},"TDhHMi":{"string":"Це повинно бути унікальним"},"qDwvZ4":{"string":"Невідома помилка"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL-адреса для рахунку не встановлена"},"Z6QAbw":{"string":"Цей варіант не має жодного вмісту"},"i3Mvj8":{"context":"product attribute error","string":"Цей варіант вже існує"},"iUy2dx":{"context":"vouchers section name","string":"Ваучери"},"ycMLN9":{"context":"warehouses section name","string":"Склади"},"43Nlay":{"context":"warehouse","string":"Інформація про адресу"},"GhcypC":{"context":"header","string":"Створити склад"},"DTL7sE":{"context":"dialog content","string":"Ви впевнені, що хочете видалити {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Видалити склад"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Пошук складу"},"2yU+q9":{"context":"tab name","string":"Всі склади"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Створити склад"},"PFXGaR":{"string":"Зони доставки"},"2gsiR1":{"string":"Складів не знайдено"},"aCJwVq":{"context":"warehouse","string":"Назва"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"На цьому складі не призначені зони доставки."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Settings"},"6nSTuC":{"context":"webhooks section name","string":"Система сповіщення подій"},"hS+ZjH":{"context":"delete webhook","string":"Ви впевнені, що хочете видалити цюй вебхук?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Видалити вебхук"},"snUby7":{"context":"header","string":"Деталі вебхуку без назви"},"Ryh3iR":{"context":"header","string":"Створити реакцію на подію"},"OPtrMg":{"context":"header","string":"{webhookName} Деталі"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Події"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"секретний ключ використовується для створення хеш-підпису з кожним корисним навантаженням. *необов’язкове поле"},"u9/vj9":{"context":"webhook input label","string":"Ціль URL-адреси"},"0MetrR":{"context":"webhook input help text","string":"Ця URL-адреса отримуватиме реакцію на подію POST запити"},"WDy0tF":{"context":"section header","string":"Інформація"},"D0KaT6":{"context":"webhook input label","string":"Назва"},"W+x5ZI":{"context":"webhooks active label","string":"Система сповіщення подій активна"},"IBCBi1":{"context":"webhook active description","string":"Якщо ви хочете відключити цю реакцію на подію, зніміть прапорець нижче."},"1+M/52":{"context":"section header","string":"Статус"},"wbjuR4":{"string":"Вебхук не знайдено"},"wlr0Si":{"context":"button","string":"Створити реакцію на подію"},"jqnwW9":{"context":"header","string":"Система сповіщення подій"},"a/QJBx":{"context":"user action bar","string":"Дія"},"1eCau/":{"string":"Вебхук без назви"},"OTpV1t":{"context":"webhook name","string":"Назва"},"JVaz1C":{"context":"window title","string":"Створити вебхук"},"a5msuh":{"string":"Так "},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Зарезервовано"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Кількість"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Недоступний для покупки"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Скасувати"},"KSp+8B":{"context":"product available for purchase date","string":"стане доступним {date}"},"hAcUEl":{"context":"product publication date label","string":"буде опубліковано {date}"}} \ No newline at end of file diff --git a/locale/vi.json b/locale/vi.json index 5ff6be50f..21dafaa69 100644 --- a/locale/vi.json +++ b/locale/vi.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "Huỷ Đơn Hàng" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "Ẩn" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "Được Thấy" - }, - "configurationMenuAttributes": { - "string": "Xác định các thuộc tính sẽ sử dụng để tạo loại sản phẩm" - }, - "configurationMenuChannels": { - "string": "Thiết lập và quản lý các kênh bán hàng của bạn" - }, - "configurationMenuNavigation": { - "string": "Miêu tả cách người dùng điều hướng trong cửa hàng trực tuyến" - }, - "configurationMenuPageTypes": { - "string": "Thiết lập loại trang nội dung được sử dụng trong cửa hàng của bạn" - }, - "configurationMenuPermissionGroups": { - "string": "Quản lý các nhóm quyền của bạn và quyền của họ" - }, - "configurationMenuProductTypes": { - "string": "Định nghĩa loại sản phẩm" - }, - "configurationMenuShipping": { - "string": "Quản lý cách thức vận chuyển hàng" - }, - "configurationMenuSiteSettings": { - "string": "Xem và cập nhập các cài đặt của website" - }, - "configurationMenuStaff": { - "string": "Quản lý nhân viên và các quyền hạn" - }, - "configurationMenuTaxes": { - "string": "Quản lý cách thức tính thuế" - }, - "configurationMenuWarehouses": { - "string": "Quản lý và cập nhật thông tin kho hàng của bạn" - }, - "configurationPluginsPages": { - "string": "Xem và cập nhập các plugin" - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Số tiền cố định" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Hoạt Động" - }, - "homeActivityCardNoActivities": { - "string": "Không tìm thấy hoạt động nào" - }, - "homeAnalyticsCardHeader": { - "string": "Hôm nay" - }, - "homeHeaderText": { - "context": "header", - "string": "Xin chào {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Đây là một số thông tin chúng tôi đã thu thập được về cửa hàng của bạn" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,other {{amount} đặt hàng}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Các Sản Phẩm Bán Chạy" - }, - "homeProductsListCardNoProducts": { - "string": "Không tìm thấy sản phẩm nào" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Tuyên bố trách nhiệm" - }, - "homeScreenDisclaimerText1": { - "string": "Trang quản trị và GraphQL API hiện đang trong thử nghiệm" - }, - "homeScreenDisclaimerText2": { - "string": "GraphQL API vẫn đang trong thử nghiệm nên chưa được tối ưu hoá hoàn toàn và 1 số mutations và query có thể chưa có." - }, - "homeScreenHeader": { - "context": "header", - "string": "Xin chào {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "trong khoảng" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "bằng với" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Tạo Menu" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Tiêu Đề Menu" - }, - "menuDetailsDeleteMenuContent": { - "string": "Bạn có chắc chắn muốn xoá menu {menuName} không?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Xoá Menu" - }, - "menuDetailsPageHelperText": { - "string": "Kéo và thả để tạo cấu trúc điều hướng. Chỉ cần tạo 1 mục menu mới và kéo nó vào vị trí cần đặt. Bạn có thể di chuyển các mục lồng vào nhau để tạo cấu trúc dạng cây và kéo các mục lên và xuống để tạo thứ bậc" - }, - "menuItemDialogAddItem": { - "context": "create new menu item, header", - "string": "Thêm Mục Cho Menu" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Link đến: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Sửa Hạng Mục" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Link" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Hãy gõ chữ để bắt đầu tìm kiếm..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "Tên" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Tạo mục mới" - }, - "menuItemsHeader": { - "context": "header", - "string": "Hạng Mục Menu" - }, - "menuItemsPlaceholder": { - "string": "Thêm mục mới để bắt đầu xây dựng menu" - }, - "menuListCreatedMenu": { - "string": "Đã tạo menu" - }, - "menuListDeleteMenuContent": { - "string": "Bạn có chắc chắn muốn xoá {menuName} không?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Xoá Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,other {Bạn có chắc chắn muốn xóa {displayQuantity} menu không?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Xoá Các Menu" - }, - "menuListDeletedMenu": { - "string": "Đã xoá menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Hạng Mục" - }, - "menuListMenutitle": { - "string": "Tiêu Đề Menu" - }, - "menuListNoMenus": { - "string": "Không tìm thấy menu nào" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Tạo Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Tiêu Đề Menu" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Chưa đăng tải" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "Chưa đặt" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "Chưa đặt" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "Chưa đặt" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "không áp dụng" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Tạo loại trang" - }, - "pageTypeInputLabel": { - "string": "Chọn loại trang" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Danh Mục" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "Bộ Sưu Tập" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "Mô tả" - }, - "productExportFieldName": { - "context": "product field", - "string": "Tên" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "Hỉnh sản phẩm" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "Xuất trọng lượng sản phẩm" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Thuế phí" - }, - "productExportFieldType": { - "context": "product field", - "string": "Loại" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Hình ảnh biến thể sản phẩm" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "Xuất SKU biến thể" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "Xuất trọng lượng biến thể" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Tồn Kho" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Tạo Loại Sản Phẩm" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Tạo Loại Sản Phẩm" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Thuế" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "Giá" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Hàng Tồn" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Hàng Tồn" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. You can configure variants without providing stock quantities." - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Nhà kho" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse" - }, - "published channel": { - "context": "product label", - "string": "Đã đăng tải" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Danh Mục ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Bộ Sưu Tập ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Sản phẩm ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Bạn có chắc chắn muốn xoá {name} không?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Bạn có chắc chắn muốn xoá {name} không?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "Warehouse" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "Edit settings" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "Back to homepage" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "Learn more about data privacy" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "About" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "Retry" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Cho phép ứng dụng này có toàn quyền truy cập vào kho hàng" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Tạo Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "Token này cho phép việc truy cập vào API của cửa hàng: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Đã Copy" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "sao chép mã xác thực" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_4189999598": { - "string": "Token mặc định của bạn đã được tạo. Hãy chắc rằng bạn đã copy token này vì bạn sẽ không thấy được token này nữa." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Cho phép ứng dụng này có toàn quyền truy cập vào kho hàng" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "Key" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "Không tìm thấy token nào" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Tạo Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Ghi Chú Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Tuỳ chọn" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Vô hiệu hoá" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "About" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Tạo Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access Token được sử dụng để xác thực các tài khoản dịch vụ" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3009959880": { - "string": "Token mặc định của bạn đã được tạo. Hãy chắc rằng bạn đã copy token này vì bạn sẽ không thấy được token này nữa." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "sao chép mã xác thực" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Tạo Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Ghi Chú Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "Tạo" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Bạn có chắc chắn muốn xoá token {token} không?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "Thuộc Tính" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Xoá các thuộc tính" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Xoá thuộc tính" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Bạn có chắc chắn muốn xoá thuộc tính {attributeName} không?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Vùng" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Nhãn Mặc Định" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Mã Thuộc Tính" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "context": "attribute slug input field helper text", - "string": "Thông tin này được sử dụng nội bộ. Bạn hãy đảm bảo không dùng dấu cách" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "Ngày" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "File" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Chọn Cùng Lúc" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "Các Trang" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "Sản phẩm" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Giá Trị Bắt Buộc Điền" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Cân Nặng" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "Tất Cả Thuộc Tính" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "Tạo thuộc tính" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "Tìm Thuộc Tính" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "Có thể sử dụng để tạo cột trong danh sách sản phẩm" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Có thể lọc trong trang quản trị" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { - "context": "use attribute in filtering", - "string": "Có thể lọc trong web bán hàng" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_isVariantOnly": { - "context": "attribute can be used only in variants", - "string": "Chỉ sử dụng cho biến thể" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_valueRequired": { - "context": "attribute value is required", - "string": "Giá Trị Bắt Buộc Điền" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_visibleInStorefront": { - "context": "attribute", - "string": "Được hiển thị trên trang sản phẩm tại trang web cửa hàng" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { - "string": "Không tìm thấy thuộc tính nào" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2186555805": { - "context": "attribute can be searched in storefront", - "string": "Sử dụng trong tìm kiếm" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2235596452": { - "context": "attribute can be searched in dashboard", - "string": "Có thể tìm kiếm" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { - "string": "Mã Thuộc Tính" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_643174786": { - "context": "attribute is visible", - "string": "Được Thấy" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "Nhãn Mặc Định" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Tổ Chức" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Tạo Thuộc Tính Mới" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Thêm vào lựa chọn cột ở trang Sản Phẩm" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "Nếu kích hoạt thì thuộc tính sẽ được sử dụng để làm 1 cột trong bảng sản phẩm." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Sử Dụng Trong Việc Lọc" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "Nếu kích hoạt thì thuộc tính sẽ được sử dụng để lọc các sản phẩm trong danh sách." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Đặc Tính Cửa Hàng" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "Public" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "Hình ảnh" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Bạn có chắc chắn muốn xoá giá trị \"{name}\" không?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Xoá giá trị của thuộc tính" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Bạn có chắc chắn muốn xoá giá trị \"{name}\" không vì như vậy sẽ không thể gán cho bất kỳ sản phẩm nào với thuộc tính \"{attributeName}\" nữa." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Sửa Giá Trị" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Thêm Giá Trị" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "Tên" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Dạng Xem Từ Của Hàng" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "Quản trị" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "Không tìm thấy giá trị nào" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Các Giá Trị Của Thuộc Tính" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Gán giá trị" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Đã tạo thuộc tính thành công" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Đã xoá giá trị" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Đã xoá thuộc tính" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Đã thêm giá trị mới" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Các thuộc tính đã được xoá thành công" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Đăng nhập" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "Mật khẩu" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "Quên mật khẩu ?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "Xin lỗi, tên đăng nhập và mật khẩu của bạn không đúng. Xin hãy thử lại." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "Mật Khẩu Mới" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "Đặt mật khẩu mới" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "Xác Nhận Mật Khẩu" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Mật khẩu không khớp" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Đặt lại mật khẩu" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Quay về đăng nhập" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Đặt lại mật khẩu" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "Đã thành công! Bạn sẽ nhận được thư với hướng dẫn cài đặt lại mật khẩu trong vòng vài phút nữa." - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "Địa chỉ email bạn cung cấp không tồn tại trong cơ sở dữ liệu" - }, - "src_dot_availability": { - "string": "Hiệu Lực" - }, - "src_dot_back": { - "context": "button", - "string": "Quay lại" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "Hủy" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Đã hủy" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "Danh Mục" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Hình Nền (không bắt buộc)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(Không bắt buộc)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Tạo Danh Mục Mới" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Thêm tiêu đề và giới thiệu dành cho công cụ tìm kiếm để giúp danh mục này dễ được tìm thấy hơn" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Xoá danh mục" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "Bạn có chắc chắn muốn xoá danh mục {categoryName} không?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Tên Danh Mục" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Mô Tả Danh Mục" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Tạo danh mục" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Tìm Danh Mục" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "Tất Cả Danh Mục" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Tên Danh Mục" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "Không tìm thấy danh mục nào" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "Không tìm thấy danh mục con nào" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "Danh mục con" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "Số Sản Phẩm" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "Không tìm thấy sản phẩm nào" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "Tên" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "Thêm sản phẩm" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "Sản phẩm trong {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Danh mục con" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Thêm tiêu đề và giới thiệu dành cho công cụ tìm kiếm để giúp danh mục này dễ được tìm thấy hơn" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "Sản phẩm" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "Tất Cả Danh Mục Con" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Tạo danh mục con" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Tạo danh mục" - }, - "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": "Đã tạo danh mục" - }, - "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": "Xoá danh mục" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Đã xoá danh mục" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Xoá các sản phẩm" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "src_dot_categories_dot_views_dot_3488150607": { - "string": "Hãy nhớ việc này sẽ xoá tất cả các sản phẩm được gán với danh mục này." - }, - "src_dot_categories_dot_views_dot_712767046": { - "context": "dialog title", - "string": "Xoá các danh mục" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "Bạn có chắc chắn muốn xoá danh mục {categoryName} không?" - }, - "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": "Hãy nhớ việc này sẽ xoá tất cả các sản phẩm được gán với danh mục này." - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_712767046": { - "context": "dialog title", - "string": "Xoá các danh mục" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "Channels" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Hiệu Lực" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "Delete Channel" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "Select Channel" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "Channel Settings" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Đã Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "Copy" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "Currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "Select a channel" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "Channel name" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Không Hoạt Động" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "Tình Trạng" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Kích hoạt" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "Channel Name" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Tuỳ chọn" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "Create Channel" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "New Channel" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "Create Channel" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "Choose file" - }, - "src_dot_clear": { - "context": "button", - "string": "Xóa" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Bộ Sưu Tập" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "Được Thấy" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "Ẩn" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "Thêm tiêu đề và giới thiệu dành cho công cụ tìm kiếm để giúp bộ sưu tập này dễ được tìm thấy hơn" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "Thêm Bộ Sưu Tập" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "Được Thấy" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "Ẩn" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Thêm tiêu đề và giới thiệu dành cho công cụ tìm kiếm để giúp bộ sưu tập này dễ được tìm thấy hơn" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "Tên" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Hình Nền (không bắt buộc)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(Không bắt buộc)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "Tất Cả Bộ Sưu Tập" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Tạo bộ sưu tập" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "Ẩn" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "Đã đăng tải" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "Không tìm thấy bộ sưu tập nào" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "Số Sản Phẩm" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "Tên Bộ Sưu Tập" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "Hiệu Lực" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "Không tìm thấy sản phẩm nào" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Loại" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "Hiệu Lực" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Sản phẩm trong {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Gán sản phẩm" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "Tên" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Đã xoá bộ sưu tập" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Đã thêm sản phẩm vào bộ sưu tập" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Bạn có chắc chắn muốn xoá hình của bộ sưu tập không?" - }, - "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": "Đã xoá sản phẩm khỏi bộ sưu tập" - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "src_dot_collections_dot_views_dot_3791354625": { - "context": "dialog title", - "string": "Ngừng gán sản phẩm với bộ sưu tập" - }, - "src_dot_collections_dot_views_dot_523939418": { - "string": "Bạn có chắc chắn muốn xoá bộ sưu tập {collectionName} không?" - }, - "src_dot_collections_dot_views_dot_686910896": { - "context": "window title", - "string": "Tạo bộ sưu tập" - }, - "src_dot_collections_dot_views_dot_699514132": { - "context": "dialog title", - "string": "Xoá Bộ Sưu Tập" - }, - "src_dot_collections_dot_views_dot_870815507": { - "context": "unassign product from collection, button", - "string": "Ngừng gán" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "Xoá hình ảnh" - }, - "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_3817188998": { - "context": "dialog title", - "string": "Xoá các bộ sưu tập" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "Quyền hạn" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "Quốc gia" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Điện Thoại" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Địa chỉ - dòng 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "Thành Phố" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "Mã Vùng" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Địa chỉ - dòng 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Công Ty" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Tỉnh" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "Không tìm thấy kết quả nào" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Tìm Các Thuộc Tính" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Tìm bằng tên thuộc tính" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Gán Thuộc Tính" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Tìm Danh Mục" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Tìm bằng tên danh mục, ..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Gán Bộ Sưu Tập" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "Tìm Bộ Sưu Tập" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Tìm bằng tên bộ sưu tập, ..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Tìm Các Sản Phẩm" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Tìm bằng tên sản phẩm, thuộc tính, chủng loại, ..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Gán Sản Phẩm" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Tìm bằng tên sản phẩm, thuộc tính, chủng loại, ..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Thuộc Tính" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "Thuộc Tính" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Các giá trị" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "Giá trị" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "Không có kết quả nào" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Hiệu Lực" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Quản Lý" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "từ {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Đăng tải vào" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Đặt ngày đăng tải" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "Đã đăng tải" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "Tình Trạng" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Đặt Lại" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Các Cột" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} cột đã chọn trong tổng số {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "Quốc gia" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Điện Thoại" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Địa chỉ - dòng 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "Thành Phố" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "Mã Vùng" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Địa chỉ - dòng 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Công Ty" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Tỉnh" - }, - "src_dot_components_dot_CountryList_dot_2460766407": { - "context": "number of countries", - "string": "{number} Quốc Gia" - }, - "src_dot_components_dot_CountryList_dot_2747492886": { - "context": "button", - "string": "Gán các đất nước" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_2173195312": { - "context": "custom search delete, dialog header", - "string": "Xoá Tìm Kiếm" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_71479100": { - "string": "Bạn có chắc chắn muốn xoá tab tìm kiếm {name} không?" - }, - "src_dot_components_dot_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Thử với GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Lỗi" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "Trang Quản Trị" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Xoá Tìm Kiếm" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Tuỳ Biến Bộ Lọc" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Lưu Tìm Kiếm" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "Lọc" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "Không có kết quả nào" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Xem Thêm" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "Lọc" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "và" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "Lọc" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "Lưu địa chỉ" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "src_dot_components_dot_ImageUpload_dot_1731007575": { - "context": "image upload", - "string": "Thả vào đây để upload" - }, - "src_dot_components_dot_LanguageSwitch_dot_4150219184": { - "context": "button", - "string": "{languageName} - {languageCode}" - }, - "src_dot_components_dot_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "Giá trị" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Tuỳ chọn" - }, - "src_dot_components_dot_MoneyRange_dot_12301532": { - "context": "money", - "string": "đến {money}" - }, - "src_dot_components_dot_MoneyRange_dot_1316359951": { - "context": "money", - "string": "{fromMoney} - {toMoney}" - }, - "src_dot_components_dot_MoneyRange_dot_3729849657": { - "context": "money", - "string": "từ {money}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Thêm giá trị mới: {value}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { - "string": "Không tìm thấy kết quả nào" - }, - "src_dot_components_dot_MultiSelectField_dot_4205644805": { - "string": "Không tìm thấy kết quả nào" - }, - "src_dot_components_dot_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "Số Đơn Hàng" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Lệnh cho Loại" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Tìm Khách Hàng" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Tìm trong khách hàng" - }, - "src_dot_components_dot_Navigator_dot_2874620973": { - "context": "navigator placeholder", - "string": "Gõ {key} để hiển thị tất cả các lệnh có thể dùng" - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Tìm trong Catalog" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Đi đến" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "Tính năng mới của chúng tôi được xây dựng để giúp bạn thực hiện các công việc hàng ngày. Chạỵ Navigator bằng tổ hợp nút {keyboardShortcut}." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Hành Động Nhanh" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Navigator đã ở đây để giúp đỡ" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "Danh Mục" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Bộ Sưu Tập" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "Đã đăng tải" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Chưa Đăng Tải" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Tạo Danh Mục" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Tạo Bộ Sưu Tập" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Tạo Khách Hàng" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Tạo Đơn Hàng" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Tạo Sản Phẩm" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Tạo 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": "Chuyển đến đơn hàng #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Tìm trong Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Tìm Lệnh" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Tìm Các Khách Hàng" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Tìm hành động và dạng xem" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Hiện Thị Hỗ Trợ" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Tìm Đơn Hàng" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "Không Có Kết Quả" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "Sản Phẩm" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Ooops!..." - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Bị thiếu gì đó" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "Xin lỗi, không tìm được trang này" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "Quay về trang quản trị" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "Không tìm thấy kết quả nào" - }, - "src_dot_components_dot_RowNumberSelect_dot_1154361791": { - "string": "Số dãy:" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1514415736": { - "context": "save filter tab, header", - "string": "Lưu Tìm Kiếm Được Cài Đặt Riêng" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1556856943": { - "context": "save search tab", - "string": "Tìm Tên" - }, - "src_dot_components_dot_SearchBar_dot_2173195312": { - "context": "button", - "string": "Xoá Tìm Kiếm" - }, - "src_dot_components_dot_SearchBar_dot_2340527467": { - "string": "Tuỳ Biến Bộ Lọc" - }, - "src_dot_components_dot_SearchBar_dot_3268463180": { - "context": "button", - "string": "Lưu Tìm Kiếm" - }, - "src_dot_components_dot_SeoForm_dot_1324250412": { - "string": "Tiêu đề của hệ thống tìm kiếm" - }, - "src_dot_components_dot_SeoForm_dot_1991321627": { - "string": "Mô tả hệ thống tìm kiếm" - }, - "src_dot_components_dot_SeoForm_dot_3198271020": { - "context": "button", - "string": "Sửa website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Xem Trước Hệ Thống Tìm Kiếm" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} trong {maxCharacters} ký tự" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "Nếu để trống, bản xem trước sẽ tự khởi tạo" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Thêm giá trị mới: {value}" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { - "string": "Trống" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_4205644805": { - "string": "Không tìm thấy kết quả nào" - }, - "src_dot_components_dot_SingleSelectField_dot_4205644805": { - "string": "Không tìm thấy kết quả nào" - }, - "src_dot_components_dot_TableHead_dot_868570480": { - "string": "Đã chọn {number} hạng mục" - }, - "src_dot_components_dot_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "src_dot_components_dot_Timeline_dot_1359200231": { - "context": "add order note, button", - "string": "Gửi" - }, - "src_dot_components_dot_Timeline_dot_3028189627": { - "string": "Để lại lời nhắn của bạn ở đây..." - }, - "src_dot_components_dot_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "Đăng Xuất" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "Cài Đặt Tài Khoản" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Tình Trạng" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "từ {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Đăng tải vào" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Đặt ngày đăng tải" - }, - "src_dot_components_dot_WeightRange_dot_264731940": { - "context": "weight", - "string": "đến {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": "từ {value} {unit}" - }, - "src_dot_components_dot_Weight_dot_2781622322": { - "context": "weight", - "string": "{value} {unit}" - }, - "src_dot_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "Cấu Hình" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Khác" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Thiết Lập Nhân Viên" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Thiết Lập Sản Phẩm" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "Xác Nhận" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "Tiếp tục" - }, - "src_dot_create": { - "context": "button", - "string": "Tạo" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "Khách Hàng" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "Sửa Địa Chỉ" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "Thêm Địa Chỉ" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Thêm Địa Chỉ" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "string": "Khách hàng này chưa có địa chỉ nào trong sổ địa chỉ. Bạn có thể thêm địa chỉ bằng nút bên dưới." - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameAddress": { - "context": "customer's address book, header", - "string": "Sổ Địa Chỉ của {fullName}" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "Thông tin của {fullName}" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "Không có địa chỉ nào để hiển thị cho khách hàng này" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "Địa Chỉ Mặc Định" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "Địa Chỉ Thanh Toán Mặc Định" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "Địa Chỉ Nhận Hàng Mặc Định" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Xoá Địa Chỉ" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Sửa Địa Chỉ" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "Đặt làm địa chỉ thanh toán mặc định" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "Đặt làm địa chỉ vận chuyển mặc định" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Thông tin địa chỉ" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Địa Chỉ Vận Chuyển" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "Địa chỉ" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "Khách hàng này chưa có địa chỉ nào" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "Địa Chỉ Thanh Toán" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "Địa Chỉ Chính" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "Địa chỉ chính của khách hàng này." - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Thông Tin Tổng Quan của Khách Hàng" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "Ghi chú" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Ghi chú" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Nhập thêm các thông tin về khách hàng này." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "Tạo Khách Hàng" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { - "context": "check to mark this account as active", - "string": "Tài khoản đã kích hoạt" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { - "context": "section subheader", - "string": "Là thành viên từ {date}" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { - "context": "note about customer", - "string": "Ghi chú" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "Thông Tin Liên Hệ" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Tìm Khách Hàng" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "Tạo khách hàng" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "Tất Cả Khách Hàng" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Ngày Tham Gia" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { - "string": "Số Lượng Đơn Hàng" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "Số Đơn Hàng" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "Không tìm thấy khách hàng nào" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Email của Khách Hàng" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Tên Khách Hàng" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { - "context": "order status", - "string": "Tình Trạng" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "Đơn hàng gần đây" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "Số Đơn Hàng" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "Xem các đơn hàng" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "Ngày" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "Tổng" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { - "string": "Không tìm thấy đơn hàng nào" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Lần login trước" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "Đơn hàng trước" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Lịch Sử của Khách Hàng" - }, - "src_dot_customers_dot_views_dot_1927691511": { - "context": "delete customer, dialog content", - "string": "Bạn có chắc chắn muốn xoá {email} không?" - }, - "src_dot_customers_dot_views_dot_1998583641": { - "context": "dialog header", - "string": "Xoá Khách Hàng" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "Xoá Địa Chỉ" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Tạo khách hàng" - }, - "src_dot_customers_dot_views_dot_3689332763": { - "string": "Bạn có chắc chắn muốn xoá địa chỉ này từ danh bạ người dùng không?" - }, - "src_dot_customers_dot_views_dot_3901579344": { - "string": "Đã Xoá Khách Hàng" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Đã tạo khách hàng" - }, - "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": "Xoá Các Khách Hàng" - }, - "src_dot_dashboard": { - "string": "Trang Quản Trị" - }, - "src_dot_date": { - "string": "Ngày" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Xoá" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "Mô tả" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "Giảm Giá" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Gán các danh mục" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Các Danh Mục Phù Hợp" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "Không tìm thấy danh mục nào" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Tên Danh Mục" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "Sản phẩm" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Gán các bộ sưu tập" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Các Bộ Sưu Tập Phù Hợp" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "Không tìm thấy bộ sưu tập nào" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "Tên Bộ Sưu Tập" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "Sản phẩm" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_1585396479": { - "context": "dialog header", - "string": "Gán Đất Nước" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2110418881": { - "context": "search box placeholder", - "string": "Tìm bằng tên quốc gia" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2177165134": { - "string": "Chọn các đất nước bạn muốn giới hạn cho việc sử dụng voucher từ danh sách dưới đây" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2566713432": { - "context": "search box label", - "string": "Lọc Quốc Gia" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2747492886": { - "context": "button", - "string": "Gán các đất nước" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2777439857": { - "context": "country selection", - "string": "Các Quốc Gia A Đến Z" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Đặt ngày kết thúc" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1662220323": { - "context": "time during discount is active, header", - "string": "Hiệu Lực" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsButton": { - "context": "button", - "string": "Gán các sản phẩm" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Các Sản Phẩm Phù Hợp" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "Không tìm thấy sản phẩm nào" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Hiệu Lực" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Tên Sản Phẩm" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Loại Sản Phẩm" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "No variants found" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Tên Sản Phẩm" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Loại Sản Phẩm" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Tạo Khuyến Mãi" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "Tên" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Tìm Khuyến Mãi" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Tạo Khuyến Mãi" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "Tất Cả Khuyến Mãi" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "Kích hoạt" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "Hết hiệu lực" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { - "context": "discount type", - "string": "Số tiền cố định" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Tỷ Lệ Phần Trăm" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "Đã Lên Lịch" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "Đã Bắt Đầu" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "Tình Trạng" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "Cách Giảm Giá" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "Giá trị" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { - "context": "sale end date", - "string": "Kết Thúc" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { - "string": "Không tìm thấy khuyến mãi nào" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Bắt đầu từ" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "Tên" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Giá trị" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "Tên" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Cách Giảm Giá" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Tỷ Lệ Phần Trăm" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Số Tiền Cố Định" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "Giá trị" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Giá Trị Giảm" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { - "context": "page header", - "string": "Tạo Voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Đặt ngày kết thúc" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { - "context": "time during voucher is active, header", - "string": "Hiệu Lực" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "Voucher được áp dụng với tất cả các quốc gia" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Voucher bị giới hạn cho các quốc gia này" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "Các Quốc Gia" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "Danh Mục ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "Bộ Sưu Tập ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "Sản phẩm ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Mã Giảm Giá" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Tạo Mã" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Giới hạn 1 lần cho mỗi khách hàng" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Giới hạn tổng số lần có thể sử dụng việc giảm giá này" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Giới Hạn" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Giới Hạn Sử Dụng" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "Tất Cả Phiếu Ưu Đãi" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { - "string": "Tìm Voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { - "context": "button", - "string": "Tạo voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { - "context": "voucher status", - "string": "Kích hoạt" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "Hết hiệu lực" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { - "context": "discount type", - "string": "Số tiền cố định" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Tỷ Lệ Phần Trăm" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "Đã Lên Lịch" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Đã Bắt Đầu" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { - "context": "voucher status", - "string": "Tình Trạng" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { - "context": "voucher", - "string": "Số lần đã sử dụng" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "Cách Giảm Giá" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "Giá trị" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "Chi Tiêu Tối Thiểu" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "Kết Thúc" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "Sử dụng" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "Bắt đầu từ" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "Mã" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "Không tìm thấy voucher nào" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "Giá trị" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_2746532349": { - "context": "voucher requirements, header", - "string": "Điều Kiện Tối Thiểu" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3069107721": { - "context": "voucher has no requirements", - "string": "Trống" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3740704788": { - "context": "voucher requirement", - "string": "Số lượng hàng tối thiểu" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Giá trị tối thiểu của đơn hàng" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "Giá trị" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Giá Trị Tối Thiểu Của Đơn Hàng" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "Áp dụng cho" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_3751756157": { - "context": "voucher value requirement", - "string": "Giới Hạn Sử Dụng" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_78726751": { - "context": "voucher code", - "string": "Mã" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3216816841": { - "context": "header", - "string": "Cách Giảm Giá" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3289659291": { - "context": "voucher discount type", - "string": "Miễn Phí Vận Chuyển" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3688224049": { - "context": "voucher discount type", - "string": "Tỷ Lệ Phần Trăm" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { - "context": "voucher discount type", - "string": "Số Tiền Cố Định" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1134347598": { - "context": "column title", - "string": "Giá" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Giá trị" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Giá Trị Giảm" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Chỉ áp dụng 1 lần cho mỗi đơn hàng" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Thông tin Voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4189095909": { - "string": "Nếu vô hiệu hoá lựa chọn này sẽ áp dụng giảm giá cho từng sản phẩm đủ điều kiện" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Toàn bộ đơn hàng" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Sản phẩm cụ thể" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Vận chuyển" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Đã tạo khuyến mãi mới thành công" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Các khuyến mãi đã xoá" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Các khuyến mãi đã xoá" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Xoá Khuyến Mãi" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Ngừng Gán Danh Mục Với Khuyến Mãi" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Bạn có chắc chắn muốn xoá {saleName} không?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_2809303671": { - "context": "dialog header", - "string": "Xoá Các Khuyến Mãi" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Đã tạo voucher mới thành công" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Ngừng Gán Bộ Sưu Tập Với Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Ngừng Gán Sản Phẩm Với Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Ngừng Gán Danh Mục Với Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Bạn có chắc chắn muốn xoá {voucherCode} không?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Xoá Voucher" - }, - "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": "Xoá Các Voucher" - }, - "src_dot_done": { - "context": "button", - "string": "Đã Xong" - }, - "src_dot_draft": { - "context": "order status", - "string": "Nháp" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Đơn Hàng Nháp" - }, - "src_dot_drafts": { - "string": "Các Đơn Hàng Nháp" - }, - "src_dot_edit": { - "context": "button", - "string": "Sửa" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "Ngày Kết Thúc" - }, - "src_dot_endHour": { - "string": "Giờ Kết Thúc" - }, - "src_dot_error": { - "string": "Lỗi" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "Tên Riêng" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Đã Đáp Ứng" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "Khách Hàng" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Ghi chú" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Thay đổi" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "Chi tiết" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Hết hiệu lực" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "Chi tiết" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "Số tiền" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "Currency" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "Sản Phẩm" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "Tình Trạng" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Xoá" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "Sản Phẩm" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Cài đặt" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "Trang Chủ" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "{userEmail} đã hoàn tất việc đặt đơn hàng #{orderId} từ đơn hàng nháp" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_paid": { - "string": "Đơn hàng #{orderId} đã được thanh toán" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_placed": { - "string": "Đã đặt đơn hàng #{orderId}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "Không có đơn hàng nào có thể đáp ứng" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "Không có thanh toán chờ" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Họ" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Quản Lý" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Điều Hướng" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Tiếp" - }, - "src_dot_no": { - "string": "Không" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Không bắt buộc" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "Đơn Hàng" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Huỷ Các Đơn Hàng" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "Địa chỉ thanh toán" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Thêm địa chỉ mới" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "Không tìm thấy kết quả nào" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "Địa chỉ giao hàng" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "Không có ghi chú nào từ khách hàng" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "Ghi chú" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "Thông Tin Liên Hệ" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Tìm Các Khách Hàng" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "Xem Hồ Sơ" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "Địa Chỉ Vận Chuyển" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "Khách Hàng" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Giống địa chỉ nhận hàng" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Người Dùng Chưa Đăng Ký" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Địa Chỉ Thanh Toán" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "Huỷ đơn hàng" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "Thêm" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Giá trị giảm" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Số Tiền Cố Định" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Tỷ Lệ Phần Trăm" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "Xoá Đơn Hàng Nháp" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "Bạn có chắc chắn muốn xoá đơn hàng nháp #{orderNumber} không?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "Giá" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "Sản Phẩm" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "Số lượng" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "Không có sản phẩm nào được thêm vào đơn hàng" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { - "context": "total price of ordered products", - "string": "Tổng" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Thêm đơn vị vận chuyển" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "Giảm giá" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "Không có đơn vị vận chuyển nào phù hợp" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "Tạm tính" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Thuế (bao gồm VAT)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "Tổng" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Thông Tin Chi Tiết Đơn Hàng" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "Thêm các sản phẩm" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Tạo đơn hàng" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "Tất Cả Đơn Hàng Nháp" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Tìm Đơn Hàng Nháp" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Đã tạo" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "Khách Hàng" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "Không tìm thấy đơn hàng nháp nào" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "Số Đơn Hàng" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "Khách Hàng" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "Ngày" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Tổng" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Huỷ đơn hàng" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Hoàn Tất" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "Đơn đặt hàng" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "Tên sản phẩm" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Đáp Ứng" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Thêm mã theo dõi vận chuyển" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edit tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "Hoàn tiền" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Mã Theo Dõi Vận Chuyển: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Huỷ Giao Hàng" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Mã theo dõi vận chuyển" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Thêm Mã Chuyển Hàng" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Địa chỉ đặt hàng đã được cập nhập" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1521936480": { - "context": "order history message", - "string": "Đã Đáp Ứng {quantity} sản phẩm" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1527620381": { - "context": "order history message", - "string": "Việc thực hiện đã được huỷ" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_184692906": { - "context": "order history message", - "string": "Đơn hàng đã được đặt" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1867847329": { - "context": "order history message", - "string": "Các đường link đến các sản phẩm điện tử của đơn hàng đã được gửi" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1964864749": { - "context": "order history message", - "string": "Đã tạo đơn hàng từ đơn hàng nháp" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2020753264": { - "context": "order history message", - "string": "Xác nhận thanh toán đã được gửi đến khách hàng" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2027649178": { - "context": "order history message", - "string": "Đã nhập thêm {quantity} sản phẩm" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2304318421": { - "context": "order history message", - "string": "Đã thêm ghi chú vào đơn hàng" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2369495522": { - "context": "order history message", - "string": "Xác nhận đặt hàng đã được gửi đến khách hàng" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2566971846": { - "context": "order history message", - "string": "Thanh toán đã huỷ" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Đơn hàng đã được thanh toán đầy đủ" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2770854455": { - "context": "order history message", - "string": "Thanh toán đã được ghi nhận" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3081292385": { - "context": "order history message", - "string": "Xác nhận thực hiện đơn hàng đã được gửi đến khách hàng" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3095247195": { - "context": "order history message", - "string": "Đơn hàng nháp đã được tạo" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3453124210": { - "context": "order history message", - "string": "Mã theo dõi vận chuyển đã được gửi cho khách hàng " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_348557206": { - "context": "order history message", - "string": "Thanh toán đã được hoàn trả" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3990160018": { - "string": "Lịch Sử Đơn Hàng" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4015160303": { - "context": "order history message", - "string": "Đã bán quá hàng trong kho: {quantity} sản phẩm" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4265697648": { - "context": "order history message", - "string": "Đã cập nhập mã theo dõi của nhóm đáp ứng" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4266665081": { - "context": "order history message", - "string": "Thanh toán không thành công" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_651019008": { - "context": "order history message", - "string": "Thông tin vận chuyển đã được gửi đến khách hàng" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Đã huỷ đơn hàng" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "được tạo" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "Hóa đơn" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Tạo đơn hàng" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { - "string": "Tìm Đơn Hàng..." - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { - "context": "tab name", - "string": "Tất Cả Đơn Hàng" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "Khách Hàng" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Đã tạo" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Tình trạng thực hiện" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "Thanh Toán" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "Số Đơn Hàng" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "Khách Hàng" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "Ngày" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "Tổng" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "Không tìm thấy đơn hàng nào" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going to mark this order as paid." - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_4196844912": { - "context": "dialog header", - "string": "Ghi Nhận Đơn Hàng Đã Được Thanh Toán" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_1466130374": { - "context": "dialog header", - "string": "Thu Tiền" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_75546233": { - "context": "amount of refunded money", - "string": "Số tiền" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Bạn có chắc chắn muốn vô hiệu khoản thanh toán này?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Vô Hiệu Hoá Thanh Toán" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "Thu" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Số tiền đã thu" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "Giảm giá" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} sản phẩm" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Ghi nhận đã thanh toán" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Số tiền cần xử lý" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "Tình trạng thanh toán" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "Số tiền đã được uỷ quyền" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "Hoàn tiền" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "Vận chuyển" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "không áp dụng" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "không áp dụng" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "Tạm tính" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "Thuế" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "Tổng" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "Bao gồm VAT" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "Hoàn tiền" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Mã giảm giá" - }, - "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": "Tìm bằng tên sản phẩm, thuộc tính, chủng loại, ..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Tìm Các Sản Phẩm" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "Giá" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "Sản Phẩm" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "Số lượng" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "SKU" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "Tổng" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Giá" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "Không tìm thấy sản phẩm nào" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Sản Phẩm" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Tổng" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "Đơn đặt hàng" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "Số tiền" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "Hoàn tiền" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "Giá" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "Không tìm thấy sản phẩm nào" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "Sản Phẩm" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "Tổng" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "Giá" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "Sản Phẩm" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Thay" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Đã Đáp Ứng ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "Chưa Đáp Ứng" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Cài đặt" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Sửa Cách Thức Vận Chuyển" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Đáp Ứng" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Thanh toán đã được ghi nhận thành công" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Đơn hàng nháp đã hoàn tất thành công" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Đã xoá sản phẩm trong đơn hàng" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Tình trạng thực hiện đã được cập nhập thành công" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Đã cập nhập sản phẩm trong đơn hàng" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Đơn hàng được đánh dấu đã thanh toán" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Đã thêm sản phẩm vào đơn hàng" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Đã huỷ của đơn hàng thành công" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Đã thêm ghi chú thành công" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Đã huỷ thanh toán của đơn hàng thành công" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Đã cập nhập đơn hàng thành công" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Cách thức vận chuyển đã được cập nhập thành công" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Việc thực hiện đã được huỷ thành công" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Xoá Các Đơn Hàng Nháp" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Đã xoá đơn hàng nháp" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "Không tìm thấy thuộc tính nào" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Tên thuộc tính" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Gán thuộc tính" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Tạo loại trang" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Ngừng gán" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Các Trang" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Tạo Trang" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1996767833": { - "string": "Thêm tiêu đề và giới thiệu dành cho công cụ tìm kiếm để giúp trang này dễ được tìm thấy hơn" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { - "context": "page", - "string": "sẽ được hiển thị từ {date}" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "Được Thấy" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "Ẩn" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Nội Dung" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Tiêu đề" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Tạo trang" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Tiêu đề" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Tình Trạng" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "Không tìm thấy trang nào" - }, - "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": "Đã đăng tải" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Chưa Đăng Tải" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Tạo Trang" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Đã tạo trang mới thành công" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Xoá Trang" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Bạn có chắc chắn muốn xoá {title} không?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Các trang đã xoá" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "Đăng Tải" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Ngừng Xuất Bản Trang" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "Ngừng Xuất Bản" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Đăng Tải Trang" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Các trang đã đăng tải" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Xoá Các Trang" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Đã thanh toán đủ" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Đã đáp ứng 1 phần" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Đã thanh toán 1 phần" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Đã hoàn tiền một phần" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "Tình trạng thanh toán" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Kích hoạt" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Không Hoạt Động" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Bạn có chắc chắn muốn xoá {name} không?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Tuỳ chọn" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Không Hoạt Động" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Địa chỉ Email" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Kích hoạt" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Tuỳ chọn" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "Tên" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Tạo danh mục" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Ngừng gán" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Phân Quyền" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Tên Plugin" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { - "context": "plugin status", - "string": "Tình Trạng" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { - "context": "section header", - "string": "Thông tin và tình trạng của plugin" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "string": "Set plugin as active" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_3032939398": { - "context": "header", - "string": "Thêm Giá Trị Cho Authorization" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_4269236107": { - "context": "header", - "string": "Sửa Phân Quyền" - }, - "src_dot_plugins_dot_components_dot_PluginSettings_dot_1970881031": { - "context": "section header", - "string": "Cài Đặt Plugin" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3352026836": { - "context": "header", - "string": "Thông Tin {pluginName}" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3233248823": { - "string": "Tìm Plugin..." - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3523826683": { - "context": "tab name", - "string": "Tất cả các plugin" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { - "context": "plugin filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "Không tìm thấy plugin nào" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Kích hoạt" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "Cấu Hình" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Vô hiệu hoá" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "Tên" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "src_dot_plugins_dot_views_dot_1096544448": { - "context": "header", - "string": "Xoá Phân Quyền" - }, - "src_dot_plugins_dot_views_dot_955370043": { - "string": "Plugin có thể sẽ không hoạt động sau khi xoá trường thông tin này. Bạn có chắc chắn muốn tiệp tục không?" - }, - "src_dot_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Các Loại Sản Phẩm" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { - "string": "Không tìm thấy thuộc tính nào" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1228425832": { - "string": "Tên thuộc tính" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Gán thuộc tính" - }, - "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": "Các Thuộc Tính Sản Phẩm" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Sử dụng thuộc tính của biến thể sản phẩm" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "string": "Tên Loại Sản Phẩm" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { - "context": "tab name", - "string": "Tất Cả Loại Sản Phẩm" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3420445375": { - "string": "Tìm Loại Sản Phẩm" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3479705616": { - "context": "button", - "string": "tạo loại sản phẩm" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_configurable": { - "context": "product type", - "string": "Có Thể Cấu Hình" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_digital": { - "context": "product", - "string": "Sản phẩm số" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_shippable": { - "context": "product", - "string": "Có thể vận chuyển" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_type": { - "context": "product type is digital or physical", - "string": "Loại" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1126553969": { - "string": "Không tìm thấy loại sản phẩm nào" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1211157042": { - "context": "product type", - "string": "Sản phẩm cơ bản" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1240292548": { - "context": "tax rate for a product type", - "string": "Thuế" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { - "context": "product type is either simple or configurable", - "string": "Loại" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2253986440": { - "context": "product type name", - "string": "Tên Loại" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2754779425": { - "context": "product type", - "string": "Có Thể Cấu Hình" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_881286562": { - "context": "product type", - "string": "Sản phẩm số" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_966610541": { - "context": "product type", - "string": "Hữu Hình" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_1325966144": { - "context": "product type shipping settings, section header", - "string": "Vận chuyển" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2143413921": { - "context": "switch button", - "string": "Sản phẩm này có cần vận chuyển không?" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2927891783": { - "string": "Sử dụng để tính cước vận chuyển cho các sản phẩm cùng loại khi thông tin cân nặng không được cung cấp" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_746695941": { - "string": "Cân Nặng" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "Không tìm thấy thuộc tính nào" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Tên thuộc tính" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Gán thuộc tính" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Các Thuộc Tính Của Biến Thể" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Đã tạo loại sản phẩm mới thành công" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Loại sản phẩm đã được xoá" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Ngừng Gán Thuộc Tính Với Loại Sản Phẩm" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Ngừng Gán Thuộc Tính Với Loại Sản Phẩm" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Ngừng gán" - }, - "src_dot_products": { - "context": "products section name", - "string": "Sản phẩm" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Danh Mục" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Bộ Sưu Tập" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Tổ Chức" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Chưa đăng tải" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { - "string": "Thêm tiêu đề và giới thiệu dành cho công cụ tìm kiếm để giúp sản phẩm này dễ được tìm thấy hơn" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "Đã đăng tải" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "Tên" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Tìm bằng tên thuộc tính" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Tạo Sản Phẩm" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Tìm Các Sản Phẩm..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "Tất Cả Sản Phẩm" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Hiệu Lực" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Ẩn" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Hết Hàng" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "Giá" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Số lượng hàng tồn" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "Tình Trạng" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Được Thấy" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Cơ Bản" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "Không tìm thấy sản phẩm nào" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Có Thể Cấu Hình" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "Tên" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Hiệu Lực" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "Giá" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Loại" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "Không bắt buộc" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Tải Lên" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Danh Mục" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Bộ Sưu Tập" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Sắp Xếp Sản Phẩm" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "string": "Có Thể Cấu Hình" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "*Không bắt buộc. Thêm sản phẩm vào bộ sưu tập để giúp khách hàng tìm kiếm dễ dàng." - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Loại Sản Phẩm" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "Vận chuyển" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Cân Nặng" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Mã Hàng)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "Số lượng" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "Channels" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Áp dụng phí vào sản phẩm này" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Thuế Suất" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Chưa đăng tải" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { - "string": "Thêm tiêu đề và giới thiệu dành cho công cụ tìm kiếm để giúp sản phẩm này dễ được tìm thấy hơn" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "Đã đăng tải" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Các Thuộc Tính Của Biến Thể" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Xoá Biến Thể" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Lưu biến thể" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "Giá" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Thuộc Tính" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Chọn Giá Trị" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Chọn thuộc tính" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "Tóm tắt" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Áp dụng giá chung cho tất cả SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Áp dụng lượng hàng tồn theo thuộc tính cho từng SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Áp dụng giá theo thuộc tính cho từng SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Áp dụng lượng hàng tồn chung cho tất cả SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Tiếp" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "Tạo" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Giá và SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Trước" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "Biến Thể" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "Các giá trị" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Xoá biến thể" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_2297471173": { - "context": "delete product variant", - "string": "Bạn có chắc chắn muốn xoá {name} không?" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "Xoá Biến Thể" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Các Biến Thể" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "Thêm chủng loại" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "Biến Thể Mới" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "Ẩn" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Các Thuộc Tính Của Biến Thể" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Hiệu Lực" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Giá Thành" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "Giá" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "Channel Name" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Chi phí" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Không Có Hàng" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "Giá" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Tạo các biến thể" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Các Biến Thể" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Sử dụng các biến thể cho các sản phẩm có nhiều phiên bản, ví dụ như kích cỡ hoặc màu sắc khác nhau" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Tồn Kho" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Tạo biến thể" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "SKU" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "Biến Thể" - }, - "src_dot_products_dot_views_dot_1731766393": { - "context": "dialog header", - "string": "Xoá Hình Ảnh" - }, - "src_dot_products_dot_views_dot_2279302139": { - "string": "Đã xoá biến thể" - }, - "src_dot_products_dot_views_dot_2362587265": { - "context": "header", - "string": "Tạo Biến Thể" - }, - "src_dot_products_dot_views_dot_2880386427": { - "string": "Bạn có chắc chắn muốn xoá hình ảnh này không?" - }, - "src_dot_products_dot_views_dot_3989383405": { - "context": "window title", - "string": "Tạo biến thể" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "Tạo Sản Phẩm" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "Sản Phẩm Mới" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Sản phẩm đã được tạo" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Xoá Các Sản Phẩm" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Sản phẩm đã được xoá" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Bạn có chắc chắn muốn xoá {name} không?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Xoá Sản Phẩm" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Xoá Các Biến Thể của Sản Phẩm" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Đặc Tính" - }, - "src_dot_readOnly": { - "string": "Hệ thống đang hoạt động ở chế độ xem. Sẽ không lưu lại các thay đổi." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Đã hoàn trả hết" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "Xoá" - }, - "src_dot_requiredField": { - "string": "Bắt buộc phải điền thông tin vào đây" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "Khuyến Mãi" - }, - "src_dot_save": { - "context": "button", - "string": "Lưu" - }, - "src_dot_savedChanges": { - "string": "Các thay đổi đã được lưu" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Gửi" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Các Tài Khoản Dịch Vụ" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Cách Thức Vận Chuyển" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Xoá Cách Vận Chuyển" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Giá Thành" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "Giá" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "Channel name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Tìm Các Sản Phẩm" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "Không tìm thấy sản phẩm nào phù hợp với truy vấn" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Gán các sản phẩm" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Tên Sản Phẩm" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Tuỳ chọn" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "Đơn vị này sẽ được sử dụng làm mặc định cho cân nặng để tính phí vận chuyển" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Đơn Vị Cân Nặng" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Hãy chọn các đất nước bạn muốn thêm vào vùng giao hàng từ danh sách dưới đây" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Gán Đất Nước" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Các Quốc Gia A Đến Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Tuỳ Chọn Nhanh" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Phần còn lại của thế giới" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "Nếu được chọn sẽ thêm tất cả các quốc gia chưa được chọn vào các vùng vận chuyển khác" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Tìm Các Quốc Giá" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Tìm bằng tên quốc gia" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "Các Quốc Gia" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Tạo Vùng Vận Chuyển Mới" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Hiện tại chưa có quốc gia nào được gán vào vùng vận chuyển này" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "Các Quốc Gia" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Hiện tại chưa có quốc gia nào được gán vào vùng vận chuyển này" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} trong {maxCharacters} ký tự" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Khu vực giao hàng" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "Thêm" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "Vận chuyển" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "Vận chuyển" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "Giá" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Tạo cước" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Khoảng Giá" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "Không tìm thấy cước vận chuyển nào" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Giá Dựa Trên Cước" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Phạm Vi Cân Nặng" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Cước Theo Cân" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "Tên" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Cài đặt" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Vận chuyển" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Vận Chuyển Theo Vùng" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Tạo vùng vận chuyển" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "Các Quốc Gia" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "Tên" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "Không tìm thấy vùng vận chuyển nào" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "Value is invalid" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "src_dot_shipping_dot_views_dot_1005071028": { - "string": "Bạn có chắc chắn muốn xoá vùng giao hàng {shippingZoneName} không?" - }, - "src_dot_shipping_dot_views_dot_1010705153": { - "context": "dialog header", - "string": "Xoá Vùng Vận Chuyển" - }, - "src_dot_shipping_dot_views_dot_1711385401": { - "context": "dialog header", - "string": "Xoá Các Vùng Vận Chuyển" - }, - "src_dot_shipping_dot_views_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Ngừng gán" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Xoá Vùng Vận Chuyển" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Hiển Thị" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Thiết Lập Website" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Tên của cửa hàng được hiện thị trên tab của trình duyệt" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Tên của hàng" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Giới thiệu về cửa hàng được hiển thị phía trên thanh tab sau tên cửa hàng" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Thông Tin Cửa Hàng" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "Thông Tin Công Ty" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "string": "Đây là một số thông tin chung về cửa hàng của bạn. Chúng được sử dụng để xác định URL của cửa hàng và thông tin hiển thị tại thanh bar trình duyệt." - }, - "src_dot_somethingWentWrong": { - "string": "Hệ thống gặp lỗi lạ" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Nhân Viên" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Mời Nhân Viên" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Gửi thư mời" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "Quyền hạn" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "Người dùng đã kích hoạt" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "Tất Cả Nhân Viên" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_61043583": { - "string": "Tìm Nhân Viên" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_797461521": { - "context": "button", - "string": "Mời Nhân Viên" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Kích hoạt" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Vô hiệu hoá" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "Tình Trạng" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { - "context": "staff member status", - "string": "Không Hoạt Động" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": "Địa chỉ Email" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Kích hoạt" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "Không tìm thấy nhân viên nào" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "Tên" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "Mật Khẩu Mới" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "Mật khẩu mới phải có ít nhất 8 ký tự" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "Đổi mật khẩu" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Mật Khẩu Trước" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "Bạn nên đổi mật khẩu hàng tháng để tránh gặp phải các vấn đề về bảo mật." - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "Đổi mật khẩu của bạn" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "Mật khẩu" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "Lựa chọn này sẽ thay đổi ngôn ngữ của trang quản trị" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "Xin hãy chú ý về việc ngày giờ và tiền tệ đã hoàn tất thay đổi nhưng việc dịch thuật ngôn ngữ chưa được hoàn thiện hoàn toàn " - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { - "string": "Ngôn Ngữ Ưu Tiên" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { - "context": "section header", - "string": "Thiết Lập Riêng" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_1473195966": { - "context": "avatar change button", - "string": "Thay đổi" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Thông Tin Nhân Viên" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Xoá" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "xoá nhân viên" - }, - "src_dot_staff_dot_views_dot_3945766678": { - "string": "Bạn có chắc chắn muốn bỏ hình đại diện của {email}?" - }, - "src_dot_staff_dot_views_dot_701332676": { - "context": "dialog header", - "string": "Xoá Hình Đại Diện của Nhân Viên" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "Bạn có chắc chắn muốn xoá {email} khỏi danh sách nhân viên không?" - }, - "src_dot_startDate": { - "string": "Ngày Bắt Đầu" - }, - "src_dot_startHour": { - "string": "Giờ Bắt Đầu" - }, - "src_dot_status": { - "string": "Tình Trạng" - }, - "src_dot_summary": { - "string": "Tóm tắt" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Thuế" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Thuế" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "Không tìm thấy quốc gia nào" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Mức Thuế Ưu Đãi" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Mã Quốc Gia" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "Tên Quốc Gia" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "Danh Mục" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Thuế Suất" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Thuế suất tại {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "Tất cả giá đều đã bao gồm thuế" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Hiển thị giá gộp cho khách hàng ở trang chủ" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Tính thuế trên phí ship" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_3375540052": { - "context": "button", - "string": "Fetch taxes" - }, - "src_dot_taxes_dot_views_dot_2411670026": { - "string": "Đã tải mức thuế thành công" - }, - "src_dot_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "Thuộc Tính" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Phiên Dịch" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1308081812": { - "string": "{numberOfFields} Translations, {numberOfTranslatedFields} Completed" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1348655672": { - "string": "Bản Gốc" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_2481190613": { - "string": "Phiên Dịch" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_363646127": { - "context": "button", - "string": "Huỷ" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_3793796047": { - "string": "Chưa có bản dịch" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_2642976392": { - "string": "Tên Thuộc Tính" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Giá trị {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "Các giá trị" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Tên Danh Mục" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "Mô Tả Hệ Thống Tìm Kiếm" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Phiên Dịch Danh Mục \"{categoryName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { - "string": "Tiêu Đề Hệ Thống Tìm Kiếm" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { - "string": "Xem Trước Hệ Thống Tìm Kiếm" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { - "string": "Mô Tả Hệ Thống Tìm Kiếm" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { - "string": "Tiêu Đề Hệ Thống Tìm Kiếm" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { - "string": "Tên Bộ Sưu Tập" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3055443821": { - "context": "header", - "string": "Phiên Dịch Bộ Sưu Tập \"{collectionName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3468022343": { - "string": "Xem Trước Hệ Thống Tìm Kiếm" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1163855804": { - "string": "Các Ngôn Ngữ" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { - "string": "Bộ Sưu Tập" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Phiên dịch sang {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "Sản phẩm" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Các Trang" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "Danh Mục" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "Thuộc Tính" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "Khuyến Mãi" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "Voucher" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} trong {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": "Đã Hoàn Thành Dịch Thuật" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "Tên" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Các Ngôn Ngữ" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "Không tìm thấy ngôn ngữ nào" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Ngôn Ngữ" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Nội Dung" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Mô Tả Hệ Thống Tìm Kiếm" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Tiêu Đề Hệ Thống Tìm Kiếm" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Phiên Dịch Trang \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Xem Trước Hệ Thống Tìm Kiếm" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Tiêu Đề Trang" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Mô Tả Hệ Thống Tìm Kiếm" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Tiêu Đề Hệ Thống Tìm Kiếm" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Tên Sản Phẩm" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Phiên Dịch Sản Phẩm \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "Mô tả" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Xem Trước Hệ Thống Tìm Kiếm" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_3731955064": { - "context": "header", - "string": "Phiên Dịch Khuyến Mãi \"{saleName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_898281424": { - "string": "Tên Khuyến Mãi" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "Mô tả" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "Tên" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2447510181": { - "context": "header", - "string": "Phiên Dịch Voucher \"{voucherName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2599922713": { - "string": "Tên Voucher" - }, - "src_dot_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Hoàn Tác" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Chưa Đáp Ứng" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Chưa Thanh Toán" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Tải lên hình ảnh" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "Tất cả thuộc tính cần phải có giá trị" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Không thể hoàn tiền thanh toán thủ công" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Chỉ các khoản thanh toán được ủy quyền mới có thể bị vô hiệu" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "Chỉ phương thức trả trước mới có thể giữ" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Phương thức giao hàng không hỗ trợ địa chỉ này" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "Biến thể này đã tồn tại" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "Voucher" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Kho hàng" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Thông tin địa chỉ" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Thông tin địa chỉ" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Tuỳ chọn" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "Tên" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Cài đặt" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Bạn có chắc chắn muốn xoá {name} không?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Xoá Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Tạo Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "Thông tin {webhookName}" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Các Sự Kiện" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input help text", - "string": "key bí mật được sử dụng để tạo chữ ký hash với mỗi payload. *optional field" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrl": { - "context": "webhook input label", - "string": "URL Đích" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "URL này sẽ nhận các truy vấn POST của webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Thông Tin Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Tên Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook đã được kích hoạt" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "Hãy bỏ chọn ô dưới nếu bạn muốn vô hiệu hoá webhook này" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Tình Trạng Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Tạo Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "Thông tin {webhookName}" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "Không tìm thấy webhooks nào" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Tạo Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Tuỳ chọn" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "Tên" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Tạo Webhook" - }, - "src_dot_yes": { - "string": "Có" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "Allocated" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "Số lượng" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Ngừng gán" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Ngừng gán" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Ngừng gán" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"Huỷ Đơn Hàng"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"Ẩn"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"Được Thấy"},"19/lwV":{"string":"Xác định các thuộc tính sẽ sử dụng để tạo loại sản phẩm"},"8vJCJ4":{"string":"Thiết lập và quản lý các kênh bán hàng của bạn"},"hpMcW8":{"string":"Miêu tả cách người dùng điều hướng trong cửa hàng trực tuyến"},"JPH/uP":{"string":"Thiết lập loại trang nội dung được sử dụng trong cửa hàng của bạn"},"ivJ1qt":{"string":"Quản lý các nhóm quyền của bạn và quyền của họ"},"n0RwMK":{"string":"Định nghĩa loại sản phẩm"},"zxs6G3":{"string":"Quản lý cách thức vận chuyển hàng"},"5BajZK":{"string":"Xem và cập nhập các cài đặt của website"},"RQUkVW":{"string":"Quản lý nhân viên và các quyền hạn"},"EIULpW":{"string":"Quản lý cách thức tính thuế"},"5RmuD+":{"string":"Quản lý và cập nhật thông tin kho hàng của bạn"},"m19JfL":{"string":"Xem và cập nhập các plugin"},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Số tiền cố định"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":"Hoạt Động"},"wWTUrM":{"string":"Không tìm thấy hoạt động nào"},"zWgbGg":{"string":"Hôm nay"},"By5ZBp":{"context":"header","string":"Xin chào {userName}"},"aCX8rl":{"context":"subheader","string":"Đây là một số thông tin chúng tôi đã thu thập được về cửa hàng của bạn"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,other {{amount} đặt hàng}}"},"rr8fyf":{"context":"header","string":"Các Sản Phẩm Bán Chạy"},"Q1Uzbb":{"string":"Không tìm thấy sản phẩm nào"},"6L6Fy2":{"context":"header","string":"Tuyên bố trách nhiệm"},"5LRkEs":{"string":"Trang quản trị và GraphQL API hiện đang trong thử nghiệm"},"G7mu0y":{"string":"GraphQL API vẫn đang trong thử nghiệm nên chưa được tối ưu hoá hoàn toàn và 1 số mutations và query có thể chưa có."},"QBxN6z":{"context":"is filter range or value","string":"trong khoảng"},"I+UwqI":{"context":"is filter range or value","string":"bằng với"},"0OtaXa":{"context":"dialog header","string":"Tạo Menu"},"jhh/D6":{"string":"Tiêu Đề Menu"},"G/SYtU":{"string":"Bạn có chắc chắn muốn xoá menu {menuName} không?"},"QzseV7":{"context":"dialog header","string":"Xoá Menu"},"E54eoT":{"string":"Kéo và thả để tạo cấu trúc điều hướng. Chỉ cần tạo 1 mục menu mới và kéo nó vào vị trí cần đặt. Bạn có thể di chuyển các mục lồng vào nhau để tạo cấu trúc dạng cây và kéo các mục lên và xuống để tạo thứ bậc"},"H3Uirw":{"context":"create new menu item, header","string":"Thêm Mục Cho Menu"},"fzDI3A":{"context":"add link to navigation","string":"Link đến: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"Sửa Hạng Mục"},"Urh2N3":{"context":"label","string":"Link"},"28GZnc":{"string":"Hãy gõ chữ để bắt đầu tìm kiếm..."},"0Vyr8h":{"context":"menu item name","string":"Tên"},"Uf3oHA":{"context":"add new menu item","string":"Tạo mục mới"},"dEUZg2":{"context":"header","string":"Hạng Mục Menu"},"WwZfNK":{"string":"Thêm mục mới để bắt đầu xây dựng menu"},"ugnggZ":{"string":"Đã tạo menu"},"bj1U23":{"string":"Bạn có chắc chắn muốn xoá {menuName} không?"},"svK+kv":{"string":"{counter,plural,other {Bạn có chắc chắn muốn xóa {displayQuantity} menu không?}}"},"1LBYpE":{"context":"dialog header","string":"Xoá Các Menu"},"OwG/0z":{"string":"Đã xoá menu"},"0nL1D6":{"context":"number of menu items","string":"Hạng Mục"},"DWs4ba":{"string":"Không tìm thấy menu nào"},"JXRYQg":{"context":"button","string":"Tạo Menu"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Chưa đăng tải"},"YI6Fhj":{"context":"no address is set in draft order","string":"Chưa đặt"},"PX2zWy":{"context":"customer is not set in draft order","string":"Chưa đặt"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Chưa đặt"},"5Jo3C5":{"context":"vat not included in order price","string":"không áp dụng"},"BftZHy":{"context":"window title","string":"Tạo loại trang"},"W5SK5c":{"string":"Chọn loại trang"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Danh Mục"},"jxoMLL":{"context":"product field","string":"Bộ Sưu Tập"},"YVIajc":{"context":"product field","string":"Mô tả"},"W8i2Ez":{"context":"product field","string":"Tên"},"6y+k8V":{"context":"product field","string":"Hỉnh sản phẩm"},"7JAAul":{"context":"product field","string":"Xuất trọng lượng sản phẩm"},"QVNg8A":{"context":"product field","string":"Thuế phí"},"Q/Nbku":{"context":"product field","string":"Loại"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Hình ảnh biến thể sản phẩm"},"5kvaFR":{"context":"product field","string":"Xuất SKU biến thể"},"XBwpUv":{"context":"product field","string":"Xuất trọng lượng biến thể"},"4qe6hO":{"context":"product stock, section header","string":"Tồn Kho"},"SSWFo8":{"context":"window title","string":"Tạo Loại Sản Phẩm"},"bq1eEx":{"context":"header","string":"Tạo Loại Sản Phẩm"},"mUb8Gt":{"context":"section header","string":"Thuế"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"Giá"},"vuKrlW":{"string":"Hàng Tồn"},"ABgQcF":{"context":"variant stock, header","string":"Hàng Tồn"},"oIMMcO":{"context":"no warehouses info","string":"There are no warehouses set up for your store. You can configure variants without providing stock quantities."},"Gjo89T":{"context":"header","string":"Nhà kho"},"D8nsBc":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the variant please configure a warehouse"},"RLBLPQ":{"context":"no warehouses info","string":"There are no warehouses set up for your store. To add stock quantity to the product please configure a warehouse"},"qJedl0":{"context":"product label","string":"Đã đăng tải"},"ppLwx3":{"context":"number of categories","string":"Danh Mục ({quantity})"},"QdGzUf":{"context":"number of collections","string":"Bộ Sưu Tập ({quantity})"},"bNw8PM":{"context":"number of products","string":"Sản phẩm ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Bạn có chắc chắn muốn xoá {name} không?"},"LsgHmZ":{"context":"delete shipping zone","string":"Bạn có chắc chắn muốn xoá {name} không?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"Warehouse"},"skPoVe":{"context":"button","string":"Accept"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"Edit settings"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"Back to homepage"},"k5lHFp":{"context":"app data privacy link","string":"Learn more about data privacy"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"About"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"Retry"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Cho phép ứng dụng này có toàn quyền truy cập vào kho hàng"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Tạo Token"},"DGCzal":{"string":"Token này cho phép việc truy cập vào API của cửa hàng: {url}"},"r86alc":{"context":"button","string":"Đã Copy"},"HVFq//":{"context":"button","string":"sao chép mã xác thực"},"ixjvkM":{"string":"Token mặc định của bạn đã được tạo. Hãy chắc rằng bạn đã copy token này vì bạn sẽ không thấy được token này nữa."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"Key"},"bsP4f3":{"string":"Không tìm thấy token nào"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Tạo Token"},"0DRBjg":{"string":"Ghi Chú Token"},"VHuzgq":{"context":"table actions","string":"Tuỳ chọn"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Vô hiệu hoá"},"TBaMo2":{"context":"about app","string":"About"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access Token được sử dụng để xác thực các tài khoản dịch vụ"},"t9a9GQ":{"string":"Token mặc định của bạn đã được tạo. Hãy chắc rằng bạn đã copy token này vì bạn sẽ không thấy được token này nữa."},"T5nU7u":{"context":"header","string":"Tạo Token"},"isM94c":{"context":"create service token, button","string":"Tạo"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Bạn có chắc chắn muốn xoá token {token} không?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"Thuộc Tính"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Xoá các thuộc tính"},"JI2Xwp":{"context":"dialog title","string":"Xoá thuộc tính"},"h1rPPg":{"context":"dialog content","string":"Bạn có chắc chắn muốn xoá thuộc tính {attributeName} không?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Vùng"},"xOEZjV":{"context":"attribute's label","string":"Nhãn Mặc Định"},"P79U4b":{"context":"attribute's slug short code label","string":"Mã Thuộc Tính"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"Thông tin này được sử dụng nội bộ. Bạn hãy đảm bảo không dùng dấu cách"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"Ngày"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"Dropdown"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"File"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Chọn Cùng Lúc"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"Các Trang"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"Sản phẩm"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Giá Trị Bắt Buộc Điền"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Cân Nặng"},"dKPMyh":{"context":"tab name","string":"Tất Cả Thuộc Tính"},"IGvQ8k":{"context":"button","string":"Tạo thuộc tính"},"1div9r":{"string":"Tìm Thuộc Tính"},"PsRG+v":{"context":"use attribute in filtering","string":"Có thể lọc trong web bán hàng"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Chỉ sử dụng cho biến thể"},"HQR2y0":{"context":"attribute value is required","string":"Giá Trị Bắt Buộc Điền"},"cvbqJu":{"context":"attribute","string":"Được hiển thị trên trang sản phẩm tại trang web cửa hàng"},"ztQgD8":{"string":"Không tìm thấy thuộc tính nào"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Có thể tìm kiếm"},"oJkeS6":{"string":"Mã Thuộc Tính"},"k6WDZl":{"context":"attribute is visible","string":"Được Thấy"},"HjUoHK":{"context":"attribute's label'","string":"Nhãn Mặc Định"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Tổ Chức"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Tạo Thuộc Tính Mới"},"jswILH":{"context":"add attribute as column in product list table","string":"Thêm vào lựa chọn cột ở trang Sản Phẩm"},"AzMSmb":{"context":"caption","string":"Nếu kích hoạt thì thuộc tính sẽ được sử dụng để làm 1 cột trong bảng sản phẩm."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Sử Dụng Trong Việc Lọc"},"Q9wTrz":{"context":"caption","string":"Nếu kích hoạt thì thuộc tính sẽ được sử dụng để lọc các sản phẩm trong danh sách."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Đặc Tính Cửa Hàng"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"Public"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"Hình ảnh"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Bạn có chắc chắn muốn xoá giá trị \"{name}\" không?"},"WWV8aZ":{"context":"dialog title","string":"Xoá giá trị của thuộc tính"},"no3Ygn":{"string":"Bạn có chắc chắn muốn xoá giá trị \"{name}\" không vì như vậy sẽ không thể gán cho bất kỳ sản phẩm nào với thuộc tính \"{attributeName}\" nữa."},"XYhE8p":{"context":"edit attribute value","string":"Sửa Giá Trị"},"PqMbma":{"context":"add attribute value","string":"Thêm Giá Trị"},"UhcALJ":{"context":"attribute name","string":"Tên"},"H60H6L":{"context":"attribute values list: name column header","string":"Dạng Xem Từ Của Hàng"},"3psvRS":{"context":"attribute values list: slug column header","string":"Quản trị"},"g5zIpS":{"context":"No attribute values found","string":"Không tìm thấy giá trị nào"},"J3uE0t":{"context":"section header","string":"Các Giá Trị Của Thuộc Tính"},"+iVKR1":{"context":"assign attribute value button","string":"Gán giá trị"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Đã tạo thuộc tính thành công"},"7H2D5m":{"context":"attribute value deleted","string":"Đã xoá giá trị"},"V/VAHG":{"string":"Đã xoá thuộc tính"},"xVn5B0":{"context":"added new attribute value","string":"Đã thêm giá trị mới"},"lw9WIk":{"context":"deleted multiple attributes","string":"Các thuộc tính đã được xoá thành công"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Đăng nhập"},"5sg7KC":{"string":"Mật khẩu"},"3tbL7x":{"context":"description","string":"Quên mật khẩu ?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"Xin lỗi, tên đăng nhập và mật khẩu của bạn không đúng. Xin hãy thử lại."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"Mật Khẩu Mới"},"S22jIs":{"context":"button","string":"Đặt mật khẩu mới"},"vfG+nh":{"string":"Xác Nhận Mật Khẩu"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"Mật khẩu không khớp"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Đặt lại mật khẩu"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Quay về đăng nhập"},"2ob30/":{"string":"Đã thành công! Bạn sẽ nhận được thư với hướng dẫn cài đặt lại mật khẩu trong vòng vài phút nữa."},"C0JLNW":{"string":"Địa chỉ email bạn cung cấp không tồn tại trong cơ sở dữ liệu"},"hOxIeP":{"string":"Hiệu Lực"},"0OfZJA":{"context":"button","string":"Quay lại"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"Hủy"},"dOQB9o":{"context":"payment status","string":"Đã hủy"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"Catalog"},"sK1FPw":{"context":"categories section name","string":"Danh Mục"},"DP6b8U":{"context":"section header","string":"Hình Nền (không bắt buộc)"},"0iMYc+":{"context":"field is optional","string":"(Không bắt buộc)"},"cgsY/X":{"context":"page header","string":"Tạo Danh Mục Mới"},"wQdR8M":{"string":"Thêm tiêu đề và giới thiệu dành cho công cụ tìm kiếm để giúp danh mục này dễ được tìm thấy hơn"},"xo5UIb":{"context":"dialog title","string":"Xoá danh mục"},"dJQxHt":{"context":"delete category","string":"Bạn có chắc chắn muốn xoá danh mục {categoryName} không?"},"vEYtiq":{"string":"Tên Danh Mục"},"8HRy+U":{"string":"Mô Tả Danh Mục"},"vof5TR":{"context":"button","string":"Tạo danh mục"},"JiXNEV":{"string":"Tìm Danh Mục"},"vy7fjd":{"context":"tab name","string":"Tất Cả Danh Mục"},"dM86a2":{"string":"Không tìm thấy danh mục nào"},"rrbzZt":{"string":"Không tìm thấy danh mục con nào"},"BHQrgz":{"context":"number of subcategories","string":"Danh mục con"},"k8ZJ5L":{"context":"number of products","string":"Số Sản Phẩm"},"VQLIXd":{"context":"product","string":"Tên"},"x/pIZ9":{"context":"button","string":"Thêm sản phẩm"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Sản phẩm trong {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Danh mục con"},"V+fkAO":{"context":"number of products in category","string":"Sản phẩm"},"NivJal":{"context":"section header","string":"Tất Cả Danh Mục Con"},"UycVMp":{"context":"button","string":"Tạo danh mục con"},"Irflxf":{"context":"window title","string":"Tạo danh mục"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Đã tạo danh mục"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Đã xoá danh mục"},"KCjd1o":{"context":"dialog title","string":"Xoá các sản phẩm"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Hãy nhớ việc này sẽ xoá tất cả các sản phẩm được gán với danh mục này."},"sG0w22":{"context":"dialog title","string":"Xoá các danh mục"},"xRkj2h":{"string":"Bạn có chắc chắn muốn xoá danh mục {categoryName} không?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"Channels"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Hiệu Lực"},"QZoU0r":{"context":"dialog header","string":"Delete Channel"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"Select Channel"},"3y4r+z":{"context":"channel settings","string":"Channel Settings"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"Copy"},"9Sz0By":{"context":"channel currency","string":"Currency"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"Channel name"},"G/pgG3":{"context":"dialog header","string":"Select a channel"},"nKwgxY":{"context":"select label","string":"Channel name"},"X8qjg3":{"context":"inactive","string":"Không Hoạt Động"},"+tIkAe":{"context":"status","string":"Tình Trạng"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Kích hoạt"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"Channel Name"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"Create Channel"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"New Channel"},"OrMr/k":{"context":"window title","string":"Create Channel"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"Choose file"},"2FQsYj":{"context":"button","string":"Xóa"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"Bộ Sưu Tập"},"9vQR6c":{"context":"collection label","string":"Được Thấy"},"V8FhTt":{"context":"collection label","string":"Ẩn"},"Rj8LxK":{"string":"Thêm tiêu đề và giới thiệu dành cho công cụ tìm kiếm để giúp bộ sưu tập này dễ được tìm thấy hơn"},"Fxa6xp":{"context":"page header","string":"Thêm Bộ Sưu Tập"},"/WXs6H":{"context":"collection name","string":"Tên"},"G4g5Ii":{"context":"tab name","string":"Tất Cả Bộ Sưu Tập"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"Tạo bộ sưu tập"},"9eC0MZ":{"context":"collection","string":"Ẩn"},"lL3YJO":{"context":"collection","string":"Đã đăng tải"},"Yw+9F7":{"string":"Không tìm thấy bộ sưu tập nào"},"mWQt3s":{"string":"Số Sản Phẩm"},"VZsE96":{"string":"Tên Bộ Sưu Tập"},"UxdBmI":{"context":"collection availability","string":"Hiệu Lực"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Loại"},"Oe62bR":{"context":"product availability","string":"Hiệu Lực"},"/dnWE8":{"context":"products in collection","string":"Sản phẩm trong {name}"},"scHVdW":{"context":"button","string":"Gán sản phẩm"},"6AMFki":{"context":"product name","string":"Tên"},"Q8wHwJ":{"string":"Đã xoá bộ sưu tập"},"56vUeQ":{"string":"Đã thêm sản phẩm vào bộ sưu tập"},"MxhVZv":{"string":"Bạn có chắc chắn muốn xoá hình của bộ sưu tập không?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Đã xoá sản phẩm khỏi bộ sưu tập"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Ngừng gán sản phẩm với bộ sưu tập"},"pVFoOk":{"string":"Bạn có chắc chắn muốn xoá bộ sưu tập {collectionName} không?"},"ttMauu":{"context":"window title","string":"Tạo bộ sưu tập"},"+wpvnk":{"context":"dialog title","string":"Xoá Bộ Sưu Tập"},"67V0c0":{"context":"unassign product from collection, button","string":"Ngừng gán"},"fzk04H":{"context":"dialog title","string":"Xoá hình ảnh"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"Xoá các bộ sưu tập"},"C7eDb9":{"string":"Permission groups"},"Fbr4Vp":{"context":"dialog header","string":"Quyền hạn"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"Quốc gia"},"O95R3Z":{"string":"Điện Thoại"},"B52Em/":{"string":"Địa chỉ - dòng 1"},"TE4fIS":{"string":"Thành Phố"},"oYGfnY":{"string":"Mã Vùng"},"oQY0a2":{"string":"Địa chỉ - dòng 2"},"9YazHG":{"string":"Công Ty"},"AuwpCm":{"string":"Tỉnh"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"Không tìm thấy kết quả nào"},"fP9FXB":{"context":"input label","string":"Tìm Các Thuộc Tính"},"auxEP1":{"context":"input placeholder","string":"Tìm bằng tên thuộc tính"},"QM9P8G":{"context":"dialog header","string":"Gán Thuộc Tính"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Tìm Danh Mục"},"sf6FMK":{"context":"dialog search placeholder","string":"Tìm bằng tên danh mục, ..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Gán Bộ Sưu Tập"},"f0hXz4":{"context":"dialog header","string":"Tìm Bộ Sưu Tập"},"JiRKgJ":{"context":"dialog search placeholder","string":"Tìm bằng tên bộ sưu tập, ..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Tìm Các Sản Phẩm"},"SHm7ee":{"string":"Tìm bằng tên sản phẩm, thuộc tính, chủng loại, ..."},"dTCDMn":{"context":"dialog header","string":"Gán Sản Phẩm"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Thuộc Tính"},"3ukd9/":{"context":"attributes, section header","string":"Thuộc Tính"},"j8PV7E":{"context":"attribute values","string":"Các giá trị"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"Giá trị"},"jHJmjf":{"string":"Không có kết quả nào"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Hiệu Lực"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Quản Lý"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"từ {date}"},"Jt3DwJ":{"context":"publish on date","string":"Đăng tải vào"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Đặt ngày đăng tải"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"Đã đăng tải"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"Tình Trạng"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Đặt Lại"},"62Ywh2":{"context":"number of countries","string":"{number} Quốc Gia"},"zZCCqz":{"context":"button","string":"Gán các đất nước"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Xoá Tìm Kiếm"},"UaYJJ8":{"string":"Bạn có chắc chắn muốn xoá tab tìm kiếm {name} không?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Thử với GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"Lỗi"},"9mGA/Q":{"context":"button linking to dashboard","string":"Trang Quản Trị"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Xoá Tìm Kiếm"},"qIgdO6":{"string":"Tuỳ Biến Bộ Lọc"},"DEa1T1":{"context":"button","string":"Lưu Tìm Kiếm"},"zSOvI0":{"string":"Lọc"},"HnVtSS":{"context":"search","string":"Không có kết quả nào"},"PLCwT/":{"context":"search results","string":"Xem Thêm"},"FNpv6K":{"context":"button","string":"Lọc"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"và"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"Lưu địa chỉ"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Thả vào đây để upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"Giá trị"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Tuỳ chọn"},"hptDxW":{"context":"money","string":"đến {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"từ {money}"},"U2WgwW":{"context":"add custom select input option","string":"Thêm giá trị mới: {value}"},"hX5PAb":{"string":"Không tìm thấy kết quả nào"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Số Đơn Hàng"},"NqxvFh":{"context":"navigator placeholder","string":"Lệnh cho Loại"},"TpPx7V":{"context":"navigator placeholder","string":"Tìm Khách Hàng"},"4gT3eD":{"context":"navigator section header","string":"Tìm trong khách hàng"},"BooQvo":{"context":"navigator placeholder","string":"Gõ {key} để hiển thị tất cả các lệnh có thể dùng"},"AOI4LW":{"context":"navigator placeholder","string":"Tìm trong Catalog"},"YYkkhx":{"context":"navigator section header","string":"Đi đến"},"EM+30g":{"context":"navigator notification","string":"Tính năng mới của chúng tôi được xây dựng để giúp bạn thực hiện các công việc hàng ngày. Chạỵ Navigator bằng tổ hợp nút {keyboardShortcut}."},"me585h":{"context":"navigator section header","string":"Hành Động Nhanh"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator đã ở đây để giúp đỡ"},"ccXLVi":{"string":"Danh Mục"},"phAZoj":{"string":"Bộ Sưu Tập"},"M1uijW":{"context":"collection","string":"Chưa Đăng Tải"},"CjSRT1":{"context":"button","string":"Tạo Danh Mục"},"VdDcxc":{"context":"button","string":"Tạo Bộ Sưu Tập"},"QooeI/":{"context":"button","string":"Tạo Khách Hàng"},"cfQf0w":{"context":"button","string":"Tạo Đơn Hàng"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"Tạo Sản Phẩm"},"y9cvqE":{"context":"button","string":"Tạo Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Chuyển đến đơn hàng #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Tìm trong Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Tìm Lệnh"},"DHBlFi":{"context":"navigator customer mode description","string":"Tìm Các Khách Hàng"},"Xel9C+":{"context":"navigator default mode description","string":"Tìm hành động và dạng xem"},"iAvKNf":{"context":"navigator help mode description","string":"Hiện Thị Hỗ Trợ"},"usSkzP":{"context":"navigator order mode description","string":"Tìm Đơn Hàng"},"k8bltk":{"string":"Không Có Kết Quả"},"x/ZVlU":{"string":"Sản Phẩm"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Bị thiếu gì đó"},"nRiOg+":{"string":"Xin lỗi, không tìm được trang này"},"95oJ5d":{"context":"button","string":"Quay về trang quản trị"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"Số dãy:"},"liLrVs":{"context":"save filter tab, header","string":"Lưu Tìm Kiếm Được Cài Đặt Riêng"},"QcIFCs":{"context":"save search tab","string":"Tìm Tên"},"w2Cewo":{"string":"Tiêu đề của hệ thống tìm kiếm"},"CXTIq8":{"string":"Mô tả hệ thống tìm kiếm"},"s5Imt5":{"context":"button","string":"Sửa website SEO"},"TGX4T1":{"string":"Xem Trước Hệ Thống Tìm Kiếm"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} trong {maxCharacters} ký tự"},"s/sTT6":{"string":"Nếu để trống, bản xem trước sẽ tự khởi tạo"},"450Fty":{"string":"Trống"},"qu/hXD":{"string":"Đã chọn {number} hạng mục"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Gửi"},"3evXPj":{"string":"Để lại lời nhắn của bạn ở đây..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"Đăng Xuất"},"X8+Lpa":{"context":"button","string":"Cài Đặt Tài Khoản"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"Tình Trạng"},"qMB6d2":{"context":"weight","string":"đến {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"từ {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"Cấu Hình"},"YZl6cv":{"string":"Khác"},"gTr0qE":{"string":"Shipping Settings"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Thiết Lập Nhân Viên"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Thiết Lập Sản Phẩm"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"Xác Nhận"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"Tiếp tục"},"H5NKfr":{"context":"button","string":"Tạo"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"Khách Hàng"},"gQGUsN":{"context":"dialog title","string":"Sửa Địa Chỉ"},"W0kQd+":{"context":"dialog title","string":"Thêm Địa Chỉ"},"rjy9/k":{"context":"button","string":"Thêm Địa Chỉ"},"kErneR":{"string":"Khách hàng này chưa có địa chỉ nào trong sổ địa chỉ. Bạn có thể thêm địa chỉ bằng nút bên dưới."},"n5vskv":{"context":"customer's address book, header","string":"Sổ Địa Chỉ của {fullName}"},"MpR4zK":{"context":"customer details, header","string":"Thông tin của {fullName}"},"y/UWBR":{"string":"Không có địa chỉ nào để hiển thị cho khách hàng này"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"Địa Chỉ Mặc Định"},"VyzsWZ":{"string":"Địa Chỉ Thanh Toán Mặc Định"},"nLML8Y":{"string":"Địa Chỉ Nhận Hàng Mặc Định"},"puikeb":{"context":"button","string":"Xoá Địa Chỉ"},"w+8BfK":{"context":"button","string":"Sửa Địa Chỉ"},"hLOEeb":{"context":"button","string":"Đặt làm địa chỉ thanh toán mặc định"},"+7OsyM":{"context":"button","string":"Đặt làm địa chỉ vận chuyển mặc định"},"BfJGij":{"context":"header","string":"Thông tin địa chỉ"},"Zd3Eew":{"context":"subsection header","string":"Địa Chỉ Vận Chuyển"},"bHdFph":{"context":"subsection header","string":"Địa chỉ"},"3d1RXL":{"string":"Khách hàng này chưa có địa chỉ nào"},"biVFKU":{"context":"subsection header","string":"Địa Chỉ Thanh Toán"},"jGGnSZ":{"context":"page header","string":"Địa Chỉ Chính"},"wNQzS/":{"string":"Địa chỉ chính của khách hàng này."},"fjPWOA":{"context":"header","string":"Thông Tin Tổng Quan của Khách Hàng"},"qNcoRY":{"context":"notes about customer header","string":"Ghi chú"},"uUQ+Al":{"context":"note about customer","string":"Ghi chú"},"w3sGrD":{"string":"Nhập thêm các thông tin về khách hàng này."},"N76zUg":{"context":"page header","string":"Tạo Khách Hàng"},"+NUzaQ":{"context":"check to mark this account as active","string":"Tài khoản đã kích hoạt"},"MjUyhA":{"context":"section subheader","string":"Là thành viên từ {date}"},"SMakqb":{"context":"customer contact section, header","string":"Thông Tin Liên Hệ"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Tìm Khách Hàng"},"QLVddq":{"context":"button","string":"Tạo khách hàng"},"xQK2EC":{"context":"tab name","string":"Tất Cả Khách Hàng"},"icz/jb":{"context":"customer","string":"Ngày Tham Gia"},"fhksPD":{"string":"Số Lượng Đơn Hàng"},"E8VDeH":{"string":"Số Đơn Hàng"},"FpIcp9":{"string":"Không tìm thấy khách hàng nào"},"97l2MO":{"string":"Email của Khách Hàng"},"Gr1SAu":{"string":"Tên Khách Hàng"},"pURrk1":{"context":"order status","string":"Tình Trạng"},"1LiVhv":{"context":"section header","string":"Đơn hàng gần đây"},"nTF6tG":{"context":"number of order","string":"Số Đơn Hàng"},"3+990c":{"context":"button","string":"Xem các đơn hàng"},"ri3kK9":{"context":"order placement date","string":"Ngày"},"taX/V3":{"context":"order total amount","string":"Tổng"},"RlfqSV":{"string":"Không tìm thấy đơn hàng nào"},"FNAZoh":{"string":"Lần login trước"},"HMD+ib":{"string":"Đơn hàng trước"},"e7Nyu7":{"context":"section header","string":"Lịch Sử của Khách Hàng"},"2p0tZx":{"context":"delete customer, dialog content","string":"Bạn có chắc chắn muốn xoá {email} không?"},"ey0lZj":{"context":"dialog header","string":"Xoá Khách Hàng"},"qLOBff":{"context":"dialog header","string":"Xoá Địa Chỉ"},"nX2pCU":{"context":"window title","string":"Tạo khách hàng"},"/kWzY1":{"string":"Bạn có chắc chắn muốn xoá địa chỉ này từ danh bạ người dùng không?"},"PXatmC":{"string":"Đã Xoá Khách Hàng"},"ftcHpD":{"string":"Đã tạo khách hàng"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Xoá Các Khách Hàng"},"hzSNj4":{"string":"Trang Quản Trị"},"P7PLVj":{"string":"Ngày"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Xoá"},"i0AcKY":{"context":"notification message after log in","string":"Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes."},"Q8Qw5B":{"string":"Mô tả"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"Giảm Giá"},"g3qjSf":{"context":"button","string":"Gán các danh mục"},"AbyDC7":{"context":"section header","string":"Các Danh Mục Phù Hợp"},"Uu76vj":{"context":"no categories","string":"Không tìm thấy danh mục nào"},"fV6yX5":{"context":"table head","string":"Tên Danh Mục"},"QGjJcT":{"context":"number of products","string":"Sản phẩm"},"/6uK4C":{"context":"button","string":"Gán các bộ sưu tập"},"XNeJay":{"context":"section header","string":"Các Bộ Sưu Tập Phù Hợp"},"IoCMjg":{"context":"no collections","string":"Không tìm thấy bộ sưu tập nào"},"ht9yOD":{"context":"table head","string":"Tên Bộ Sưu Tập"},"cvVIV/":{"context":"dialog header","string":"Gán Đất Nước"},"dGqEJ9":{"context":"search box placeholder","string":"Tìm bằng tên quốc gia"},"dWK/Ck":{"string":"Chọn các đất nước bạn muốn giới hạn cho việc sử dụng voucher từ danh sách dưới đây"},"8EGagh":{"context":"search box label","string":"Lọc Quốc Gia"},"wgA48T":{"context":"country selection","string":"Các Quốc Gia A Đến Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Đặt ngày kết thúc"},"zKOGkU":{"context":"time during discount is active, header","string":"Hiệu Lực"},"U8eeLW":{"context":"button","string":"Gán các sản phẩm"},"xqXYF+":{"context":"section header","string":"Các Sản Phẩm Phù Hợp"},"OrR3Qy":{"context":"no products","string":"Không tìm thấy sản phẩm nào"},"6cMkfT":{"context":"table head","string":"Tên Sản Phẩm"},"bPFp8B":{"context":"product type","string":"Loại Sản Phẩm"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"No variants found"},"Q1HhPk":{"context":"table head","string":"Loại Sản Phẩm"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Tạo Khuyến Mãi"},"F56hOz":{"context":"sale name","string":"Tên"},"MSD3A/":{"string":"Tìm Khuyến Mãi"},"JHfbXR":{"context":"button","string":"Tạo Khuyến Mãi"},"Yjhgle":{"context":"tab name","string":"Tất Cả Khuyến Mãi"},"AnqH4p":{"context":"sale status","string":"Kích hoạt"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Hết hiệu lực"},"XDBeA+":{"context":"discount type","string":"Số tiền cố định"},"s17U7u":{"context":"discount type","string":"Tỷ Lệ Phần Trăm"},"BanAhF":{"context":"sale status","string":"Đã Lên Lịch"},"zjHH6b":{"context":"sale start date","string":"Đã Bắt Đầu"},"SpngiS":{"context":"sale status","string":"Tình Trạng"},"KHZlmi":{"string":"Cách Giảm Giá"},"XZR590":{"context":"sale value","string":"Giá trị"},"giF5UV":{"context":"sale end date","string":"Kết Thúc"},"51HE+Q":{"string":"Không tìm thấy khuyến mãi nào"},"iBSq6l":{"context":"sale start date","string":"Bắt đầu từ"},"WkxE8/":{"context":"percentage or fixed, header","string":"Cách Giảm Giá"},"JnzDrI":{"context":"discount type","string":"Số Tiền Cố Định"},"wHdMAX":{"context":"sale value, header","string":"Giá trị"},"x3g4Ry":{"context":"sale discount","string":"Giá Trị Giảm"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"Channel name"},"PsclSa":{"context":"page header","string":"Tạo Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Hiệu Lực"},"jd/LWa":{"string":"Voucher được áp dụng với tất cả các quốc gia"},"glT6fm":{"string":"Voucher bị giới hạn cho các quốc gia này"},"ibnmEd":{"context":"voucher country range","string":"Các Quốc Gia"},"jvKNMP":{"string":"Mã Giảm Giá"},"mSLr9d":{"context":"voucher code, button","string":"Tạo Mã"},"vTgRTZ":{"context":"limit voucher","string":"Giới hạn 1 lần cho mỗi khách hàng"},"Qj/3sH":{"context":"limit voucher","string":"Giới hạn tổng số lần có thể sử dụng việc giảm giá này"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Giới Hạn"},"pzSF+b":{"context":"voucher usage limit, header","string":"Giới Hạn Sử Dụng"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"Tất Cả Phiếu Ưu Đãi"},"IruP2T":{"string":"Tìm Voucher"},"GbhZJ4":{"context":"button","string":"Tạo voucher"},"amQg6f":{"context":"voucher status","string":"Kích hoạt"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Hết hiệu lực"},"Jj0de8":{"context":"voucher status","string":"Đã Lên Lịch"},"ujFo4A":{"context":"voucher start date","string":"Đã Bắt Đầu"},"uy+tB8":{"context":"voucher status","string":"Tình Trạng"},"h75GAF":{"context":"voucher","string":"Số lần đã sử dụng"},"JV+EiM":{"context":"voucher value","string":"Giá trị"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Chi Tiêu Tối Thiểu"},"b6L9n7":{"context":"voucher is active until date","string":"Kết Thúc"},"yHwvLL":{"context":"voucher uses","string":"Sử dụng"},"5u7b3V":{"context":"voucher is active from date","string":"Bắt đầu từ"},"JsPIOX":{"context":"voucher code","string":"Mã"},"U2mOqA":{"string":"Không tìm thấy voucher nào"},"GVinbz":{"context":"column title","string":"Giá trị"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Điều Kiện Tối Thiểu"},"u/hkKO":{"context":"voucher has no requirements","string":"Trống"},"XT/ZvF":{"context":"voucher requirement","string":"Số lượng hàng tối thiểu"},"bh9+8A":{"context":"voucher requirement","string":"Giá trị tối thiểu của đơn hàng"},"FOa+Xd":{"context":"voucher value requirement","string":"Giá Trị Tối Thiểu Của Đơn Hàng"},"bcf60I":{"context":"voucher","string":"Áp dụng cho"},"HLqWXA":{"context":"voucher value requirement","string":"Giới Hạn Sử Dụng"},"6cq+c+":{"context":"header","string":"Cách Giảm Giá"},"sS5aVm":{"context":"voucher discount type","string":"Miễn Phí Vận Chuyển"},"fEfCtO":{"context":"voucher discount type","string":"Tỷ Lệ Phần Trăm"},"vXFPD6":{"context":"voucher discount type","string":"Số Tiền Cố Định"},"1shOIS":{"context":"column title","string":"Giá"},"/oaqFS":{"context":"section header","string":"Giá trị"},"mmcHeH":{"string":"Giá Trị Giảm"},"5c2JVF":{"context":"voucher application, switch button","string":"Chỉ áp dụng 1 lần cho mỗi đơn hàng"},"9UHfux":{"string":"Thông tin Voucher"},"ObRk1O":{"string":"Nếu vô hiệu hoá lựa chọn này sẽ áp dụng giảm giá cho từng sản phẩm đủ điều kiện"},"bP7ZLP":{"context":"voucher discount","string":"Toàn bộ đơn hàng"},"45zP+r":{"context":"voucher discount","string":"Sản phẩm cụ thể"},"WasHjQ":{"context":"voucher discount","string":"Vận chuyển"},"n7Fg8i":{"string":"Đã tạo khuyến mãi mới thành công"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Các khuyến mãi đã xoá"},"V3fvcD":{"context":"dialog content","string":"Các khuyến mãi đã xoá"},"1/oG76":{"context":"dialog header","string":"Xoá Khuyến Mãi"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Ngừng Gán Danh Mục Với Khuyến Mãi"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Bạn có chắc chắn muốn xoá {saleName} không?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Xoá Các Khuyến Mãi"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Đã tạo voucher mới thành công"},"MmGlkp":{"context":"dialog header","string":"Ngừng Gán Bộ Sưu Tập Với Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Ngừng Gán Sản Phẩm Với Voucher"},"LOSNq0":{"context":"dialog header","string":"Ngừng Gán Danh Mục Với Voucher"},"NEJo1I":{"context":"dialog content","string":"Bạn có chắc chắn muốn xoá {voucherCode} không?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Xoá Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Xoá Các Voucher"},"eOrLzG":{"context":"button","string":"Đã Xong"},"toDL5R":{"context":"order status","string":"Nháp"},"YMBn8d":{"context":"draft orders section name","string":"Đơn Hàng Nháp"},"2atspc":{"string":"Các Đơn Hàng Nháp"},"Ja7gHc":{"context":"button","string":"Sửa"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"Ngày Kết Thúc"},"juBV+h":{"string":"Giờ Kết Thúc"},"KN7zKn":{"string":"Lỗi"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"Tên Riêng"},"pkjXPD":{"context":"order status","string":"Đã Đáp Ứng"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"Khách Hàng"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Ghi chú"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Thay đổi"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"Chi tiết"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Hết hiệu lực"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"Chi tiết"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"Số tiền"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"Currency"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"Sản Phẩm"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"Tình Trạng"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Xoá"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"Sản Phẩm"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Cài đặt"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"Trang Chủ"},"sjRXXz":{"string":"{userEmail} đã hoàn tất việc đặt đơn hàng #{orderId} từ đơn hàng nháp"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Đơn hàng #{orderId} đã được thanh toán"},"0dPP8O":{"string":"Đã đặt đơn hàng #{orderId}"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"Không có đơn hàng nào có thể đáp ứng"},"5dyOs0":{"string":"Không có thanh toán chờ"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Họ"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Quản Lý"},"9C7PZE":{"context":"navigation section name","string":"Điều Hướng"},"wlQTfb":{"context":"go to next step, button","string":"Tiếp"},"oUWADl":{"string":"Không"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"Không bắt buộc"},"Ta9j04":{"context":"orders section name","string":"Đơn Hàng"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"Huỷ Các Đơn Hàng"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"Địa chỉ thanh toán"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Thêm địa chỉ mới"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"Không tìm thấy kết quả nào"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"Địa chỉ giao hàng"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"Không có ghi chú nào từ khách hàng"},"puALFo":{"context":"notes about customer, header","string":"Ghi chú"},"4Jp83O":{"context":"subheader","string":"Thông Tin Liên Hệ"},"hkSkNx":{"string":"Tìm Các Khách Hàng"},"VCzrEZ":{"context":"link","string":"Xem Hồ Sơ"},"DP5VOH":{"string":"Địa Chỉ Vận Chuyển"},"Y7M1YQ":{"context":"section header","string":"Khách Hàng"},"GLX9II":{"context":"billing address","string":"Giống địa chỉ nhận hàng"},"Qovenh":{"string":"Người Dùng Chưa Đăng Ký"},"c7/79+":{"string":"Địa Chỉ Thanh Toán"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"Huỷ đơn hàng"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"Thêm"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Giá trị giảm"},"fo7nfa":{"context":"fixed amount","string":"Số Tiền Cố Định"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Tỷ Lệ Phần Trăm"},"APcoSA":{"context":"dialog header","string":"Xoá Đơn Hàng Nháp"},"mxtAFx":{"string":"Bạn có chắc chắn muốn xoá đơn hàng nháp #{orderNumber} không?"},"32dfzI":{"context":"price or ordered products","string":"Giá"},"nEWp+k":{"context":"quantity of ordered products","string":"Số lượng"},"UD7/q8":{"string":"Không có sản phẩm nào được thêm vào đơn hàng"},"lVwmf5":{"context":"total price of ordered products","string":"Tổng"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Thêm đơn vị vận chuyển"},"+8v1ny":{"context":"discount button","string":"Giảm giá"},"M9LXb5":{"context":"no shipping carriers title","string":"Không có đơn vị vận chuyển nào phù hợp"},"xUvWaP":{"context":"subtotal price","string":"Tạm tính"},"mQtoRO":{"context":"taxes title","string":"Thuế (bao gồm VAT)"},"S/yAtJ":{"context":"total price","string":"Tổng"},"18wvf7":{"context":"section header","string":"Thông Tin Chi Tiết Đơn Hàng"},"C50ahv":{"context":"button","string":"Thêm các sản phẩm"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Tạo đơn hàng"},"7a1S4K":{"context":"tab name","string":"Tất Cả Đơn Hàng Nháp"},"NJEe12":{"string":"Tìm Đơn Hàng Nháp"},"vwMO04":{"context":"draft order","string":"Đã tạo"},"iEeIhY":{"context":"draft order","string":"Khách Hàng"},"KIh25E":{"string":"Không tìm thấy đơn hàng nháp nào"},"ps0WUQ":{"string":"Số Đơn Hàng"},"hkENym":{"string":"Khách Hàng"},"mCP0UD":{"context":"order draft creation date","string":"Ngày"},"1Uj0Wd":{"context":"order draft total price","string":"Tổng"},"PAqicb":{"context":"button","string":"Huỷ đơn hàng"},"4Z14xW":{"context":"button","string":"Hoàn Tất"},"6u4K7e":{"context":"page header","string":"Đơn đặt hàng"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"Tên sản phẩm"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"Quantity to fulfill"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"SKU"},"BLX9dz":{"context":"fulfill order, button","string":"Đáp Ứng"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Thêm mã theo dõi vận chuyển"},"dTkmON":{"context":"edit tracking button","string":"Edit tracking"},"K//bUK":{"context":"refund button","string":"Hoàn tiền"},"4PlW0w":{"context":"tracking number","string":"Mã Theo Dõi Vận Chuyển: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"Huỷ Giao Hàng"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Mã theo dõi vận chuyển"},"/BJQIq":{"context":"dialog header","string":"Thêm Mã Chuyển Hàng"},"RLTaAR":{"context":"order history message","string":"Địa chỉ đặt hàng đã được cập nhập"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Đã Đáp Ứng {quantity} sản phẩm"},"GLy2UR":{"context":"order history message","string":"Việc thực hiện đã được huỷ"},"GJAX0z":{"context":"order history message","string":"Đơn hàng đã được đặt"},"OzHN0Z":{"context":"order history message","string":"Các đường link đến các sản phẩm điện tử của đơn hàng đã được gửi"},"OKGd/k":{"context":"order history message","string":"Đã tạo đơn hàng từ đơn hàng nháp"},"4Z6BtA":{"context":"order history message","string":"Xác nhận thanh toán đã được gửi đến khách hàng"},"wOeIR4":{"context":"order history message","string":"Đã nhập thêm {quantity} sản phẩm"},"6WRFp2":{"context":"order history message","string":"Đã thêm ghi chú vào đơn hàng"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Xác nhận đặt hàng đã được gửi đến khách hàng"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Thanh toán đã huỷ"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Đơn hàng đã được thanh toán đầy đủ"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Thanh toán đã được ghi nhận"},"aq5ZiN":{"context":"order history message","string":"Xác nhận thực hiện đơn hàng đã được gửi đến khách hàng"},"hWO1SD":{"context":"order history message","string":"Đơn hàng nháp đã được tạo"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Mã theo dõi vận chuyển đã được gửi cho khách hàng "},"3fgyFh":{"context":"order history message","string":"Thanh toán đã được hoàn trả"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Lịch Sử Đơn Hàng"},"Fl3ORD":{"context":"order history message","string":"Đã bán quá hàng trong kho: {quantity} sản phẩm"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Đã cập nhập mã theo dõi của nhóm đáp ứng"},"TCR639":{"context":"order history message","string":"Thanh toán không thành công"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Thông tin vận chuyển đã được gửi đến khách hàng"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Đã huỷ đơn hàng"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"được tạo"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"Hóa đơn"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Tìm Đơn Hàng..."},"WRkCFt":{"context":"tab name","string":"Tất Cả Đơn Hàng"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"Khách Hàng"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Đã tạo"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Tình trạng thực hiện"},"p+UDec":{"context":"payment status","string":"Thanh Toán"},"5blVMu":{"context":"e-mail or full name","string":"Khách Hàng"},"PHUcrU":{"context":"date when order was placed","string":"Ngày"},"k9hf7F":{"context":"total order price","string":"Tổng"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Ghi Nhận Đơn Hàng Đã Được Thanh Toán"},"+PbHKD":{"context":"dialog header","string":"Thu Tiền"},"OhdPS1":{"context":"amount of refunded money","string":"Số tiền"},"euRfu+":{"string":"Bạn có chắc chắn muốn vô hiệu khoản thanh toán này?"},"KszPFx":{"context":"dialog header","string":"Vô Hiệu Hoá Thanh Toán"},"BZ7BkQ":{"context":"capture payment, button","string":"Thu"},"V+gwx7":{"context":"order payment","string":"Số tiền đã thu"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"Giảm giá"},"pr513b":{"context":"ordered products","string":"{quantity} sản phẩm"},"+5HkZN":{"context":"order, button","string":"Ghi nhận đã thanh toán"},"5te3Tp":{"context":"order payment","string":"Số tiền cần xử lý"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"Tình trạng thanh toán"},"uUsZ7m":{"context":"order payment","string":"Số tiền đã được uỷ quyền"},"HaQ8cg":{"context":"button","string":"Hoàn tiền"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"Vận chuyển"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"không áp dụng"},"Rsknyh":{"context":"order does not require shipping","string":"không áp dụng"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"Tạm tính"},"r+dgiv":{"string":"Thuế"},"zb4eBO":{"context":"order total price","string":"Tổng"},"dJVXIb":{"context":"vat included in order price","string":"Bao gồm VAT"},"sEjRyz":{"context":"voucher type order discount","string":"Mã giảm giá"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"Giá"},"WE8IFE":{"context":"product name","string":"Sản Phẩm"},"tvpAXl":{"context":"ordered product quantity","string":"Số lượng"},"8J81ri":{"context":"ordered product sku","string":"SKU"},"qT6YYk":{"context":"order line total price","string":"Tổng"},"5aiFbL":{"context":"tabel column header","string":"Giá"},"FNT4b+":{"context":"tabel column header","string":"Sản Phẩm"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"Tổng"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"Số tiền"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"Hoàn tiền"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"Giá"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"Sản Phẩm"},"ikM00B":{"context":"table column header","string":"Thay"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Đã Đáp Ứng ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"Chưa Đáp Ứng"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Cài đặt"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Sửa Cách Thức Vận Chuyển"},"/Xwjww":{"context":"button","string":"Đáp Ứng"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Thanh toán đã được ghi nhận thành công"},"c4gbXr":{"string":"Đơn hàng nháp đã hoàn tất thành công"},"9OtpHt":{"string":"Đã xoá sản phẩm trong đơn hàng"},"CZmloB":{"string":"Tình trạng thực hiện đã được cập nhập thành công"},"Fn3bE0":{"string":"Đã cập nhập sản phẩm trong đơn hàng"},"lL1HTg":{"string":"Đơn hàng được đánh dấu đã thanh toán"},"HlCkMT":{"string":"Đã thêm sản phẩm vào đơn hàng"},"W/Es0H":{"string":"Đã huỷ của đơn hàng thành công"},"KmPicj":{"string":"Đã thêm ghi chú thành công"},"L87bp7":{"string":"Đã huỷ thanh toán của đơn hàng thành công"},"j2fPVo":{"string":"Đã cập nhập đơn hàng thành công"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Cách thức vận chuyển đã được cập nhập thành công"},"uMpv1v":{"string":"Việc thực hiện đã được huỷ thành công"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Xoá Các Đơn Hàng Nháp"},"ra2O4j":{"string":"Đã xoá đơn hàng nháp"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Tên thuộc tính"},"uxPpRx":{"context":"button","string":"Gán thuộc tính"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"Tạo loại trang"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Ngừng gán"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"Các Trang"},"gr53VQ":{"context":"page header","string":"Tạo Trang"},"jZbT0O":{"string":"Thêm tiêu đề và giới thiệu dành cho công cụ tìm kiếm để giúp trang này dễ được tìm thấy hơn"},"GZgjK7":{"context":"page","string":"sẽ được hiển thị từ {date}"},"X26jCC":{"context":"page label","string":"Được Thấy"},"/TK7QD":{"context":"page label","string":"Ẩn"},"gMwpNC":{"context":"page content","string":"Nội Dung"},"gr+oXW":{"context":"page title","string":"Tiêu đề"},"AHRDWt":{"context":"button","string":"Tạo trang"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"Tiêu đề"},"5GSYCR":{"context":"page status","string":"Tình Trạng"},"iMJka8":{"string":"Không tìm thấy trang nào"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"Đã đăng tải"},"UN3qWD":{"context":"page status","string":"Chưa Đăng Tải"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"Tạo Trang"},"JMbFNo":{"string":"Đã tạo trang mới thành công"},"C1luwg":{"context":"dialog header","string":"Xoá Trang"},"4B32Ba":{"context":"delete page","string":"Bạn có chắc chắn muốn xoá {title} không?"},"41z2Qi":{"context":"notification","string":"Các trang đã xoá"},"yEmwxD":{"context":"publish page, button","string":"Đăng Tải"},"yHQQMQ":{"context":"dialog header","string":"Ngừng Xuất Bản Trang"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"Ngừng Xuất Bản"},"wyvzh9":{"context":"dialog header","string":"Đăng Tải Trang"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Các trang đã đăng tải"},"3Sz1/t":{"context":"dialog header","string":"Xoá Các Trang"},"2pw5dQ":{"context":"payment status","string":"Đã thanh toán đủ"},"PbqNhi":{"context":"order status","string":"Đã đáp ứng 1 phần"},"INNPVX":{"context":"payment status","string":"Đã thanh toán 1 phần"},"OGemtu":{"context":"payment status","string":"Đã hoàn tiền một phần"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"Tình trạng thanh toán"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Kích hoạt"},"7WzUxn":{"context":"staff member status","string":"Không Hoạt Động"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Bạn có chắc chắn muốn xoá {name} không?"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"Tuỳ chọn"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"Địa chỉ Email"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"Tên"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Ngừng gán"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Phân Quyền"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Tên Plugin"},"bL/Wrc":{"context":"plugin status","string":"Tình Trạng"},"w424P4":{"context":"section header","string":"Thông tin và tình trạng của plugin"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Thêm Giá Trị Cho Authorization"},"Xy2T+y":{"context":"header","string":"Sửa Phân Quyền"},"Egyh2T":{"context":"section header","string":"Cài Đặt Plugin"},"EtGDeK":{"context":"header","string":"Thông Tin {pluginName}"},"BtErCZ":{"string":"Tìm Plugin..."},"aOelhW":{"context":"tab name","string":"Tất cả các plugin"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"Không tìm thấy plugin nào"},"rQOS7K":{"context":"status label active","string":"Kích hoạt"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"Cấu Hình"},"ho75Lr":{"context":"status label deactivated","string":"Vô hiệu hoá"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"Tên"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Xoá Phân Quyền"},"JRfJD9":{"string":"Plugin có thể sẽ không hoạt động sau khi xoá trường thông tin này. Bạn có chắc chắn muốn tiệp tục không?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Các Loại Sản Phẩm"},"9scTQ0":{"context":"section header","string":"Các Thuộc Tính Sản Phẩm"},"5pHBSU":{"context":"switch button","string":"Sử dụng thuộc tính của biến thể sản phẩm"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Tên Loại Sản Phẩm"},"1KSqnn":{"context":"tab name","string":"Tất Cả Loại Sản Phẩm"},"rpFdD1":{"string":"Tìm Loại Sản Phẩm"},"QY7FSs":{"context":"button","string":"tạo loại sản phẩm"},"X90t9n":{"context":"product type","string":"Có Thể Cấu Hình"},"dS8Adx":{"context":"product","string":"Sản phẩm số"},"U5aVd8":{"context":"product","string":"Có thể vận chuyển"},"Jsh6+U":{"context":"product type is digital or physical","string":"Loại"},"0nLsyM":{"string":"Không tìm thấy loại sản phẩm nào"},"yNb+dT":{"context":"product type","string":"Sản phẩm cơ bản"},"TalJlD":{"context":"tax rate for a product type","string":"Thuế"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Loại"},"hHOI7D":{"context":"product type name","string":"Tên Loại"},"asdvmK":{"context":"product type","string":"Sản phẩm số"},"ADTNND":{"context":"product type","string":"Hữu Hình"},"/2OOMe":{"context":"product type shipping settings, section header","string":"Vận chuyển"},"IBw72y":{"context":"switch button","string":"Sản phẩm này có cần vận chuyển không?"},"VOiUXQ":{"string":"Sử dụng để tính cước vận chuyển cho các sản phẩm cùng loại khi thông tin cân nặng không được cung cấp"},"zCb8fX":{"string":"Cân Nặng"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Các Thuộc Tính Của Biến Thể"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Đã tạo loại sản phẩm mới thành công"},"F3Upht":{"string":"Loại sản phẩm đã được xoá"},"UJnqdm":{"context":"dialog header","string":"Ngừng Gán Thuộc Tính Với Loại Sản Phẩm"},"r1aQ2f":{"context":"dialog header","string":"Ngừng Gán Thuộc Tính Với Loại Sản Phẩm"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Ngừng gán"},"K8xNLe":{"context":"products section name","string":"Sản phẩm"},"ulh3kf":{"string":"Bộ Sưu Tập"},"fyE8BN":{"context":"product organization, header","string":"Tổ Chức"},"LKoIB1":{"string":"Thêm tiêu đề và giới thiệu dành cho công cụ tìm kiếm để giúp sản phẩm này dễ được tìm thấy hơn"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Tìm bằng tên thuộc tính"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Tìm Các Sản Phẩm..."},"aFLtLk":{"context":"tab name","string":"Tất Cả Sản Phẩm"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Hiệu Lực"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"Ẩn"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Hết Hàng"},"b1zuN9":{"string":"Giá"},"3Z8972":{"context":"product","string":"Số lượng hàng tồn"},"g+GAf4":{"context":"product visibility","string":"Tình Trạng"},"6Y1nQd":{"context":"product is visible","string":"Được Thấy"},"Jz/Cb+":{"context":"product type","string":"Cơ Bản"},"+VEhV8":{"context":"product channels","string":"Hiệu Lực"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Tải Lên"},"JjeZEG":{"context":"section header","string":"Sắp Xếp Sản Phẩm"},"Be+J13":{"string":"Có Thể Cấu Hình"},"v+Pkm+":{"context":"field is optional","string":"*Không bắt buộc. Thêm sản phẩm vào bộ sưu tập để giúp khách hàng tìm kiếm dễ dàng."},"anK7jD":{"string":"Loại Sản Phẩm"},"3rIMq/":{"context":"product shipping","string":"Vận chuyển"},"SUbxSK":{"context":"product weight","string":"Cân Nặng"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Mã Hàng)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"Số lượng"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"Channels"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Áp dụng phí vào sản phẩm này"},"CdIHMu":{"context":"select tax ratte","string":"Thuế Suất"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Các Thuộc Tính Của Biến Thể"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Xoá Biến Thể"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Lưu biến thể"},"TPCRKr":{"context":"variant price, header","string":"Giá"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Thuộc Tính"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Chọn Giá Trị"},"ucYPtV":{"context":"variant attribute","string":"Chọn thuộc tính"},"slKV5G":{"context":"variant creation step","string":"Tóm tắt"},"lra7Ej":{"string":"Áp dụng giá chung cho tất cả SKU"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Áp dụng lượng hàng tồn theo thuộc tính cho từng SKU"},"EGG8f+":{"string":"Áp dụng giá theo thuộc tính cho từng SKU"},"STp3Hl":{"string":"Áp dụng lượng hàng tồn chung cho tất cả SKU"},"+bFHzi":{"context":"button","string":"Tiếp"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"Tạo"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"SKU"},"Sx7QVu":{"context":"variant creation step","string":"Giá và SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Trước"},"V76IV7":{"context":"variant name","string":"Biến Thể"},"rbkmfG":{"context":"button","string":"Xoá biến thể"},"WwNtFn":{"context":"delete product variant","string":"Bạn có chắc chắn muốn xoá {name} không?"},"GFJabu":{"context":"dialog header","string":"Xoá Biến Thể"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"Các Biến Thể"},"3C3Nj5":{"context":"button","string":"Thêm chủng loại"},"gF7hbK":{"context":"variant name","string":"Biến Thể Mới"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"Ẩn"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Hiệu Lực"},"Xm9qOu":{"context":"product pricing, section header","string":"Giá Thành"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"Channel Name"},"2zCmiR":{"context":"tabel column header","string":"Chi phí"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Không Có Hàng"},"n02c9W":{"context":"product variant price","string":"Giá"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Tạo các biến thể"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Sử dụng các biến thể cho các sản phẩm có nhiều phiên bản, ví dụ như kích cỡ hoặc màu sắc khác nhau"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"Tồn Kho"},"3VyHbJ":{"context":"button","string":"Tạo biến thể"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"Biến Thể"},"uCn/rd":{"context":"dialog header","string":"Xoá Hình Ảnh"},"BUKMzM":{"string":"Đã xoá biến thể"},"T6dXGG":{"context":"header","string":"Tạo Biến Thể"},"VEext+":{"string":"Bạn có chắc chắn muốn xoá hình ảnh này không?"},"MyM2oR":{"context":"window title","string":"Tạo biến thể"},"PXx4Jk":{"context":"window title","string":"Tạo Sản Phẩm"},"NBP8uu":{"context":"page header","string":"Sản Phẩm Mới"},"DO8+uV":{"string":"Sản phẩm đã được tạo"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Xoá Các Sản Phẩm"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Sản phẩm đã được xoá"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Bạn có chắc chắn muốn xoá {name} không?"},"TWVx7O":{"context":"delete product dialog title","string":"Xoá Sản Phẩm"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Xoá Các Biến Thể của Sản Phẩm"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Đặc Tính"},"kFYlu2":{"string":"Hệ thống đang hoạt động ở chế độ xem. Sẽ không lưu lại các thay đổi."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Đã hoàn trả hết"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"Xoá"},"TKmub+":{"string":"Bắt buộc phải điền thông tin vào đây"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"Khuyến Mãi"},"RaycYK":{"context":"button","string":"Lưu"},"rqiCWU":{"string":"Các thay đổi đã được lưu"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Gửi"},"8xsKUv":{"context":"service accounts section name","string":"Các Tài Khoản Dịch Vụ"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Cách Thức Vận Chuyển"},"nNeWAx":{"context":"dialog header","string":"Xoá Cách Vận Chuyển"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Giá Thành"},"5ZvuVw":{"string":"Không tìm thấy sản phẩm nào phù hợp với truy vấn"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Tên Sản Phẩm"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"Đơn vị này sẽ được sử dụng làm mặc định cho cân nặng để tính phí vận chuyển"},"Rp/Okl":{"string":"Đơn Vị Cân Nặng"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Hãy chọn các đất nước bạn muốn thêm vào vùng giao hàng từ danh sách dưới đây"},"f2F1NJ":{"context":"section title","string":"Tuỳ Chọn Nhanh"},"K/ic0P":{"context":"checkbox label","string":"Phần còn lại của thế giới"},"G+9nOZ":{"context":"checkbox description","string":"Nếu được chọn sẽ thêm tất cả các quốc gia chưa được chọn vào các vùng vận chuyển khác"},"pGDYG5":{"context":"search label","string":"Tìm Các Quốc Giá"},"1rpzrM":{"context":"search placeholder","string":"Tìm bằng tên quốc gia"},"55LMJv":{"context":"country list header","string":"Các Quốc Gia"},"6fxdUO":{"context":"section header","string":"Tạo Vùng Vận Chuyển Mới"},"y7mfbl":{"string":"Hiện tại chưa có quốc gia nào được gán vào vùng vận chuyển này"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Khu vực giao hàng"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"Thêm"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"Vận chuyển"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"Giá"},"WR8rir":{"context":"button","string":"Tạo cước"},"njUQPz":{"context":"shipping method price range","string":"Khoảng Giá"},"RUzdUH":{"string":"Không tìm thấy cước vận chuyển nào"},"FjrExY":{"context":"price based shipping methods, section header","string":"Giá Dựa Trên Cước"},"aYhcie":{"context":"shipping method weight range","string":"Phạm Vi Cân Nặng"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Cước Theo Cân"},"aPCrsp":{"context":"shipping method name","string":"Tên"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Cài đặt"},"uULcph":{"context":"header","string":"Vận chuyển"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Vận Chuyển Theo Vùng"},"mIUNgR":{"context":"button","string":"Tạo vùng vận chuyển"},"aMwxYb":{"string":"Các Quốc Gia"},"gRa/TS":{"context":"shipping zone","string":"Tên"},"IhK1F3":{"string":"Không tìm thấy vùng vận chuyển nào"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"Value is invalid"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Bạn có chắc chắn muốn xoá vùng giao hàng {shippingZoneName} không?"},"k3EI/U":{"context":"dialog header","string":"Xoá Vùng Vận Chuyển"},"cpZLRH":{"context":"dialog header","string":"Xoá Các Vùng Vận Chuyển"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Ngừng gán"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Hiển Thị"},"viFkCw":{"context":"site settings section name","string":"Thiết Lập Website"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Thông Tin Cửa Hàng"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"Thông Tin Công Ty"},"LVa5ew":{"string":"Hệ thống gặp lỗi lạ"},"AQFMYU":{"context":"staff section name","string":"Nhân Viên"},"23g7PY":{"context":"dialog header","string":"Mời Nhân Viên"},"hw9Fah":{"context":"button","string":"Gửi thư mời"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"Người dùng đã kích hoạt"},"YJ4TXc":{"context":"tab name","string":"Tất Cả Nhân Viên"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Tìm Nhân Viên"},"4JcNaA":{"context":"button","string":"Mời Nhân Viên"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Kích hoạt"},"Fc3O3r":{"context":"staff member's account","string":"Vô hiệu hoá"},"utaSh3":{"context":"staff member's account","string":"Tình Trạng"},"xJQX5t":{"string":"Không tìm thấy nhân viên nào"},"cMFlOp":{"context":"input label","string":"Mật Khẩu Mới"},"qEJT8e":{"string":"Mật khẩu mới phải có ít nhất 8 ký tự"},"+kb2lM":{"context":"dialog header","string":"Đổi mật khẩu"},"GXdwyR":{"context":"input label","string":"Mật Khẩu Trước"},"mm0CXe":{"string":"Bạn nên đổi mật khẩu hàng tháng để tránh gặp phải các vấn đề về bảo mật."},"N3Zot1":{"context":"button","string":"Đổi mật khẩu của bạn"},"ZhDQel":{"context":"header","string":"Mật khẩu"},"JJgJwi":{"string":"Lựa chọn này sẽ thay đổi ngôn ngữ của trang quản trị"},"e822us":{"string":"Xin hãy chú ý về việc ngày giờ và tiền tệ đã hoàn tất thay đổi nhưng việc dịch thuật ngôn ngữ chưa được hoàn thiện hoàn toàn "},"mr9jbO":{"string":"Ngôn Ngữ Ưu Tiên"},"CLeDae":{"context":"section header","string":"Thiết Lập Riêng"},"+2VzH4":{"context":"avatar change button","string":"Thay đổi"},"VTITVe":{"context":"section header","string":"Thông Tin Nhân Viên"},"11lR5V":{"context":"avatar delete button","string":"Xoá"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"xoá nhân viên"},"fzpXvv":{"string":"Bạn có chắc chắn muốn bỏ hình đại diện của {email}?"},"VKWPBf":{"context":"dialog header","string":"Xoá Hình Đại Diện của Nhân Viên"},"gxPjIQ":{"string":"Bạn có chắc chắn muốn xoá {email} khỏi danh sách nhân viên không?"},"QirE3M":{"string":"Ngày Bắt Đầu"},"tWbE34":{"string":"Giờ Bắt Đầu"},"tzMNF3":{"string":"Tình Trạng"},"RrCui3":{"string":"Tóm tắt"},"5elC9k":{"context":"taxes section name","string":"Thuế"},"lnQAos":{"context":"header","string":"Thuế"},"3BTtL2":{"string":"Không tìm thấy quốc gia nào"},"/JENWS":{"string":"Mức Thuế Ưu Đãi"},"07KB2d":{"string":"Mã Quốc Gia"},"0GJfWd":{"string":"Tên Quốc Gia"},"la9cZ4":{"string":"Thuế Suất"},"QHB48n":{"context":"header","string":"Thuế suất tại {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"Tất cả giá đều đã bao gồm thuế"},"98isC5":{"string":"Hiển thị giá gộp cho khách hàng ở trang chủ"},"FNKhkx":{"string":"Tính thuế trên phí ship"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Đã tải mức thuế thành công"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"Thuộc Tính"},"5fCMUI":{"context":"translations section name","string":"Phiên Dịch"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Bản Gốc"},"/vCXIP":{"string":"Phiên Dịch"},"vTN5DZ":{"context":"button","string":"Huỷ"},"T/5OyA":{"string":"Chưa có bản dịch"},"DRMMDs":{"string":"Tên Thuộc Tính"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Giá trị {number}"},"JE0TAx":{"context":"section name","string":"Các giá trị"},"US3IPU":{"string":"Mô Tả Hệ Thống Tìm Kiếm"},"XitW/z":{"string":"Phiên Dịch Danh Mục \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Tiêu Đề Hệ Thống Tìm Kiếm"},"Bphmwe":{"context":"header","string":"Phiên Dịch Bộ Sưu Tập \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"Các Ngôn Ngữ"},"FemBUF":{"context":"header","string":"Phiên dịch sang {language}"},"7NFfmz":{"string":"Sản phẩm"},"CxfKLC":{"string":"Các Trang"},"VKb1MS":{"string":"Danh Mục"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"Khuyến Mãi"},"etP0+D":{"string":"Voucher"},"ikRuLs":{"context":"translation progress","string":"{current} trong {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"Đã Hoàn Thành Dịch Thuật"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"Tên"},"ptPPVk":{"string":"Không tìm thấy ngôn ngữ nào"},"y1Z3or":{"string":"Ngôn Ngữ"},"oUWXLO":{"context":"header","string":"Phiên Dịch Trang \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Tiêu Đề Trang"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Phiên Dịch Sản Phẩm \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Phiên Dịch Khuyến Mãi \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Tên Khuyến Mãi"},"GpqEl5":{"context":"shipping method description","string":"Mô tả"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Phiên Dịch Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Tên Voucher"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Hoàn Tác"},"oB0y5Y":{"context":"order status","string":"Chưa Đáp Ứng"},"FBtqtl":{"context":"payment status","string":"Chưa Thanh Toán"},"Lx1ima":{"context":"button","string":"Tải lên hình ảnh"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"Tất cả thuộc tính cần phải có giá trị"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"Không thể hoàn tiền thanh toán thủ công"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Chỉ các khoản thanh toán được ủy quyền mới có thể bị vô hiệu"},"gKdGxP":{"context":"error message","string":"Chỉ phương thức trả trước mới có thể giữ"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"Phương thức giao hàng không hỗ trợ địa chỉ này"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"Unknown error"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"Biến thể này đã tồn tại"},"iUy2dx":{"context":"vouchers section name","string":"Voucher"},"ycMLN9":{"context":"warehouses section name","string":"Kho hàng"},"43Nlay":{"context":"warehouse","string":"Thông tin địa chỉ"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"Tên"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Cài đặt"},"6nSTuC":{"context":"webhooks section name","string":"Webhook"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Bạn có chắc chắn muốn xoá {name} không?"},"X90ElB":{"context":"dialog header","string":"Xoá Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Tạo Webhook"},"OPtrMg":{"context":"header","string":"Thông tin {webhookName}"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Các Sự Kiện"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"key bí mật được sử dụng để tạo chữ ký hash với mỗi payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"URL Đích"},"0MetrR":{"context":"webhook input help text","string":"URL này sẽ nhận các truy vấn POST của webhook"},"WDy0tF":{"context":"section header","string":"Thông Tin Webhook"},"D0KaT6":{"context":"webhook input label","string":"Tên Webhook"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook đã được kích hoạt"},"IBCBi1":{"context":"webhook active description","string":"Hãy bỏ chọn ô dưới nếu bạn muốn vô hiệu hoá webhook này"},"1+M/52":{"context":"section header","string":"Tình Trạng Webhook"},"wbjuR4":{"string":"Không tìm thấy webhooks nào"},"wlr0Si":{"context":"button","string":"Tạo Webhook"},"jqnwW9":{"context":"header","string":"Webhook"},"a/QJBx":{"context":"user action bar","string":"Tuỳ chọn"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"Tên"},"JVaz1C":{"context":"window title","string":"Tạo Webhook"},"a5msuh":{"string":"Có"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"Allocated"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"Số lượng"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Ngừng gán"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/zh-Hans.json b/locale/zh-Hans.json index 90ff24bad..4bf0c2fc0 100644 --- a/locale/zh-Hans.json +++ b/locale/zh-Hans.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "取消订单" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "Refunded amount" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "隐藏" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "Visible since {date}" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "可见的" - }, - "configurationMenuAttributes": { - "string": "确认创建产品类型的属性" - }, - "configurationMenuChannels": { - "string": "定义和管理你的销售渠道" - }, - "configurationMenuNavigation": { - "string": "定义如何为用户在你的商店中浏览做站点导航" - }, - "configurationMenuPageTypes": { - "string": "定义在你的商店中使用的内容页的类型" - }, - "configurationMenuPermissionGroups": { - "string": "管理您的权限及组权限" - }, - "configurationMenuProductTypes": { - "string": "定义您销售的产品类型" - }, - "configurationMenuShipping": { - "string": "管理您的交货方式" - }, - "configurationMenuSiteSettings": { - "string": "查看和更新您的网站设置" - }, - "configurationMenuStaff": { - "string": "管理您的员工及其权限" - }, - "configurationMenuTaxes": { - "string": "管理店铺如何收税" - }, - "configurationMenuWarehouses": { - "string": "管理和更新您的仓库信息" - }, - "configurationPluginsPages": { - "string": "查看和更新您的插件及其设置" - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "Products refunded" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "Fixed amount" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": " 活动" - }, - "homeActivityCardNoActivities": { - "string": "查无活动" - }, - "homeAnalyticsCardHeader": { - "string": "今天" - }, - "homeHeaderText": { - "context": "header", - "string": "您好, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "这是我们收集的有关您商店的一些信息" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,other {{amount} 下订单}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "热销产品" - }, - "homeProductsListCardNoProducts": { - "string": "没有产品" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "声明" - }, - "homeScreenDisclaimerText1": { - "string": "新的 dashboard 和GraphQL API是预览版本的软件。" - }, - "homeScreenDisclaimerText2": { - "string": "GraphQL API为beta质量。 尚未完全优化,可能会缺少某些突变或查询。" - }, - "homeScreenHeader": { - "context": "header", - "string": "您好, {userName}" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "between" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "equal to" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "新建菜单" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "菜单标题" - }, - "menuDetailsDeleteMenuContent": { - "string": "您确认要删除菜单 {menuName}?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "删除菜单" - }, - "menuDetailsPageHelperText": { - "string": "通过拖放来创建导航结构。 只需创建一个新菜单项,然后把它拖到指定的位置。 你可以在彼此之间移动项目以创建一个树状结构,并向上和向下拖动项目以创建一个层次结构。" - }, - "menuItemDialogAddItem": { - "context": "create new menu item, header", - "string": "添加物品" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "链接:{url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "编辑宝贝" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "链接" - }, - "menuItemDialogLinkPlaceholder": { - "string": "输入内容搜索" - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "名字" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "创建新的宝贝" - }, - "menuItemsHeader": { - "context": "header", - "string": "菜单条目" - }, - "menuItemsPlaceholder": { - "string": "添加新的菜单至开始菜单" - }, - "menuListCreatedMenu": { - "string": "已创建的菜单" - }, - "menuListDeleteMenuContent": { - "string": "您确认要删除菜单 {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "删除菜单" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,other {确认要删除{displayQuantity}菜单?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "删除菜单" - }, - "menuListDeletedMenu": { - "string": "已删除菜单" - }, - "menuListItems": { - "context": "number of menu items", - "string": "宝贝" - }, - "menuListMenutitle": { - "string": "菜单标题" - }, - "menuListNoMenus": { - "string": "没有菜单" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "新建菜单" - }, - "menuPropertiesMenuTitle": { - "string": "菜单标题" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "未发布" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "没有设置" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "没有设置" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "没有设置" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "不适用" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "创建页面类型" - }, - "pageTypeInputLabel": { - "string": "选择内容类型" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "分类" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "系列" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "描述" - }, - "productExportFieldName": { - "context": "product field", - "string": "名字" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "产品图片" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "导出产品重量" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "计税" - }, - "productExportFieldType": { - "context": "product field", - "string": "类型" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "变体图片" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "导出变体SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "导出变体重量" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "库存" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "新建产品类型" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "新建产品类型" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "税" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "价格" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "库存" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "存货" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "没有为你的商店设置仓库。你可以配置品种而不提供库存数量。" - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "货仓" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "没有为你的商店设置仓库。为了给品种添加库存数量,请配置一个仓库" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "没有为你的商店设置仓库。为了给单品添加库存数量,请配置一个仓库" - }, - "published channel": { - "context": "product label", - "string": "已发布" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "分类({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "系列 ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "产品 ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "您确认想要删除 {name}??" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "您确认想要删除 {name}??" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "货仓" - }, - "src_dot_accept": { - "context": "button", - "string": "接受" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "应用" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "应用" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "应用已激活" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "应用已注销" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "激活应用" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "确认激活{name}? 激活过程将开始收集事件." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "激活" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "注销" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "注销应用" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "确认注销该应用? 在重新激活应用前你的数据将被保留, 同时你仍需要为此应用付费." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "确认注销 {name} ? 在重新激活应用前你的数据将被保留, 同时你仍需要为此应用付费." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "删除应用 {name} 将会移除所有应用相关的数据和webhook. 确认执行?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "删除应用" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "确认删除此应用?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "删除 {name} 将会移除应用安装. 如果你付费订阅了该应用, 记得从 Saleor Marketplace 取消订阅. 确认删除该应用?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "注销" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "查看该应用的隐私政策" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "编辑设定" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "数据隐私政策" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "获取支持" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "打开应用" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "激活" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "应用权限" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "该应用有如下权限:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "关于此应用" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "删除应用" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "确认删除此应用?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "删除 {name} 只会移除应用. 如果你付费订阅了该应用, 记得从 Saleor Marketplace 取消订阅. 确认删除该应用?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "应用出现了问题" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor 无法获取安装的关键信息. 系统在信息缺失的情况下无法将应用安装到 Saleor. 请使用下面的按钮回到系统 dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "回到主页" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "了解关于数据隐私的更多信息" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "安装应用" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "安装此应用会授予它如下权限:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "移除应用将删除所有的储存于 {name} 的客户个人数据" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "即将安装 {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "应用权限" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "关于" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "支持/常见问题解答" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "进行中的安装过程" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "重试" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "安装出现问题" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "正在安装应用..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "对应用授予商店操作的所有操作权限" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "扩展或限制应用在 Saleor 系统中的特定部分的权限" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "创建新的应用" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "生成的令牌" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "此令牌将授予你操作商店的API的权限. 详情见这里: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "已复制" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "复制令牌" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_4189999598": { - "string": "已经为你建立了默认的令牌, 请确保为这个新的个人操作令牌做一个副本, 之后它将不再重现." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "对应用授予商店操作的所有权限" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "注销" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "扩展或限制应用在 Saleor 系统中的特定部分的权限" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "激活" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "应用信息" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "应用名称" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "密钥" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "没有发现令牌" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "令牌" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "创建令牌" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "令牌备注" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "动作" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "创建应用" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "已注销" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "关于" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "在 dashboard 中没有任何安装的应用" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "第三方应用" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor 应用市场" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "应用市场即将上线" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "浏览应用市场" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "在 Saleor 应用市场发现超好用的免费/付费应用" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "生成的 Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "操作令牌被用来认证服务账号" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3009959880": { - "string": "已经为你建立了默认的令牌, 请确保为这个新的个人操作令牌做一个副本, 之后它将不再重现." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "复制令牌 token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "创建令牌" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "令牌备注" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "创建" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "删除令牌" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "确认需要删除令牌 {token} ?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "无法获取应用设定" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "安装应用" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "无法安装 {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "应用已安装" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} 已经就绪" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "成功移除应用" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "创建应用" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "属性" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "此条属性已存在" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "此值已存在于此属性中" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,other {确认要删除{displayQuantity}属性?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "删除属性" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "删除属性" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "确认要删除{attributeName}属性?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "区域" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "默认标签" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "属性码" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "context": "attribute slug input field helper text", - "string": "该项目被内部使用. 确保不要使用空格字符" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "日期" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "下拉" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "文件" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "商店所有者的目录输入类型" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "多选" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "页" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "产品" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "必填值" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Weight" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "所有属性" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "建立属性" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "搜索属性" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "可以作为列使用" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Dashboard 中可过滤" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { - "context": "use attribute in filtering", - "string": "Storefront 中可过滤" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_isVariantOnly": { - "context": "attribute can be used only in variants", - "string": "仅变体可用" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_valueRequired": { - "context": "attribute value is required", - "string": "必填值" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_visibleInStorefront": { - "context": "attribute", - "string": "可见于Storefront的产品页面" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { - "string": "缺少属性" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2186555805": { - "context": "attribute can be searched in storefront", - "string": "在分面检索中使用" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2235596452": { - "context": "attribute can be searched in dashboard", - "string": "可检索" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { - "string": "属性码" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_643174786": { - "context": "attribute is visible", - "string": "可见的" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "默认标签" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "定义该属性在 Saleor 系统中的何处被使用" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "组织" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "属性 Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "内容属性" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "产品属性" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "新建新属性" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "添加到列选项" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "如果打开, 该属性将被当作产品表中的一个列来使用" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard 属性" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "用于过滤" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "如果打开, 将可以使用该属性对产品列表进行过滤" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "在分面导航中使用" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront 属性" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "在分面导航中的位置" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "公开" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "如果打开, 客户将获得操作权限" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "图片" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "确认删除 \"{name}\" 值?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "删除属性值" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "确认删除 \"{name\"} 值? 删除后将无法将它赋值给任何 “{attributeName}\" 的产品属性" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "编辑值" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "添加值" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "名字" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "店铺默认视图" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "管理员" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "没有值" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "属性值" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "赋值" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "成功建立属性" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "值已删除" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "属性已删除" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "增加了新值" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "成功删除属性" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "Sign in" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "密码" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "忘记密码?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "抱歉, 用户名/密码不正确, 请重试." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "新密码" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "设置新的密码" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "密码确认" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "密码不匹配" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "返回登录" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "Reset password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "成功了! 几分钟后一条重置密码操作方法的消息将发送给你" - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "在我们的数据库中没有找到您提供的邮件地址" - }, - "src_dot_availability": { - "string": "可用性" - }, - "src_dot_back": { - "context": "button", - "string": "返回" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "取消" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "取消" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "分类" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "产品分类" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "背景图片(可选)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(可选)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "新建新分类" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "添加关键字使得这个分类更容易被搜索引擎找到" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "删除分类" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "确认删除 {categoryName} ?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "分类名" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "分类描述" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "建立分类" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "搜索分类" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "所有分类" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "分类名" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "没有分类" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "没有子类" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "子类" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "产品数量" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "没有产品" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "名字" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "添加产品" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "属于 {categoryName} 的产品" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "子类" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "添加关键字使得这个分类更容易被搜索引擎找到" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "产品" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "全部子类" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "创建子类" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "建立分类" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,other {确认删除 {displayQuantity} 产品?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "分类已新建" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,other {确认删除 {displayQuantity} 分类?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "删除分类" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "分类已删除" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "删除产品" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "注意该操作将所有产品移出该分类, 这些产品将在 storefront 中不可用" - }, - "src_dot_categories_dot_views_dot_3488150607": { - "string": "注意该操作也会删除属于该类别的所有产品" - }, - "src_dot_categories_dot_views_dot_712767046": { - "context": "dialog title", - "string": "删除分类" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "确认删除 {categoryName} ?" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_1823337870": { - "string": "{counter,plural,other {确认删除 {displayQuantity} 分类?}}" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_3488150607": { - "string": "注意该操作也会删除属于该类别的所有产品" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_712767046": { - "context": "dialog title", - "string": "删除分类" - }, - "src_dot_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "渠道" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "可用性" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "删除渠道" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "删除渠道将会移除所有渠道相关产品的数据, 确认删除?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "所有该渠道的订单信息需要移动到另外的渠道, 请选择需要将这些渠道订单移动到:" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "没有可以移动订单信息的目标渠道, 请以相同货币创建一个渠道." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "选择渠道" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "渠道设置" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "已复制" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "拷贝" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "货币" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "渠道名称" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "选择一个渠道" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "渠道名称" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "不活跃" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "状态" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "注销" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "渠道状态" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "活跃" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "激活" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "渠道名称" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "没有渠道" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "动作" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "建立渠道" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "新渠道" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "建立渠道" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "渠道详情" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "渠道已删除" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "渠道已删除" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "选择文件" - }, - "src_dot_clear": { - "context": "button", - "string": "清空" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "系列" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "可见的" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "隐藏" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "添加关键字使得这个系列更容易被搜索引擎找到" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "添加系列" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "可见的" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "隐藏" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "添加关键字使得这个系列更容易被搜索引擎找到" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "名字" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "背景图片(可选)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(可选)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "所有系列" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "建立系列" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "隐藏" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "已发布" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "没有系列" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "产品数量" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "系列名" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "可用性" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "没有产品" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "类型" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "可用性" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "在 {name} 下的产品" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "分配产品" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "名字" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "删除套餐" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "系列中增加的产品" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "确认删除系列图片?" - }, - "src_dot_collections_dot_views_dot_3215481647": { - "string": "{counter,plural,other {确认移除产品 {displayQuantity} 分配?}}" - }, - "src_dot_collections_dot_views_dot_3482612628": { - "string": "系列中删除的产品" - }, - "src_dot_collections_dot_views_dot_3576236500": { - "string": "管理产品在渠道中的可用性" - }, - "src_dot_collections_dot_views_dot_3791354625": { - "context": "dialog title", - "string": "将产品从系列分配中移除" - }, - "src_dot_collections_dot_views_dot_523939418": { - "string": "确认删除 {collectionName} ?" - }, - "src_dot_collections_dot_views_dot_686910896": { - "context": "window title", - "string": "建立系列" - }, - "src_dot_collections_dot_views_dot_699514132": { - "context": "dialog title", - "string": "删除系列" - }, - "src_dot_collections_dot_views_dot_870815507": { - "context": "unassign product from collection, button", - "string": "取消分配" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "删除图片" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2491832187": { - "string": "{counter,plural,other {确认删除 {displayQuantity} 系列?}}" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_3817188998": { - "context": "dialog title", - "string": "删除系列" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "权限组" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "权限" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "可用权限" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "该组权限已高于你所拥有的权限, 你只能管理授权范围内的权限." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "此用户组是该权限的最基本管理单位" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "国家" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "电话" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "地址行1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "城市" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "邮编" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "地址行2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "公司" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "国家地区" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "无结果" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "搜索属性" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "按属性名称搜索" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "属性赋值" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "搜索分类" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "搜索系列" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "属性" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "值" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "值" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "可用性" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "已发布" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "状态" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "国家" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "电话" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "地址行1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "城市" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "邮编" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "地址行2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "公司" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "国家地区" - }, - "src_dot_components_dot_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_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "Play with GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "错误" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "dashboard" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Delete Search" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Custom Filter" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Save Search" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "过滤" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No results" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "过滤" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "过滤" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "保存变更" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "值" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "Metadata" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "动作" - }, - "src_dot_components_dot_MoneyRange_dot_12301532": { - "context": "money", - "string": "to {money}" - }, - "src_dot_components_dot_MoneyRange_dot_1316359951": { - "context": "money", - "string": "{fromMoney} - {toMoney}" - }, - "src_dot_components_dot_MoneyRange_dot_3729849657": { - "context": "money", - "string": "from {money}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "添加新的值:{value}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { - "string": "无结果" - }, - "src_dot_components_dot_MultiSelectField_dot_4205644805": { - "string": "无结果" - }, - "src_dot_components_dot_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "Order Number" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Type Command" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Search Customer" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Search in Customers" - }, - "src_dot_components_dot_Navigator_dot_2874620973": { - "context": "navigator placeholder", - "string": "Type {key} to see available actions" - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Navigate to" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Quick Actions" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Navigator is here to help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "分类" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "集合" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "已发布" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Not Published" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "新建分类" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "新建系列" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "新建客户" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "新建订单" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "新建产品" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "产品" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "噢!..." - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Something's missing" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "Sorry, the page was not found" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "回到 dashboard" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "无结果" - }, - "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_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "添加新的值:{value}" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { - "string": "None" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_4205644805": { - "string": "无结果" - }, - "src_dot_components_dot_SingleSelectField_dot_4205644805": { - "string": "无结果" - }, - "src_dot_components_dot_TableHead_dot_868570480": { - "string": "Selected {number} items" - }, - "src_dot_components_dot_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "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_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "登出" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "账户设置" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "Enable Dark Mode" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "可见性" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "配置" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "发运设置" - }, - "src_dot_configuration_dot_1742602794": { - "string": "Attributes and Product Types" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "Content Management" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_configuration_dot_887806978": { - "string": "Multichannel" - }, - "src_dot_confirm": { - "context": "button", - "string": "确认" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "Product Export Failed" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "Refresh" - }, - "src_dot_continue": { - "context": "button", - "string": "继续" - }, - "src_dot_create": { - "context": "button", - "string": "创建" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "客户" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "编辑地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "添加地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "添加地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "默认地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "默认账单地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "默认配送地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "删除地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "编辑地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "设为默认账单地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "设为默认配送地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "地址信息" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "配送地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "This customer has no addresses yet" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "账单地址" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "首要地址" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "这个客户的主要地址" - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Customer Overview" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "备注" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "备注" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Enter any extra infotmation regarding this customer." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "新建客户" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { - "context": "check to mark this account as active", - "string": "User account active" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { - "context": "section subheader", - "string": "从 {date} 起的活跃用户" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { - "context": "note about customer", - "string": "备注" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_2312694610": { - "context": "customer contact section, header", - "string": "联系人信息" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Search Customer" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "Create customer" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "所有客户" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Join Date" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { - "string": "Number of Orders" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "No. of Orders" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "No customers found" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Customer Email" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Customer Name" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { - "context": "order status", - "string": "状态" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "最近订单" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "No. of Order" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "View all orders" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "日期" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "总数" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { - "string": "No orders found" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Last login" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "Last order" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Customer History" - }, - "src_dot_customers_dot_views_dot_1927691511": { - "context": "delete customer, dialog content", - "string": "Are you sure you want to delete {email}?" - }, - "src_dot_customers_dot_views_dot_1998583641": { - "context": "dialog header", - "string": "Delete Customer" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "删除地址" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Create customer" - }, - "src_dot_customers_dot_views_dot_3689332763": { - "string": "你确定要把这个地址从地址薄中删除吗?" - }, - "src_dot_customers_dot_views_dot_3901579344": { - "string": "Customer Removed" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Customer created" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_1932444813": { - "string": "{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_2136923553": { - "context": "dialog header", - "string": "Delete Customers" - }, - "src_dot_dashboard": { - "string": "dashboard" - }, - "src_dot_date": { - "string": "日期" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "温馨提示: demo模式下你可以在dashboard里使用各种功能, 但是无法保存更改." - }, - "src_dot_description": { - "string": "描述" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "折扣" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "没有分类" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "分类名" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "产品" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "没有系列" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "系列名" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "产品" - }, - "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": "从以下列表中选择你想让优惠券限制在的国家" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "查无产品" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "可用性" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "没有变种" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "名字" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Search Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "All Sales" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "激活" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "已过期" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { - "context": "discount type", - "string": "Fixed amount" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "Scheduled" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "状态" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "值" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { - "context": "sale end date", - "string": "Ends" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { - "string": "No sales found" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Starts" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "名字" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "值" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "名字" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Fixed Amount" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "值" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "没有指定折扣的渠道将使用他们的父渠道来定义价格。价格将被转换为渠道的货币。" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "没有渠道" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "渠道名称" - }, - "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { - "context": "page header", - "string": "Create Voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Set end date" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { - "context": "time during voucher is active, header", - "string": "Active Dates" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "Voucher applies to all countries" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Voucher is limited to these countries" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "国家" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "分类({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "系列 ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "产品 ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Discount Code" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Generate Code" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "所有代币券" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { - "string": "Search Voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { - "context": "button", - "string": "Create voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { - "context": "voucher status", - "string": "激活" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "已过期" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { - "context": "discount type", - "string": "Fixed amount" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "Scheduled" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { - "context": "voucher status", - "string": "状态" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { - "context": "voucher", - "string": "Times used" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "值" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "Min. Spent" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "Ends" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "Starts" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "码值" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "No vouchers found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "值" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "没有指定价格的渠道将使用他们的父渠道来定义价格。价格将被转换为渠道的货币。" - }, - "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_4097816011": { - "string": "没有渠道" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "渠道名称" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Minimal order value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "值" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Min. Order Value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "应用到" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_3751756157": { - "context": "voucher value requirement", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_78726751": { - "context": "voucher code", - "string": "码值" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3216816841": { - "context": "header", - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3289659291": { - "context": "voucher discount type", - "string": "Free Shipping" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3688224049": { - "context": "voucher discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { - "context": "voucher discount type", - "string": "Fixed Amount" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1134347598": { - "context": "column title", - "string": "价格" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "值" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Only once per order" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1615342575": { - "string": "没有指定价格的渠道将使用他们的父渠道来定义价格。价格将被转换为渠道的货币。" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "没有渠道" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "渠道名称" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Entire order" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "特定商品" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Shipment" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_2983742638": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this voucher?} other {Are you sure you want to delete {displayQuantity} vouchers?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_367317371": { - "context": "dialog header", - "string": "Delete Vouchers" - }, - "src_dot_done": { - "context": "button", - "string": "Done" - }, - "src_dot_draft": { - "context": "order status", - "string": "草稿" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "拟稿单" - }, - "src_dot_drafts": { - "string": "草稿" - }, - "src_dot_edit": { - "context": "button", - "string": "编辑" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "错误" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "已下发" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "客户" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "备注" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "Exporting CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Change" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "详情" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "已过期" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "详情" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "金额" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "货币" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "产品" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "状态" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "Delete" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "注销" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "激活" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "产品" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "Settings" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "首页" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "Order #{orderId} was placed from draft by {userEmail}" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "没有准备好下发的订单" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "没有未付款的订单" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "No" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "可选" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "订单" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "取消订单" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "取消此订单将释放未下发的单品,因此它们可以被其他客户购买。取消订单时,订单将不会被退款 - 您需要人工操作。你确定要取消这个订单吗?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "仍然有已下发的商品为这个订单创建。在取消订单之前,请先取消这些已下发的商品。" - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "Sales channel" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "账单地址" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "Add new address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "无结果" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "配送地址" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "No notes from customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "备注" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "联系人信息" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Search Customers" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "View Profile" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "配送地址" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "客户" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "和配送地址相同" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "不知名用户" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "账单地址" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "取消订单" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "添加" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "折扣额度" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "Fixed Amount" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "无效值" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "Percentage" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "Delete Daft Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "Are you sure you want to delete draft #{orderNumber}?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "价格" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "产品" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "数量" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "没有产品添加到订单" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { - "context": "total price of ordered products", - "string": "总数" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "添加快递公司" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "折扣" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "小计" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "总数" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Order Details" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "添加多个产品" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Create order" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "草稿箱" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Search Draft" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "客户" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "查无拟稿单" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "No. of Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "客户" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "日期" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "总数" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "取消订单" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "订单" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "产品名称" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "下发数量" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "库存单位" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "下发" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "添加追踪" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edit tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "退款" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "你确定你要取消下发吗?取消下发将商品退回在一个选定的仓库。" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "取消下发" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "追踪编号" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Add Tracking Code" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "订单地址已更新" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1521936480": { - "context": "order history message", - "string": "Fulfilled {quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1527620381": { - "context": "order history message", - "string": "Fulfillment was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_184692906": { - "context": "order history message", - "string": "Order was placed" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1867847329": { - "context": "order history message", - "string": "Links to the order's digital goods were sent" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1964864749": { - "context": "order history message", - "string": "Order was created from draft" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2020753264": { - "context": "order history message", - "string": "Payment confirmation was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2027649178": { - "context": "order history message", - "string": "Restocked {quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2304318421": { - "context": "order history message", - "string": "备注被添加到订单" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "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_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "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_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "创建时间" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "发票" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Create order" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { - "string": "Search Orders..." - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { - "context": "tab name", - "string": "全部订单" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "客户" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "下发状态" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "支付" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "No. of Order" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "客户" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "日期" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "总数" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "No orders found" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "请使用下面的输入框提供一个交易参考:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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_75546233": { - "context": "amount of refunded money", - "string": "金额" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Are you sure you want to void this payment?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Void Payment" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "抓取" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "Captured amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "折扣" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Mark as paid" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "支付状态" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "预授权金额" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "退款" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "Refunded amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "配送" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "不适用" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "不适用" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "小计" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "税" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "总数" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "退款" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "折扣券" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "价格" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "产品" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "数量" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "库存单位" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "总数" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "价格" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "查无产品" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "产品" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "总数" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "Order no. {orderNumber} - Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "订单" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "Refunded Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "Automatic Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "Manual Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "Refund shipment costs" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "Amount cannot be bigger than max refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "Authorized Amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "金额" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "Max Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "Previously refunded" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "退款" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "价格" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "Unfulfilled Products" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "查无产品" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "产品" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "Unfulfilled products will be restocked" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "总数" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "Miscellaneous Refund" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "Refund Products" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "价格" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "产品" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "未下发" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "Order settings" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "编辑交运方式" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "下发" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "备注成功添加" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "Refunded Items" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "缺少属性" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,other {你想删除的页面类型被一些页面所使用。删除这些页面类型也将删除这些页面。你确定你要删除{displayQuantity} 页面类型吗?这样做之后,你将无法恢复更改。}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "创建页面类型" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "Metadata" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "取消分配" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "Successfully created page type" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "页" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "新建页面" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1996767833": { - "string": "添加标题和描述使得这个页面更容易被搜索引擎找到" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { - "context": "page", - "string": "will be visible from {date}" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "可见的" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "隐藏" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "内容" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "标题" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "标题" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "可见性" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "No pages found" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3478065224": { - "context": "page internal name", - "string": "Slug" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3640454975": { - "context": "page status", - "string": "已发布" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Not Published" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "新建页面" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "发布" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "取消发布" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "部分下发" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Partially refunded" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "支付状态" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "激活" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "不活跃" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "您确认想要删除 {name}??" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "动作" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "不活跃" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": " 电子邮箱" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "激活" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "动作" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "名字" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "建立分类" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "取消分配" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Authorization" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Plugin Name" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { - "context": "plugin status", - "string": "状态" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { - "context": "section header", - "string": "Plugin Information and Status" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "string": "Set plugin as active" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_3032939398": { - "context": "header", - "string": "添加值至授权区域" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_4269236107": { - "context": "header", - "string": "Edit Authorization Field" - }, - "src_dot_plugins_dot_components_dot_PluginSettings_dot_1970881031": { - "context": "section header", - "string": "Plugin Settings" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3233248823": { - "string": "Search Plugins..." - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3523826683": { - "context": "tab name", - "string": "所有插件" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { - "context": "plugin filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "激活" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "配置" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "已注销" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "名字" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { - "string": "缺少属性" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "string": "Product Type Name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { - "context": "tab name", - "string": "全部产品类型" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3420445375": { - "string": "Search Product Type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3479705616": { - "context": "button", - "string": "create product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_configurable": { - "context": "product type", - "string": "可配置" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_digital": { - "context": "product", - "string": "Digital" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_shippable": { - "context": "product", - "string": "Shippable" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_type": { - "context": "product type is digital or physical", - "string": "类型" - }, - "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": "税" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { - "context": "product type is either simple or configurable", - "string": "类型" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2253986440": { - "context": "product type name", - "string": "Type Name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2754779425": { - "context": "product type", - "string": "可配置" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_881286562": { - "context": "product type", - "string": "Digital" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_966610541": { - "context": "product type", - "string": "Physical" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_1325966144": { - "context": "product type shipping settings, section header", - "string": "配送" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2143413921": { - "context": "switch button", - "string": "Is this product shippable?" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2927891783": { - "string": "Used to calculate rates for shipping for products of this product type, when specific weight is not given" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_746695941": { - "string": "Weight" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "缺少属性" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "取消分配" - }, - "src_dot_products": { - "context": "products section name", - "string": "产品" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "分类" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "系列" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "组织" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "未发布" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { - "string": "添加标题和描述使得这个产品更容易被搜索引擎找到" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "已发布" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "Product Rating" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "名字" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "Selected products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "All products ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "Export as:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "Export Settings" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "Select All" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "Export Product Stock Quantity to CSV" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "按属性名称搜索" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "export products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "Export Information" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "新建产品" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "Export Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "全部产品" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "可用" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "隐藏" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Out Of Stock" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "价格" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Stock quantity" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "可见性" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "可见的" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "没有产品" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "可配置" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "名字" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "可用性" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "价格" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "类型" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "可选" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "Upload" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "分类" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "系列" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "string": "可配置" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "*可选.添加产品至系列帮助用户找到它" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Product Type" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "配送" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Weight" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "数量" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "渠道" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Charge taxes on this product" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "未发布" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { - "string": "添加标题和描述使得这个产品更容易被搜索引擎找到" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "已发布" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "Create Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "价格" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "选择属性" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "摘要" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "创建" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "根据您的选择,我们将创建 {numberOfProducts} 个商品。使用此步骤为您的新商品定制价格和库存。" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "库存单位" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "品种" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "值" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Delete variant" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_2297471173": { - "context": "delete product variant", - "string": "您确认想要删除 {name}??" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "品种" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "添加产品品种" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "New Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "隐藏" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "可用性" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "价格" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "没有指定价格的渠道将使用他们的父渠道来定义价格。价格将被转换为渠道的货币。" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "渠道名称" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "没有渠道" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "成本价格" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "价格" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "品种" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "库存" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "库存单位" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "品种" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "新建产品" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "Exporting CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "我们目前正在导出您要求的CSV。一旦它可用,它将被发送到您的电子邮件地址。" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "您确认想要删除 {name}??" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Fully refunded" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "删除" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "促销" - }, - "src_dot_save": { - "context": "button", - "string": "保存" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "Select All" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "Send" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "没有指定价格的渠道将使用他们的父渠道来定义价格。价格将被转换为渠道的货币。" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "渠道名称" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Pricing" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "价格" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "没有指定价格的渠道将使用他们的父渠道来定义价格。价格将被转换为渠道的货币。" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "渠道名称" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "动作" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "国家" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "新建新的配送区域" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "国家" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Shipping zone name" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "添加" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "配送" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "配送" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "价格" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Create rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Value Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "No shipping rates found" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Price Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Weight Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Weight Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "名字" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "选择仓库,你将从那里为这个发运区运送产品。这个仓库地址也将被用来计算税。" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "Settings" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "配送" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Shipping By Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Create shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "国家" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "名字" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "值是无效的" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "取消分配" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "公司信息" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "string": "这些是关于你的商店的一般信息。它们定义了你的商店的URL,以及在浏览器任务栏中显示的内容。" - }, - "src_dot_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "权限" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "context": "checkbox label", - "string": "活动的用户" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "全部员工" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "激活" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "已注销" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "状态" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { - "context": "staff member status", - "string": "不活跃" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": " 电子邮箱" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "激活" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "No staff members found" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "名字" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "新密码" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "New password must be at least 8 characters long" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "修改密码" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Previous Password" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "你应该每个月改变你的密码,以避免安全问题。" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "修改密码" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "密码" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "选中此项将改变 dashboard 的语言" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "请注意,虽然所有的货币和日期调整都已完成,但语言翻译却处于不同的完成程度。" - }, - "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_1473195966": { - "context": "avatar change button", - "string": "Change" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "Delete" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "delete Staff User" - }, - "src_dot_staff_dot_views_dot_3945766678": { - "string": "Are you sure you want to remove {email} avatar?" - }, - "src_dot_staff_dot_views_dot_701332676": { - "context": "dialog header", - "string": "Delete Staff User Avatar" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "Are you sure you want to delete {email} from staff members?" - }, - "src_dot_startDate": { - "string": "Start Date" - }, - "src_dot_startHour": { - "string": "Start Hour" - }, - "src_dot_status": { - "string": "状态" - }, - "src_dot_summary": { - "string": "摘要" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "税" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "税" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "No countries found" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Reduced Tax Rates" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "国家代码" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "国家名字" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "分类" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "所有商品的价格已包含税" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Show gross prices to customers in the storefront" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Charge taxes on shipping rates" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_3375540052": { - "context": "button", - "string": "Fetch taxes" - }, - "src_dot_taxes_dot_views_dot_2411670026": { - "string": "Successfully fetched tax rates" - }, - "src_dot_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "属性" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "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_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "值" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "分类名" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Translation Category \"{categoryName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { - "string": "系列名" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3055443821": { - "context": "header", - "string": "Translation Collection \"{collectionName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1163855804": { - "string": "语言" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { - "string": "系列" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "产品" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "页" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "产品分类" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "Shipping methods" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "属性" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "促销" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "优惠券" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} of {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "No translatable entities found" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "完整翻译" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "名字" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "语言" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "No languages found" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "语言" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "内容" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Translation Page \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Translation Product \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "描述" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "描述" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "名字" - }, - "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_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "Unconfirmed" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "未下发" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "这个属性已经被分配给这个产品类型了" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "所有属性不能为空" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "账单地址未设定" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "人工付款不能退款" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "只有预先授权的付款才能作废" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "只有预授权的付款可以被抓取" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "无效值" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "无效的清单格式" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "无效密码" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "权限是无效的" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "状态是无效的" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "网址的格式无效" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "只有拟稿单可以修订" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "权限超出了你的范围" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "Product price cannot be lower than 0." - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "交货方式对所选运送地址无效" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "未知错误" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "这个品种已经存在" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "优惠券" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "货仓" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "地址信息" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "地址信息" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "动作" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "名字" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "Settings" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "网络钩子" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "你确定要删除这个网络钩子吗?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "您确认想要删除 {name}??" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "如果你想禁用这个 webhook,请取消勾选下面的方框。" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "动作" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "名字" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Yes" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "已分配" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "数量" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "取消分配" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "取消分配" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "取消分配" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"取消订单"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"Refunded amount"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"隐藏"},"DIrxt7":{"context":"channel publication date","string":"Visible since {date}"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"可见的"},"19/lwV":{"string":"确认创建产品类型的属性"},"8vJCJ4":{"string":"定义和管理你的销售渠道"},"hpMcW8":{"string":"定义如何为用户在你的商店中浏览做站点导航"},"JPH/uP":{"string":"定义在你的商店中使用的内容页的类型"},"ivJ1qt":{"string":"管理您的权限及组权限"},"n0RwMK":{"string":"定义您销售的产品类型"},"zxs6G3":{"string":"管理您的交货方式"},"5BajZK":{"string":"查看和更新您的网站设置"},"RQUkVW":{"string":"管理您的员工及其权限"},"EIULpW":{"string":"管理店铺如何收税"},"5RmuD+":{"string":"管理和更新您的仓库信息"},"m19JfL":{"string":"查看和更新您的插件及其设置"},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"Products refunded"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"状态是无效的"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"Fixed amount"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":" 活动"},"wWTUrM":{"string":"查无活动"},"zWgbGg":{"string":"今天"},"By5ZBp":{"context":"header","string":"您好, {userName}"},"aCX8rl":{"context":"subheader","string":"这是我们收集的有关您商店的一些信息"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,other {{amount} 下订单}}"},"rr8fyf":{"context":"header","string":"热销产品"},"Q1Uzbb":{"string":"没有产品"},"6L6Fy2":{"context":"header","string":"声明"},"5LRkEs":{"string":"新的 dashboard 和GraphQL API是预览版本的软件。"},"G7mu0y":{"string":"GraphQL API为beta质量。 尚未完全优化,可能会缺少某些突变或查询。"},"QBxN6z":{"context":"is filter range or value","string":"between"},"I+UwqI":{"context":"is filter range or value","string":"equal to"},"0OtaXa":{"context":"dialog header","string":"新建菜单"},"jhh/D6":{"string":"菜单标题"},"G/SYtU":{"string":"您确认要删除菜单 {menuName}?"},"QzseV7":{"context":"dialog header","string":"删除菜单"},"E54eoT":{"string":"通过拖放来创建导航结构。 只需创建一个新菜单项,然后把它拖到指定的位置。 你可以在彼此之间移动项目以创建一个树状结构,并向上和向下拖动项目以创建一个层次结构。"},"H3Uirw":{"context":"create new menu item, header","string":"添加物品"},"fzDI3A":{"context":"add link to navigation","string":"链接:{url}"},"KKQUMK":{"context":"edit menu item, header","string":"编辑宝贝"},"Urh2N3":{"context":"label","string":"链接"},"28GZnc":{"string":"输入内容搜索"},"0Vyr8h":{"context":"menu item name","string":"名字"},"Uf3oHA":{"context":"add new menu item","string":"创建新的宝贝"},"dEUZg2":{"context":"header","string":"菜单条目"},"WwZfNK":{"string":"添加新的菜单至开始菜单"},"ugnggZ":{"string":"已创建的菜单"},"bj1U23":{"string":"您确认要删除菜单 {menuName}?"},"svK+kv":{"string":"{counter,plural,other {确认要删除{displayQuantity}菜单?}}"},"1LBYpE":{"context":"dialog header","string":"删除菜单"},"OwG/0z":{"string":"已删除菜单"},"0nL1D6":{"context":"number of menu items","string":"宝贝"},"DWs4ba":{"string":"没有菜单"},"JXRYQg":{"context":"button","string":"新建菜单"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"未发布"},"YI6Fhj":{"context":"no address is set in draft order","string":"没有设置"},"PX2zWy":{"context":"customer is not set in draft order","string":"没有设置"},"e7yOai":{"context":"shipping address is not set in draft order","string":"没有设置"},"5Jo3C5":{"context":"vat not included in order price","string":"不适用"},"BftZHy":{"context":"window title","string":"创建页面类型"},"W5SK5c":{"string":"选择内容类型"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"分类"},"jxoMLL":{"context":"product field","string":"系列"},"YVIajc":{"context":"product field","string":"描述"},"W8i2Ez":{"context":"product field","string":"名字"},"6y+k8V":{"context":"product field","string":"产品图片"},"7JAAul":{"context":"product field","string":"导出产品重量"},"QVNg8A":{"context":"product field","string":"计税"},"Q/Nbku":{"context":"product field","string":"类型"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"变体图片"},"5kvaFR":{"context":"product field","string":"导出变体SKU"},"XBwpUv":{"context":"product field","string":"导出变体重量"},"4qe6hO":{"context":"product stock, section header","string":"库存"},"SSWFo8":{"context":"window title","string":"新建产品类型"},"bq1eEx":{"context":"header","string":"新建产品类型"},"mUb8Gt":{"context":"section header","string":"税"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"价格"},"vuKrlW":{"string":"库存"},"ABgQcF":{"context":"variant stock, header","string":"存货"},"oIMMcO":{"context":"no warehouses info","string":"没有为你的商店设置仓库。你可以配置品种而不提供库存数量。"},"Gjo89T":{"context":"header","string":"货仓"},"D8nsBc":{"context":"no warehouses info","string":"没有为你的商店设置仓库。为了给品种添加库存数量,请配置一个仓库"},"RLBLPQ":{"context":"no warehouses info","string":"没有为你的商店设置仓库。为了给单品添加库存数量,请配置一个仓库"},"qJedl0":{"context":"product label","string":"已发布"},"ppLwx3":{"context":"number of categories","string":"分类({quantity})"},"QdGzUf":{"context":"number of collections","string":"系列 ({quantity})"},"bNw8PM":{"context":"number of products","string":"产品 ({quantity})"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"您确认想要删除 {name}??"},"LsgHmZ":{"context":"delete shipping zone","string":"您确认想要删除 {name}??"},"PV0SQd":{"context":"WarehousesSection select field label","string":"货仓"},"skPoVe":{"context":"button","string":"接受"},"Y7UlMR":{"context":"app extensions subsection","string":"应用"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"应用"},"D/+84n":{"context":"snackbar text","string":"应用已激活"},"USO8PB":{"context":"snackbar text","string":"应用已注销"},"YHNozE":{"context":"dialog header","string":"激活应用"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"确认激活{name}? 激活过程将开始收集事件."},"D3E2b5":{"context":"button label","string":"激活"},"W+AFZY":{"context":"button label","string":"注销"},"yMi8I8":{"context":"dialog header","string":"注销应用"},"73RU3R":{"context":"deactivate app","string":"确认注销该应用? 在重新激活应用前你的数据将被保留, 同时你仍需要为此应用付费."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"确认注销 {name} ? 在重新激活应用前你的数据将被保留, 同时你仍需要为此应用付费."},"LtqrM8":{"context":"delete custom app","string":"删除应用 {name} 将会移除所有应用相关的数据和webhook. 确认执行?"},"zQX6xO":{"context":"dialog header","string":"删除应用"},"6hLZNA":{"context":"delete app","string":"确认删除此应用?"},"EWD/wU":{"context":"delete app","string":"删除 {name} 只会移除应用. 如果你付费订阅了该应用, 记得从 Saleor Marketplace 取消订阅. 确认删除该应用?"},"whTEcF":{"context":"link","string":"注销"},"Go50v2":{"context":"app privacy policy link","string":"查看该应用的隐私政策"},"89PSdB":{"context":"link","string":"编辑设定"},"a55zOn":{"context":"section header","string":"数据隐私政策"},"Gjb6eq":{"context":"link","string":"获取支持"},"HtfL5/":{"context":"button","string":"打开应用"},"P5twxk":{"context":"link","string":"激活"},"VsGcdP":{"context":"section header","string":"应用权限"},"7oQUMG":{"context":"apps about permissions","string":"该应用有如下权限:"},"jDIRQV":{"context":"section header","string":"关于此应用"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"应用出现了问题"},"4yRwN+":{"context":"content","string":"Saleor 无法获取安装的关键信息. 系统在信息缺失的情况下无法将应用安装到 Saleor. 请使用下面的按钮回到系统 dashboard."},"906uUr":{"context":"button","string":"回到主页"},"k5lHFp":{"context":"app data privacy link","string":"了解关于数据隐私的更多信息"},"PkCmGU":{"context":"install button","string":"安装应用"},"BL/Lbk":{"context":"install app permissions","string":"安装此应用会授予它如下权限:"},"Id7C0X":{"context":"section header","string":"即将安装 {name}"},"UCHtG6":{"context":"button","string":"关于"},"hdcGSJ":{"context":"button","string":"支持/常见问题解答"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"进行中的安装过程"},"+c/f61":{"context":"retry installation","string":"重试"},"JufWFT":{"context":"app installation error","string":"安装出现问题"},"1qRwgQ":{"context":"app installation","string":"正在安装应用..."},"D4nzdD":{"context":"checkbox label","string":"对应用授予商店操作的所有权限"},"flP8Hj":{"context":"card description","string":"扩展或限制应用在 Saleor 系统中的特定部分的权限"},"GjH9uy":{"context":"header","string":"创建新的应用"},"Kxiige":{"string":"生成的 Token"},"DGCzal":{"string":"此令牌将授予你操作商店的API的权限. 详情见这里: {url}"},"r86alc":{"context":"button","string":"已复制"},"HVFq//":{"context":"button","string":"复制令牌 token"},"ixjvkM":{"string":"已经为你建立了默认的令牌, 请确保为这个新的个人操作令牌做一个副本, 之后它将不再重现."},"imYxM9":{"context":"header","string":"应用信息"},"foNlhn":{"context":"custom app name","string":"应用名称"},"MAsLIT":{"context":"custom app token key","string":"密钥"},"bsP4f3":{"string":"没有发现令牌"},"0Mg8o5":{"context":"header","string":"令牌"},"RMB6fU":{"context":"button","string":"创建令牌"},"0DRBjg":{"string":"令牌备注"},"VHuzgq":{"context":"table actions","string":"动作"},"XB2Jj9":{"context":"create app button","string":"创建应用"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"已注销"},"TBaMo2":{"context":"about app","string":"关于"},"9tgY4G":{"context":"apps content","string":"在 dashboard 中没有任何安装的应用"},"ZeD2TK":{"context":"section header","string":"第三方应用"},"SwISVH":{"context":"section header","string":"Saleor 应用市场"},"NskBjH":{"context":"marketplace content","string":"应用市场即将上线"},"wxFwUW":{"context":"marketplace button","string":"浏览应用市场"},"LATpSE":{"context":"marketplace content","string":"在 Saleor 应用市场发现超好用的免费/付费应用"},"k0rGBI":{"string":"操作令牌被用来认证服务账号"},"t9a9GQ":{"string":"已经为你建立了默认的令牌, 请确保为这个新的个人操作令牌做一个副本, 之后它将不再重现."},"T5nU7u":{"context":"header","string":"创建令牌"},"isM94c":{"context":"create service token, button","string":"创建"},"quV5zH":{"context":"dialog title","string":"删除令牌"},"2VSP8C":{"context":"delete token","string":"确认需要删除令牌 {token} ?"},"ac+Y98":{"context":"app settings error","string":"无法获取应用设定"},"2cjt25":{"context":"window title","string":"安装应用"},"5t/4um":{"context":"message title","string":"无法安装 {name}"},"0fM/pV":{"context":"message title","string":"应用已安装"},"ZprV2g":{"context":"app has been installed","string":"{name} 已经就绪"},"uIPD1i":{"context":"app has been removed","string":"成功移除应用"},"agZQkB":{"context":"window title","string":"创建应用"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"属性"},"eWV760":{"string":"此条属性已存在"},"J/QqOI":{"string":"此值已存在于此属性中"},"lG/MDw":{"context":"dialog content","string":"{counter,plural,other {确认要删除{displayQuantity}属性?}}"},"rKf4LU":{"context":"dialog title","string":"删除属性"},"JI2Xwp":{"context":"dialog title","string":"删除属性"},"h1rPPg":{"context":"dialog content","string":"确认要删除{attributeName}属性?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"区域"},"xOEZjV":{"context":"attribute's label","string":"默认标签"},"P79U4b":{"context":"attribute's slug short code label","string":"属性码"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"该项目被内部使用. 确保不要使用空格字符"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"日期"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"下拉"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"文件"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"商店所有者的目录输入类型"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"多选"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"页"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"产品"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"必填值"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Weight"},"dKPMyh":{"context":"tab name","string":"所有属性"},"IGvQ8k":{"context":"button","string":"建立属性"},"1div9r":{"string":"搜索属性"},"PsRG+v":{"context":"use attribute in filtering","string":"Storefront 中可过滤"},"rvk9ls":{"context":"attribute can be used only in variants","string":"仅变体可用"},"HQR2y0":{"context":"attribute value is required","string":"必填值"},"cvbqJu":{"context":"attribute","string":"可见于Storefront的产品页面"},"ztQgD8":{"string":"缺少属性"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"可检索"},"oJkeS6":{"string":"属性码"},"k6WDZl":{"context":"attribute is visible","string":"可见的"},"HjUoHK":{"context":"attribute's label'","string":"默认标签"},"ErNH3D":{"string":"定义该属性在 Saleor 系统中的何处被使用"},"nwvQPg":{"context":"section header","string":"组织"},"v1pNHW":{"string":"属性 Class"},"zbJHl7":{"context":"attribute type","string":"内容属性"},"qkRuT0":{"context":"attribute type","string":"产品属性"},"8cUEPV":{"context":"page title","string":"新建新属性"},"jswILH":{"context":"add attribute as column in product list table","string":"添加到列选项"},"AzMSmb":{"context":"caption","string":"如果打开, 该属性将被当作产品表中的一个列来使用"},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard 属性"},"RH+aOF":{"context":"use attribute in filtering","string":"用于过滤"},"Q9wTrz":{"context":"caption","string":"如果打开, 将可以使用该属性对产品列表进行过滤"},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront 属性"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"在分面导航中的位置"},"x8V/xS":{"context":"attribute visibility in storefront","string":"公开"},"h2Hta6":{"context":"caption","string":"如果打开, 客户将获得操作权限"},"I2wCwj":{"context":"swatch attribute image label","string":"图片"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"确认删除 \"{name}\" 值?"},"WWV8aZ":{"context":"dialog title","string":"删除属性值"},"no3Ygn":{"string":"确认删除 \"{name\"} 值? 删除后将无法将它赋值给任何 “{attributeName}\" 的产品属性"},"XYhE8p":{"context":"edit attribute value","string":"编辑值"},"PqMbma":{"context":"add attribute value","string":"添加值"},"UhcALJ":{"context":"attribute name","string":"名字"},"H60H6L":{"context":"attribute values list: name column header","string":"店铺默认视图"},"3psvRS":{"context":"attribute values list: slug column header","string":"管理员"},"g5zIpS":{"context":"No attribute values found","string":"没有值"},"J3uE0t":{"context":"section header","string":"属性值"},"+iVKR1":{"context":"assign attribute value button","string":"赋值"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"成功建立属性"},"7H2D5m":{"context":"attribute value deleted","string":"值已删除"},"V/VAHG":{"string":"属性已删除"},"xVn5B0":{"context":"added new attribute value","string":"增加了新值"},"lw9WIk":{"context":"deleted multiple attributes","string":"成功删除属性"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"Sign in"},"5sg7KC":{"string":"密码"},"3tbL7x":{"context":"description","string":"忘记密码?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"抱歉, 用户名/密码不正确, 请重试."},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"新密码"},"S22jIs":{"context":"button","string":"设置新的密码"},"vfG+nh":{"string":"密码确认"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"密码不匹配"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"Reset password"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"返回登录"},"2ob30/":{"string":"成功了! 几分钟后一条重置密码操作方法的消息将发送给你"},"C0JLNW":{"string":"在我们的数据库中没有找到您提供的邮件地址"},"hOxIeP":{"string":"可用性"},"0OfZJA":{"context":"button","string":"返回"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"取消"},"dOQB9o":{"context":"payment status","string":"取消"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"分类"},"sK1FPw":{"context":"categories section name","string":"产品分类"},"DP6b8U":{"context":"section header","string":"背景图片(可选)"},"0iMYc+":{"context":"field is optional","string":"(可选)"},"cgsY/X":{"context":"page header","string":"新建新分类"},"wQdR8M":{"string":"添加关键字使得这个分类更容易被搜索引擎找到"},"xo5UIb":{"context":"dialog title","string":"删除分类"},"dJQxHt":{"context":"delete category","string":"确认删除 {categoryName} ?"},"vEYtiq":{"string":"分类名"},"8HRy+U":{"string":"分类描述"},"vof5TR":{"context":"button","string":"建立分类"},"JiXNEV":{"string":"搜索分类"},"vy7fjd":{"context":"tab name","string":"所有分类"},"dM86a2":{"string":"没有分类"},"rrbzZt":{"string":"没有子类"},"BHQrgz":{"context":"number of subcategories","string":"子类"},"k8ZJ5L":{"context":"number of products","string":"产品数量"},"VQLIXd":{"context":"product","string":"名字"},"x/pIZ9":{"context":"button","string":"添加产品"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"属于 {categoryName} 的产品"},"JDz5h8":{"context":"number of subcategories in category","string":"子类"},"V+fkAO":{"context":"number of products in category","string":"产品"},"NivJal":{"context":"section header","string":"全部子类"},"UycVMp":{"context":"button","string":"创建子类"},"Irflxf":{"context":"window title","string":"建立分类"},"7l5Bh9":{"string":"{counter,plural,other {确认删除 {displayQuantity} 产品?}}"},"xl7Fag":{"string":"分类已新建"},"Pp/7T7":{"string":"{counter,plural,other {确认删除 {displayQuantity} 分类?}}"},"HvJPcU":{"string":"分类已删除"},"KCjd1o":{"context":"dialog title","string":"删除产品"},"3DGvA/":{"string":"注意该操作将所有产品移出该分类, 这些产品将在 storefront 中不可用"},"e+L+q3":{"string":"注意该操作也会删除属于该类别的所有产品"},"sG0w22":{"context":"dialog title","string":"删除分类"},"xRkj2h":{"string":"确认删除 {categoryName} ?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"渠道"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"可用性"},"QZoU0r":{"context":"dialog header","string":"删除渠道"},"Mz0cx+":{"context":"delete channel","string":"删除渠道将会移除所有渠道相关产品的数据, 确认删除?"},"sidKce":{"context":"delete channel","string":"所有该渠道的订单信息需要移动到另外的渠道, 请选择需要将这些渠道订单移动到:"},"BXMSl4":{"context":"currency channel","string":"没有可以移动订单信息的目标渠道, 请以相同货币创建一个渠道."},"SZJhvK":{"context":"dialog header","string":"选择渠道"},"3y4r+z":{"context":"channel settings","string":"渠道设置"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"拷贝"},"9Sz0By":{"context":"channel currency","string":"货币"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"渠道名称"},"G/pgG3":{"context":"dialog header","string":"选择一个渠道"},"nKwgxY":{"context":"select label","string":"渠道名称"},"X8qjg3":{"context":"inactive","string":"不活跃"},"+tIkAe":{"context":"status","string":"状态"},"MHVglr":{"context":"deactivate","string":"注销"},"TSJRiZ":{"context":"channel status title","string":"渠道状态"},"QiN4hv":{"context":"active","string":"活跃"},"MQwT1W":{"context":"activate","string":"激活"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"渠道名称"},"/glQgs":{"string":"没有渠道"},"OGm8wO":{"context":"button","string":"建立渠道"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"新渠道"},"OrMr/k":{"context":"window title","string":"建立渠道"},"D9Rg+F":{"context":"window title","string":"渠道详情"},"AkyGP2":{"string":"渠道已删除"},"eWcvOc":{"context":"button","string":"选择文件"},"2FQsYj":{"context":"button","string":"清空"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"系列"},"9vQR6c":{"context":"collection label","string":"可见的"},"V8FhTt":{"context":"collection label","string":"隐藏"},"Rj8LxK":{"string":"添加关键字使得这个系列更容易被搜索引擎找到"},"Fxa6xp":{"context":"page header","string":"添加系列"},"/WXs6H":{"context":"collection name","string":"名字"},"G4g5Ii":{"context":"tab name","string":"所有系列"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"建立系列"},"9eC0MZ":{"context":"collection","string":"隐藏"},"lL3YJO":{"context":"collection","string":"已发布"},"Yw+9F7":{"string":"没有系列"},"mWQt3s":{"string":"产品数量"},"VZsE96":{"string":"系列名"},"UxdBmI":{"context":"collection availability","string":"可用性"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"类型"},"Oe62bR":{"context":"product availability","string":"可用性"},"/dnWE8":{"context":"products in collection","string":"在 {name} 下的产品"},"scHVdW":{"context":"button","string":"分配产品"},"6AMFki":{"context":"product name","string":"名字"},"Q8wHwJ":{"string":"删除套餐"},"56vUeQ":{"string":"系列中增加的产品"},"MxhVZv":{"string":"确认删除系列图片?"},"AulH/n":{"string":"{counter,plural,other {确认移除产品 {displayQuantity} 分配?}}"},"WW+Ruy":{"string":"系列中删除的产品"},"I1Mz7h":{"string":"管理产品在渠道中的可用性"},"5OtU+V":{"context":"dialog title","string":"将产品从系列分配中移除"},"pVFoOk":{"string":"确认删除 {collectionName} ?"},"ttMauu":{"context":"window title","string":"建立系列"},"+wpvnk":{"context":"dialog title","string":"删除系列"},"67V0c0":{"context":"unassign product from collection, button","string":"取消分配"},"fzk04H":{"context":"dialog title","string":"删除图片"},"yT5zvU":{"string":"{counter,plural,other {确认删除 {displayQuantity} 系列?}}"},"Ykw8k5":{"context":"dialog title","string":"删除系列"},"C7eDb9":{"string":"权限组"},"Fbr4Vp":{"context":"dialog header","string":"权限"},"6cS4Rd":{"context":"card section description","string":"可用权限"},"MVU6ol":{"context":"exceeded permissions description","string":"该组权限已高于你所拥有的权限, 你只能管理授权范围内的权限."},"VmMDLN":{"context":"permission list item description","string":"此用户组是该权限的最基本管理单位"},"vONi+O":{"string":"国家"},"O95R3Z":{"string":"电话"},"B52Em/":{"string":"地址行1"},"TE4fIS":{"string":"城市"},"oYGfnY":{"string":"邮编"},"oQY0a2":{"string":"地址行2"},"9YazHG":{"string":"公司"},"AuwpCm":{"string":"国家地区"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"无结果"},"fP9FXB":{"context":"input label","string":"搜索属性"},"auxEP1":{"context":"input placeholder","string":"按属性名称搜索"},"QM9P8G":{"context":"dialog header","string":"属性赋值"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"搜索分类"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"搜索系列"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"Search Products"},"SHm7ee":{"string":"Search by product name, attribute, product type etc..."},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"属性"},"j8PV7E":{"context":"attribute values","string":"值"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"值"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"可用性"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"已发布"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"状态"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"Delete Search"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"Play with GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"错误"},"9mGA/Q":{"context":"button linking to dashboard","string":"dashboard"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"Delete Search"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"过滤"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"过滤"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"and"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"保存变更"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"值"},"VcI+Zh":{"context":"header","string":"Metadata"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"动作"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"添加新的值:{value}"},"hX5PAb":{"string":"无结果"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"Order Number"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"Type {key} to see available actions"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"分类"},"phAZoj":{"string":"集合"},"M1uijW":{"context":"collection","string":"Not Published"},"CjSRT1":{"context":"button","string":"新建分类"},"VdDcxc":{"context":"button","string":"新建系列"},"QooeI/":{"context":"button","string":"新建客户"},"cfQf0w":{"context":"button","string":"新建订单"},"V1mqpZ":{"context":"button","string":"Create Permission Group"},"JFmOfi":{"context":"button","string":"新建产品"},"y9cvqE":{"context":"button","string":"Create Voucher"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"Search Customers"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"Search Orders"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"产品"},"yH56V+":{"string":"噢!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"回到 dashboard"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"No of Rows:"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"Search engine title"},"CXTIq8":{"string":"Search engine description"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"If empty, the preview shows what will be autogenerated."},"450Fty":{"string":"None"},"qu/hXD":{"string":"Selected {number} items"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"Send"},"3evXPj":{"string":"Leave your note here..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"登出"},"X8+Lpa":{"context":"button","string":"账户设置"},"2r4cTE":{"context":"button","string":"Enable Dark Mode"},"akXDST":{"context":"section header","string":"可见性"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"配置"},"YZl6cv":{"string":"Miscellaneous"},"gTr0qE":{"string":"发运设置"},"HP6m+q":{"string":"Attributes and Product Types"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"Content Management"},"jFrdB5":{"string":"Product Settings"},"MWSacl":{"string":"Multichannel"},"DJFPzq":{"context":"button","string":"确认"},"yHeZRQ":{"string":"Product Export Failed"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"Refresh"},"Rjs1CD":{"context":"button","string":"继续"},"H5NKfr":{"context":"button","string":"创建"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"客户"},"gQGUsN":{"context":"dialog title","string":"编辑地址"},"W0kQd+":{"context":"dialog title","string":"添加地址"},"rjy9/k":{"context":"button","string":"添加地址"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"默认地址"},"VyzsWZ":{"string":"默认账单地址"},"nLML8Y":{"string":"默认配送地址"},"puikeb":{"context":"button","string":"删除地址"},"w+8BfK":{"context":"button","string":"编辑地址"},"hLOEeb":{"context":"button","string":"设为默认账单地址"},"+7OsyM":{"context":"button","string":"设为默认配送地址"},"BfJGij":{"context":"header","string":"地址信息"},"Zd3Eew":{"context":"subsection header","string":"配送地址"},"bHdFph":{"context":"subsection header","string":"地址"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"账单地址"},"jGGnSZ":{"context":"page header","string":"首要地址"},"wNQzS/":{"string":"这个客户的主要地址"},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"备注"},"uUQ+Al":{"context":"note about customer","string":"备注"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"新建客户"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"从 {date} 起的活跃用户"},"SMakqb":{"context":"customer contact section, header","string":"联系人信息"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"所有客户"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"Number of Orders"},"E8VDeH":{"string":"No. of Orders"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"状态"},"1LiVhv":{"context":"section header","string":"最近订单"},"nTF6tG":{"context":"number of order","string":"No. of Order"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"日期"},"taX/V3":{"context":"order total amount","string":"总数"},"RlfqSV":{"string":"No orders found"},"FNAZoh":{"string":"Last login"},"HMD+ib":{"string":"Last order"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"删除地址"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"你确定要把这个地址从地址薄中删除吗?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"dashboard"},"P7PLVj":{"string":"日期"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"Delete"},"i0AcKY":{"context":"notification message after log in","string":"温馨提示: demo模式下你可以在dashboard里使用各种功能, 但是无法保存更改."},"Q8Qw5B":{"string":"描述"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"折扣"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"没有分类"},"fV6yX5":{"context":"table head","string":"分类名"},"QGjJcT":{"context":"number of products","string":"产品"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"没有系列"},"ht9yOD":{"context":"table head","string":"系列名"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"从以下列表中选择你想让优惠券限制在的国家"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"查无产品"},"6cMkfT":{"context":"table head","string":"Product Name"},"bPFp8B":{"context":"product type","string":"Product Type"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"没有变种"},"Q1HhPk":{"context":"table head","string":"Product Type"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"名字"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"激活"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"已过期"},"XDBeA+":{"context":"discount type","string":"Fixed amount"},"s17U7u":{"context":"discount type","string":"Percentage"},"BanAhF":{"context":"sale status","string":"Scheduled"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"状态"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"值"},"giF5UV":{"context":"sale end date","string":"Ends"},"51HE+Q":{"string":"No sales found"},"iBSq6l":{"context":"sale start date","string":"Starts"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"Fixed Amount"},"wHdMAX":{"context":"sale value, header","string":"值"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"没有指定折扣的渠道将使用他们的父渠道来定义价格。价格将被转换为渠道的货币。"},"Hj3T7P":{"context":"column title","string":"渠道名称"},"PsclSa":{"context":"page header","string":"Create Voucher"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"国家"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"所有代币券"},"IruP2T":{"string":"Search Voucher"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"激活"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"已过期"},"Jj0de8":{"context":"voucher status","string":"Scheduled"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"状态"},"h75GAF":{"context":"voucher","string":"Times used"},"JV+EiM":{"context":"voucher value","string":"值"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"Min. Spent"},"b6L9n7":{"context":"voucher is active until date","string":"Ends"},"yHwvLL":{"context":"voucher uses","string":"Uses"},"5u7b3V":{"context":"voucher is active from date","string":"Starts"},"JsPIOX":{"context":"voucher code","string":"码值"},"U2mOqA":{"string":"No vouchers found"},"GVinbz":{"context":"column title","string":"值"},"K+ROF8":{"string":"没有指定价格的渠道将使用他们的父渠道来定义价格。价格将被转换为渠道的货币。"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"应用到"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"Free Shipping"},"fEfCtO":{"context":"voucher discount type","string":"Percentage"},"vXFPD6":{"context":"voucher discount type","string":"Fixed Amount"},"1shOIS":{"context":"column title","string":"价格"},"/oaqFS":{"context":"section header","string":"值"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"特定商品"},"WasHjQ":{"context":"voucher discount","string":"Shipment"},"n7Fg8i":{"string":"Successfully created sale"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"Successfully created voucher"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"Delete Voucher"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"Delete Vouchers"},"eOrLzG":{"context":"button","string":"Done"},"toDL5R":{"context":"order status","string":"草稿"},"YMBn8d":{"context":"draft orders section name","string":"拟稿单"},"2atspc":{"string":"草稿"},"Ja7gHc":{"context":"button","string":"编辑"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"End Date"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"错误"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"First Name"},"pkjXPD":{"context":"order status","string":"已下发"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"客户"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"备注"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"Exporting CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Change"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"详情"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"已过期"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"详情"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"金额"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"货币"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"产品"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"状态"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"Delete"},"IzEVek":{"context":"bulk disable label","string":"注销"},"hz+9ES":{"context":"bulk activate label","string":"激活"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"产品"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"Settings"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"首页"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"没有准备好下发的订单"},"5dyOs0":{"string":"没有未付款的订单"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"Last Name"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigation"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"No"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"可选"},"Ta9j04":{"context":"orders section name","string":"订单"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"Sales channel"},"NJbzcP":{"context":"dialog header","string":"取消订单"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"取消此订单将释放未下发的单品,因此它们可以被其他客户购买。取消订单时,订单将不会被退款 - 您需要人工操作。你确定要取消这个订单吗?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"仍然有已下发的商品为这个订单创建。在取消订单之前,请先取消这些已下发的商品。"},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"账单地址"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"Add new address"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"无结果"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"配送地址"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"备注"},"4Jp83O":{"context":"subheader","string":"联系人信息"},"hkSkNx":{"string":"Search Customers"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"配送地址"},"Y7M1YQ":{"context":"section header","string":"客户"},"GLX9II":{"context":"billing address","string":"和配送地址相同"},"Qovenh":{"string":"不知名用户"},"c7/79+":{"string":"账单地址"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"Order #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"取消订单"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"添加"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"折扣额度"},"fo7nfa":{"context":"fixed amount","string":"Fixed Amount"},"IN5iJz":{"context":"value input helper text","string":"无效值"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"Percentage"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"价格"},"nEWp+k":{"context":"quantity of ordered products","string":"数量"},"UD7/q8":{"string":"没有产品添加到订单"},"lVwmf5":{"context":"total price of ordered products","string":"总数"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"添加快递公司"},"+8v1ny":{"context":"discount button","string":"折扣"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"小计"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"总数"},"18wvf7":{"context":"section header","string":"Order Details"},"C50ahv":{"context":"button","string":"添加多个产品"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"Create order"},"7a1S4K":{"context":"tab name","string":"草稿箱"},"NJEe12":{"string":"Search Draft"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"客户"},"KIh25E":{"string":"查无拟稿单"},"ps0WUQ":{"string":"No. of Order"},"hkENym":{"string":"客户"},"mCP0UD":{"context":"order draft creation date","string":"日期"},"1Uj0Wd":{"context":"order draft total price","string":"总数"},"PAqicb":{"context":"button","string":"取消订单"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"订单"},"kPIZ65":{"context":"page header","string":"Order #{orderNumber}"},"CJpx4E":{"context":"page header","string":"Order no. {orderNumber} - Add Fulfillment"},"N5UuEK":{"context":"header","string":"Items ready to ship"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"产品名称"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"下发数量"},"0VDwAP":{"context":"checkbox label","string":"Send shipment details to customer"},"fw+VAN":{"context":"product's sku","string":"库存单位"},"BLX9dz":{"context":"fulfill order, button","string":"下发"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"添加追踪"},"dTkmON":{"context":"edit tracking button","string":"Edit tracking"},"K//bUK":{"context":"refund button","string":"退款"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"Send shipment details to customer"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"你确定你要取消下发吗?取消下发将商品退回在一个选定的仓库。"},"aHc89n":{"context":"select warehouse to restock items","string":"Select Warehouse"},"bb4nSp":{"context":"dialog header","string":"取消下发"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"追踪编号"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"订单地址已更新"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"Fulfilled {quantity} items"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"Order was placed"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"Restocked {quantity} items"},"6WRFp2":{"context":"order history message","string":"备注被添加到订单"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Order was fully paid"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"Payment was captured"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"Order History"},"Fl3ORD":{"context":"order history message","string":"Oversold {quantity} items"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"Payment failed"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"创建时间"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"发票"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"Search Orders..."},"WRkCFt":{"context":"tab name","string":"全部订单"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"客户"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"下发状态"},"p+UDec":{"context":"payment status","string":"支付"},"5blVMu":{"context":"e-mail or full name","string":"客户"},"PHUcrU":{"context":"date when order was placed","string":"日期"},"k9hf7F":{"context":"total order price","string":"总数"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"请使用下面的输入框提供一个交易参考:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"Capture Payment"},"OhdPS1":{"context":"amount of refunded money","string":"金额"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"抓取"},"V+gwx7":{"context":"order payment","string":"Captured amount"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"折扣"},"pr513b":{"context":"ordered products","string":"{quantity} items"},"+5HkZN":{"context":"order, button","string":"Mark as paid"},"5te3Tp":{"context":"order payment","string":"Outstanding Balance"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"支付状态"},"uUsZ7m":{"context":"order payment","string":"预授权金额"},"HaQ8cg":{"context":"button","string":"退款"},"q+gCyP":{"context":"order payment","string":"Refunded amount"},"+CeEe3":{"context":"order shipping method name","string":"配送"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"不适用"},"Rsknyh":{"context":"order does not require shipping","string":"不适用"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"小计"},"r+dgiv":{"string":"税"},"zb4eBO":{"context":"order total price","string":"总数"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"折扣券"},"myyWNp":{"context":"dialog header","string":"Add Product"},"b810WJ":{"context":"product price","string":"价格"},"WE8IFE":{"context":"product name","string":"产品"},"tvpAXl":{"context":"ordered product quantity","string":"数量"},"8J81ri":{"context":"ordered product sku","string":"库存单位"},"qT6YYk":{"context":"order line total price","string":"总数"},"5aiFbL":{"context":"tabel column header","string":"价格"},"FNT4b+":{"context":"tabel column header","string":"产品"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"总数"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"Order no. {orderNumber} - Refund"},"rVIlBs":{"context":"page header with order number","string":"Order #{orderNumber}"},"0oo+BT":{"context":"section header","string":"Refunded Amount"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"Automatic Amount"},"FOehC/":{"context":"label","string":"Manual Amount"},"EP+jcU":{"context":"checkbox","string":"Refund shipment costs"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"Amount cannot be bigger than max refund"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"Authorized Amount"},"lrq8O6":{"context":"order refund amount, input label","string":"金额"},"I7HyJZ":{"context":"order refund amount","string":"Max Refund"},"Q55cTG":{"context":"order refund amount","string":"Previously refunded"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"退款"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"Unfulfilled Products"},"iUIn50":{"context":"section notice","string":"Unfulfilled products will be restocked"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"Miscellaneous Refund"},"CLB1k9":{"context":"refund type","string":"Refund Products"},"Y299ST":{"context":"table column header","string":"价格"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"产品"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"Fulfilled ({quantity})"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"未下发"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"Order settings"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"Settings"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"编辑交运方式"},"/Xwjww":{"context":"button","string":"下发"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"Payment successfully captured"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"Order successfully cancelled"},"KmPicj":{"string":"备注成功添加"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"Order successfully updated"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"Shipping method successfully updated"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"Order #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"Fulfilled Items"},"NzifUg":{"context":"window title","string":"Fulfill Order"},"XRf1Bi":{"context":"order refunded success message","string":"Refunded Items"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,other {你想删除的页面类型被一些页面所使用。删除这些页面类型也将删除这些页面。你确定你要删除{displayQuantity} 页面类型吗?这样做之后,你将无法恢复更改。}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"Metadata"},"caqRmN":{"context":"header","string":"创建页面类型"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"取消分配"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"Successfully created page type"},"H6NsC1":{"context":"pages section name","string":"页"},"gr53VQ":{"context":"page header","string":"新建页面"},"jZbT0O":{"string":"添加标题和描述使得这个页面更容易被搜索引擎找到"},"GZgjK7":{"context":"page","string":"will be visible from {date}"},"X26jCC":{"context":"page label","string":"可见的"},"/TK7QD":{"context":"page label","string":"隐藏"},"gMwpNC":{"context":"page content","string":"内容"},"gr+oXW":{"context":"page title","string":"标题"},"AHRDWt":{"context":"button","string":"Create page"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"标题"},"5GSYCR":{"context":"page status","string":"可见性"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"已发布"},"UN3qWD":{"context":"page status","string":"Not Published"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"新建页面"},"JMbFNo":{"string":"Successfully created new page"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"发布"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"取消发布"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"Delete Pages"},"2pw5dQ":{"context":"payment status","string":"Fully paid"},"PbqNhi":{"context":"order status","string":"部分下发"},"INNPVX":{"context":"payment status","string":"Partially paid"},"OGemtu":{"context":"payment status","string":"Partially refunded"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"支付状态"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"Permission Groups"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"激活"},"7WzUxn":{"context":"staff member status","string":"不活跃"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"您确认想要删除 {name}??"},"L6+p8a":{"context":"dialog title","string":"Delete permission group"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"Group name"},"5ftg/B":{"context":"button","string":"create permission group"},"szXISP":{"context":"permission group name","string":"Permission Group Name"},"+a+2ug":{"string":"Members"},"wL7VAE":{"string":"动作"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":" 电子邮箱"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"Group members"},"W32xfN":{"context":"staff member full name","string":"名字"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"取消分配"},"DovGIa":{"string":"Permission Group Deleted"},"WhvuCb":{"context":"plugins section name","string":"Plugins"},"6aBkJm":{"context":"section header","string":"Authorization"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"Plugin Name"},"bL/Wrc":{"context":"plugin status","string":"状态"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"添加值至授权区域"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"Plugin Settings"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"Search Plugins..."},"aOelhW":{"context":"tab name","string":"所有插件"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"激活"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"配置"},"ho75Lr":{"context":"status label deactivated","string":"已注销"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"名字"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"Product Types"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"全部产品类型"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"可配置"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"类型"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"税"},"jyTwDR":{"context":"product type is either simple or configurable","string":"类型"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"配送"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Weight"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"Successfully created product type"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"取消分配"},"K8xNLe":{"context":"products section name","string":"产品"},"ulh3kf":{"string":"系列"},"fyE8BN":{"context":"product organization, header","string":"组织"},"LKoIB1":{"string":"添加标题和描述使得这个产品更容易被搜索引擎找到"},"L7N+0y":{"context":"product rating","string":"Product Rating"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"Selected products ({number})"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"All products ({number})"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"Export as:"},"ki7Mr8":{"context":"product export to csv file, header","string":"Export Settings"},"lQRnYK":{"context":"selectt all options","string":"Select All"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"Export Product Stock Quantity to CSV"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"按属性名称搜索"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"export products"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"Export Information"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"Export Products"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"Search Products..."},"aFLtLk":{"context":"tab name","string":"全部产品"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"可用"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"隐藏"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"价格"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"可见性"},"6Y1nQd":{"context":"product is visible","string":"可见的"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"可用性"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"Upload"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"可配置"},"v+Pkm+":{"context":"field is optional","string":"*可选.添加产品至系列帮助用户找到它"},"anK7jD":{"string":"Product Type"},"3rIMq/":{"context":"product shipping","string":"配送"},"SUbxSK":{"context":"product weight","string":"Weight"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"Warehouse Name"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"数量"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"渠道"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Charge taxes on this product"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"Create Variants"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"Delete Variant"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"价格"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"选择属性"},"slKV5G":{"context":"variant creation step","string":"摘要"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"创建"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"根据您的选择,我们将创建 {numberOfProducts} 个商品。使用此步骤为您的新商品定制价格和库存。"},"k4brJy":{"string":"库存单位"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"品种"},"rbkmfG":{"context":"button","string":"Delete variant"},"WwNtFn":{"context":"delete product variant","string":"您确认想要删除 {name}??"},"GFJabu":{"context":"dialog header","string":"Delete Variant"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"品种"},"3C3Nj5":{"context":"button","string":"添加产品品种"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"隐藏"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"可用性"},"Xm9qOu":{"context":"product pricing, section header","string":"Pricing"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"没有指定价格的渠道将使用他们的父渠道来定义价格。价格将被转换为渠道的货币。"},"c8UT0c":{"context":"tabel column header","string":"渠道名称"},"2zCmiR":{"context":"tabel column header","string":"成本价格"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"价格"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"库存"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"品种"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"新建产品"},"NBP8uu":{"context":"page header","string":"New Product"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"Exporting CSV"},"F4WdSO":{"context":"dialog header","string":"Delete Products"},"dPYqy0":{"string":"我们目前正在导出您要求的CSV。一旦它可用,它将被发送到您的电子邮件地址。"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"您确认想要删除 {name}??"},"TWVx7O":{"context":"delete product dialog title","string":"Delete Product"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"Successfully created variants"},"z+wMgQ":{"context":"window title","string":"Create Variants"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor runs in read-only mode. Changes not saved."},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"Fully refunded"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"删除"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"促销"},"RaycYK":{"context":"button","string":"保存"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"Select All"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"Send"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"没有指定价格的渠道将使用他们的父渠道来定义价格。价格将被转换为渠道的货币。"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Pricing"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"Product Name"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"Warehouse Name"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"国家"},"6fxdUO":{"context":"section header","string":"新建新的配送区域"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Shipping zone name"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"添加"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"配送"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"价格"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"名字"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"Select Warehouse"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"选择仓库,你将从那里为这个发运区运送产品。这个仓库地址也将被用来计算税。"},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"Settings"},"uULcph":{"context":"header","string":"配送"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"国家"},"gRa/TS":{"context":"shipping zone","string":"名字"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"值是无效的"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"取消分配"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"Site Settings"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"Store Information"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"公司信息"},"LVa5ew":{"string":"Saleor ran into an unexpected problem"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"Send invite"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"活动的用户"},"YJ4TXc":{"context":"tab name","string":"全部员工"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"激活"},"Fc3O3r":{"context":"staff member's account","string":"已注销"},"utaSh3":{"context":"staff member's account","string":"状态"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"新密码"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"修改密码"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"你应该每个月改变你的密码,以避免安全问题。"},"N3Zot1":{"context":"button","string":"修改密码"},"ZhDQel":{"context":"header","string":"密码"},"JJgJwi":{"string":"选中此项将改变 dashboard 的语言"},"e822us":{"string":"请注意,虽然所有的货币和日期调整都已完成,但语言翻译却处于不同的完成程度。"},"mr9jbO":{"string":"Preferred Language"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Change"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"Delete"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"状态"},"RrCui3":{"string":"摘要"},"5elC9k":{"context":"taxes section name","string":"税"},"lnQAos":{"context":"header","string":"税"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"国家代码"},"0GJfWd":{"string":"国家名字"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"所有商品的价格已包含税"},"98isC5":{"string":"Show gross prices to customers in the storefront"},"FNKhkx":{"string":"Charge taxes on shipping rates"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"Successfully fetched tax rates"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"属性"},"5fCMUI":{"context":"translations section name","string":"Translations"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"Original String"},"/vCXIP":{"string":"Translation"},"vTN5DZ":{"context":"button","string":"Discard"},"T/5OyA":{"string":"No translation yet"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"值"},"US3IPU":{"string":"Search Engine Description"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"Search Engine Title"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"语言"},"FemBUF":{"context":"header","string":"Translations to {language}"},"7NFfmz":{"string":"产品"},"CxfKLC":{"string":"页"},"VKb1MS":{"string":"产品分类"},"RzsKm8":{"string":"Shipping methods"},"c8nvms":{"string":"促销"},"etP0+D":{"string":"优惠券"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"完整翻译"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"名字"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"语言"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"Page Title"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"描述"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"Voucher Name"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"Unconfirmed"},"vN3qdA":{"context":"button","string":"Undo"},"oB0y5Y":{"context":"order status","string":"未下发"},"FBtqtl":{"context":"payment status","string":"Unpaid"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"这个属性已经被分配给这个产品类型了"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"所有属性不能为空"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"账单地址未设定"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"Not enough items to fulfill"},"Xb6BJ9":{"context":"error message","string":"人工付款不能退款"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"只有预先授权的付款才能作废"},"gKdGxP":{"context":"error message","string":"只有预授权的付款可以被抓取"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API error"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"无效值"},"pC6/1z":{"string":"无效的清单格式"},"eu98dw":{"string":"无效密码"},"D2qihU":{"string":"权限是无效的"},"g/BrOt":{"string":"网址的格式无效"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"只有拟稿单可以修订"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"权限超出了你的范围"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"Product price cannot be lower than 0."},"VEE4gD":{"context":"error message","string":"交货方式对所选运送地址无效"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"未知错误"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"这个品种已经存在"},"iUy2dx":{"context":"vouchers section name","string":"优惠券"},"ycMLN9":{"context":"warehouses section name","string":"货仓"},"43Nlay":{"context":"warehouse","string":"地址信息"},"GhcypC":{"context":"header","string":"Create Warehouse"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"Delete Warehouse"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"Search Warehouse"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"Create Warehouse"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"名字"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"Settings"},"6nSTuC":{"context":"webhooks section name","string":"网络钩子"},"hS+ZjH":{"context":"delete webhook","string":"你确定要删除这个网络钩子吗?"},"o5KXAN":{"context":"delete webhook","string":"您确认想要删除 {name}??"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"如果你想禁用这个 webhook,请取消勾选下面的方框。"},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"动作"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"名字"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Yes"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"已分配"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"数量"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"取消分配"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/locale/zh-Hant.json b/locale/zh-Hant.json index 965a17720..4b5218a29 100644 --- a/locale/zh-Hant.json +++ b/locale/zh-Hant.json @@ -1,8558 +1 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "取消訂單" - }, - "PageTypeDeleteWarningDialog multiple assigned items description": { - "context": "PageTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages." - }, - "PageTypeDeleteWarningDialog multiple consent label": { - "context": "PageTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those pages types and assigned pages" - }, - "PageTypeDeleteWarningDialog single assigned items description": { - "context": "PageTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?" - }, - "PageTypeDeleteWarningDialog single consent label": { - "context": "PageTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this page type and assigned pages" - }, - "PageTypeDeleteWarningDialog single no assigned items description": { - "context": "PageTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages." - }, - "PageTypeDeleteWarningDialog with items multiple description": { - "context": "PageTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages" - }, - "Previous discount label id": { - "context": "Previous discount label", - "string": "Previous discount value" - }, - "ProductTypeDeleteWarningDialog multiple assigned items description": { - "context": "ProductTypeDeleteWarningDialog multiple assigned items description", - "string": "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products." - }, - "ProductTypeDeleteWarningDialog multiple consent label": { - "context": "ProductTypeDeleteWarningDialog multiple consent label", - "string": "Yes, I want to delete those products types and assigned products" - }, - "ProductTypeDeleteWarningDialog single assigned items description": { - "context": "ProductTypeDeleteWarningDialog single assigned items description", - "string": "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?" - }, - "ProductTypeDeleteWarningDialog single consent label": { - "context": "ProductTypeDeleteWarningDialog single consent label", - "string": "Yes, I want to delete this product type and assigned products" - }, - "ProductTypeDeleteWarningDialog single no assigned items description": { - "context": "ProductTypeDeleteWarningDialog single no assigned items description", - "string": "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products." - }, - "ProductTypeDeleteWarningDialog with items multiple description": { - "context": "ProductTypeDeleteWarningDialog with items multiple description", - "string": "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products" - }, - "amount title": { - "context": "amount title", - "string": "退款金額" - }, - "by preposition": { - "context": "by preposition", - "string": "by" - }, - "channel hidden": { - "context": "channel publication status", - "string": "隱藏" - }, - "channel publication date visible since": { - "context": "channel publication date", - "string": "自 {date} 可見" - }, - "channel publication date will become available": { - "context": "channel publication date", - "string": "Will become available on {date}" - }, - "channel visible": { - "context": "channel publication status", - "string": "可見" - }, - "configurationMenuAttributes": { - "string": "設定用於新增商品類型的屬性" - }, - "configurationMenuChannels": { - "string": "設定與管理銷售通路" - }, - "configurationMenuNavigation": { - "string": "設定使用者如何在您的商店導覽" - }, - "configurationMenuPageTypes": { - "string": "設定您商店內的內容頁面類型" - }, - "configurationMenuPermissionGroups": { - "string": "管理權限與權限組別" - }, - "configurationMenuProductTypes": { - "string": "設定商品類別" - }, - "configurationMenuShipping": { - "string": "管理訂單發運貨方式" - }, - "configurationMenuSiteSettings": { - "string": "查看及更新網站設定" - }, - "configurationMenuStaff": { - "string": "管理員工及權限設定" - }, - "configurationMenuTaxes": { - "string": "管理商店內各種税項" - }, - "configurationMenuWarehouses": { - "string": "管理及更新倉庫資訊" - }, - "configurationPluginsPages": { - "string": "查看及更新插件設定" - }, - "discount value id": { - "context": "discount value", - "string": "discount" - }, - "discount value label id": { - "context": "discount value label", - "string": "discount value" - }, - "event products list title refunded": { - "context": "refunded products list title", - "string": "商品已退款" - }, - "event products list title replaced": { - "context": "replaced products list title", - "string": "Products replaced" - }, - "event products list title returned": { - "context": "returned products list title", - "string": "Products returned" - }, - "event products title draft reissued": { - "context": "draft created from replace products list title", - "string": "Products replaced" - }, - "event title draft reissued": { - "context": "draft created from replace event title", - "string": "Draft was reissued from order " - }, - "event title marked as paid": { - "context": "order marked as paid event title", - "string": "Order was marked as paid by" - }, - "event title order discount auto updated": { - "context": "order discount was updated automatically event title", - "string": "Order discount was updated automatically updated" - }, - "event title order discount updated": { - "context": "order discount was updated event title", - "string": "Order discount was updated by" - }, - "event title order discounted": { - "context": "order was discounted event title", - "string": "Order was discounted by" - }, - "event title order line discount added": { - "context": "order line discount added title", - "string": "{productName} discount was added by " - }, - "event title order line discount updated": { - "context": "order line discount updated title", - "string": "{productName} discount was updated by " - }, - "event title refunded": { - "context": "refunded event title", - "string": "Products were refunded by " - }, - "event title replaced": { - "context": "replaced event title", - "string": "Products were replaced by " - }, - "event title returned": { - "context": "returned event title", - "string": "Products were returned by" - }, - "fixed amount subtitle id": { - "context": "Fixed amount subtitle", - "string": "固定金額" - }, - "globalConfigPluginMessages title": { - "context": "global config plugin status popup title", - "string": "Global Plugin" - }, - "homeActivityCardHeader": { - "context": "header", - "string": " 活動" - }, - "homeActivityCardNoActivities": { - "string": "查無活動" - }, - "homeAnalyticsCardHeader": { - "string": "今天" - }, - "homeHeaderText": { - "context": "header", - "string": " {userName} 您好" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "下面是您的商店的總覽" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,other {{amount} 張訂單}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "暢銷商品" - }, - "homeProductsListCardNoProducts": { - "string": "找不到商品" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "免責聲明" - }, - "homeScreenDisclaimerText1": { - "string": "新的後台和GraphQL API是預覽版本的軟件。" - }, - "homeScreenDisclaimerText2": { - "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." - }, - "homeScreenHeader": { - "context": "header", - "string": " {userName} 您好" - }, - "is filter range between value": { - "context": "is filter range or value", - "string": "之間" - }, - "is filter range equal to value": { - "context": "is filter range or value", - "string": "等於" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "建立選單" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "選單標題" - }, - "menuDetailsDeleteMenuContent": { - "string": "您確認要刪除選單 {menuName}?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "刪除選單" - }, - "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": "添加項目" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Link to: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "編輯項目" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "鏈結" - }, - "menuItemDialogLinkPlaceholder": { - "string": "輸入來開始搜尋⋯" - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "名稱" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "選單項目" - }, - "menuItemsPlaceholder": { - "string": "Add new menu item to begin creating menu" - }, - "menuListCreatedMenu": { - "string": "已建立選單" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "刪除選單" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "選單標題" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "建立選單" - }, - "menuPropertiesMenuTitle": { - "string": "選單標題" - }, - "new discount label id": { - "context": "new discount label", - "string": "New discount value" - }, - "not published channel": { - "context": "product label", - "string": "Not published" - }, - "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" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "不適用" - }, - "pageTypeCreateHeader": { - "context": "window title", - "string": "Create Page Type" - }, - "pageTypeInputLabel": { - "string": "Select content type" - }, - "pluginChannelConfigurationCellMessages per channel": { - "context": "PluginChannelConfigurationCell channel title", - "string": "Per channel" - }, - "product available for purchase": { - "context": "product availability", - "string": "Available for purchase" - }, - "productExportFieldCategory": { - "context": "product field", - "string": "Category" - }, - "productExportFieldCollections": { - "context": "product field", - "string": "系列" - }, - "productExportFieldDescription": { - "context": "product field", - "string": "描述" - }, - "productExportFieldName": { - "context": "product field", - "string": "名稱" - }, - "productExportFieldProductImages": { - "context": "product field", - "string": "商品圖片" - }, - "productExportFieldProductWeight": { - "context": "product field", - "string": "匯出產品重量" - }, - "productExportFieldTaxes": { - "context": "product field", - "string": "Charge Taxes" - }, - "productExportFieldType": { - "context": "product field", - "string": "Type" - }, - "productExportFieldVariantId": { - "context": "product field", - "string": "Export Variant ID" - }, - "productExportFieldVariantImages": { - "context": "product field", - "string": "Variant Images" - }, - "productExportFieldVariantSku": { - "context": "product field", - "string": "匯出變體 SKU" - }, - "productExportFieldVariantWeight": { - "context": "product field", - "string": "匯出變體重量" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "庫存" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "新增商品類別" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "新增商品類別" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "税項" - }, - "productTypeTaxesInputLabel": { - "string": "Tax group" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "input label", - "string": "價格" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "庫存" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "庫存" - }, - "productVariantCreatorWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "您的商店沒有設置倉庫。您仍可在不提供庫存數量的情況下設置變體。" - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "倉庫" - }, - "productVariantWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "您的商店沒有設置倉庫。如要新增變體庫存請先設置倉庫" - }, - "productWarehouseSectionDescription": { - "context": "no warehouses info", - "string": "您的商店沒有設置倉庫。如要新增商品庫存請先設置倉庫" - }, - "published channel": { - "context": "product label", - "string": "已發佈" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "類別 ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "系列 ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "產品 ({quantity})" - }, - "saleDetailsPageVariantsQuantity": { - "context": "number of variants", - "string": "Variants ({quantity})" - }, - "set availability date": { - "context": "product availability date label", - "string": "Set availability date" - }, - "shipment refund title": { - "context": "shipment refund title", - "string": "Shipment was refunded" - }, - "shippingZoneChannels_dot_autocomplete_dot_label": { - "context": "ChannelsSection select field label", - "string": "Channel" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "WarehousesSection select field label", - "string": "倉庫" - }, - "src_dot_accept": { - "context": "button", - "string": "接受" - }, - "src_dot_appExtensions": { - "context": "app extensions subsection", - "string": "Apps" - }, - "src_dot_approve": { - "context": "button", - "string": "Approve" - }, - "src_dot_apps": { - "context": "apps section name", - "string": "Apps" - }, - "src_dot_apps_dot_appActivated": { - "context": "snackbar text", - "string": "App activated" - }, - "src_dot_apps_dot_appDeactivated": { - "context": "snackbar text", - "string": "App deactivated" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_1499521723": { - "context": "dialog header", - "string": "Activate App" - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_2449960665": { - "context": "activate app", - "string": "Are you sure you want to activate this app? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3356885734": { - "context": "activate app", - "string": "Are you sure you want to activate {name}? Activating will start gathering events." - }, - "src_dot_apps_dot_components_dot_AppActivateDialog_dot_3865193889": { - "context": "button label", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_1782042241": { - "context": "button label", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_2031792590": { - "context": "dialog header", - "string": "Dectivate App" - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateApp": { - "context": "deactivate app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalApp": { - "context": "deactivate local app", - "string": "Are you sure you want to disable this app? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateLocalNamedApp": { - "context": "deactivate local named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app." - }, - "src_dot_apps_dot_components_dot_AppDeactivateDialog_dot_deactivateNamedApp": { - "context": "deactivate named app", - "string": "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app." - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1347203024": { - "context": "delete custom app", - "string": "Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2432433023": { - "context": "app privacy policy link", - "string": "View this app’s privacy policy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_2973480575": { - "context": "link", - "string": "修改設定" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3744068622": { - "context": "section header", - "string": "Data privacy" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3768793197": { - "context": "link", - "string": "Get Support" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3817397882": { - "context": "button", - "string": "Open App" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_846582072": { - "context": "apps about permissions", - "string": "This app has permissions to:" - }, - "src_dot_apps_dot_components_dot_AppDetailsPage_dot_85811128": { - "context": "section header", - "string": "About this app" - }, - "src_dot_apps_dot_components_dot_AppFrame_dot_29277312": { - "string": "You are about to leave the Dashboard. Do you want to continue?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_1462011531": { - "context": "dialog header", - "string": "Delete App" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_330001535": { - "context": "delete app", - "string": "Are you sure you want to delete this app?" - }, - "src_dot_apps_dot_components_dot_AppInProgressDeleteDialog_dot_3817179919": { - "context": "delete app", - "string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?" - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1152717819": { - "context": "title", - "string": "There’s a problem with app." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_1261716527": { - "context": "content", - "string": "Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard." - }, - "src_dot_apps_dot_components_dot_AppInstallErrorPage_dot_3375237564": { - "context": "button", - "string": "回到主頁" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_127674832": { - "context": "app data privacy link", - "string": "瞭解更多資料隱私" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2538706256": { - "context": "install button", - "string": "Install App" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_2936990163": { - "context": "install app permissions", - "string": "Installing this app will give it following permissions:" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3436300370": { - "context": "install app privacy", - "string": "Uninstalling the app will remove all your customer’s personal data stored by {name}. " - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3688014441": { - "context": "section header", - "string": "You are about to install {name}" - }, - "src_dot_apps_dot_components_dot_AppInstallPage_dot_3916538164": { - "context": "section header", - "string": "App permissions" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_1636202177": { - "context": "button", - "string": "關於" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_198187074": { - "context": "button", - "string": "Support/FAQ" - }, - "src_dot_apps_dot_components_dot_AppPage_dot_3182672904": { - "context": "button", - "string": "App home page" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_1675189051": { - "context": "section header", - "string": "Ongoing Installations" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2398081356": { - "context": "retry installation", - "string": "重試" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_2868351060": { - "context": "app installation error", - "string": "There was a problem during installation" - }, - "src_dot_apps_dot_components_dot_AppsInProgress_dot_3733091754": { - "context": "app installation", - "string": "Installing app..." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppCreatePage_dot_3189779214": { - "context": "header", - "string": "Create New App" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_CustomAppDefaultToken_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_apps_dot_components_dot_CustomAppDetailsPage_dot_1414896555": { - "context": "checkbox label", - "string": "Grant this app full access to the store" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_1782042241": { - "context": "link", - "string": "Deactivate" - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3076071936": { - "context": "card description", - "string": "Expand or restrict app permissions to access certain part of Saleor system." - }, - "src_dot_apps_dot_components_dot_CustomAppDetailsPage_dot_3865193889": { - "context": "link", - "string": "Activate" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_2860466085": { - "context": "header", - "string": "App Information" - }, - "src_dot_apps_dot_components_dot_CustomAppInformation_dot_3001692357": { - "context": "custom app name", - "string": "App Name" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2446088470": { - "context": "custom app token key", - "string": "密鑰" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3209034045": { - "context": "header", - "string": "Tokens" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_CustomAppTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_3230241731": { - "context": "create app button", - "string": "Create App" - }, - "src_dot_apps_dot_components_dot_CustomApps_dot_4044120866": { - "context": "custom apps content", - "string": "Your custom-created apps will be shown here." - }, - "src_dot_apps_dot_components_dot_DeactivatedText_dot_3064552173": { - "context": "app deactivated", - "string": "Deactivated" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_1636202177": { - "context": "about app", - "string": "關於" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_186286611": { - "context": "apps content", - "string": "You don’t have any installed apps in your dashboard" - }, - "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": { - "context": "section header", - "string": "Third-party Apps" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { - "context": "section header", - "string": "Saleor Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3259214524": { - "context": "marketplace content", - "string": "Marketplace is coming soon" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_3910026447": { - "context": "marketplace button", - "string": "Visit Marketplace" - }, - "src_dot_apps_dot_components_dot_Marketplace_dot_52985091": { - "context": "marketplace content", - "string": "Discover great free and paid apps in our Saleor Marketplace." - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_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_apps_dot_components_dot_TokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_apps_dot_components_dot_TokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "創建" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_2164262076": { - "context": "dialog title", - "string": "Delete Token" - }, - "src_dot_apps_dot_components_dot_TokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_apps_dot_failedToFetchAppSettings": { - "context": "app settings error", - "string": "Failed to fetch app settings" - }, - "src_dot_apps_dot_views_dot_AppInstall_dot_installApp": { - "context": "window title", - "string": "Install App" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appCouldntInstall": { - "context": "message title", - "string": "Couldn’t Install {name}" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appInstalled": { - "context": "message title", - "string": "App installed" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appReadyToUse": { - "context": "app has been installed", - "string": "{name} is ready to be used" - }, - "src_dot_apps_dot_views_dot_AppsList_dot_appRemoved": { - "context": "app has been removed", - "string": "App successfully removed" - }, - "src_dot_apps_dot_views_dot_CustomAppCreate_dot_createApp": { - "context": "window title", - "string": "Create App" - }, - "src_dot_assign": { - "context": "button", - "string": "Assign" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "屬性" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Are you sure you want to delete {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreFt": { - "context": "acre-ft unit", - "string": "acre-ft" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_acreInch": { - "context": "acre-inch unit", - "string": "acre-inch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_area": { - "context": "area units type", - "string": "Area" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeLabel": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlug": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_attributeSlugHelperText": { - "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_boolean": { - "context": "boolean attribute type", - "string": "Boolean" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_date": { - "context": "date attribute type", - "string": "日期" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dateTime": { - "context": "date time attribute type", - "string": "Date Time" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_distance": { - "context": "distance units type", - "string": "Distance" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_dropdown": { - "context": "product attribute type", - "string": "下拉式清單" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_entityType": { - "context": "attribute's editor component entity", - "string": "Entity" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_file": { - "context": "file attribute type", - "string": "文件" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_imperial": { - "context": "imperial unit system", - "string": "Imperial" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_inputType": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_metric": { - "context": "metric unit system", - "string": "Metric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_multiselect": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_numeric": { - "context": "numeric attribute type", - "string": "Numeric" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_page": { - "context": "page attribute entity type", - "string": "頁面" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_pint": { - "context": "pint unit", - "string": "pint" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_product": { - "context": "product attribute entity type", - "string": "產品" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_references": { - "context": "references attribute type", - "string": "References" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_selectUnit": { - "context": "check to require numeric attribute unit", - "string": "Select unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_swatch": { - "context": "swatch attribute type", - "string": "Swatch" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_text": { - "context": "text attribute type", - "string": "Text" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unit": { - "context": "numeric attribute unit", - "string": "Unit" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitOf": { - "context": "numeric attribute units of", - "string": "Units of" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_unitSystem": { - "context": "numeric attribute unit system", - "string": "System" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_valueRequired": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_volume": { - "context": "volume units types", - "string": "Volume" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_weight": { - "context": "weight units type", - "string": "Weight" - }, - "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": "在店面商品頁面可見" - }, - "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": "可見" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_205334083": { - "string": "Define where this attribute should be used in Saleor system" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3829816432": { - "context": "section header", - "string": "Organization" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_3835822980": { - "string": "Attribute Class" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_contentAttribute": { - "context": "attribute type", - "string": "Content Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeOrganization_dot_productAttribute": { - "context": "attribute type", - "string": "Product Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGrid": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_availableInGridCaption": { - "context": "caption", - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_dashboardPropertiesTitle": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInDashboardCaption": { - "context": "caption", - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_filterableInStorefront": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontPropertiesTitle": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_storefrontSearchPosition": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefront": { - "context": "attribute visibility in storefront", - "string": "公開" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_visibleInStorefrontCaption": { - "context": "caption", - "string": "If enabled, attribute will be accessible to customers." - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_image": { - "context": "swatch attribute image label", - "string": "圖片" - }, - "src_dot_attributes_dot_components_dot_AttributeSwatchField_dot_picker": { - "context": "swatch attribute color picker label", - "string": "Picker" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Are you sure you want to delete \"{name}\" value?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Delete attribute value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Are you sure you want to delete \"{name}\" value? If you delete it you won’t be able to assign it to any of the products with \"{attributeName}\" attribute." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Edit Value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Add Value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "名稱" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Default Store View" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "Admin" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "No values found" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Attribute Values" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Assign value" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_4086835540": { - "context": "attribute values list: slug column header", - "string": "Swatch" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1173110163": { - "context": "card header", - "string": "Sign In" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_1405865627": { - "context": "button", - "string": "登入" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "密碼" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3242928626": { - "context": "description", - "string": "忘記密碼?" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3762459576": { - "context": "description", - "string": "or login using" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_externalLoginError": { - "context": "error message", - "string": "Sorry, login went wrong. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_loginError": { - "context": "error message", - "string": "抱歉,您的使用者名稱和/或密碼不正確。 請再試一次。" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_serverError": { - "context": "error message", - "string": "Saleor is unavailable, please check your network connection and try again." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "新密碼" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "設定新密碼" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "確認密碼" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_3349581442": { - "string": "Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "密碼不正確" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_533029895": { - "context": "page title", - "string": "Set up new password" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2422931690": { - "context": "password reset, button", - "string": "Send an email with reset link" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2925394684": { - "string": "重置密碼" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_365271428": { - "string": "Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes." - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2925394684": { - "string": "重置密碼" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "Success! In a few minutes you’ll receive a message with instructions on how to reset your password." - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "Provided email address does not exist in our database." - }, - "src_dot_availability": { - "string": "Availability" - }, - "src_dot_back": { - "context": "button", - "string": "取消" - }, - "src_dot_baseCodeErrorMessage": { - "string": "Error code {errorCode} {fieldError}" - }, - "src_dot_cancel": { - "context": "button", - "string": "取消" - }, - "src_dot_cancelled": { - "context": "payment status", - "string": "Cancelled" - }, - "src_dot_cannotFullfillUnpaidOrder": { - "context": "disabled option description", - "string": "Can’t fulfill until payment is captured" - }, - "src_dot_catalog": { - "string": "型錄" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "產品分類" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Background Image (optional)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(可選)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "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_1657559629": { - "string": "找不到商品" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "名稱" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "新增產品" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4078580795": { - "context": "button", - "string": "View products" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "Products in {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Subcategories" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Add search engine title and description to make this category easier to find" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "產品" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "All Subcategories" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Create subcategory" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "Category created" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "Delete category" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Category deleted" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "刪除商品" - }, - "src_dot_categories_dot_views_dot_3296953393": { - "string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront." - }, - "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_channel": { - "string": "Channel" - }, - "src_dot_channels": { - "context": "channels section name", - "string": "通路" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_allVariantsLabel": { - "context": "all variants label", - "string": "All variants" - }, - "src_dot_channels_dot_ChannelsWithVariantsAvailabilityCard_dot_variantCountLabel": { - "context": "variants count label", - "string": "{variantsCount} variants" - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_subtitle": { - "context": "CannotDefineChannelsAvailabilityCard subtitle", - "string": "You will be able to define availability of product after creating variants." - }, - "src_dot_channels_dot_components_dot_CannotDefineChannelsAvailabilityCard_dot_title": { - "context": "CannotDefineChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deleteChannel": { - "context": "dialog header", - "string": "刪除通路" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_deletingAllProductData": { - "context": "delete channel", - "string": "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?" - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_needToBeMoved": { - "context": "delete channel", - "string": "All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_noAvailableChannel": { - "context": "currency channel", - "string": "There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it." - }, - "src_dot_channels_dot_components_dot_ChannelDeleteDialog_dot_selectChannel": { - "context": "dialog header", - "string": "選取通路" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_1223259680": { - "context": "channel settings", - "string": "通路設定" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_146559392": { - "context": "selected currency", - "string": "Selected currency" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3478065224": { - "context": "channel slug", - "string": "Slug" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_383867403": { - "context": "button", - "string": "複製" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3873626327": { - "context": "channel currency", - "string": "貨幣" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_3962880609": { - "string": "Default country" - }, - "src_dot_channels_dot_components_dot_ChannelForm_dot_507892781": { - "context": "channel name", - "string": "通路名稱" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_2423186459": { - "context": "dialog header", - "string": "選擇通路" - }, - "src_dot_channels_dot_components_dot_ChannelPickerDialog_dot_507892781": { - "context": "select label", - "string": "通路名稱" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1004218338": { - "context": "inactive", - "string": "Inactive" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1756106276": { - "context": "status", - "string": "狀態" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_1782042241": { - "context": "deactivate", - "string": "Deactivate" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_2605883031": { - "context": "channel status title", - "string": "Channel Status" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3247064221": { - "context": "active", - "string": "Active" - }, - "src_dot_channels_dot_components_dot_ChannelStatus_dot_3865193889": { - "context": "activate", - "string": "Activate" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_title": { - "context": "channels variants availability dialog title", - "string": "Manage Channels" - }, - "src_dot_channels_dot_components_dot_ChannelsWithVariantsAvailabilityDialog_dot_variantsSelectedLabel": { - "context": "variants selected label", - "string": "{variantsAmount} variants selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_addZoneTitle": { - "context": "add shipping zone title", - "string": "Add Shipping Zones" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_allSelectedMessage": { - "context": "all selected zones card message", - "string": "All available shipping zones have been selected" - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_subtitle": { - "context": "card subtitle", - "string": "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels." - }, - "src_dot_channels_dot_components_dot_ShippingZonesCard_dot_title": { - "context": "title", - "string": "{zonesCount} / {totalCount} shipping zones" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_2754800034": { - "context": "alert", - "string": "Channel limit reached" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3277722884": { - "context": "created channels counter", - "string": "{count}/{max} channels used" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_3511613983": { - "context": "channel name", - "string": "通路名稱" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_4224047662": { - "context": "button", - "string": "新增通路" - }, - "src_dot_channels_dot_pages_dot_ChannelsListPage_dot_85767761": { - "string": "You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_2071399707": { - "context": "currency code select", - "string": "{code} - {countries}" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4169662653": { - "context": "channel create", - "string": "新建通路" - }, - "src_dot_channels_dot_views_dot_ChannelCreate_dot_4224047662": { - "context": "window title", - "string": "新增通路" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_1742743610": { - "context": "window title", - "string": "Channel details" - }, - "src_dot_channels_dot_views_dot_ChannelDetails_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_channels_dot_views_dot_ChannelsList_dot_3499322424": { - "string": "Channel deleted" - }, - "src_dot_chooseFile": { - "context": "button", - "string": "選擇檔案" - }, - "src_dot_clear": { - "context": "button", - "string": "清空" - }, - "src_dot_codeErrorFieldMessage": { - "string": "on field {fieldName}" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "系列" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_643174786": { - "context": "collection label", - "string": "可見" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_77815154": { - "context": "collection label", - "string": "隱藏" - }, - "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": "新增系列" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_643174786": { - "context": "collection label", - "string": "可見" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_77815154": { - "context": "collection label", - "string": "隱藏" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Add search engine title and description to make this collection easier to find" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "名稱" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Background Image (optional)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(可選)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "所有系列" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_2685595924": { - "string": "Search Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "新建系列" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "隱藏" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "已發佈" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "找不到系列" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "No. of Products" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "系列名稱" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "Availability" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_published": { - "context": "collection publication date", - "string": "Published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_unpublished": { - "context": "collection publication date", - "string": "Unpublished" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_willBePublished": { - "context": "collection publication date", - "string": "Becomes published on {date}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "找不到商品" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Type" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3326160357": { - "context": "product availability", - "string": "Availability" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Products in {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Assign product" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "名稱" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "已刪除系列" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "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_3576236500": { - "string": "Manage Collection Channel Availability" - }, - "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": "新建系列" - }, - "src_dot_collections_dot_views_dot_699514132": { - "context": "dialog title", - "string": "刪除系列" - }, - "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_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_3817188998": { - "context": "dialog title", - "string": "刪除系列" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "權限組別" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "權限" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "國家" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "手機號碼" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "地址行1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "城市" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "郵遞區號" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "地址行2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "公司" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_assignButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_noMembersFound": { - "context": "description", - "string": "No results found" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Attributes" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by attribute name" - }, - "src_dot_components_dot_AssignAttributeDialog_dot_title": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_confirmBtn": { - "context": "assign reference to product, button", - "string": "Assign" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_header": { - "context": "dialog header", - "string": "Assign Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchLabel": { - "context": "label", - "string": "Search Attribute Value" - }, - "src_dot_components_dot_AssignAttributeValueDialog_dot_searchPlaceholder": { - "context": "placeholder", - "string": "Search by value name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogHeader": { - "context": "dialog header", - "string": "Assign Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogLabel": { - "context": "dialog header", - "string": "Search Category" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_assignCategoryDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_confirmButton": { - "context": "assign categories to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogHeader": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogLabel": { - "context": "dialog header", - "string": "搜尋系列" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_assignCollectionDialogPlaceholder": { - "context": "dialog search placeholder", - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_confirmBtn": { - "context": "assign collections to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignContainerDialog_dot_assignContainerDialogButton": { - "context": "button", - "string": "Assign" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogButton": { - "context": "button", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogContent": { - "string": "搜尋商品" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignProductDialogSearch": { - "string": "以商品名稱、屬性、類別作搜尋…" - }, - "src_dot_components_dot_AssignProductDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AssignVariantDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogButton": { - "context": "button, assign variants to sale and save", - "string": "Assign and save" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogContent": { - "string": "Search Variants" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogHeader": { - "context": "dialog header", - "string": "Assign Variant" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSKU": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_components_dot_AssignVariantDialog_dot_assignVariantDialogSearch": { - "string": "以商品名稱、屬性、類別作搜尋…" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_AttributeUnassignDialog_dot_content": { - "context": "unassign attribute from object", - "string": "Are you sure you want to unassign {attributeName} from {itemTypeName}?" - }, - "src_dot_components_dot_Attributes_dot_attributesNumber": { - "context": "number of attributes", - "string": "{number} Attributes" - }, - "src_dot_components_dot_Attributes_dot_header": { - "context": "attributes, section header", - "string": "屬性" - }, - "src_dot_components_dot_Attributes_dot_multipleValueLabel": { - "context": "attribute values", - "string": "屬性值" - }, - "src_dot_components_dot_Attributes_dot_reference": { - "context": "button label", - "string": "Assign references" - }, - "src_dot_components_dot_Attributes_dot_valueLabel": { - "context": "attribute value", - "string": "屬性值" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_confirmBtn": { - "context": "button, unassign attribute from object", - "string": "Unassign and save" - }, - "src_dot_components_dot_BulkAttributeUnassignDialog_dot_content": { - "context": "unassign multiple attributes from item", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}" - }, - "src_dot_components_dot_CardMenu_dot_cardMenuItemLoading": { - "context": "menu item loading", - "string": "working..." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_3326160357": { - "context": "section header", - "string": "Availability" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_370220662": { - "context": "channels availability text", - "string": "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_4037103586": { - "context": "section header button", - "string": "Manage" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_ChannelsAvailabilityCard_dot_Channel_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1528830621": { - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_1866672276": { - "string": "No Channels found" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3488518738": { - "string": "Select all channels" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_3754190292": { - "string": "Channels A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityContent_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_4243012684": { - "string": "Search through channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_channelsAlphabeticallyTitle": { - "context": "channels alphabetically title", - "string": "Channels from A to Z" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_notFoundTitle": { - "context": "no channels found title", - "string": "No Channels Found" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectAllChannelsLabel": { - "context": "select all channels label", - "string": "Select All Channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDialogWrapper_dot_selectTitle": { - "context": "select title", - "string": "Select channels you want for {contentType} to be available on" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_channel": { - "context": "Channel label", - "string": "Channel" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_dropdownLabel": { - "context": "product status title", - "string": "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_noChannels": { - "context": "dropdown label when there are no channels assigned", - "string": "No channels" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_published": { - "context": "Status label when object is published in a channel", - "string": "已發佈" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_scheduled": { - "context": "Status label when object is scheduled to publish in a channel", - "string": "Scheduled to publish" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_status": { - "context": "Status label", - "string": "狀態" - }, - "src_dot_components_dot_ChannelsAvailabilityDropdown_dot_unpublished": { - "context": "Status label when object is unpublished in a channel", - "string": "Unpublished" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "欄位" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "國家" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "手機號碼" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "地址行1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "城市" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "郵遞區號" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "地址行2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "公司" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "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": "刪除搜尋" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_71479100": { - "string": "Are you sure you want to delete {name} search tab?" - }, - "src_dot_components_dot_DemoBanner_dot_1647850230": { - "string": "Storefront" - }, - "src_dot_components_dot_DemoBanner_dot_214739616": { - "string": "試用 GraphQL API" - }, - "src_dot_components_dot_DemoBanner_dot_2367386033": { - "string": "API" - }, - "src_dot_components_dot_DemoBanner_dot_4093572282": { - "string": "See DEMO STOREFRONT" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "錯誤" - }, - "src_dot_components_dot_ErrorPage_dot_btnDashboard": { - "context": "button linking to dashboard", - "string": "後台" - }, - "src_dot_components_dot_ErrorPage_dot_btnRefresh": { - "context": "button refreshing page", - "string": "Refresh page" - }, - "src_dot_components_dot_ErrorPage_dot_content": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, - "src_dot_components_dot_ErrorPage_dot_header": { - "string": "We’ve encountered an unexpected error" - }, - "src_dot_components_dot_ErrorPage_dot_or": { - "context": "conjunction, choice between going to dashboard or refreshing page", - "string": "or" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "刪除搜尋" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Custom Filter" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Save Search" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "篩選" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No results" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "context": "button", - "string": "過濾" - }, - "src_dot_components_dot_Filter_dot_DEPENDENCIES_MISSING": { - "context": "filters error messages dependencies missing", - "string": "Filter requires other filters: {dependencies}" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_2779594451": { - "context": "filter range separator", - "string": "與" - }, - "src_dot_components_dot_Filter_dot_FilterContent_dot_996289613": { - "string": "篩選" - }, - "src_dot_components_dot_Filter_dot_UNKNOWN_ERROR": { - "context": "filters error messages unknown error", - "string": "Unknown error occurred" - }, - "src_dot_components_dot_Filter_dot_VALUE_REQUIRED": { - "context": "filters error messages value required", - "string": "Choose a value" - }, - "src_dot_components_dot_Form_dot_cancelButton": { - "context": "ExitFormPrompt cancel button", - "string": "Discard changes" - }, - "src_dot_components_dot_Form_dot_confirmButton": { - "context": "ExitFormPrompt confirm button", - "string": "保存變更" - }, - "src_dot_components_dot_Form_dot_continueEditingButton": { - "context": "ExitFormPrompt continue editing button", - "string": "Continue editing" - }, - "src_dot_components_dot_Form_dot_title": { - "context": "ExitFormPrompt title", - "string": "Would you like to save changes?" - }, - "src_dot_components_dot_Form_dot_unableToSaveTitle": { - "context": "ExitFormPrompt title", - "string": "You have unsaved changes" - }, - "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_Metadata_dot_1148029984": { - "context": "metadata field value, header", - "string": "數值" - }, - "src_dot_components_dot_Metadata_dot_1509432322": { - "context": "header", - "string": "詮釋資料" - }, - "src_dot_components_dot_Metadata_dot_1535223586": { - "context": "header", - "string": "Private Metadata" - }, - "src_dot_components_dot_Metadata_dot_1827848527": { - "context": "number of metadata fields in model", - "string": "{number,plural,one {{number} string} other {{number} strings}}" - }, - "src_dot_components_dot_Metadata_dot_2537046678": { - "context": "metadata field name, header", - "string": "Field" - }, - "src_dot_components_dot_Metadata_dot_2741366539": { - "context": "empty metadata text", - "string": "No metadata created for this element. Use the button below to add new metadata field." - }, - "src_dot_components_dot_Metadata_dot_3181473584": { - "context": "add metadata field,button", - "string": "Add Field" - }, - "src_dot_components_dot_Metadata_dot_4190792473": { - "context": "table action", - "string": "Actions" - }, - "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_NavigatorButton_dot_154826674": { - "string": "Navigator" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "訂單編號" - }, - "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": "輸入 {key} 以查看可用指令" - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Navigate to" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Quick Actions" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Navigator is here to help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "已發佈" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Not Published" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Create Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "新增系列" - }, - "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": "新增訂單" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "新增權限組別" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "新增商品" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "新建代金券" - }, - "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": "搜尋客户" - }, - "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": "搜尋訂單" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "產品" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Ooops!..." - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Something's missing" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "Sorry, the page was not found" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "回到後台" - }, - "src_dot_components_dot_PreviewPill_dot_label": { - "context": "indicator that feature is in preview mode", - "string": "Preview" - }, - "src_dot_components_dot_PreviewPill_dot_tooltip": { - "context": "tooltip", - "string": "This feature is in a preview state and can be subject to changes at later point" - }, - "src_dot_components_dot_PriceField_dot_4072537038": { - "string": "Price cannot be lower than 0" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_RowNumberSelect_dot_1154361791": { - "string": "行數" - }, - "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": "刪除搜尋" - }, - "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": "搜尋引擎標題" - }, - "src_dot_components_dot_SeoForm_dot_1991321627": { - "string": "搜尋引擎描述" - }, - "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_3478065224": { - "string": "Slug" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SeoForm_dot_seoFieldMessage": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "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": "已選取 {number} 個項目" - }, - "src_dot_components_dot_TablePagination_dot_noOfRows": { - "context": "pagination", - "string": "No. of rows" - }, - "src_dot_components_dot_Timeline_dot_1359200231": { - "context": "add order note, button", - "string": "送出" - }, - "src_dot_components_dot_Timeline_dot_3028189627": { - "string": "在這輸入備註..." - }, - "src_dot_components_dot_TooltipTableCellHeader_dot_noFilterSelected": { - "string": "Sorting by this column requires active filter: {filterName}" - }, - "src_dot_components_dot_UserChip_dot_21332146": { - "context": "button", - "string": "登出" - }, - "src_dot_components_dot_UserChip_dot_248888005": { - "context": "button", - "string": "賬號設定" - }, - "src_dot_components_dot_UserChip_dot_85001470": { - "context": "button", - "string": "啟用黑夜模式" - }, - "src_dot_components_dot_VisibilityCard_dot_1311467573": { - "string": "Show in product listings" - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "可見" - }, - "src_dot_components_dot_VisibilityCard_dot_1815688500": { - "context": "date", - "string": "since {date}" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_2264302389": { - "string": "Disabling this checkbox will remove product from search and category pages. It will be available on collection pages." - }, - "src_dot_components_dot_VisibilityCard_dot_2699516026": { - "context": "available on date", - "string": "Set available on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "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_components_dot_messages_dot_hideError": { - "context": "hide error log label in notification", - "string": "Hide log" - }, - "src_dot_components_dot_messages_dot_seeError": { - "context": "see error log label in notification", - "string": "See error log" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "配置" - }, - "src_dot_configuration_dot_1233229030": { - "string": "雜項" - }, - "src_dot_configuration_dot_1440737903": { - "string": "配送設定" - }, - "src_dot_configuration_dot_1742602794": { - "string": "屬性與商品類型" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3351299924": { - "string": "內容管理" - }, - "src_dot_configuration_dot_3655543906": { - "string": "商品設定" - }, - "src_dot_configuration_dot_887806978": { - "string": "多重通路" - }, - "src_dot_confirm": { - "context": "button", - "string": "確認" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFailedTitle": { - "string": "商品匯出失敗" - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedText": { - "string": "Product export has finished and was sent to your email address." - }, - "src_dot_containers_dot_BackgroundTasks_dot_exportFinishedTitle": { - "context": "csv file exporting has finished, header", - "string": "Exporting CSV finished" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedText": { - "string": "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerateFinishedTitle": { - "context": "invoice generating has finished, header", - "string": "Invoice Generated" - }, - "src_dot_containers_dot_BackgroundTasks_dot_invoiceGenerationFailedTitle": { - "context": "dialog header, title", - "string": "Invoice Generation" - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionContent": { - "context": "new version notification content", - "string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below." - }, - "src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": { - "context": "notification title", - "string": "System update required" - }, - "src_dot_containers_dot_ServiceWorker_dot_refresh": { - "context": "button", - "string": "刷新" - }, - "src_dot_continue": { - "context": "button", - "string": "繼續" - }, - "src_dot_create": { - "context": "button", - "string": "創建" - }, - "src_dot_customApps": { - "string": "Local Apps" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "客戶" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "Add Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_addAddress": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_doesntHaveAddresses": { - "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_fullNameAddress": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_fullNameDetail": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noAddressToShow": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_noNameToShow": { - "context": "customer's address book when no customer name is available, header", - "string": "Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultAddress": { - "string": "默認地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultBillingAddress": { - "string": "默認帳單地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_defaultShippingAddress": { - "string": "默認運送地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_deleteAddress": { - "context": "button", - "string": "Delete Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_editAddress": { - "context": "button", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultBilling": { - "context": "button", - "string": "設置成默認付費地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_setDefaultShipping": { - "context": "button", - "string": "設置成默認運送地址" - }, - "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": "運送地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "This customer has no addresses yet" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "帳單地址" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "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_2312694610": { - "context": "customer contact section, header", - "string": "Contact Information" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_4121042904": { - "context": "account information, header", - "string": "Account Information" - }, - "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_numberOfOrders": { - "string": "訂單數量" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "訂單組編號" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "No customers found" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Customer Email" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Customer Name" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { - "context": "order status", - "string": "狀態" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "最近的訂單" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "訂單編號" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "View all orders" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "日期" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "訂單總額" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { - "string": "找不到訂單" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "上次登錄" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "上個訂單" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Customer History" - }, - "src_dot_customers_dot_views_dot_1927691511": { - "context": "delete customer, dialog content", - "string": "Are you sure you want to delete {email}?" - }, - "src_dot_customers_dot_views_dot_1998583641": { - "context": "dialog header", - "string": "Delete Customer" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "Delete Address" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Create customer" - }, - "src_dot_customers_dot_views_dot_3689332763": { - "string": "Are you sure you want to delete this address from users address book?" - }, - "src_dot_customers_dot_views_dot_3901579344": { - "string": "Customer Removed" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Customer created" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_1932444813": { - "string": "{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_2136923553": { - "context": "dialog header", - "string": "Delete Customers" - }, - "src_dot_dashboard": { - "string": "後台" - }, - "src_dot_date": { - "string": "日期" - }, - "src_dot_defaultErrorTitle": { - "string": "Something went wrong" - }, - "src_dot_delete": { - "context": "button", - "string": "刪除" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "只是為了讓你知道......你目前在演示模式。 你可以試玩後台系統,但無法保存更改。 " - }, - "src_dot_description": { - "string": "描述" - }, - "src_dot_descriptionOptional": { - "string": "Description (optional)" - }, - "src_dot_discounts": { - "string": "折扣" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesButton": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesHeader": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesNotFound": { - "context": "no categories", - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductHeader": { - "context": "table head", - "string": "Category Name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_discountCategoriesTableProductNumber": { - "context": "number of products", - "string": "產品" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsButton": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsHeader": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsNotFound": { - "context": "no collections", - "string": "找不到系列" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductHeader": { - "context": "table head", - "string": "系列名稱" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_discountCollectionsTableProductNumber": { - "context": "number of products", - "string": "產品" - }, - "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_discountProductsButton": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsHeader": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsNotFound": { - "context": "no products", - "string": "找不到商品" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableAvailabilityHeader": { - "context": "product availability", - "string": "Availability" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableProductHeader": { - "context": "table head", - "string": "商品名稱" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_discountProductsTableTypeHeader": { - "context": "product type", - "string": "商品類型" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsButton": { - "context": "button", - "string": "Assign variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsHeader": { - "context": "section header", - "string": "Eligible Variants" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsNotFound": { - "context": "no variants", - "string": "沒有產品變種" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableProductHeader": { - "context": "table head", - "string": "商品名稱" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableTypeHeader": { - "context": "table head", - "string": "商品類型" - }, - "src_dot_discounts_dot_components_dot_DiscountVariants_dot_discountVariantsTableVariantHeader": { - "context": "table head", - "string": "Variant Name" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "名字" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Search Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "All Sales" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "Active" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_channel": { - "context": "sale channel", - "string": "Channel" - }, - "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": "固定金額" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "百分比" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "已排程" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "狀態" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "折扣額" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { - "context": "sale end date", - "string": "結束日期" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { - "string": "找不到促銷" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "開始日期" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "名字" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "折扣額" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "名字" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "百分比" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "固定金額" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "折扣額" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1615342575": { - "context": "channels sale info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_507892781": { - "context": "column title", - "string": "通路名稱" - }, - "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { - "context": "page header", - "string": "新建代金券" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Set end date" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { - "context": "time during voucher is active, header", - "string": "Active Dates" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "Voucher applies to all countries" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Voucher is limited to these countries" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "國家" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "{quantity} 個類別" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "{quantity} 個系列" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "{quantity} 個產品" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Discount Code" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Generate Code" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_applyOncePerCustomer": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_hasUsageLimit": { - "context": "limit voucher", - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_onlyForStaff": { - "context": "limit voucher", - "string": "Limit to staff only" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimit": { - "context": "limit voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usageLimitsTitle": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_usesLeftCaption": { - "context": "usage limit uses left caption", - "string": "Uses left" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "所有代金券" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { - "string": "搜尋代金券" - }, - "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_channel": { - "context": "voucher channel", - "string": "Channel" - }, - "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": "固定金額" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "百分比" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "已排程" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { - "context": "voucher status", - "string": "狀態" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { - "context": "voucher", - "string": "已使用次數" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "折扣額" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "最低消費" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "結束日期" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "使用次數" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "開始日期" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "代碼" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "No vouchers found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1148029984": { - "context": "column title", - "string": "折扣額" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "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_4097816011": { - "string": "No channels found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_507892781": { - "context": "column title", - "string": "通路名稱" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Minimal order value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "折扣額" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Min. Order Value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "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": "代碼" - }, - "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": "免運費" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3688224049": { - "context": "voucher discount type", - "string": "百分比" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { - "context": "voucher discount type", - "string": "固定金額" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1134347598": { - "context": "column title", - "string": "價格" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "折扣額" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Only once per order" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1615342575": { - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4097816011": { - "string": "No channels found" - }, - "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_components_dot_VoucherValue_dot_507892781": { - "context": "column title", - "string": "通路名稱" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Entire order" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "指定商品" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Shipment" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_3707049729": { - "string": "成功建立促銷" - }, - "src_dot_discounts_dot_views_dot_SaleCreate_dot_480188715": { - "string": "Manage Sales Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsChannelAvailabilityDialogHeader": { - "context": "channel availability dialog header", - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDelate": { - "context": "sale Details delete button", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialog": { - "context": "dialog content", - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsSaleDeleteDialogHeader": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategory": { - "context": "unassign category from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCategoryDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCategoryDialogHeader": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollection": { - "context": "unassign collection from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignCollectionDialog": { - "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_SaleDetails_dot_saleDetailsUnassignCollectionDialogHeader": { - "context": "dialog header", - "string": "Unassign Collection From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignDialogDelete": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProduct": { - "context": "unassign product from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignProductDialog": { - "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_SaleDetails_dot_saleDetailsUnassignProductDialogHeader": { - "context": "dialog header", - "string": "Unassign Product From Sale" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariant": { - "context": "unassign variant from sale and save, button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialog": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}" - }, - "src_dot_discounts_dot_views_dot_SaleDetails_dot_saleDetailsUnassignVariantDialogHeader": { - "context": "dialog header", - "string": "Unassign Variant From Sale" - }, - "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_VoucherCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherCreate_dot_655651329": { - "string": "成功建立代金券" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_1569805915": { - "context": "button", - "string": "Unassign and save" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_dot_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_discounts_dot_views_dot_VoucherDetails_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_VoucherDetails_dot_895379508": { - "context": "dialog header", - "string": "刪除代金券" - }, - "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": "刪除代金券" - }, - "src_dot_done": { - "context": "button", - "string": "完成" - }, - "src_dot_draft": { - "context": "order status", - "string": "草稿" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Draft Orders" - }, - "src_dot_drafts": { - "string": "稿單" - }, - "src_dot_edit": { - "context": "button", - "string": "編輯" - }, - "src_dot_email": { - "string": "Email address" - }, - "src_dot_endDate": { - "string": "結束日期" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_error": { - "string": "錯誤" - }, - "src_dot_exchangeRates": { - "context": "Manage and Update your warehouse information", - "string": "Exchange Rates" - }, - "src_dot_firstName": { - "string": "名字" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "已發貨" - }, - "src_dot_generalInformations": { - "string": "General Information" - }, - "src_dot_giftCards": { - "context": "gift cards section name", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertDescription": { - "context": "bulk issue gift cards success alert description", - "string": "Requested {cardsAmount} were successfully issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_createdSuccessAlertTitle": { - "context": "bulk issue gift cards success alert title", - "string": "Gift Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardBulkCreateDialog_dot_title": { - "context": "bulk issue gift cards dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryDateLabel": { - "context": "expiry date label", - "string": "Exact date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryOnLabel": { - "context": "expires on label", - "string": "Will expire on:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expiryPeriodLabel": { - "context": "expires in label", - "string": "Expires in" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_GiftCardCreateExpirySelect_dot_expirySelectedLabel": { - "context": "set expiry date selected label", - "string": "Set gift card expiry date" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_amountLabel": { - "context": "money amount input label", - "string": "Enter amount" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateExplanation": { - "context": "gift card bulk create modal bottom explanation", - "string": "After creation Saleor will create a list of gift card codes that you will be able to download. " - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedAccept": { - "context": "gift card bulk create success dialog accept button", - "string": "Ok" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExplanation": { - "context": "gift card bulk create success dialog content", - "string": "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedExportToEmail": { - "context": "gift card bulk create success dialog export button", - "string": "Export To Email" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_bulkCreateIssuedTitle": { - "context": "gift card bulk create success dialog title", - "string": "Bulk Issue Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copiedToClipboardTitle": { - "context": "copied to clipboard alert title", - "string": "Copied to clipboard" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_copyCodeLabel": { - "context": "copy code button label", - "string": "Copy code" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdGiftCardLabel": { - "context": "created gift card code label", - "string": "This is the code of a created gift card:" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_createdSuccessAlertTitle": { - "context": "successfully created gift card alert title", - "string": "Successfully created gift card" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_customerLabel": { - "context": "customer input label", - "string": "客戶" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_giftCardsAmountLabel": { - "context": "issued cards amount label", - "string": "Cards Issued" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_issueButtonLabel": { - "context": "issue gift card button label", - "string": "Issue" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteLabel": { - "context": "note input label", - "string": "Note" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_noteSubtitle": { - "context": "note input subtitle", - "string": "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationCaption": { - "context": "requires activation checkbox caption", - "string": "All issued cards require activation by staff before use." - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_requiresActivationLabel": { - "context": "requires activation checkbox label", - "string": "Requires activation" - }, - "src_dot_giftCards_dot_GiftCardCreateDialog_dot_title": { - "context": "issue gift card dialog title", - "string": "Issue gift card" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_2086397658": { - "context": "export all items to csv file", - "string": "All gift cards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_701638571": { - "context": "export selected items to csv file", - "string": "Selected giftCards ({number})" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_confirmButtonLabel": { - "context": "gift card export dialog confirm button label", - "string": "Export codes" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportNote": { - "context": "note on export gift cards", - "string": "Note: Only active and not used gift cards will be expored" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_exportTypeLabel": { - "context": "gift card export type label", - "string": "gift cards" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertDescription": { - "context": "gift card export success alert description", - "string": "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_successAlertTitle": { - "context": "gift card export csv success alert title", - "string": "匯出 CSV" - }, - "src_dot_giftCards_dot_GiftCardExportDialogContent_dot_title": { - "context": "gift card export dialog title", - "string": "Export Gift Card Codes" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateSectionDescription": { - "context": "expiry date selection info message", - "string": "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law." - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_GiftCardExpirySettingsCard_dot_expiryDateTitle": { - "context": "expiry date section header", - "string": "Expiry date" - }, - "src_dot_giftCards_dot_GiftCardSettings_dot_title": { - "context": "gift card settings header", - "string": "Gift Cards Settings" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activated": { - "context": "gift card history message", - "string": "Gift card was activated by {activatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_activatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was activated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceReset": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_balanceResetAnonymous": { - "context": "gift card history message", - "string": "Gift card balance was reset by {resetBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_bought": { - "context": "gift card history message", - "string": "Gift card was bought in order {orderNumber}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivated": { - "context": "gift card history message", - "string": "Gift card was deactivated by {deactivatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_deactivatedAnonymous": { - "context": "gift card history message", - "string": "Gift card was deactivated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdate": { - "context": "gift card history message", - "string": "Gift card expiry date was updated by {expiryUpdatedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_expiryDateUpdateAnonymous": { - "context": "gift card history message", - "string": "Gift card expiry date was updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_historyHeaderTitle": { - "context": "section header title", - "string": "Gift Card Timeline" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issued": { - "context": "gift card history message", - "string": "Gift card was issued by {issuedBy}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_issuedAnonymous": { - "context": "gift card history message", - "string": "Gift card was issued" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddError": { - "context": "notifier message", - "string": "There was an error adding a note" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_noteAddedSuccessfully": { - "context": "notifier message", - "string": "Note was added sucessfully" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_resent": { - "context": "gift card history message", - "string": "Gift card was resent" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_sentToCustomer": { - "context": "gift card history message", - "string": "Gift card was sent to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_tagsUpdated": { - "context": "gift card history message", - "string": "Gift card tags were updated" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrder": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink} by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardHistory_dot_usedInOrderAnonymous": { - "context": "gift card history message", - "string": "Gift card was used as a payment method on order {orderLink}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_consentCheckboxLabel": { - "context": "consent to send gift card to different address checkbox label", - "string": "Yes, I want to send gift card to different address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_description": { - "context": "resend code to customer description", - "string": "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_emailInputPlaceholder": { - "context": "provided email input placeholder", - "string": "Provided email address" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_sendToChannelSelectLabel": { - "context": "send to channel select label", - "string": "Send to channel" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_submitButtonLabel": { - "context": "resend button label", - "string": "Resend" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_successResendAlertText": { - "context": "resent code success message", - "string": "Successfully resent code to customer!" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardResendCodeDialog_dot_title": { - "context": "resend code to customer title", - "string": "Resend code to customer" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_changeButtonLabel": { - "context": "change button label", - "string": "Change" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_subtitle": { - "context": "set balance dialog subtitle", - "string": "What would you like to set cards balance to. When you change the balance both values will be changed" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_title": { - "context": "set balance dialog title label", - "string": "Set balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateBalanceDialog_dot_updatedSuccessAlertTitle": { - "context": "card update success alert title", - "string": "Successfully updated card balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_cardBalanceLabel": { - "context": "card balance label", - "string": "Card Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_setBalanceButtonLabel": { - "context": "set balance button label", - "string": "Set Balance" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_tagInputLabel": { - "context": "tag label", - "string": "Card Tag" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateDetailsCard_dot_title": { - "context": "details title", - "string": "詳情" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiredOnLabel": { - "context": "expired on label", - "string": "Expired on {date}" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateCheckboxLabel": { - "context": "expiry date checkbox label", - "string": "Gift card expires" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateExpirySelect_dot_expiryDateLabel": { - "context": "expiration date label", - "string": "Expiration date" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_boughtByLabel": { - "context": "bought by label", - "string": "Bought by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_creationLabel": { - "context": "creation label", - "string": "Creation" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByAppLabel": { - "context": "issued by app label", - "string": "Issued by app" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_issuedByLabel": { - "context": "issued by label", - "string": "Issued by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_orderNumberLabel": { - "context": "order number label", - "string": "Order number" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_productLabel": { - "context": "product label", - "string": "Product bought to get gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_title": { - "context": "info card title", - "string": "Card information" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdateInfoCard_dot_usedByLabel": { - "context": "used by label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_disabledStatusLabel": { - "context": "disabled status label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_expiredStatusLabel": { - "context": "expired status label", - "string": "Expired" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_resendButtonLabel": { - "context": "resend code label", - "string": "Resend code" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyDisabledTitle": { - "context": "success gift card disable message", - "string": "Successfully disabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_GiftCardUpdatePageHeader_dot_successfullyEnabledTitle": { - "context": "success gift card enable message", - "string": "Successfully enabled gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_notFound": { - "context": "gift card not found message", - "string": "Couldn't find gift card" - }, - "src_dot_giftCards_dot_GiftCardUpdate_dot_title": { - "context": "title", - "string": "詳情" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmount": { - "context": "balance amound missing error message", - "string": "Balance amount is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceAmountLabel": { - "context": "amount filter label", - "string": "金額" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_balanceCurrency": { - "context": "balance curreny missing error message", - "string": "Balance currency is missing" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currencyLabel": { - "context": "currency filter label", - "string": "貨幣" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_currentBalanceLabel": { - "context": "current balance filter label", - "string": "Current balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_defaultTabLabel": { - "context": "all gift cards label", - "string": "All Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_disabledOptionLabel": { - "context": "disabled status option label", - "string": "Disabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_enabledOptionLabel": { - "context": "enabled status option label", - "string": "Enabled" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_initialBalanceLabel": { - "context": "initial balance filter label", - "string": "Initial balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_productLabel": { - "context": "product filter label", - "string": "商品" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_searchPlaceholder": { - "context": "search gift card placeholder", - "string": "Search Gift Cards, e.g {exampleGiftCardCode}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_statusLabel": { - "context": "status filter label", - "string": "狀態" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_tagLabel": { - "context": "tag filter label", - "string": "Tags" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardListSearchAndFilters_dot_usedByLabel": { - "context": "used by filter label", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListOrderInfoCard_dot_giftCardOrderInfoMessage": { - "context": "alert card message", - "string": "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_deleteLabel": { - "context": "bulk delete label", - "string": "刪除" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_disableLabel": { - "context": "bulk disable label", - "string": "Deactivate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_enableLabel": { - "context": "bulk activate label", - "string": "Activate" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorActivateAlertText": { - "context": "error with activatation alert message", - "string": "Error activating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_errorDeactivateAlertText": { - "context": "error with deactivatation alert message", - "string": "Errors deactivating gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successActivateAlertText": { - "context": "success activate alert message", - "string": "Successfully activated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_GiftCardsListTable_dot_GiftCardsListTableHeader_dot_successDeactivateAlertText": { - "context": "success deactivate alert message", - "string": "Successfully deactivated gift {count,plural,one{card} other{cards}}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_bulkIssue": { - "context": "bulk issue menu item", - "string": "Bulk Issue" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_codeEndingWithLabel": { - "context": "code ending with label", - "string": "Code ending with {last4CodeChars}" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProduct": { - "context": "create gift card product alert message", - "string": "Create a gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_createGiftCardProductType": { - "context": "create gift card product type alert message", - "string": "Create a gift card product type" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_exportCodes": { - "context": "export card codes menu item", - "string": "Export card codes" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateContent": { - "context": "invalid date in expirydate field content", - "string": "Gift Card with past expiration date cannot be created" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardInvalidExpiryDateHeader": { - "context": "invalid date in expirydate field header", - "string": "Incorrect date entered" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardProduct": { - "context": "gift card product message", - "string": "gift card product" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnBalanceTitle": { - "context": "column title balance", - "string": "Balance" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnCustomerTitle": { - "context": "column title used by/customer", - "string": "Used by" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnGiftCardTitle": { - "context": "column title gift card", - "string": "Gift Card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnProductTitle": { - "context": "column title product", - "string": "商品" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_giftCardsTableColumnTagTitle": { - "context": "column title tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_issueButtonLabel": { - "context": "issue card button label", - "string": "Issue card" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsAlertTitle": { - "context": "no card defuned alert message", - "string": "You haven’t defined a gift card product!" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsFound": { - "context": "no cards found title message", - "string": "No gift cards found" - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductTypes": { - "context": "no gift card product types alert message", - "string": "{createGiftCardProductType} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProducts": { - "context": "no gift card products alert message", - "string": "{createGiftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_noGiftCardsProductsAndProductTypes": { - "context": "no gift card products and types alert message", - "string": "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store." - }, - "src_dot_giftCards_dot_GiftCardsList_dot_settings": { - "context": "settings menu item", - "string": "設定" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsAbsentSubtitle": { - "context": "customer gift cards card no cards subtitle", - "string": "There are no gift cards assigned to this customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsCardTitle": { - "context": "customer gift cards card title", - "string": "Gift Cards" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsIssueNewCardButton": { - "context": "customer gift cards card issue button", - "string": "Issue new card" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsPresentSubtitle": { - "context": "customer gift cards card subtitle", - "string": "Only five newest gift cards are shown here" - }, - "src_dot_giftCards_dot_components_dot_GiftCardCustomerCard_dot_customerGiftCardsViewAllButton": { - "context": "customer gift cards card view all button", - "string": "View All" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_consentLabel": { - "context": "consent removal of gift cards with balance button label", - "string": "{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_defaultDescription": { - "context": "default gift card delete description", - "string": "{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_deleteSuccessAlertText": { - "context": "gift card removed success alert message", - "string": "{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_title": { - "context": "single gift card title", - "string": "{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardDeleteDialog_dot_withBalanceDescription": { - "context": "delete gift cards with balance description", - "string": "{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_channelSelectLabel": { - "context": "channel select label", - "string": "Channel" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerChannelSubtitle": { - "context": "selected customer channel subtitle", - "string": "Customer will be sent the gift card code via this channels email address" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_customerSubtitle": { - "context": "selected customer gift card is sent to subtitle", - "string": "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code." - }, - "src_dot_giftCards_dot_components_dot_GiftCardSendToCustomer_dot_sendToCustomerSelectedLabel": { - "context": "send to customer selected label", - "string": "Send gift card to customer" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodDescription": { - "context": "checkbox label description", - "string": "Expiration date will be automatically set, once gift card is issued" - }, - "src_dot_giftCards_dot_components_dot_GiftCardSettingsExpirySelect_dot_setExpirationPeriodTitle": { - "context": "checkbox label", - "string": "Set gift card expiration period" - }, - "src_dot_giftCards_dot_components_dot_GiftCardTagInput_dot_placeholder": { - "context": "input placeholder tag", - "string": "Tag" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_dayLabel": { - "context": "days after label", - "string": "days after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_monthLabel": { - "context": "months after label", - "string": "months after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_weekLabel": { - "context": "weeks after label", - "string": "weeks after issue" - }, - "src_dot_giftCards_dot_components_dot_TimePeriodField_dot_yearLabel": { - "context": "years after label", - "string": "years after issue" - }, - "src_dot_home": { - "context": "home section name", - "string": "首頁" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "Order #{orderId} was placed from draft by {userEmail}" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft_no_email": { - "string": "Order #{orderId} was placed from draft" - }, - "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_home_dot_components_dot_HomeNotificationTable_dot_createNewChannel": { - "string": "Create new channel" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noOrders": { - "string": "沒有可發貨的訂單" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noPaymentWaiting": { - "string": "沒有款項等待入帳" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_noProductsOut": { - "string": "No products are out of stock" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_orderReady": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_paymentCapture": { - "string": "{amount, plural,one {One payment to capture} other {{amount} payments to capture}}" - }, - "src_dot_home_dot_components_dot_HomeNotificationTable_dot_productOut": { - "string": "{amount, plural,one {One product out of stock} other {{amount} products out of stock}}" - }, - "src_dot_hooks_dot_3382262667": { - "string": "Variant {name} has been set as default." - }, - "src_dot_imageUploadErrorText": { - "string": "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." - }, - "src_dot_imgageUploadErrorTitle": { - "string": "Couldn't process image" - }, - "src_dot_insufficientPermissions": { - "string": "Insufficient permissions" - }, - "src_dot_lastName": { - "string": "姓氏" - }, - "src_dot_limitReached": { - "string": "Reached limit for this plan" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_nextStep": { - "context": "go to next step, button", - "string": "Next" - }, - "src_dot_no": { - "string": "No" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "可選" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "訂單" - }, - "src_dot_orders_dot_components_dot_2214147779": { - "context": "alert", - "string": "Order limit reached" - }, - "src_dot_orders_dot_components_dot_3769643084": { - "string": "You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_orders_dot_components_dot_DraftOrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "銷售通路" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "取消訂單" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderChannelSectionCard_dot_1243773440": { - "context": "section header", - "string": "銷售通路" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_addressChangeDescription": { - "context": "dialog content", - "string": "Select method you want to use to change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingChangeTitle": { - "context": "dialog header", - "string": "Change customer billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingSameAsShipping": { - "context": "checkbox label", - "string": "Set the same for billing address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_billingTitle": { - "context": "search modal billing title", - "string": "帳單地址" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerAddress": { - "context": "address type", - "string": "Use one of customer addresses" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeBillingDescription": { - "context": "dialog content", - "string": "Select one of customer addresses or add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeDescription": { - "context": "dialog content", - "string": "Which address would you like to use as shipping address for selected customer:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_customerChangeTitle": { - "context": "dialog header", - "string": "Change address for order" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_newAddress": { - "context": "address type", - "string": "新增地址" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressBillingDescription": { - "context": "dialog content", - "string": "Add a new address:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noAddressDescription": { - "context": "dialog content", - "string": "This customer doesn't have any addresses in the address book. Provide address for order:" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_noResultsFound": { - "context": "info when addresses search is unsuccessful", - "string": "No results found" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_searchInfo": { - "context": "modal information under title", - "string": "Select an address you want to use from the list below" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingChangeTitle": { - "context": "dialog header", - "string": "Change customer shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingSameAsBilling": { - "context": "checkbox label", - "string": "Set the same for shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerAddressesEditDialog_dot_shippingTitle": { - "context": "search modal shipping title", - "string": "配送地址" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_changeAddress": { - "context": "option label", - "string": "Change address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_description": { - "context": "dialog description", - "string": "You have changed customer assigned to this order. What would you like to do with the shipping address?" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_keepAddress": { - "context": "option label", - "string": "Keep address" - }, - "src_dot_orders_dot_components_dot_OrderCustomerChangeDialog_dot_title": { - "context": "dialog header", - "string": "Changed Customer" - }, - "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": "搜尋客户" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "View Profile" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "配送地址" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "客戶" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "同配送地址相同" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Anonymous user" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "支付地址" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentAll": { - "context": "OrderCustomer Fulfillment from All Warehouses", - "string": "Fulfill from All Warehouses" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_orderCustomerFulfillmentLocal": { - "context": "OrderCustomer Fulfillment from Local Warehouse", - "string": "Fulfill from Local Stock" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_580490159": { - "string": "訂單 #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_cancelOrder": { - "context": "cancel button", - "string": "取消訂單" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_confirmOrder": { - "context": "save button", - "string": "Confirm order" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_returnOrder": { - "context": "return button", - "string": "Return / Replace order" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_buttonLabel": { - "context": "add button label", - "string": "新增" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountReasonLabel": { - "context": "discount reason input lavel", - "string": "Reason" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_discountValueLabel": { - "context": "value input label", - "string": "Discount value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_fixedAmountOption": { - "context": "fixed amount", - "string": "固定金額" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_invalidValue": { - "context": "value input helper text", - "string": "Invalid value" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_itemDiscountTitle": { - "context": "dialog title item discount", - "string": "Discount Item" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_orderDiscountTitle": { - "context": "dialog title order discount", - "string": "Discount this Order by:" - }, - "src_dot_orders_dot_components_dot_OrderDiscountCommonModal_dot_percentageOption": { - "context": "percentage option", - "string": "百分比" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "Delete Daft Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "Are you sure you want to delete draft #{orderNumber}?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "價格" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "產品" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "庫存" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "No Products added to Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { - "context": "total price of ordered products", - "string": "總共" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addDiscount": { - "context": "add discount button", - "string": "Add Discount" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingAddressInfo": { - "context": "add shipping address first label", - "string": "add shipping address first" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_addShippingCarrier": { - "context": "add shipping carrier button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_discount": { - "context": "discount button", - "string": "折扣" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_noShippingCarriers": { - "context": "no shipping carriers title", - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_subtotal": { - "context": "subtotal price", - "string": "小計" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_taxes": { - "context": "taxes title", - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_total": { - "context": "total price", - "string": "訂單總額" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "訂單明細" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "加入商品" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_1629108523": { - "context": "placed orders counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "新建訂單" - }, - "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": "搜尋稿單" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "客戶" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "No draft orders found" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "訂單編號" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "客戶" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "日期" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "總共" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "取消訂單" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrder": { - "context": "page header", - "string": "訂單" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumber": { - "context": "page header", - "string": "訂單 #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_headerOrderNumberAddFulfillment": { - "context": "page header", - "string": "訂單編號 {orderNumber} - 發貨" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_itemsReadyToShip": { - "context": "header", - "string": "品項準備配送" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_noStock": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_productName": { - "context": "name", - "string": "產品名稱" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_quantityToFulfill": { - "context": "quantity of fulfilled products", - "string": "發貨數量" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sentShipmentDetails": { - "context": "checkbox label", - "string": "發送貨運明細給客戶" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_sku": { - "context": "product's sku", - "string": "庫存單位" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitFulfillment": { - "context": "fulfill order, button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_submitPrepareFulfillment": { - "context": "prepare order fulfillment, button", - "string": "Prepare fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_addTracking": { - "context": "add tracking button", - "string": "Add tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_editTracking": { - "context": "edit tracking button", - "string": "Edit tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_fulfilled": { - "context": "fulfillment group", - "string": "Fulfilled from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_refund": { - "context": "refund button", - "string": "退款" - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_restocked": { - "context": "restocked group", - "string": "Restocked from: " - }, - "src_dot_orders_dot_components_dot_OrderFulfilledProductsCard_dot_tracking": { - "context": "tracking number", - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_description": { - "context": "dialog description", - "string": "Are you sure you want to approve this fullfillment?" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_notifyCustomer": { - "context": "checkbox label, fulfillment approval", - "string": "發送貨運明細給客戶" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentApproveDialog_dot_title": { - "context": "dialog header", - "string": "Approve this fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "選取倉庫" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_1154699654": { - "context": "checkbox label", - "string": "Allow fulfillment without payment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_2478368540": { - "context": "checkbox label description", - "string": "All fulfillments will be automatically approved" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3336812159": { - "context": "checkbox label", - "string": "Automatically approve all fulfillments" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_3666602886": { - "context": "checkbox label description", - "string": "You will be able to fulfill products without capturing payment for the order." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentSettings_dot_4200951094": { - "context": "section header", - "string": "Fulfillment settings" - }, - "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_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Order address was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1463685940": { - "context": "order history message", - "string": "Order was marked as paid" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1521936480": { - "context": "order history message", - "string": "{quantity} 個品項已發貨" - }, - "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": "訂單已訂立" - }, - "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": "{quantity} 個品項重新上架" - }, - "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_2308853031": { - "context": "order history message", - "string": "Order placed information was sent to customer" - }, - "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_2421636085": { - "context": "order history message", - "string": "Invoice was requested by {requestedBy}" - }, - "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_2607524598": { - "context": "order history message", - "string": "Products were deleted from an order" - }, - "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_276183305": { - "context": "order history message", - "string": "Order was confirmed" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2770854455": { - "context": "order history message", - "string": "付款已到賬" - }, - "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_3237374063": { - "context": "order history message", - "string": "Payment was authorized" - }, - "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_3731274949": { - "context": "order history message", - "string": "Order was refunded by {refundedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3796744261": { - "context": "order history message", - "string": "Products were added to an order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3854352507": { - "context": "order history message", - "string": "Fulfillment awaits approval" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_393045022": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3990160018": { - "string": "訂單歷史記錄" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4015160303": { - "context": "order history message", - "string": "{quantity} 個品項超賣" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4121987561": { - "context": "order history message", - "string": "Order refund information was sent to customer" - }, - "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": "付款失敗" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_493321552": { - "context": "order history message", - "string": "Order cancel information was sent to customer" - }, - "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_748112244": { - "context": "order history message", - "string": "Invoice no. {invoiceNumber} was generated by {generatedBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_88351908": { - "context": "order history message", - "string": "Invoice was sent to customer by {sentBy}" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_ExtendedDiscountTimelineEvent_dot_reasonLabel": { - "context": "reason for discount label", - "string": "Reason for discount" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_description": { - "context": "replacement created order history message description", - "string": "was created for replaced products" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_draftNumber": { - "context": "replacement created order history message draft number", - "string": "Draft #{orderNumber} " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_orderDiscountRemoved": { - "context": "order discount removed title", - "string": "Order discount was removed by " - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_productDiscountRemoved": { - "context": "product discount removed title", - "string": "{productName} discount was removed by" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_1821123638": { - "string": "Are you sure you want to send this invoice: {invoiceNumber} to the customer?" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceEmailSendDialog_dot_2166306944": { - "context": "dialog header", - "string": "Send Invoice" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_24460204": { - "context": "section header", - "string": "Invoices" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_2739475235": { - "context": "invoice create date prefix", - "string": "新增時間" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3340654960": { - "string": "No invoices to be shown" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_3589949197": { - "context": "invoice number prefix", - "string": "發票" - }, - "src_dot_orders_dot_components_dot_OrderInvoiceList_dot_949234851": { - "context": "generate invoice button", - "string": "Generate" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_1629108523": { - "context": "placed order counter", - "string": "{count}/{max} orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2225897825": { - "context": "button", - "string": "Order Settings" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "新建訂單" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { - "string": "搜尋訂單…" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { - "context": "tab name", - "string": "All Orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_channel": { - "context": "order", - "string": "Channel" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_clickAndCollect": { - "context": "click and collect", - "string": "Click&Collect" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "客戶" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCard": { - "context": "order", - "string": "Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardOrdered": { - "context": "order", - "string": "Gift Card ordered" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_giftCardPaid": { - "context": "order", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_preorder": { - "context": "is preorder", - "string": "Preorder" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Fulfillment status" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "付款狀態" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "訂單編號" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "客戶" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "日期" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "總共" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "找不到訂單" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1739834732": { - "context": "transaction reference", - "string": "Transaction reference" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_1758712563": { - "string": "Please provide a transaction reference using the input below:" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2105685861": { - "string": "You're going 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": "款項入賬" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_75546233": { - "context": "amount of refunded money", - "string": "金額" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Are you sure you want to void this payment?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Void Payment" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_capture": { - "context": "capture payment, button", - "string": "入賬" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_captured": { - "context": "order payment", - "string": "已到賬金額" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_clickAndCollectShippingMethod": { - "context": "OrderPayment click&collect shipping method", - "string": "click&collect" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_discount": { - "context": "order discount", - "string": "折扣" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_itemCount": { - "context": "ordered products", - "string": "{quantity} 件" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_markAsPaid": { - "context": "order, button", - "string": "Mark as paid" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_outstanding": { - "context": "order payment", - "string": "未結餘額" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paidWithGiftCard": { - "context": "order payment", - "string": "Paid with Gift Card" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_paymentTitle": { - "context": "Payment card title", - "string": "付款狀態" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_preauthorized": { - "context": "order payment", - "string": "預繳金額" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refund": { - "context": "button", - "string": "退款" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_refunded": { - "context": "order payment", - "string": "退款金額" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shipping": { - "context": "order shipping method name", - "string": "運送" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingDoesNotApply": { - "context": "OrderPayment does not require shipping", - "string": "不適用" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_shippingNotApplicable": { - "context": "order does not require shipping", - "string": "不適用" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_staffAdded": { - "context": "staff added type order discount", - "string": "Staff added" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_subtotal": { - "context": "order subtotal price", - "string": "小計" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_taxes": { - "string": "税項" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_total": { - "context": "order total price", - "string": "總共" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_vatIncluded": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_void": { - "context": "button", - "string": "退款" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_voucher": { - "context": "voucher type order discount", - "string": "Voucher" - }, - "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": "以商品名稱、屬性、類別作搜尋…" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "加入商品" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "搜尋商品" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_3284796469": { - "string": "No products available in order channel matching given query" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1134347598": { - "context": "product price", - "string": "價格" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_1895667608": { - "context": "product name", - "string": "商品" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_2796503714": { - "context": "ordered product quantity", - "string": "庫存" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_693960049": { - "context": "ordered product sku", - "string": "庫存單位" - }, - "src_dot_orders_dot_components_dot_OrderProductsCardElements_dot_878013594": { - "context": "order line total price", - "string": "總共" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "價格" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1657559629": { - "string": "找不到商品" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "商品" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "總共" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillment": { - "context": "section header", - "string": "Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentReturned": { - "context": "section header returned", - "string": "Fulfillment returned" - }, - "src_dot_orders_dot_components_dot_OrderRefundFulfilledProducts_dot_fulfillmentWaitingForApproval": { - "context": "section header returned", - "string": "Fulfillment waiting for approval" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_194531545": { - "context": "page header", - "string": "訂單編號 {orderNumber} - 退款" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_3620521256": { - "context": "page header", - "string": "訂單" - }, - "src_dot_orders_dot_components_dot_OrderRefundPage_dot_580490159": { - "context": "page header with order number", - "string": "訂單 #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_2256869831": { - "context": "section header", - "string": "退款額度" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_40513382": { - "context": "order refund amount, input button", - "string": "Refund {currency} {amount}" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_4224226791": { - "context": "label", - "string": "自動計算" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_508357513": { - "context": "label", - "string": "手動計算" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_553737700": { - "context": "checkbox", - "string": "運費退款" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_982301568": { - "context": "label", - "string": "No refund" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooBig": { - "context": "Amount error message", - "string": "金額不可以大於退款上限" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_amountTooSmall": { - "context": "Amount error message", - "string": "Amount must be bigger than 0" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_authorizedAmount": { - "context": "order refund amount", - "string": "已繳金額" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_label": { - "context": "order refund amount, input label", - "string": "金額" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_maxRefund": { - "context": "order refund amount", - "string": "退款上限" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_previouslyRefunded": { - "context": "order refund amount", - "string": "已退款額" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_proposedRefundAmount": { - "context": "order refund amount", - "string": "Proposed refund amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundButton": { - "context": "order refund amount button", - "string": "退款" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundCannotBeFulfilled": { - "context": "order refund subtitle", - "string": "Refunded items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_refundTotalAmount": { - "context": "order refund amount", - "string": "Refund total amount" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_replacedProductsValue": { - "context": "order refund amount", - "string": "Replaced Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnButton": { - "context": "order return amount button", - "string": "Return & Replace products" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_returnCannotBeFulfilled": { - "context": "order return subtitle", - "string": "Returned items can't be fulfilled" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_selectedProductsValue": { - "context": "order refund amount", - "string": "Selected Products Value" - }, - "src_dot_orders_dot_components_dot_OrderRefundReturnAmount_dot_shipmentCost": { - "context": "order refund amount", - "string": "Shipment Cost" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1134347598": { - "context": "tabel column header", - "string": "價格" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1404351240": { - "context": "section header", - "string": "未發貨產品" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1657559629": { - "string": "找不到商品" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_1895667608": { - "context": "tabel column header", - "string": "商品" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_2271032876": { - "context": "section notice", - "string": "未發貨產品將重新上架" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3536696555": { - "context": "tabel column header", - "string": "Refunded Qty" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_878013594": { - "context": "tabel column header", - "string": "總共" - }, - "src_dot_orders_dot_components_dot_OrderRefundUnfulfilledProducts_dot_937914544": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_1275363773": { - "context": "section header", - "string": "Refund Order" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundMiscellaneous": { - "context": "refund type", - "string": "其他退款" - }, - "src_dot_orders_dot_components_dot_OrderRefund_dot_refundProducts": { - "context": "refund type", - "string": "商品退款" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1134347598": { - "context": "table column header", - "string": "價格" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1784788864": { - "context": "table column header", - "string": "Return" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_1895667608": { - "context": "table column header", - "string": "商品" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_2049070632": { - "context": "table column header", - "string": "Replace" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_3988345170": { - "context": "button", - "string": "Set maximal quantities" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_cancelled": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_description": { - "context": "product no longer exists error description", - "string": "This product is no longer in database so it can’t be replaced, nor returned" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilled": { - "context": "section header", - "string": "{quantity} 個已發貨" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_fulfilledFrom": { - "context": "fulfilled fulfillment, section header", - "string": "Fulfilled from {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_improperValue": { - "context": "error message", - "string": "Improper value" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refunded": { - "context": "refunded fulfillment, section header", - "string": "Refunded ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_refundedAndReturned": { - "context": "cancelled fulfillment, section header", - "string": "Refunded and Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_replaced": { - "context": "refunded fulfillment, section header", - "string": "Replaced ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_returned": { - "context": "refunded fulfillment, section header", - "string": "Returned ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_title": { - "context": "product no longer exists error title", - "string": "Product no longer exists" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleFulfilled": { - "context": "section header", - "string": "Fulfillment - #{fulfilmentId}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_titleUnfulfilled": { - "context": "section header", - "string": "Unfulfilled Items" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_unfulfilled": { - "context": "section header", - "string": "未發貨" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_OrderReturnRefundItemsCard_dot_waitingForApproval": { - "context": "unapproved fulfillment, section header", - "string": "Waiting for approval ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_appTitle": { - "context": "page header with order number", - "string": "訂單 #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderReturnPage_dot_pageTitle": { - "context": "page header", - "string": "Order no. {orderNumber} - Replace/Return" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_1149215359": { - "context": "header", - "string": "訂單設定" - }, - "src_dot_orders_dot_components_dot_OrderSettingsPage_dot_3782847217": { - "string": "General Settings" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_1391686013": { - "context": "section header", - "string": "設定" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2116402092": { - "context": "checkbox gift cards label", - "string": "Automatically fulfill non shippable gift cards" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_2879928595": { - "context": "checkbox gift cards label description", - "string": "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_3281882935": { - "context": "checkbox label description", - "string": "All orders will be automatically confirmed and all payments will be captured." - }, - "src_dot_orders_dot_components_dot_OrderSettings_dot_513393066": { - "context": "checkbox label", - "string": "Automatically confirm all orders" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledProductsCard_dot_2095687440": { - "context": "button", - "string": "Fulfill" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1039259580": { - "string": "We’re generating the invoice you requested. Please wait a couple of moments" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "款項已成功到賬" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "訂單取消成功" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "備註更新成功" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "訂單更新成功" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3897044696": { - "string": "Fulfillment successfully approved" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_4085755992": { - "string": "Invoice email sent" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_55607988": { - "string": "Invoice is Generating" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "配送方式更新成功" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderDraftDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderNormalDetails_dot_580490159": { - "context": "window title", - "string": "訂單 #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_OrderUnconfirmedDetails_dot_580490159": { - "context": "window title", - "string": "訂單 #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "已發貨品項" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "訂單發貨" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderRefund_dot_1366101924": { - "context": "order refunded success message", - "string": "已退款品項" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundDescription": { - "context": "order return error description when cannot refund", - "string": "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again." - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_cannotRefundTitle": { - "context": "order return error title when cannot refund", - "string": "Couldn't refund products" - }, - "src_dot_orders_dot_views_dot_OrderReturn_dot_successAlert": { - "context": "order returned success message", - "string": "Successfully returned products!" - }, - "src_dot_pageTypes": { - "context": "page types section name", - "string": "Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeAttributes_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_4266703515": { - "context": "delete page types with its pages", - "string": "{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_69987032": { - "context": "dialog header", - "string": "Delete Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeBulkDeleteDialog_dot_8271141": { - "context": "delete page types", - "string": "{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_1509432322": { - "context": "section header", - "string": "詮釋資料" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeCreatePage_dot_4047854353": { - "context": "header", - "string": "Create Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1105469372": { - "string": "These are general information about this Content Type." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_1509432322": { - "context": "section header", - "string": "詮釋資料" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_3466659718": { - "string": "This list shows all attributes that will be assigned to pages that have this page type assigned." - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetailsPage_dot_613275198": { - "context": "section header", - "string": "Content Attributes" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeDetails_dot_1631499902": { - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_1793828289": { - "string": "Search Page Type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_4077151320": { - "context": "button", - "string": "Create page type" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeListPage_dot_464566131": { - "context": "tab name", - "string": "All Page Types" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_1631499902": { - "context": "page type name", - "string": "Content Type Name" - }, - "src_dot_pageTypes_dot_components_dot_PageTypeList_dot_2965257236": { - "string": "No page types found" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_title": { - "context": "PageTypeDeleteWarningDialog title", - "string": "Delete page {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_pageTypes_dot_hooks_dot_usePageTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "PageTypeDeleteWarningDialog single assigned items button label", - "string": "View pages" - }, - "src_dot_pageTypes_dot_views_dot_2634056946": { - "context": "dialog header", - "string": "Unassign Attribute from Page Type" - }, - "src_dot_pageTypes_dot_views_dot_3442954831": { - "string": "Page type deleted" - }, - "src_dot_pageTypes_dot_views_dot_870815507": { - "context": "unassign attribute from page type, button", - "string": "Unassign" - }, - "src_dot_pageTypes_dot_views_dot_891131033": { - "context": "dialog header", - "string": "Unassign Attribute From Page Type" - }, - "src_dot_pageTypes_dot_views_dot_98187848": { - "string": "成功建立頁面類別" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "頁面" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "新建頁面" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_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": "會在自 {date} 可見" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_643174786": { - "context": "page label", - "string": "可見" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_77815154": { - "context": "page label", - "string": "隱藏" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "內容" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "標題" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "新增頁面" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_pageType": { - "context": "Types", - "string": "Page Types" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_searchPlaceholder": { - "context": "search pages placeholder", - "string": "Search Pages" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "標題" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "可見" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "No pages found" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3478065224": { - "context": "page internal name", - "string": "Slug" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3640454975": { - "context": "page status", - "string": "已發佈" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Not Published" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_2959504520": { - "string": "Content type" - }, - "src_dot_pages_dot_components_dot_PageOrganizeContent_dot_590187004": { - "context": "section header", - "string": "Organize Content" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "新建頁面" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "成功新建頁面" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "發佈" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "取消發佈" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "刪除頁面" - }, - "src_dot_paid": { - "context": "payment status", - "string": "已全數付款" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "部分發貨" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "已付費部分款項" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "已退還部分款項" - }, - "src_dot_partiallyReturned": { - "context": "order status", - "string": "Partially returned" - }, - "src_dot_paymentStatus": { - "string": "付款狀態" - }, - "src_dot_pending": { - "context": "payment status", - "string": "Pending" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "權限組別" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_noMembersFound": { - "context": "description", - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputLabel": { - "context": "input label", - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_searchInputPlaceholder": { - "context": "input placeholder", - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffActive": { - "context": "staff member status", - "string": "Active" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_staffInactive": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_title": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "刪除權限組別" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "組別名稱" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "新增權限組別" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "權限組別名稱" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "成員" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "電郵地址" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Active" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "組別成員" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "名字" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "權限組別已刪除" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "插件" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Authorization" - }, - "src_dot_plugins_dot_components_dot_PluginDetailsChannelsCard_dot_noChannelsSubtitle": { - "context": "PluginDetailsChannelsCard no channels subtitle", - "string": "Plugin’s settings are set common across all channels" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "插件名稱" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { - "context": "plugin status", - "string": "狀態" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { - "context": "section header", - "string": "Plugin Information and Status" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3954867850": { - "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": "插件設定" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3233248823": { - "string": "搜尋插件…" - }, - "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 filters error messages status", - "string": "Status is not selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionSubtitle": { - "context": "status section subtitle", - "string": "Channel status" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channelStatusSectionTitle": { - "context": "status section title", - "string": "Status in channel" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_channels": { - "context": "plugin filters error messages channels", - "string": "No channels selected" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_configTypeSectionTitle": { - "context": "config type section title", - "string": "Configuration Type" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_active": { - "context": "status label active", - "string": "Active" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelLabel": { - "context": "table header channel col label", - "string": "Channel" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_channelTitle": { - "context": "plugin channel availability status title", - "string": "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_confLabel": { - "context": "table header configuration col label", - "string": "配置" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_deactivated": { - "context": "status label deactivated", - "string": "Deactivated" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_description": { - "context": "global config plugin status popup description", - "string": "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_globalLabel": { - "context": "PluginChannelConfigurationCell global title", - "string": "Global" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_nameLabel": { - "context": "table header name col label", - "string": "名稱" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_title": { - "context": "channel config plugin status popup title", - "string": "Assigned to {activeChannelsCount} of {allChannelsCount} channels" - }, - "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_preorderEndDateInFutureErrorText": { - "string": "Preorder end time needs to be set in the future" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "商品類型" - }, - "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_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardDescription": { - "context": "option description", - "string": "This product will act as a payment method" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionGiftCardTitle": { - "context": "option", - "string": "Gift card product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_optionNormalTitle": { - "context": "option", - "string": "Regular product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_productTypeName": { - "context": "label", - "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": "税項" - }, - "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": "運送" - }, - "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_components_dot_ProductTypeVariantAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1779771890": { - "string": "{inputType} attributes cannot be used as variant selection attributes." - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_1835784218": { - "context": "variant attribute checkbox", - "string": "Variant Selection" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeVariantAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_title": { - "context": "ProductTypeDeleteWarningDialog title", - "string": "Delete product {selectedTypesCount,plural,one{type} other{types}}" - }, - "src_dot_productTypes_dot_hooks_dot_useProductTypeDelete_dot_viewAssignedItemsButtonLabel": { - "context": "ProductTypeDeleteWarningDialog single assigned items button label", - "string": "View products" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "成功建立商品類別" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Unassign" - }, - "src_dot_products": { - "context": "products section name", - "string": "產品" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Category" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "系列" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2341910657": { - "context": "product label", - "string": "Not published" - }, - "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_ProductCreatePage_dot_3640454975": { - "context": "product label", - "string": "已發佈" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_3416636340": { - "context": "product rating", - "string": "產品評價" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "名稱" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1004476569": { - "context": "option", - "string": "Export stock for all warehouses" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_108342258": { - "context": "button", - "string": "Load More" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1547327218": { - "context": "there are more elements of list that are hidden", - "string": "and {number} more" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_1890035856": { - "context": "informations about product organization, header", - "string": "Product Organization" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2119710854": { - "context": "informations about product seo, header", - "string": "SEO Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2167661409": { - "context": "export selected items to csv file", - "string": "已選取 {number} 個商品" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2318723509": { - "context": "export items to csv file, choice field label", - "string": "Export information for:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2355065897": { - "context": "export all items to csv file", - "string": "共 {number} 個商品" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2474350154": { - "context": "list of warehouses", - "string": "Warehouses A to Z" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2659464408": { - "context": "product export to csv file, header", - "string": "Information exported" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_2693217446": { - "context": "export items as csv or spreadsheet file", - "string": "匯出至:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3365843236": { - "context": "product export to csv file, header", - "string": "匯出設定" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3443345452": { - "context": "selectt all options", - "string": "全選" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3518309850": { - "context": "export items as spreadsheet", - "string": "Spreadsheet for Excel, Numbers etc." - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3599582104": { - "string": "Search Atrtibuttes" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3902059658": { - "string": "匯出商品庫存到 CSV 檔案" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_3919525499": { - "context": "informations about product stock, header", - "string": "Inventory Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_4118932547": { - "context": "export items as csv file", - "string": "Plain CSV file" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_472026385": { - "context": "select product informations to be exported", - "string": "Information exported:" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_524117994": { - "context": "input helper text, search attributes", - "string": "Search by attribute name" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_700651641": { - "context": "export filtered items to csv file", - "string": "Current search ({number})" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_734825715": { - "context": "informations about product prices etc, header", - "string": "Financial Information" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_confirmButtonLabel": { - "context": "export products to csv file, button", - "string": "匯出商品" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_productsLabel": { - "context": "products export type label", - "string": "products" - }, - "src_dot_products_dot_components_dot_ProductExportDialog_dot_title": { - "context": "export products to csv file, dialog header", - "string": "匯出資料" - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_4146081479": { - "context": "modal header", - "string": "Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery." - }, - "src_dot_products_dot_components_dot_ProductExternalMediaDialog_dot_buttonMessage": { - "context": "modal button", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "新增商品" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_2059406063": { - "context": "export products to csv file, button", - "string": "匯出商品" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3155791658": { - "context": "created products counter", - "string": "{count}/{max} SKUs used" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "搜尋商品…" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "所有商品" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_channel": { - "context": "sales channel", - "string": "Channel" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "隱藏" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_kind": { - "context": "product kind", - "string": "Product Kind" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Out Of Stock" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "價格" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Stock quantity" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "可見" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "可見" - }, - "src_dot_products_dot_components_dot_ProductList_dot_150865454": { - "context": "product type", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "找不到商品" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "名稱" - }, - "src_dot_products_dot_components_dot_ProductList_dot_availability": { - "context": "product channels", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductList_dot_price": { - "context": "product price", - "string": "價格" - }, - "src_dot_products_dot_components_dot_ProductList_dot_published": { - "context": "product publication date", - "string": "Published on {date}" - }, - "src_dot_products_dot_components_dot_ProductList_dot_type": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_unpublished": { - "context": "product publication date", - "string": "Unpublished" - }, - "src_dot_products_dot_components_dot_ProductList_dot_updatedAt": { - "context": "product updated at", - "string": "Last updated" - }, - "src_dot_products_dot_components_dot_ProductList_dot_willBePublished": { - "context": "product publication date", - "string": "Becomes published on {date}" - }, - "src_dot_products_dot_components_dot_ProductMediaNavigation_dot_allMedia": { - "context": "section header", - "string": "All Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_editMedia": { - "context": "header", - "string": "Edit Media" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaInformation": { - "context": "section header", - "string": "Media Information" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_mediaView": { - "context": "section header", - "string": "Media View" - }, - "src_dot_products_dot_components_dot_ProductMediaPage_dot_optional": { - "context": "field is optional", - "string": "可選" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadImages": { - "context": "modal button images upload", - "string": "Upload Images" - }, - "src_dot_products_dot_components_dot_ProductMediaPopper_dot_uploadUrl": { - "context": "modal button url upload", - "string": "Upload URL" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductMedia_dot_upload": { - "context": "modal button upload", - "string": "上傳" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Category" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "系列" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "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": "商品類型" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_1325966144": { - "context": "product shipping", - "string": "運送" - }, - "src_dot_products_dot_components_dot_ProductShipping_dot_746695941": { - "context": "product weight", - "string": "Weight" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_1540024536": { - "context": "product inventory, checkbox", - "string": "Variant currently in preorder" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2473321447": { - "string": "CANCEL END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2481295410": { - "context": "app has been installed", - "string": "{unitsLeft} units left" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "倉庫名稱" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2699291877": { - "string": "SETUP END DATE" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "庫存" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_294624093": { - "context": "info text", - "string": "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone." - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2999762286": { - "string": "Threshold that cannot be exceeded even if per channel thresholds are still available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3420537107": { - "context": "tabel column header", - "string": "通路" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3862021157": { - "context": "info text", - "string": "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_4187357147": { - "string": "Unlimited" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_578055997": { - "string": "Global threshold" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_1943864488": { - "context": "checkbox", - "string": "Charge taxes on this product" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2022558114": { - "context": "select tax ratte", - "string": "Tax Rate" - }, - "src_dot_products_dot_components_dot_ProductTaxes_dot_2771905943": { - "context": "checkbox", - "string": "Override the product type's tax rate" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2341910657": { - "context": "product label", - "string": "Not published" - }, - "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_ProductUpdatePage_dot_3640454975": { - "context": "product label", - "string": "已發佈" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "Your customer won't be allowed to buy bigger quantity per checkout than shown here." - }, - "src_dot_products_dot_components_dot_ProductVariantCheckoutSettings_dot_checkoutLineLimit": { - "context": "input label", - "string": "Limit quantity per checkout (optional)" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_description": { - "context": "create product variants", - "string": "How would you like to create variants:" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleDescription": { - "context": "option description", - "string": "Use variant creator to create matrix of selected attribute values to create variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionMultipleTitle": { - "context": "option", - "string": "Create multiple variant via variant creator" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleDescription": { - "context": "option description", - "string": "Create new variant using variant details view" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_optionSingleTitle": { - "context": "option", - "string": "Create single variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_title": { - "context": "dialog header", - "string": "新增變體" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesHeader": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_attributesSelectionHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_deleteVariant": { - "context": "button", - "string": "刪除變體" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_pricingCardSubtitle": { - "context": "variant pricing section subtitle", - "string": "There is no channel to define prices for. You need to first add variant to channels to define prices." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_saveVariant": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price, header", - "string": "價格" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1419085897": { - "string": "You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2330516954": { - "context": "variant channel price", - "string": "{channel} Price" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "摘要" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2877822536": { - "string": "Skip pricing for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "創建" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "庫存單位" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "變體" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_multipleValueLabel": { - "context": "attribute values", - "string": "屬性值" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "刪除變體" - }, - "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": "刪除變體" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogConfirmButtonLabel": { - "context": "button label", - "string": "ACCEPT" - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogMessage": { - "string": "You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses." - }, - "src_dot_products_dot_components_dot_ProductVariantEndPreorderDialog_dot_dialogTitle": { - "context": "dialog header", - "string": "Ending preorder" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_2015102342": { - "context": "dialog header", - "string": "Media Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_chooseMedia": { - "context": "button", - "string": "Choose media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_media": { - "context": "section header", - "string": "Media" - }, - "src_dot_products_dot_components_dot_ProductVariantMedia_dot_selectSpecificVariant": { - "context": "select variant media", - "string": "Select a specific variant media from product media" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "變體" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "新增產品變體" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "New Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitleHidden": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle hidden", - "string": "隱藏" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_itemSubtitlePublished": { - "context": "VariantDetailsChannelsAvailabilityCard item subtitle published", - "string": "Published since {publicationDate}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_noItemsAvailable": { - "context": "VariantDetailsChannelsAvailabilityCard no items available", - "string": "This variant is not available at any of the channels" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_nonSelectionAttributes": { - "context": "attributes, section header", - "string": "Variant Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_selectionAttributesHeader": { - "context": "attributes, section header", - "string": "Variant Selection Attributes" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_subtitle": { - "context": "VariantDetailsChannelsAvailabilityCard subtitle", - "string": "Available in {publishedInChannelsCount} out of {availableChannelsCount}" - }, - "src_dot_products_dot_components_dot_ProductVariantPage_dot_title": { - "context": "VariantDetailsChannelsAvailabilityCard title", - "string": "Availability" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1134347598": { - "string": "價格" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1387754199": { - "context": "tabel column header", - "string": "Selling Price" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2644882304": { - "context": "tabel column header", - "string": "Cost" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_3511613983": { - "context": "tabel column header", - "string": "通路名稱" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_4097816011": { - "string": "No channels found" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_819659341": { - "context": "tabel column header", - "string": "Cost price" - }, - "src_dot_products_dot_components_dot_ProductVariantSetDefault_dot_3683859003": { - "context": "set variant as default, button", - "string": "Set as default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "價格" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": { - "context": "default product variant indicator", - "string": "Default" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1819927358": { - "context": "product variant preorder threshold", - "string": "In preorder" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "變體" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3024822321": { - "context": "alert", - "string": "SKU limit reached" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "庫存" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4232843317": { - "context": "product variant preorder threshold", - "string": "{globalThreshold} Global threshold" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "庫存單位" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_911702010": { - "string": "You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "變體" - }, - "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_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1542417144": { - "context": "window title", - "string": "新增商品" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_1591632382": { - "context": "page header", - "string": "新商品" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_ProductCreate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1505423810": { - "context": "waiting for export to end, header", - "string": "匯出 CSV" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "刪除產品" - }, - "src_dot_products_dot_views_dot_ProductList_dot_44832327": { - "string": "We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address" - }, - "src_dot_products_dot_views_dot_ProductList_dot_giftCardLabel": { - "context": "label", - "string": "Gift Card" - }, - "src_dot_products_dot_views_dot_ProductList_dot_normalLabel": { - "context": "label", - "string": "Normal" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_3423943948": { - "string": "Manage Products Channel Availability" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogSubtitle": { - "context": "delete product dialog subtitle", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteProductDialogTitle": { - "context": "delete product dialog title", - "string": "刪除商品" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogSubtitle": { - "context": "delete variant dialog subtitle", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_deleteVariantDialogTitle": { - "context": "delete variant dialog title", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "成功建立變體" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "新增變體" - }, - "src_dot_products_dot_views_dot_variantCreatedSuccess": { - "context": "variant created success message", - "string": "Variant created" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor 在只讀模式下運行。更改未保存。" - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "已全數退款" - }, - "src_dot_refused": { - "context": "payment status", - "string": "Refused" - }, - "src_dot_remove": { - "context": "button", - "string": "刪除" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_returned": { - "context": "order status", - "string": "Returned" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "促銷" - }, - "src_dot_save": { - "context": "button", - "string": "儲存" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_select": { - "context": "select option, button", - "string": "Select" - }, - "src_dot_selectAll": { - "context": "select all options, button", - "string": "全選" - }, - "src_dot_selected": { - "string": "Selected" - }, - "src_dot_send": { - "context": "button", - "string": "送出" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_DeleteShippingRateDialog_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1063111824": { - "context": "max price in channel", - "string": "Max. value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1064401942": { - "context": "price rates info", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1449127001": { - "string": "Min Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_1615342575": { - "context": "channels discount info", - "string": "Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_3989471564": { - "context": "card title", - "string": "Order Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_491724403": { - "context": "checkbox label", - "string": "Restrict order value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_507892781": { - "context": "channel name", - "string": "通路名稱" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_58751738": { - "string": "Max Value" - }, - "src_dot_shipping_dot_components_dot_OrderValue_dot_666501915": { - "context": "min price in channel", - "string": "Min. value" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1064401942": { - "context": "info text", - "string": "This rate will apply to all orders" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_1648082334": { - "context": "checkbox label", - "string": "Restrict order weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2211490913": { - "context": "card title", - "string": "Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_2935375344": { - "string": "Min. Order Weight" - }, - "src_dot_shipping_dot_components_dot_OrderWeight_dot_959089677": { - "string": "Max. Order Weight" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1099355007": { - "context": "pricing card title", - "string": "Pricing" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_1134347598": { - "context": "column title", - "string": "價格" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_3211447524": { - "context": "info text", - "string": "Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency" - }, - "src_dot_shipping_dot_components_dot_PricingCard_dot_507892781": { - "context": "column title", - "string": "通路名稱" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_2850255786": { - "string": "搜尋商品" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3657244300": { - "context": "assign products to shipping rate and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProductsAddDialog_dot_3756118423": { - "context": "dialog header", - "string": "Assign Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1737533260": { - "string": "No Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_1781179817": { - "context": "section header", - "string": "Excluded Products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_2697405188": { - "string": "商品名稱" - }, - "src_dot_shipping_dot_components_dot_ShippingMethodProducts_dot_4190792473": { - "string": "Actions" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_description": { - "context": "label", - "string": "Shipping Rate Description" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_maxDays": { - "context": "label", - "string": "Max Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_minDays": { - "context": "label", - "string": "Min Delivery Time" - }, - "src_dot_shipping_dot_components_dot_ShippingRateInfo_dot_name": { - "context": "label", - "string": "Shipping rate name" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "倉庫名稱" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesButton": { - "context": "assign countries to shipping zone and save, button", - "string": "Assign and save" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesDescription": { - "context": "dialog description", - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_assignCountriesTitle": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_countriesSubtitle": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_quickPickSubtitle": { - "context": "section title", - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckbox": { - "context": "checkbox label", - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_restOfTheWorldCheckboxDescription": { - "context": "checkbox description", - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesLabel": { - "context": "search label", - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_searchCountriesPlaceholder": { - "context": "search placeholder", - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_countries": { - "context": "country list header", - "string": "國家" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_createZone": { - "context": "section header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_countries": { - "context": "country list header", - "string": "國家" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_noCountriesAssigned": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_shipping": { - "context": "shipping section header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionCharacterLimit": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_descriptionPlaceholder": { - "context": "field placeholder", - "string": "Description of a shipping zone." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_name": { - "context": "label", - "string": "Shipping zone name" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3070993206": { - "context": "range input label", - "string": "Postal codes (end)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3099331554": { - "context": "add postal code range, button", - "string": "新增" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3419096551": { - "context": "range input label", - "string": "Postal codes (start)" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3668595137": { - "string": "Please provide range of postal codes you want to add to the include/exclude list." - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodeRangeDialog_dot_3849853790": { - "context": "dialog header", - "string": "Add postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1301350004": { - "string": "This shipping rate has no postal codes assigned" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1680649143": { - "context": "action", - "string": "Include postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1779803917": { - "string": "Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_1909179974": { - "context": "button", - "string": "Add postal code range" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2274108851": { - "context": "number of postal code ranges", - "string": "{number} postal code ranges" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_2965119249": { - "string": "Only added postal codes will be able to use this shipping rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_3782353530": { - "context": "postal codes, header", - "string": "Postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZonePostalCodes_dot_399764149": { - "context": "action", - "string": "Exclude postal codes" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1161979494": { - "context": "page title", - "string": "Price Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_1325966144": { - "string": "運送" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesCreatePage_dot_3538551526": { - "context": "page title", - "string": "Weight Rate Create" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRatesPage_dot_1325966144": { - "string": "運送" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "價格" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Create rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Value Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "No shipping rates found" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Price Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Weight Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Weight Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "名稱" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldAddText": { - "context": "WarehousesSection select field add text", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_selectFieldPlaceholder": { - "context": "WarehousesSection select field placeholder", - "string": "選取倉庫" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_subtitle": { - "context": "WarehousesSection subtitle", - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneSettingsCard_dot_title": { - "context": "ShippingZoneSettingsCard title", - "string": "設定" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "運送" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Shipping By Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Create shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "國家" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "名稱" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1203193503": { - "context": "dialog header", - "string": "Unassign Products From Shipping" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_dot_1569805915": { - "context": "unassign products from shipping rate and save, button", - "string": "Unassign and save" - }, - "src_dot_shipping_dot_components_dot_UnassignDialog_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_shipping_dot_invalid": { - "context": "error message", - "string": "無效數值" - }, - "src_dot_shipping_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "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_3823295269": { - "string": "Manage Channel Availability" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_870815507": { - "context": "unassign products from shipping method, button", - "string": "Unassign" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1790261672": { - "context": "unassign country", - "string": "Are you sure you want to remove {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4243932177": { - "context": "unassign country, dialog header", - "string": "Remove from Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_4279089621": { - "context": "remove country from shipping zone and save, button", - "string": "Remove and save" - }, - "src_dot_shipping_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "網站設定" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimits": { - "context": "title", - "string": "Checkout limits" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLimitsDescription": { - "context": "input helper text", - "string": "This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_checkoutLineLimit": { - "context": "input label", - "string": "Checkout line limit" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStock": { - "context": "title", - "string": "Reserved stock" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_reservedStockDescription": { - "context": "description", - "string": "Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAnonymousUser": { - "context": "input label", - "string": "Stock reservation for anonymous user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockReservationForAuthenticatedUser": { - "context": "input label", - "string": "Stock reservation for authenticated user (in minutes)" - }, - "src_dot_siteSettings_dot_components_dot_SiteCheckoutSettingsCard_dot_stockWillNotBeReserved": { - "context": "input helper text", - "string": "Leaving this setting empty will mean that stock won’t be reserved" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_1170194728": { - "string": "Store domain" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_2286355060": { - "string": "商店名稱" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_3868874271": { - "string": "Store description" - }, - "src_dot_siteSettings_dot_components_dot_SiteDetailsSettingsCard_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "商店資訊" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutDescription": { - "context": "section description", - "string": "You can set basic checkout rules that will be applied globally to all your channels" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCheckoutTitle": { - "context": "section title", - "string": "Checkout Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyDescription": { - "context": "section description", - "string": "This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionCompanyTitle": { - "context": "section title", - "string": "公司資訊" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_sectionDetailsDescription": { - "context": "section description", - "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_somethingWentWrong": { - "string": "Saleor 遇到未知問題" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "發送邀請" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "權限" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_userStatusActive": { - "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_378240223": { - "string": "You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_4002475974": { - "context": "alert", - "string": "Staff Member limit reached" - }, - "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_938945387": { - "context": "used staff users counter", - "string": "{count}/{max} members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Active" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Deactivated" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "狀態" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": "email地址" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Active" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "No staff members found" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "名字" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "新密碼" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "New password must be at least 8 characters long" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "修改密碼" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Previous Password" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "You should change your password every month to avoid security issues." - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "Change your password" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "密碼" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "Selecting this will change the language of your dashboard" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion." - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { - "string": "偏好語言" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { - "context": "section header", - "string": "Preferences" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_1473195966": { - "context": "avatar change button", - "string": "Change" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_3645414921": { - "context": "avatar delete button", - "string": "刪除" - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userDisableInstruction": { - "string": "If you want to disable this User please uncheck the box below." - }, - "src_dot_staff_dot_components_dot_UserStatus_dot_userStatus": { - "context": "section header", - "string": "User Status" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "delete Staff User" - }, - "src_dot_staff_dot_views_dot_3945766678": { - "string": "Are you sure you want to remove {email} avatar?" - }, - "src_dot_staff_dot_views_dot_701332676": { - "context": "dialog header", - "string": "Delete Staff User Avatar" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "Are you sure you want to delete {email} from staff members?" - }, - "src_dot_startDate": { - "string": "Start Date" - }, - "src_dot_startHour": { - "string": "Start Hour" - }, - "src_dot_status": { - "string": "狀態" - }, - "src_dot_summary": { - "string": "摘要" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "税項" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "税項" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "No countries found" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Reduced Tax Rates" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Country Code" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "Country Name" - }, - "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_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "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": "成功獲取稅率" - }, - "src_dot_time": { - "context": "independent of any particular day, eg. 11:35", - "string": "Time" - }, - "src_dot_translationAttributes": { - "string": "屬性" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "翻譯" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_1932340772": { - "string": "Translating" - }, - "src_dot_translations_dot_components_dot_ProductContextSwitcher_dot_197468239": { - "string": "Main Product" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1308081812": { - "string": "{numberOfFields} Translations, {numberOfTranslatedFields} Completed" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1348655672": { - "string": "原始字串" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_2481190613": { - "string": "翻譯" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_363646127": { - "context": "button", - "string": "撤銷" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_3793796047": { - "string": "還沒有翻譯" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_884093025": { - "context": "header", - "string": "Translation Attribute \"{attribute}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_valueNumber": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsAttributesPage_dot_values": { - "context": "section name", - "string": "屬性值" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Category Name" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "搜尋引擎描述" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Translation Category \"{categoryName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { - "string": "搜尋引擎標題" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { - "string": "搜尋引擎描述" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { - "string": "搜尋引擎標題" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { - "string": "系列名稱" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3055443821": { - "context": "header", - "string": "Translation Collection \"{collectionName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1163855804": { - "string": "語言" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { - "string": "系列" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "{language} 翻譯" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "產品" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "頁面" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "產品分類" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3731925413": { - "string": "配送方式" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4153345096": { - "string": "屬性" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "促銷" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "優惠券" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} of {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "No translatable entities found" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "已完成翻譯" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "名稱" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "語言" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "No languages found" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "語言" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "內容" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "搜尋引擎描述" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "搜尋引擎標題" - }, - "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_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "頁面標題" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_847507870": { - "context": "header", - "string": "Translation Product Variant \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductVariantsPage_dot_953327101": { - "string": "Variant Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "搜尋引擎描述" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "搜尋引擎標題" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "商品名稱" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Translation Product \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "描述" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_4165966072": { - "context": "attribute list", - "string": "Attribute {number}" - }, - "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_TranslationsShippingMethodPage_dot_3374163063": { - "context": "shipping method description", - "string": "描述" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_3498202636": { - "context": "header", - "string": "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsShippingMethodPage_dot_636461959": { - "context": "shipping method name", - "string": "名稱" - }, - "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": "代金券名稱" - }, - "src_dot_unauthorizedDashboardAccess": { - "string": "Only staff users can access the dashboard" - }, - "src_dot_unconfirmed": { - "context": "order status", - "string": "未確認" - }, - "src_dot_undo": { - "context": "button", - "string": "復原" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "未發貨" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "未付款" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeRequired": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "庫存不足以發貨" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manual payments can not be refunded" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Only pre-authorized payments can be voided" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "只有預繳款項能夠到賬" - }, - "src_dot_utils_dot_errors_dot_channelAlreadyExist": { - "string": "This channel has already been created" - }, - "src_dot_utils_dot_errors_dot_channelSameCurrency": { - "string": "Currency in both channels must be the same" - }, - "src_dot_utils_dot_errors_dot_channelUnique": { - "string": "Slug must be unique" - }, - "src_dot_utils_dot_errors_dot_duplicated": { - "string": "The same object cannot be in both lists" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_emailNotSet": { - "context": "error message", - "string": "Email address is not set" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API 錯誤" - }, - "src_dot_utils_dot_errors_dot_insufficientStock": { - "context": "error message", - "string": "Cannot change the quantity because of insufficient stock" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidManifestFormat": { - "string": "Invalid manifest format" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_invalidPermission": { - "string": "Permission is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidStatus": { - "context": "error message", - "string": "Status is invalid" - }, - "src_dot_utils_dot_errors_dot_invalidUrlFormat": { - "string": "Url has invalid format" - }, - "src_dot_utils_dot_errors_dot_lessThanMin": { - "context": "error message", - "string": "Max value cannot be less than min value" - }, - "src_dot_utils_dot_errors_dot_misconfigured": { - "string": "Plugin is misconfigured and cannot be activated" - }, - "src_dot_utils_dot_errors_dot_nameAlreadyTaken": { - "string": "This name is already taken. Please provide another." - }, - "src_dot_utils_dot_errors_dot_noCategorySet": { - "context": "no category set error", - "string": "Product category not set" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_notFound": { - "context": "error message", - "string": "Page not found." - }, - "src_dot_utils_dot_errors_dot_notReady": { - "context": "error message", - "string": "Billing address is not set or invoice is not ready to be send" - }, - "src_dot_utils_dot_errors_dot_numberNotSet": { - "context": "error message", - "string": "Number not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_outOfScopeApp": { - "string": "App is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopePermission": { - "string": "Permission is out of your scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_priceInvalid": { - "string": "商品價格不能低於 0。" - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Shipping method is not valid for chosen shipping address" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "未知錯誤" - }, - "src_dot_utils_dot_errors_dot_unsupportedMediaProvider": { - "string": "Unsupported media provider or incorrect URL" - }, - "src_dot_utils_dot_errors_dot_urlNotSet": { - "context": "error message", - "string": "URL not set for an invoice" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_utils_dot_errors_dot_variantUnique": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "優惠券" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "倉庫" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "新增倉庫" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "刪除倉庫" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "倉庫名稱" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_1082745946": { - "context": "used warehouses counter", - "string": "{count}/{max} warehouses used" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "搜尋倉庫" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3562691996": { - "context": "alert", - "string": "Warehouse limit reached" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_478107533": { - "string": "You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits." - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "新增倉庫" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "名稱" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehouses": { - "context": "WarehouseSettings all warehouses label", - "string": "All warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsAllWarehousesDescription": { - "context": "WarehouseSettings all warehouses description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabled": { - "context": "WarehouseSettings disabled warehouse label", - "string": "Disabled" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsDisabledDescription": { - "context": "WarehouseSettings disabled warehouse description", - "string": "If selected customer won't be able to choose this warehouse as pickup point" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocal": { - "context": "WarehouseSettings local warehouse label", - "string": "Local stock only" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsLocalDescription": { - "context": "WarehouseSettings local warehouse description", - "string": "If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsNoShippingZonesAssigned": { - "context": "WarehouseSettings no shipping zones assigned", - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPickupTitle": { - "context": "WarehouseSettings pickup title", - "string": "Pickup" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStock": { - "context": "WarehouseSettings private stock label", - "string": "Private Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPrivateStockDescription": { - "context": "WarehouseSettings private stock description", - "string": "If enabled stock in this warehouse won't be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStock": { - "context": "WarehouseSettings public stock label", - "string": "Public Stock" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsPublicStockDescription": { - "context": "WarehouseSettings public stock description", - "string": "If enabled stock in this warehouse will be shown" - }, - "src_dot_warehouses_dot_components_dot_WarehouseSettings_dot_warehouseSettingsTitle": { - "context": "WarehouseSettings title", - "string": "設定" - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "新增倉庫" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToAsynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register asynchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_assignPermissionsToSynchronousEvents": { - "context": "section description", - "string": "Assign permissions to register synchronous events for this webhook." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_asynchronousEvents": { - "context": "section subheader", - "string": "Asynchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_events": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_registeredEvents": { - "context": "input label", - "string": "Registered events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_synchronousEvents": { - "context": "section subheader", - "string": "Synchronous events" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKey": { - "context": "webhook input label", - "string": "Secret Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_secretKeyDescription": { - "context": "webhook input 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_targetUrl": { - "context": "webhook input label", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_targetUrlDescription": { - "context": "webhook input help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookInformation": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_webhookName": { - "context": "webhook input label", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActive": { - "context": "webhooks active label", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookActiveDescription": { - "context": "webhook active description", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_webhookStatus": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_header": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerCreate": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_headerNamed": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3493926696": { - "context": "button", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_3861572549": { - "context": "header", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "名稱" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Yes" - }, - "tableColAllocated": { - "context": "table column header, allocated product quantity", - "string": "已分配" - }, - "tableColChannelThreshold": { - "context": "table column header", - "string": "Channel threshold" - }, - "tableColQuantity": { - "context": "table column header", - "string": "庫存" - }, - "tableColSoldUnits": { - "context": "table column header, sold units preorder quantity", - "string": "Sold units" - }, - "transaction reference subtitle": { - "context": "transaction reference subtitle", - "string": "Transaction reference" - }, - "unavailable for purchase": { - "context": "product unavailability", - "string": "Unavailable for purchase" - }, - "unlimitedUnitsLeft": { - "context": "section header", - "string": "Unlimited" - }, - "voucherDetailsUnassignCategory": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "button", - "string": "Unassign" - }, - "will become available on": { - "context": "product available for purchase date", - "string": "will become available on {date}" - }, - "will become published on": { - "context": "product publication date label", - "string": "will become published on {date}" - } -} \ No newline at end of file +{"PRXpBm":{"context":"dialog header","string":"取消訂單"},"ll2dE6":{"context":"PageTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages."},"qu8b3v":{"context":"PageTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those pages types and assigned pages"},"tQxBXs":{"context":"PageTypeDeleteWarningDialog single assigned items description","string":"You are about to delete page type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?"},"RZ32u5":{"context":"PageTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this page type and assigned pages"},"VvFJ/T":{"context":"PageTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages."},"TnyLrZ":{"context":"PageTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages"},"2Sx05f":{"context":"Previous discount label","string":"Previous discount value"},"aPqizA":{"context":"ProductTypeDeleteWarningDialog multiple assigned items description","string":"Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products."},"0em8tI":{"context":"ProductTypeDeleteWarningDialog multiple consent label","string":"Yes, I want to delete those products types and assigned products"},"ZFfG4L":{"context":"ProductTypeDeleteWarningDialog single assigned items description","string":"You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?"},"bk9KUX":{"context":"ProductTypeDeleteWarningDialog single consent label","string":"Yes, I want to delete this product type and assigned products"},"HivFnX":{"context":"ProductTypeDeleteWarningDialog single no assigned items description","string":"Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products."},"3dVKNR":{"context":"ProductTypeDeleteWarningDialog with items multiple description","string":"You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products"},"nngeI3":{"context":"amount title","string":"退款金額"},"xrPv2K":{"context":"by preposition","string":"by"},"beuxAP":{"context":"channel publication status","string":"隱藏"},"DIrxt7":{"context":"channel publication date","string":"自 {date} 可見"},"nfbabo":{"context":"channel publication date","string":"Will become available on {date}"},"mDgOmP":{"context":"channel publication status","string":"可見"},"19/lwV":{"string":"設定用於新增商品類型的屬性"},"8vJCJ4":{"string":"設定與管理銷售通路"},"hpMcW8":{"string":"設定使用者如何在您的商店導覽"},"JPH/uP":{"string":"設定您商店內的內容頁面類型"},"ivJ1qt":{"string":"管理權限與權限組別"},"n0RwMK":{"string":"設定商品類別"},"zxs6G3":{"string":"管理訂單發運貨方式"},"5BajZK":{"string":"查看及更新網站設定"},"RQUkVW":{"string":"管理員工及權限設定"},"EIULpW":{"string":"管理商店內各種税項"},"5RmuD+":{"string":"管理及更新倉庫資訊"},"m19JfL":{"string":"查看及更新插件設定"},"yJynYK":{"context":"discount value","string":"discount"},"ojHyj3":{"context":"discount value label","string":"discount value"},"sHON47":{"context":"refunded products list title","string":"商品已退款"},"nki0o/":{"context":"replaced products list title","string":"Products replaced"},"L5io1l":{"context":"returned products list title","string":"Products returned"},"a1uffz":{"context":"draft created from replace products list title","string":"Products replaced"},"undefined":{"context":"error message","string":"Status is invalid"},"/0JckE":{"context":"order marked as paid event title","string":"Order was marked as paid by"},"AQSmqG":{"context":"order discount was updated automatically event title","string":"Order discount was updated automatically updated"},"/KWNJW":{"context":"order discount was updated event title","string":"Order discount was updated by"},"Zptsep":{"context":"order was discounted event title","string":"Order was discounted by"},"nayZY0":{"context":"returned event title","string":"Products were returned by"},"Zhxu58":{"context":"Fixed amount subtitle","string":"固定金額"},"T4wa2Y":{"context":"global config plugin status popup title","string":"Global Plugin"},"BXkF8Z":{"context":"header","string":" 活動"},"wWTUrM":{"string":"查無活動"},"zWgbGg":{"string":"今天"},"By5ZBp":{"context":"header","string":" {userName} 您好"},"aCX8rl":{"context":"subheader","string":"下面是您的商店的總覽"},"0opVvi":{"context":"number of ordered products","string":"{amount, plural,other {{amount} 張訂單}}"},"rr8fyf":{"context":"header","string":"暢銷商品"},"Q1Uzbb":{"string":"找不到商品"},"6L6Fy2":{"context":"header","string":"免責聲明"},"5LRkEs":{"string":"新的後台和GraphQL API是預覽版本的軟件。"},"G7mu0y":{"string":"The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."},"QBxN6z":{"context":"is filter range or value","string":"之間"},"I+UwqI":{"context":"is filter range or value","string":"等於"},"0OtaXa":{"context":"dialog header","string":"建立選單"},"jhh/D6":{"string":"選單標題"},"G/SYtU":{"string":"您確認要刪除選單 {menuName}?"},"QzseV7":{"context":"dialog header","string":"刪除選單"},"E54eoT":{"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"},"H3Uirw":{"context":"create new menu item, header","string":"添加項目"},"fzDI3A":{"context":"add link to navigation","string":"Link to: {url}"},"KKQUMK":{"context":"edit menu item, header","string":"編輯項目"},"Urh2N3":{"context":"label","string":"鏈結"},"28GZnc":{"string":"輸入來開始搜尋⋯"},"0Vyr8h":{"context":"menu item name","string":"名稱"},"Uf3oHA":{"context":"add new menu item","string":"Create new item"},"dEUZg2":{"context":"header","string":"選單項目"},"WwZfNK":{"string":"Add new menu item to begin creating menu"},"ugnggZ":{"string":"已建立選單"},"bj1U23":{"string":"Are you sure you want to delete {menuName}?"},"svK+kv":{"string":"{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}"},"1LBYpE":{"context":"dialog header","string":"Delete Menus"},"OwG/0z":{"string":"Deleted menu"},"0nL1D6":{"context":"number of menu items","string":"Items"},"DWs4ba":{"string":"No menus found"},"JXRYQg":{"context":"button","string":"建立選單"},"MTl5o6":{"context":"new discount label","string":"New discount value"},"saKXY3":{"context":"product label","string":"Not published"},"YI6Fhj":{"context":"no address is set in draft order","string":"Not set"},"PX2zWy":{"context":"customer is not set in draft order","string":"Not set"},"e7yOai":{"context":"shipping address is not set in draft order","string":"Not set"},"5Jo3C5":{"context":"vat not included in order price","string":"不適用"},"BftZHy":{"context":"window title","string":"Create Page Type"},"W5SK5c":{"string":"Select content type"},"gz9v22":{"context":"PluginChannelConfigurationCell channel title","string":"Per channel"},"P/oGtb":{"context":"product availability","string":"Available for purchase"},"KupNHw":{"context":"product field","string":"Category"},"jxoMLL":{"context":"product field","string":"系列"},"YVIajc":{"context":"product field","string":"描述"},"W8i2Ez":{"context":"product field","string":"名稱"},"6y+k8V":{"context":"product field","string":"商品圖片"},"7JAAul":{"context":"product field","string":"匯出產品重量"},"QVNg8A":{"context":"product field","string":"Charge Taxes"},"Q/Nbku":{"context":"product field","string":"Type"},"HYHLsB":{"context":"product field","string":"Export Variant ID"},"Uo5MoU":{"context":"product field","string":"Variant Images"},"5kvaFR":{"context":"product field","string":"匯出變體 SKU"},"XBwpUv":{"context":"product field","string":"匯出變體重量"},"4qe6hO":{"context":"product stock, section header","string":"庫存"},"SSWFo8":{"context":"window title","string":"新增商品類別"},"bq1eEx":{"context":"header","string":"新增商品類別"},"mUb8Gt":{"context":"section header","string":"税項"},"9xUIAh":{"string":"Tax group"},"OgFBAj":{"context":"input label","string":"價格"},"vuKrlW":{"string":"庫存"},"ABgQcF":{"context":"variant stock, header","string":"庫存"},"oIMMcO":{"context":"no warehouses info","string":"您的商店沒有設置倉庫。您仍可在不提供庫存數量的情況下設置變體。"},"Gjo89T":{"context":"header","string":"倉庫"},"D8nsBc":{"context":"no warehouses info","string":"您的商店沒有設置倉庫。如要新增變體庫存請先設置倉庫"},"RLBLPQ":{"context":"no warehouses info","string":"您的商店沒有設置倉庫。如要新增商品庫存請先設置倉庫"},"qJedl0":{"context":"product label","string":"已發佈"},"ppLwx3":{"context":"number of categories","string":"{quantity} 個類別"},"QdGzUf":{"context":"number of collections","string":"{quantity} 個系列"},"bNw8PM":{"context":"number of products","string":"{quantity} 個產品"},"HVlMK2":{"context":"number of variants","string":"Variants ({quantity})"},"YFQBs1":{"context":"product availability date label","string":"Set availability date"},"Krzyo+":{"context":"shipment refund title","string":"Shipment was refunded"},"mLZMb6":{"context":"ChannelsSection select field label","string":"Channel"},"yOaNWB":{"context":"delete shipping method","string":"Are you sure you want to delete {name}?"},"LsgHmZ":{"context":"delete shipping zone","string":"Are you sure you want to delete {name}?"},"PV0SQd":{"context":"WarehousesSection select field label","string":"倉庫"},"skPoVe":{"context":"button","string":"接受"},"Y7UlMR":{"context":"app extensions subsection","string":"Apps"},"59XppT":{"context":"button","string":"Approve"},"9q562c":{"context":"apps section name","string":"Apps"},"D/+84n":{"context":"snackbar text","string":"App activated"},"USO8PB":{"context":"snackbar text","string":"App deactivated"},"YHNozE":{"context":"dialog header","string":"Activate App"},"Q47ovw":{"context":"activate app","string":"Are you sure you want to activate this app? Activating will start gathering events."},"JbUg2b":{"context":"activate app","string":"Are you sure you want to activate {name}? Activating will start gathering events."},"D3E2b5":{"context":"button label","string":"Activate"},"W+AFZY":{"context":"button label","string":"Deactivate"},"yMi8I8":{"context":"dialog header","string":"Dectivate App"},"73RU3R":{"context":"deactivate app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app."},"7O2EsY":{"context":"deactivate local app","string":"Are you sure you want to disable this app? Your data will be kept until you reactivate the app."},"Np7J92":{"context":"deactivate local named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app."},"w6Gau0":{"context":"deactivate named app","string":"Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app."},"LtqrM8":{"context":"delete custom app","string":"Deleting {name}, you will delete all the data and webhooks regarding this app. Are you sure you want to do that?"},"zQX6xO":{"context":"dialog header","string":"Delete App"},"6hLZNA":{"context":"delete app","string":"Are you sure you want to delete this app?"},"EWD/wU":{"context":"delete app","string":"Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"},"whTEcF":{"context":"link","string":"Deactivate"},"Go50v2":{"context":"app privacy policy link","string":"View this app’s privacy policy"},"89PSdB":{"context":"link","string":"修改設定"},"a55zOn":{"context":"section header","string":"Data privacy"},"Gjb6eq":{"context":"link","string":"Get Support"},"HtfL5/":{"context":"button","string":"Open App"},"P5twxk":{"context":"link","string":"Activate"},"VsGcdP":{"context":"section header","string":"App permissions"},"7oQUMG":{"context":"apps about permissions","string":"This app has permissions to:"},"jDIRQV":{"context":"section header","string":"About this app"},"MSItJD":{"string":"You are about to leave the Dashboard. Do you want to continue?"},"WnlZMO":{"context":"title","string":"There’s a problem with app."},"4yRwN+":{"context":"content","string":"Saleor couldn’t fetch crucial information regarding installation. Without those System can’t install the app in your Saleor. Please use the button below to get back to system’s dashboard."},"906uUr":{"context":"button","string":"回到主頁"},"k5lHFp":{"context":"app data privacy link","string":"瞭解更多資料隱私"},"PkCmGU":{"context":"install button","string":"Install App"},"BL/Lbk":{"context":"install app permissions","string":"Installing this app will give it following permissions:"},"Id7C0X":{"context":"section header","string":"You are about to install {name}"},"UCHtG6":{"context":"button","string":"關於"},"hdcGSJ":{"context":"button","string":"Support/FAQ"},"llC1q8":{"context":"button","string":"App home page"},"nIrjSR":{"context":"section header","string":"Ongoing Installations"},"+c/f61":{"context":"retry installation","string":"重試"},"JufWFT":{"context":"app installation error","string":"There was a problem during installation"},"1qRwgQ":{"context":"app installation","string":"Installing app..."},"D4nzdD":{"context":"checkbox label","string":"Grant this app full access to the store"},"flP8Hj":{"context":"card description","string":"Expand or restrict app permissions to access certain part of Saleor system."},"GjH9uy":{"context":"header","string":"Create New App"},"Kxiige":{"string":"Generated Token"},"DGCzal":{"string":"This token gives you access to your shop's API, which you'll find here: {url}"},"r86alc":{"context":"button","string":"Copied"},"HVFq//":{"context":"button","string":"Copy token"},"ixjvkM":{"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."},"imYxM9":{"context":"header","string":"App Information"},"foNlhn":{"context":"custom app name","string":"App Name"},"MAsLIT":{"context":"custom app token key","string":"密鑰"},"bsP4f3":{"string":"No tokens found"},"0Mg8o5":{"context":"header","string":"Tokens"},"RMB6fU":{"context":"button","string":"Create Token"},"0DRBjg":{"string":"Token Note"},"VHuzgq":{"context":"table actions","string":"Actions"},"XB2Jj9":{"context":"create app button","string":"Create App"},"voRaz3":{"context":"custom apps content","string":"Your custom-created apps will be shown here."},"5+Xcrz":{"context":"app deactivated","string":"Deactivated"},"TBaMo2":{"context":"about app","string":"關於"},"9tgY4G":{"context":"apps content","string":"You don’t have any installed apps in your dashboard"},"ZeD2TK":{"context":"section header","string":"Third-party Apps"},"SwISVH":{"context":"section header","string":"Saleor Marketplace"},"NskBjH":{"context":"marketplace content","string":"Marketplace is coming soon"},"wxFwUW":{"context":"marketplace button","string":"Visit Marketplace"},"LATpSE":{"context":"marketplace content","string":"Discover great free and paid apps in our Saleor Marketplace."},"k0rGBI":{"string":"Access token is used to authenticate service accounts"},"t9a9GQ":{"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."},"T5nU7u":{"context":"header","string":"Create Token"},"isM94c":{"context":"create service token, button","string":"創建"},"quV5zH":{"context":"dialog title","string":"Delete Token"},"2VSP8C":{"context":"delete token","string":"Are you sure you want to delete token {token}?"},"ac+Y98":{"context":"app settings error","string":"Failed to fetch app settings"},"2cjt25":{"context":"window title","string":"Install App"},"5t/4um":{"context":"message title","string":"Couldn’t Install {name}"},"0fM/pV":{"context":"message title","string":"App installed"},"ZprV2g":{"context":"app has been installed","string":"{name} is ready to be used"},"uIPD1i":{"context":"app has been removed","string":"App successfully removed"},"agZQkB":{"context":"window title","string":"Create App"},"oiuwOl":{"context":"button","string":"Assign"},"l2oVCF":{"context":"attributes section name","string":"屬性"},"eWV760":{"string":"Attribute with this slug already exists"},"J/QqOI":{"string":"This value already exists within this attribute"},"lG/MDw":{"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?}}"},"rKf4LU":{"context":"dialog title","string":"Delete attributes"},"JI2Xwp":{"context":"dialog title","string":"Delete attribute"},"h1rPPg":{"context":"dialog content","string":"Are you sure you want to delete {attributeName}?"},"5XG1CO":{"context":"acre-ft unit","string":"acre-ft"},"jBu2yj":{"context":"acre-inch unit","string":"acre-inch"},"A9QSur":{"context":"area units type","string":"Area"},"xOEZjV":{"context":"attribute's label","string":"Default Label"},"P79U4b":{"context":"attribute's slug short code label","string":"Attribute Code"},"Q7uuDr":{"context":"attribute slug input field helper text","string":"This is used internally. Make sure you don’t use spaces"},"l5V0QT":{"context":"boolean attribute type","string":"Boolean"},"fU+a9k":{"context":"date attribute type","string":"日期"},"DzPVnj":{"context":"date time attribute type","string":"Date Time"},"k/mTEl":{"context":"distance units type","string":"Distance"},"bZksto":{"context":"product attribute type","string":"下拉式清單"},"LnRlch":{"context":"attribute's editor component entity","string":"Entity"},"z1y9oL":{"context":"file attribute type","string":"文件"},"YgE6ga":{"context":"imperial unit system","string":"Imperial"},"oIvtua":{"context":"attribute's editor component","string":"Catalog Input type for Store Owner"},"ZayvsI":{"context":"metric unit system","string":"Metric"},"cKjFfl":{"context":"product attribute type","string":"Multiple Select"},"SNiyXb":{"context":"numeric attribute type","string":"Numeric"},"Iafyt5":{"context":"page attribute entity type","string":"頁面"},"B0PaVS":{"context":"pint unit","string":"pint"},"5TUpjG":{"context":"product attribute entity type","string":"產品"},"5dLpx0":{"context":"references attribute type","string":"References"},"PiSXjb":{"context":"check to require numeric attribute unit","string":"Select unit"},"gx4wCT":{"context":"swatch attribute type","string":"Swatch"},"fdbqIs":{"context":"text attribute type","string":"Text"},"Orgqv4":{"context":"numeric attribute unit","string":"Unit"},"zWM89r":{"context":"numeric attribute units of","string":"Units of"},"ghje1I":{"context":"numeric attribute unit system","string":"System"},"njBulj":{"context":"check to require attribute to have value","string":"Value Required"},"cy8sV7":{"context":"volume units types","string":"Volume"},"Vdy5g7":{"context":"weight units type","string":"Weight"},"dKPMyh":{"context":"tab name","string":"All Attributes"},"IGvQ8k":{"context":"button","string":"Create attribute"},"1div9r":{"string":"Search Attribute"},"PsRG+v":{"context":"use attribute in filtering","string":"Filterable in Storefront"},"rvk9ls":{"context":"attribute can be used only in variants","string":"Variant Only"},"HQR2y0":{"context":"attribute value is required","string":"Value Required"},"cvbqJu":{"context":"attribute","string":"在店面商品頁面可見"},"ztQgD8":{"string":"No attributes found"},"yKuba7":{"context":"attribute can be searched in dashboard","string":"Searchable"},"oJkeS6":{"string":"Attribute Code"},"k6WDZl":{"context":"attribute is visible","string":"可見"},"HjUoHK":{"context":"attribute's label'","string":"Default Label"},"ErNH3D":{"string":"Define where this attribute should be used in Saleor system"},"nwvQPg":{"context":"section header","string":"Organization"},"v1pNHW":{"string":"Attribute Class"},"zbJHl7":{"context":"attribute type","string":"Content Attribute"},"qkRuT0":{"context":"attribute type","string":"Product Attribute"},"8cUEPV":{"context":"page title","string":"Create New Attribute"},"jswILH":{"context":"add attribute as column in product list table","string":"Add to Column Options"},"AzMSmb":{"context":"caption","string":"If enabled this attribute can be used as a column in product table."},"lCxfDe":{"context":"attribute properties regarding dashboard","string":"Dashboard Properties"},"RH+aOF":{"context":"use attribute in filtering","string":"Use in Filtering"},"Q9wTrz":{"context":"caption","string":"If enabled, you’ll be able to use this attribute to filter products in product list."},"AgY5Mv":{"context":"attribute properties regarding storefront","string":"Storefront Properties"},"cJ5ASN":{"context":"attribute position in storefront filters","string":"Position in faceted navigation"},"x8V/xS":{"context":"attribute visibility in storefront","string":"公開"},"h2Hta6":{"context":"caption","string":"If enabled, attribute will be accessible to customers."},"I2wCwj":{"context":"swatch attribute image label","string":"圖片"},"0DgA8v":{"context":"swatch attribute color picker label","string":"Picker"},"JyQoES":{"context":"delete attribute value","string":"Are you sure you want to delete \"{name}\" value?"},"WWV8aZ":{"context":"dialog title","string":"Delete attribute value"},"no3Ygn":{"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."},"XYhE8p":{"context":"edit attribute value","string":"Edit Value"},"PqMbma":{"context":"add attribute value","string":"Add Value"},"UhcALJ":{"context":"attribute name","string":"名稱"},"H60H6L":{"context":"attribute values list: name column header","string":"Default Store View"},"3psvRS":{"context":"attribute values list: slug column header","string":"Admin"},"g5zIpS":{"context":"No attribute values found","string":"No values found"},"J3uE0t":{"context":"section header","string":"Attribute Values"},"+iVKR1":{"context":"assign attribute value button","string":"Assign value"},"NUevU9":{"context":"attribute values list: slug column header","string":"Swatch"},"jTifz+":{"string":"Successfully created attribute"},"7H2D5m":{"context":"attribute value deleted","string":"Value deleted"},"V/VAHG":{"string":"Attribute deleted"},"xVn5B0":{"context":"added new attribute value","string":"Added new value"},"lw9WIk":{"context":"deleted multiple attributes","string":"Attributes successfully delete"},"vzgZ3U":{"context":"card header","string":"Sign In"},"AubJ/S":{"context":"button","string":"登入"},"5sg7KC":{"string":"密碼"},"3tbL7x":{"context":"description","string":"忘記密碼?"},"ENBELI":{"context":"description","string":"or login using"},"M4q0Ye":{"context":"error message","string":"Sorry, login went wrong. Please try again."},"tTtoKd":{"context":"error message","string":"抱歉,您的使用者名稱和/或密碼不正確。 請再試一次。"},"ChGI4V":{"context":"error message","string":"Saleor is unavailable, please check your network connection and try again."},"Ev6SEF":{"string":"新密碼"},"S22jIs":{"context":"button","string":"設定新密碼"},"vfG+nh":{"string":"確認密碼"},"m0Dz+2":{"string":"Please set up a new password for your account. Repeat your new password to make sure you will be able to remember it."},"7Chrsf":{"string":"密碼不正確"},"WhKGPA":{"context":"page title","string":"Set up new password"},"lm9NSK":{"context":"password reset, button","string":"Send an email with reset link"},"Yy/yDL":{"string":"重置密碼"},"54M0Gu":{"string":"Provide us with an email - if we find it in our database we will send you a link to reset your password. You should be able to find it in your inbox in the next couple of minutes."},"2oyWT9":{"context":"button","string":"Back to login"},"2ob30/":{"string":"Success! In a few minutes you’ll receive a message with instructions on how to reset your password."},"C0JLNW":{"string":"Provided email address does not exist in our database."},"hOxIeP":{"string":"Availability"},"0OfZJA":{"context":"button","string":"取消"},"7+GBlj":{"string":"Error code {errorCode} {fieldError}"},"9uNz+T":{"context":"button","string":"取消"},"dOQB9o":{"context":"payment status","string":"Cancelled"},"o8f4Sg":{"context":"disabled option description","string":"Can’t fulfill until payment is captured"},"GOdq5V":{"string":"型錄"},"sK1FPw":{"context":"categories section name","string":"產品分類"},"DP6b8U":{"context":"section header","string":"Background Image (optional)"},"0iMYc+":{"context":"field is optional","string":"(可選)"},"cgsY/X":{"context":"page header","string":"Create New Category"},"wQdR8M":{"string":"Add search engine title and description to make this category easier to find"},"xo5UIb":{"context":"dialog title","string":"Delete category"},"dJQxHt":{"context":"delete category","string":"Are you sure you want to delete {categoryName}?"},"vEYtiq":{"string":"Category Name"},"8HRy+U":{"string":"Category Description"},"vof5TR":{"context":"button","string":"Create category"},"JiXNEV":{"string":"Search Category"},"vy7fjd":{"context":"tab name","string":"All Categories"},"dM86a2":{"string":"No categories found"},"rrbzZt":{"string":"No subcategories found"},"BHQrgz":{"context":"number of subcategories","string":"Subcategories"},"k8ZJ5L":{"context":"number of products","string":"No. of Products"},"VQLIXd":{"context":"product","string":"名稱"},"x/pIZ9":{"context":"button","string":"新增產品"},"z8jo8h":{"context":"button","string":"View products"},"+43JV5":{"context":"header","string":"Products in {categoryName}"},"JDz5h8":{"context":"number of subcategories in category","string":"Subcategories"},"V+fkAO":{"context":"number of products in category","string":"產品"},"NivJal":{"context":"section header","string":"All Subcategories"},"UycVMp":{"context":"button","string":"Create subcategory"},"Irflxf":{"context":"window title","string":"Create category"},"7l5Bh9":{"string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"xl7Fag":{"string":"Category created"},"Pp/7T7":{"string":"{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}"},"HvJPcU":{"string":"Category deleted"},"KCjd1o":{"context":"dialog title","string":"刪除商品"},"3DGvA/":{"string":"Remember this will also unpin all products assigned to this category, making them unavailable in storefront."},"e+L+q3":{"string":"Remember this will also delete all products assigned to this category."},"sG0w22":{"context":"dialog title","string":"Delete categories"},"xRkj2h":{"string":"Are you sure you want to delete {categoryName}?"},"KeO51o":{"string":"Channel"},"NlSJMM":{"context":"channels section name","string":"通路"},"37U5su":{"context":"all variants label","string":"All variants"},"1w06LC":{"context":"variants count label","string":"{variantsCount} variants"},"8qL/tV":{"context":"CannotDefineChannelsAvailabilityCard subtitle","string":"You will be able to define availability of product after creating variants."},"CT5PAn":{"context":"CannotDefineChannelsAvailabilityCard title","string":"Availability"},"QZoU0r":{"context":"dialog header","string":"刪除通路"},"Mz0cx+":{"context":"delete channel","string":"Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"},"sidKce":{"context":"delete channel","string":"All order information from this channel need to be moved to a different channel. Please select channel orders need to be moved to:."},"BXMSl4":{"context":"currency channel","string":"There is no available channel to move order information to. Please create a channel with same currency so that information can be moved to it."},"SZJhvK":{"context":"dialog header","string":"選取通路"},"3y4r+z":{"context":"channel settings","string":"通路設定"},"39yi8w":{"context":"selected currency","string":"Selected currency"},"74Zo/H":{"context":"channel slug","string":"Slug"},"ZhaXLU":{"context":"button","string":"複製"},"9Sz0By":{"context":"channel currency","string":"貨幣"},"tV+Dcm":{"string":"Default country"},"UymotP":{"context":"channel name","string":"通路名稱"},"G/pgG3":{"context":"dialog header","string":"選擇通路"},"nKwgxY":{"context":"select label","string":"通路名稱"},"X8qjg3":{"context":"inactive","string":"Inactive"},"+tIkAe":{"context":"status","string":"狀態"},"MHVglr":{"context":"deactivate","string":"Deactivate"},"TSJRiZ":{"context":"channel status title","string":"Channel Status"},"QiN4hv":{"context":"active","string":"Active"},"MQwT1W":{"context":"activate","string":"Activate"},"p/EWEZ":{"context":"channels variants availability dialog title","string":"Manage Channels"},"yHaQWG":{"context":"variants selected label","string":"{variantsAmount} variants selected"},"8CbACQ":{"context":"add shipping zone title","string":"Add Shipping Zones"},"+G9l7u":{"context":"all selected zones card message","string":"All available shipping zones have been selected"},"Ic7Wln":{"context":"card subtitle","string":"Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."},"gtKcPf":{"context":"title","string":"{zonesCount} / {totalCount} shipping zones"},"PTW56s":{"context":"alert","string":"Channel limit reached"},"rZMT44":{"context":"created channels counter","string":"{count}/{max} channels used"},"j/vV0n":{"context":"channel name","string":"通路名稱"},"/glQgs":{"string":"No channels found"},"OGm8wO":{"context":"button","string":"新增通路"},"ZMy18J":{"string":"You have reached your channel limit, you will be no longer able to add channels to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"J7mFhU":{"context":"currency code select","string":"{code} - {countries}"},"DnghuS":{"context":"channel create","string":"新建通路"},"OrMr/k":{"context":"window title","string":"新增通路"},"D9Rg+F":{"context":"window title","string":"Channel details"},"AkyGP2":{"string":"Channel deleted"},"eWcvOc":{"context":"button","string":"選擇檔案"},"2FQsYj":{"context":"button","string":"清空"},"Qox+kb":{"string":"on field {fieldName}"},"NNT3Lp":{"context":"collections section name","string":"系列"},"9vQR6c":{"context":"collection label","string":"可見"},"V8FhTt":{"context":"collection label","string":"隱藏"},"Rj8LxK":{"string":"Add search engine title and description to make this collection easier to find"},"Fxa6xp":{"context":"page header","string":"新增系列"},"/WXs6H":{"context":"collection name","string":"名稱"},"G4g5Ii":{"context":"tab name","string":"所有系列"},"s97tLq":{"string":"Search Collections"},"jyaAlB":{"context":"button","string":"新建系列"},"9eC0MZ":{"context":"collection","string":"隱藏"},"lL3YJO":{"context":"collection","string":"已發佈"},"Yw+9F7":{"string":"找不到系列"},"mWQt3s":{"string":"No. of Products"},"VZsE96":{"string":"系列名稱"},"UxdBmI":{"context":"collection availability","string":"Availability"},"dpY94C":{"context":"collection publication date","string":"Published on {date}"},"FcVEpe":{"context":"collection publication date","string":"Unpublished"},"Mee46w":{"context":"collection publication date","string":"Becomes published on {date}"},"k+HcTv":{"context":"product type","string":"Type"},"Oe62bR":{"context":"product availability","string":"Availability"},"/dnWE8":{"context":"products in collection","string":"Products in {name}"},"scHVdW":{"context":"button","string":"Assign product"},"6AMFki":{"context":"product name","string":"名稱"},"Q8wHwJ":{"string":"已刪除系列"},"56vUeQ":{"string":"Added product to collection"},"MxhVZv":{"string":"Are you sure you want to delete collection's image?"},"AulH/n":{"string":"{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}"},"WW+Ruy":{"string":"Deleted product from collection"},"I1Mz7h":{"string":"Manage Collection Channel Availability"},"5OtU+V":{"context":"dialog title","string":"Unassign products from collection"},"pVFoOk":{"string":"Are you sure you want to delete {collectionName}?"},"ttMauu":{"context":"window title","string":"新建系列"},"+wpvnk":{"context":"dialog title","string":"刪除系列"},"67V0c0":{"context":"unassign product from collection, button","string":"Unassign"},"fzk04H":{"context":"dialog title","string":"Delete image"},"yT5zvU":{"string":"{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}"},"Ykw8k5":{"context":"dialog title","string":"刪除系列"},"C7eDb9":{"string":"權限組別"},"Fbr4Vp":{"context":"dialog header","string":"權限"},"6cS4Rd":{"context":"card section description","string":"Available permissions"},"MVU6ol":{"context":"exceeded permissions description","string":"This groups permissions exceeds your own. You are able only to manage permissions that you have."},"VmMDLN":{"context":"permission list item description","string":"This group is last source of that permission"},"vONi+O":{"string":"國家"},"O95R3Z":{"string":"手機號碼"},"B52Em/":{"string":"地址行1"},"TE4fIS":{"string":"城市"},"oYGfnY":{"string":"郵遞區號"},"oQY0a2":{"string":"地址行2"},"9YazHG":{"string":"公司"},"AuwpCm":{"string":"Country area"},"Nv/toB":{"context":"button","string":"Assign and save"},"PkjQS6":{"context":"description","string":"No results found"},"fP9FXB":{"context":"input label","string":"Search Attributes"},"auxEP1":{"context":"input placeholder","string":"Search by attribute name"},"QM9P8G":{"context":"dialog header","string":"Assign Attribute"},"ylobu9":{"context":"assign reference to product, button","string":"Assign"},"GUlwXU":{"context":"dialog header","string":"Assign Attribute Value"},"RoKOQJ":{"context":"label","string":"Search Attribute Value"},"NsgWhZ":{"context":"placeholder","string":"Search by value name, etc..."},"sW9IyX":{"context":"dialog header","string":"Assign Category"},"8hrH/z":{"context":"dialog header","string":"Search Category"},"sf6FMK":{"context":"dialog search placeholder","string":"Search by category name, etc..."},"XLYssG":{"context":"assign categories to sale and save","string":"Assign and save"},"5tMkmJ":{"context":"dialog header","string":"Assign Collection"},"f0hXz4":{"context":"dialog header","string":"搜尋系列"},"JiRKgJ":{"context":"dialog search placeholder","string":"Search by collection name, etc..."},"cryH86":{"context":"assign collections to sale and save","string":"Assign and save"},"/TF6BZ":{"string":"搜尋商品"},"SHm7ee":{"string":"以商品名稱、屬性、類別作搜尋…"},"dTCDMn":{"context":"dialog header","string":"Assign Product"},"WQnltU":{"string":"No products available in order channel matching given query"},"p4X/0H":{"context":"button, assign variants to sale and save","string":"Assign and save"},"K+vjtE":{"string":"Search Variants"},"xAHOGV":{"context":"dialog header","string":"Assign Variant"},"+HuipK":{"context":"variant sku","string":"SKU {sku}"},"QZVD+5":{"context":"button, unassign attribute from object","string":"Unassign and save"},"8uLHBY":{"context":"unassign attribute from object","string":"Are you sure you want to unassign {attributeName} from {itemTypeName}?"},"z0gGP+":{"context":"number of attributes","string":"{number} Attributes"},"3ukd9/":{"context":"attributes, section header","string":"屬性"},"j8PV7E":{"context":"attribute values","string":"屬性值"},"Ediw6/":{"context":"button label","string":"Assign references"},"fgHLXc":{"context":"attribute value","string":"屬性值"},"jHJmjf":{"string":"No results"},"XwrKOi":{"context":"unassign multiple attributes from item","string":"{counter,plural,one {Are you sure you want to unassign this attribute from {itemTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {itemTypeName}?}}"},"B2LE7A":{"context":"menu item loading","string":"working..."},"5A6/2C":{"context":"section header","string":"Availability"},"vY2lpx":{"context":"channels availability text","string":"Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"},"2i81/P":{"context":"section header button","string":"Manage"},"0cVk9I":{"string":"Show in product listings"},"UjsI4o":{"context":"date","string":"since {date}"},"Jt3DwJ":{"context":"publish on date","string":"Publish on"},"5ukAFZ":{"string":"Disabling this checkbox will remove product from search and category pages. It will be available on collection pages."},"Y7Vy19":{"context":"available on date","string":"Set available on"},"U3BQKA":{"string":"Set publication date"},"tQuE1q":{"string":"Select channels you want for {contentType} to be available on"},"B9yrkK":{"string":"No Channels found"},"2/L4zZ":{"string":"Select all channels"},"EWCUdP":{"string":"Channels A to Z"},"ybaLoZ":{"string":"Search through channels"},"/lBLBI":{"context":"channels alphabetically title","string":"Channels from A to Z"},"PctLol":{"context":"no channels found title","string":"No Channels Found"},"zR9Ozi":{"context":"select all channels label","string":"Select All Channels"},"7scATx":{"context":"select title","string":"Select channels you want for {contentType} to be available on"},"cFVgOo":{"context":"Channel label","string":"Channel"},"T0Mfxq":{"context":"product status title","string":"{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"},"JgXBAw":{"context":"dropdown label when there are no channels assigned","string":"No channels"},"sdA14A":{"context":"Status label when object is published in a channel","string":"已發佈"},"GzbSQk":{"context":"Status label when object is scheduled to publish in a channel","string":"Scheduled to publish"},"s2y5eG":{"context":"Status label","string":"狀態"},"rHoRbE":{"context":"Status label when object is unpublished in a channel","string":"Unpublished"},"TOMgXz":{"context":"button","string":"Reset"},"62Ywh2":{"context":"number of countries","string":"{number} Countries"},"zZCCqz":{"context":"button","string":"Assign countries"},"7NfoiJ":{"context":"custom search delete, dialog header","string":"刪除搜尋"},"UaYJJ8":{"string":"Are you sure you want to delete {name} search tab?"},"LmKz3g":{"string":"Storefront"},"/X8Mjx":{"string":"試用 GraphQL API"},"xwEc8K":{"string":"API"},"4gZl/n":{"string":"See DEMO STOREFRONT"},"7v2oBd":{"context":"header","string":"錯誤"},"9mGA/Q":{"context":"button linking to dashboard","string":"後台"},"ypW4Mi":{"context":"button refreshing page","string":"Refresh page"},"p0SUJj":{"string":"Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard."},"AQ+9Ez":{"string":"We’ve encountered an unexpected error"},"OA+fw+":{"context":"conjunction, choice between going to dashboard or refreshing page","string":"or"},"QCwBUI":{"context":"button","string":"刪除搜尋"},"qIgdO6":{"string":"Custom Filter"},"DEa1T1":{"context":"button","string":"Save Search"},"zSOvI0":{"string":"篩選"},"HnVtSS":{"context":"search","string":"No results"},"PLCwT/":{"context":"search results","string":"Show more"},"FNpv6K":{"context":"button","string":"過濾"},"erC44f":{"context":"filters error messages dependencies missing","string":"Filter requires other filters: {dependencies}"},"34F7Jk":{"context":"filter range separator","string":"與"},"USS3Q7":{"context":"filters error messages unknown error","string":"Unknown error occurred"},"XkX56I":{"context":"filters error messages value required","string":"Choose a value"},"sn2awN":{"context":"ExitFormPrompt cancel button","string":"Discard changes"},"MPOj0I":{"context":"ExitFormPrompt confirm button","string":"保存變更"},"1eEyJv":{"context":"ExitFormPrompt continue editing button","string":"Continue editing"},"TtZg/K":{"context":"ExitFormPrompt title","string":"Would you like to save changes?"},"FWWliu":{"context":"ExitFormPrompt title","string":"You have unsaved changes"},"NxeDbG":{"context":"image upload","string":"Drop here to upload"},"62T585":{"context":"button","string":"{languageName} - {languageCode}"},"LkuDEb":{"context":"metadata field value, header","string":"數值"},"VcI+Zh":{"context":"header","string":"詮釋資料"},"ETHnjq":{"context":"header","string":"Private Metadata"},"2+v1wX":{"context":"number of metadata fields in model","string":"{number,plural,one {{number} string} other {{number} strings}}"},"nudPsY":{"context":"metadata field name, header","string":"Field"},"cY6H2C":{"context":"empty metadata text","string":"No metadata created for this element. Use the button below to add new metadata field."},"GiDxS4":{"context":"add metadata field,button","string":"Add Field"},"nEixpu":{"context":"table action","string":"Actions"},"hptDxW":{"context":"money","string":"to {money}"},"zTdwWM":{"context":"money","string":"{fromMoney} - {toMoney}"},"lW5uJO":{"context":"money","string":"from {money}"},"U2WgwW":{"context":"add custom select input option","string":"Add new value: {value}"},"hX5PAb":{"string":"No results found"},"EEW+ND":{"string":"Navigator"},"8B8E+3":{"context":"navigator placeholder","string":"訂單編號"},"NqxvFh":{"context":"navigator placeholder","string":"Type Command"},"TpPx7V":{"context":"navigator placeholder","string":"Search Customer"},"4gT3eD":{"context":"navigator section header","string":"Search in Customers"},"BooQvo":{"context":"navigator placeholder","string":"輸入 {key} 以查看可用指令"},"AOI4LW":{"context":"navigator placeholder","string":"Search in Catalog"},"YYkkhx":{"context":"navigator section header","string":"Navigate to"},"EM+30g":{"context":"navigator notification","string":"Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."},"me585h":{"context":"navigator section header","string":"Quick Actions"},"Gxm7Qx":{"context":"navigator notification title","string":"Navigator is here to help"},"ccXLVi":{"string":"Category"},"phAZoj":{"string":"Collection"},"M1uijW":{"context":"collection","string":"Not Published"},"CjSRT1":{"context":"button","string":"Create Category"},"VdDcxc":{"context":"button","string":"新增系列"},"QooeI/":{"context":"button","string":"Create Customer"},"cfQf0w":{"context":"button","string":"新增訂單"},"V1mqpZ":{"context":"button","string":"新增權限組別"},"JFmOfi":{"context":"button","string":"新增商品"},"y9cvqE":{"context":"button","string":"新建代金券"},"1gzck6":{"string":"{firstName} {lastName}"},"IyHQr0":{"context":"navigator action","string":"Go to order #{orderNumber}"},"kbkjEc":{"context":"navigator catalog mode description","string":"Search in Catalog"},"3TlhJS":{"context":"navigator command mode description","string":"Search Command"},"DHBlFi":{"context":"navigator customer mode description","string":"搜尋客户"},"Xel9C+":{"context":"navigator default mode description","string":"Search Views and Actions"},"iAvKNf":{"context":"navigator help mode description","string":"Display Help"},"usSkzP":{"context":"navigator order mode description","string":"搜尋訂單"},"k8bltk":{"string":"No Results"},"x/ZVlU":{"string":"產品"},"yH56V+":{"string":"Ooops!..."},"bj6pTd":{"string":"Something's missing"},"nRiOg+":{"string":"Sorry, the page was not found"},"95oJ5d":{"context":"button","string":"回到後台"},"p3eRUm":{"context":"indicator that feature is in preview mode","string":"Preview"},"KGsaGO":{"context":"tooltip","string":"This feature is in a preview state and can be subject to changes at later point"},"WHkx+F":{"string":"Price cannot be lower than 0"},"fNFEkh":{"string":"行數"},"liLrVs":{"context":"save filter tab, header","string":"Save Custom Search"},"QcIFCs":{"context":"save search tab","string":"Search Name"},"w2Cewo":{"string":"搜尋引擎標題"},"CXTIq8":{"string":"搜尋引擎描述"},"s5Imt5":{"context":"button","string":"Edit website SEO"},"TGX4T1":{"string":"Search Engine Preview"},"IoDlcd":{"string":"Slug"},"ChAjJu":{"context":"character limit","string":"{numberOfCharacters} of {maxCharacters} characters"},"s/sTT6":{"string":"If empty, the preview shows what will be autogenerated."},"450Fty":{"string":"None"},"qu/hXD":{"string":"已選取 {number} 個項目"},"2HfSiT":{"context":"pagination","string":"No. of rows"},"v/1VA6":{"context":"add order note, button","string":"送出"},"3evXPj":{"string":"在這輸入備註..."},"zyXcBP":{"string":"Sorting by this column requires active filter: {filterName}"},"qLbse5":{"context":"button","string":"登出"},"X8+Lpa":{"context":"button","string":"賬號設定"},"2r4cTE":{"context":"button","string":"啟用黑夜模式"},"akXDST":{"context":"section header","string":"可見"},"qMB6d2":{"context":"weight","string":"to {value} {unit}"},"5x6yT9":{"context":"weight","string":"{fromValue} {fromUnit} - {toValue} {toUnit}"},"LICZeR":{"context":"weight","string":"from {value} {unit}"},"NtFVFS":{"context":"weight","string":"{value} {unit}"},"s8FlDW":{"context":"hide error log label in notification","string":"Hide log"},"w9xgN9":{"context":"see error log label in notification","string":"See error log"},"xfGZsi":{"context":"configuration section name","string":"配置"},"YZl6cv":{"string":"雜項"},"gTr0qE":{"string":"配送設定"},"HP6m+q":{"string":"屬性與商品類型"},"UN+yTt":{"string":"Staff Settings"},"HjXnIf":{"string":"內容管理"},"jFrdB5":{"string":"商品設定"},"MWSacl":{"string":"多重通路"},"DJFPzq":{"context":"button","string":"確認"},"yHeZRQ":{"string":"商品匯出失敗"},"CJEIRC":{"string":"Product export has finished and was sent to your email address."},"JTcz2G":{"context":"csv file exporting has finished, header","string":"Exporting CSV finished"},"ryAyPr":{"string":"Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"},"i+Vox0":{"context":"invoice generating has finished, header","string":"Invoice Generated"},"Dhherd":{"context":"dialog header, title","string":"Invoice Generation"},"8aV98y":{"context":"new version notification content","string":"You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."},"tEdFmZ":{"context":"notification title","string":"System update required"},"XCIV8H":{"context":"button","string":"刷新"},"Rjs1CD":{"context":"button","string":"繼續"},"H5NKfr":{"context":"button","string":"創建"},"w4R/SO":{"string":"Local Apps"},"McN+wq":{"context":"customers section name","string":"客戶"},"gQGUsN":{"context":"dialog title","string":"Edit Address"},"W0kQd+":{"context":"dialog title","string":"Add Address"},"rjy9/k":{"context":"button","string":"Add address"},"kErneR":{"string":"This customer doesn’t have any adresses added to his address book. You can add address using the button below."},"n5vskv":{"context":"customer's address book, header","string":"{fullName}'s Address Book"},"MpR4zK":{"context":"customer details, header","string":"{fullName} Details"},"y/UWBR":{"string":"There is no address to show for this customer"},"CWqmRU":{"context":"customer's address book when no customer name is available, header","string":"Address Book"},"hMRP6J":{"string":"默認地址"},"VyzsWZ":{"string":"默認帳單地址"},"nLML8Y":{"string":"默認運送地址"},"puikeb":{"context":"button","string":"Delete Address"},"w+8BfK":{"context":"button","string":"Edit Address"},"hLOEeb":{"context":"button","string":"設置成默認付費地址"},"+7OsyM":{"context":"button","string":"設置成默認運送地址"},"BfJGij":{"context":"header","string":"Address Information"},"Zd3Eew":{"context":"subsection header","string":"運送地址"},"bHdFph":{"context":"subsection header","string":"地址"},"3d1RXL":{"string":"This customer has no addresses yet"},"biVFKU":{"context":"subsection header","string":"帳單地址"},"jGGnSZ":{"context":"page header","string":"Primary Address"},"wNQzS/":{"string":"The primary address of this customer."},"fjPWOA":{"context":"header","string":"Customer Overview"},"qNcoRY":{"context":"notes about customer header","string":"Notes"},"uUQ+Al":{"context":"note about customer","string":"Note"},"w3sGrD":{"string":"Enter any extra infotmation regarding this customer."},"N76zUg":{"context":"page header","string":"Create Customer"},"+NUzaQ":{"context":"check to mark this account as active","string":"User account active"},"MjUyhA":{"context":"section subheader","string":"Active member since {date}"},"SMakqb":{"context":"customer contact section, header","string":"Contact Information"},"4v5gfh":{"context":"account information, header","string":"Account Information"},"2mRLis":{"string":"Search Customer"},"QLVddq":{"context":"button","string":"Create customer"},"xQK2EC":{"context":"tab name","string":"All Customers"},"icz/jb":{"context":"customer","string":"Join Date"},"fhksPD":{"string":"訂單數量"},"E8VDeH":{"string":"訂單組編號"},"FpIcp9":{"string":"No customers found"},"97l2MO":{"string":"Customer Email"},"Gr1SAu":{"string":"Customer Name"},"pURrk1":{"context":"order status","string":"狀態"},"1LiVhv":{"context":"section header","string":"最近的訂單"},"nTF6tG":{"context":"number of order","string":"訂單編號"},"3+990c":{"context":"button","string":"View all orders"},"ri3kK9":{"context":"order placement date","string":"日期"},"taX/V3":{"context":"order total amount","string":"訂單總額"},"RlfqSV":{"string":"找不到訂單"},"FNAZoh":{"string":"上次登錄"},"HMD+ib":{"string":"上個訂單"},"e7Nyu7":{"context":"section header","string":"Customer History"},"2p0tZx":{"context":"delete customer, dialog content","string":"Are you sure you want to delete {email}?"},"ey0lZj":{"context":"dialog header","string":"Delete Customer"},"qLOBff":{"context":"dialog header","string":"Delete Address"},"nX2pCU":{"context":"window title","string":"Create customer"},"/kWzY1":{"string":"Are you sure you want to delete this address from users address book?"},"PXatmC":{"string":"Customer Removed"},"ftcHpD":{"string":"Customer created"},"N2SbNc":{"string":"{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}"},"q8ep2I":{"context":"dialog header","string":"Delete Customers"},"hzSNj4":{"string":"後台"},"P7PLVj":{"string":"日期"},"JqiqNj":{"string":"Something went wrong"},"ufmuTp":{"context":"button","string":"刪除"},"i0AcKY":{"context":"notification message after log in","string":"只是為了讓你知道......你目前在演示模式。 你可以試玩後台系統,但無法保存更改。 "},"Q8Qw5B":{"string":"描述"},"bZenNC":{"string":"Description (optional)"},"n+Gwbu":{"string":"折扣"},"g3qjSf":{"context":"button","string":"Assign categories"},"AbyDC7":{"context":"section header","string":"Eligible Categories"},"Uu76vj":{"context":"no categories","string":"No categories found"},"fV6yX5":{"context":"table head","string":"Category Name"},"QGjJcT":{"context":"number of products","string":"產品"},"/6uK4C":{"context":"button","string":"Assign collections"},"XNeJay":{"context":"section header","string":"Eligible Collections"},"IoCMjg":{"context":"no collections","string":"找不到系列"},"ht9yOD":{"context":"table head","string":"系列名稱"},"cvVIV/":{"context":"dialog header","string":"Assign Countries"},"dGqEJ9":{"context":"search box placeholder","string":"Search by country name"},"dWK/Ck":{"string":"Choose countries, you want voucher to be limited to, from the list below"},"8EGagh":{"context":"search box label","string":"Filter Countries"},"wgA48T":{"context":"country selection","string":"Countries A to Z"},"AVF5T5":{"context":"voucher end date, switch button","string":"Set end date"},"zKOGkU":{"context":"time during discount is active, header","string":"Active Dates"},"U8eeLW":{"context":"button","string":"Assign products"},"xqXYF+":{"context":"section header","string":"Eligible Products"},"OrR3Qy":{"context":"no products","string":"找不到商品"},"6cMkfT":{"context":"table head","string":"商品名稱"},"bPFp8B":{"context":"product type","string":"商品類型"},"ySqrUU":{"context":"button","string":"Assign variants"},"lehGc9":{"context":"section header","string":"Eligible Variants"},"/oyr6M":{"context":"no variants","string":"沒有產品變種"},"Q1HhPk":{"context":"table head","string":"商品類型"},"lHccsy":{"context":"table head","string":"Variant Name"},"2E1xZ0":{"context":"page header","string":"Create Sale"},"F56hOz":{"context":"sale name","string":"名字"},"MSD3A/":{"string":"Search Sale"},"JHfbXR":{"context":"button","string":"Create Sale"},"Yjhgle":{"context":"tab name","string":"All Sales"},"AnqH4p":{"context":"sale status","string":"Active"},"1BNKCZ":{"context":"sale channel","string":"Channel"},"RBxYJf":{"context":"sale status","string":"Expired"},"XDBeA+":{"context":"discount type","string":"固定金額"},"s17U7u":{"context":"discount type","string":"百分比"},"BanAhF":{"context":"sale status","string":"已排程"},"zjHH6b":{"context":"sale start date","string":"Started"},"SpngiS":{"context":"sale status","string":"狀態"},"KHZlmi":{"string":"Discount Type"},"XZR590":{"context":"sale value","string":"折扣額"},"giF5UV":{"context":"sale end date","string":"結束日期"},"51HE+Q":{"string":"找不到促銷"},"iBSq6l":{"context":"sale start date","string":"開始日期"},"WkxE8/":{"context":"percentage or fixed, header","string":"Discount Type"},"JnzDrI":{"context":"discount type","string":"固定金額"},"wHdMAX":{"context":"sale value, header","string":"折扣額"},"x3g4Ry":{"context":"sale discount","string":"Discount Value"},"cehiWu":{"context":"channels sale info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"Hj3T7P":{"context":"column title","string":"通路名稱"},"PsclSa":{"context":"page header","string":"新建代金券"},"YjcN9w":{"context":"time during voucher is active, header","string":"Active Dates"},"jd/LWa":{"string":"Voucher applies to all countries"},"glT6fm":{"string":"Voucher is limited to these countries"},"ibnmEd":{"context":"voucher country range","string":"國家"},"jvKNMP":{"string":"Discount Code"},"mSLr9d":{"context":"voucher code, button","string":"Generate Code"},"vTgRTZ":{"context":"limit voucher","string":"Limit to one use per customer"},"Qj/3sH":{"context":"limit voucher","string":"Limit number of times this discount can be used in total"},"+jHXT3":{"context":"limit voucher","string":"Limit to staff only"},"s51tHd":{"context":"limit voucher","string":"Limit of Uses"},"pzSF+b":{"context":"voucher usage limit, header","string":"Usage Limit"},"o8S0Ac":{"context":"usage limit uses left caption","string":"Uses left"},"pNrF72":{"context":"tab name","string":"所有代金券"},"IruP2T":{"string":"搜尋代金券"},"GbhZJ4":{"context":"button","string":"Create voucher"},"amQg6f":{"context":"voucher status","string":"Active"},"NLybdq":{"context":"voucher channel","string":"Channel"},"t7UwLY":{"context":"voucher status","string":"Expired"},"Jj0de8":{"context":"voucher status","string":"已排程"},"ujFo4A":{"context":"voucher start date","string":"Started"},"uy+tB8":{"context":"voucher status","string":"狀態"},"h75GAF":{"context":"voucher","string":"已使用次數"},"JV+EiM":{"context":"voucher value","string":"折扣額"},"tuYPlG":{"context":"minimum amount of spent money to activate voucher","string":"最低消費"},"b6L9n7":{"context":"voucher is active until date","string":"結束日期"},"yHwvLL":{"context":"voucher uses","string":"使用次數"},"5u7b3V":{"context":"voucher is active from date","string":"開始日期"},"JsPIOX":{"context":"voucher code","string":"代碼"},"U2mOqA":{"string":"No vouchers found"},"GVinbz":{"context":"column title","string":"折扣額"},"K+ROF8":{"string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yhv3HX":{"context":"voucher requirements, header","string":"Minimum Requirements"},"u/hkKO":{"context":"voucher has no requirements","string":"None"},"XT/ZvF":{"context":"voucher requirement","string":"Minimum quantity of items"},"bh9+8A":{"context":"voucher requirement","string":"Minimal order value"},"FOa+Xd":{"context":"voucher value requirement","string":"Min. Order Value"},"bcf60I":{"context":"voucher","string":"Applies to"},"HLqWXA":{"context":"voucher value requirement","string":"Usage Limit"},"6cq+c+":{"context":"header","string":"Discount Type"},"sS5aVm":{"context":"voucher discount type","string":"免運費"},"fEfCtO":{"context":"voucher discount type","string":"百分比"},"vXFPD6":{"context":"voucher discount type","string":"固定金額"},"1shOIS":{"context":"column title","string":"價格"},"/oaqFS":{"context":"section header","string":"折扣額"},"mmcHeH":{"string":"Discount Value"},"5c2JVF":{"context":"voucher application, switch button","string":"Only once per order"},"9UHfux":{"string":"Voucher Specific Information"},"ObRk1O":{"string":"If this option is disabled, discount will be counted for every eligible product"},"bP7ZLP":{"context":"voucher discount","string":"Entire order"},"45zP+r":{"context":"voucher discount","string":"指定商品"},"WasHjQ":{"context":"voucher discount","string":"Shipment"},"n7Fg8i":{"string":"成功建立促銷"},"ESDTC/":{"string":"Manage Sales Channel Availability"},"SqcGBK":{"context":"channel availability dialog header","string":"Manage Channel Availability"},"4C7I61":{"context":"sale Details delete button","string":"Removed sale"},"V3fvcD":{"context":"dialog content","string":"Removed sale"},"1/oG76":{"context":"dialog header","string":"Delete Sale"},"/V7UOC":{"context":"unassign category from sale and save, button","string":"Unassign and save"},"GiJm1v":{"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?}}"},"B5yE8S":{"context":"dialog header","string":"Unassign Categories From Sale"},"6RtE2D":{"context":"unassign collection from sale and save, button","string":"Unassign and save"},"UjoSZB":{"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?}}"},"0TQuo4":{"context":"dialog header","string":"Unassign Collection From Sale"},"rNzkIt":{"context":"dialog content","string":"Are you sure you want to delete {saleName}?"},"opIDox":{"context":"unassign product from sale and save, button","string":"Unassign and save"},"AHK0K9":{"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?}}"},"n7GIKB":{"context":"dialog header","string":"Unassign Product From Sale"},"Uj2hj8":{"context":"unassign variant from sale and save, button","string":"Unassign and save"},"iWyoZn":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unassign this variant?} other {Are you sure you want to unassign {displayQuantity} variants?}}"},"Kyyr7D":{"context":"dialog header","string":"Unassign Variant From Sale"},"ZWIjvr":{"context":"dialog header","string":"Delete Sales"},"FPzzh7":{"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?}}"},"Eau5AV":{"string":"Manage Products Channel Availability"},"Q8mpW3":{"string":"成功建立代金券"},"MmGlkp":{"context":"dialog header","string":"Unassign Collections From Voucher"},"cNSLLO":{"context":"button","string":"Unassign and save"},"cKCfSW":{"context":"dialog header","string":"Unassign Products From Voucher"},"LOSNq0":{"context":"dialog header","string":"Unassign Categories From Voucher"},"NEJo1I":{"context":"dialog content","string":"Are you sure you want to delete {voucherCode}?"},"EM730i":{"string":"Manage Channel Availability"},"Hgz44z":{"context":"dialog header","string":"刪除代金券"},"O9QPe1":{"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?}}"},"Q0JJ4F":{"context":"dialog header","string":"刪除代金券"},"eOrLzG":{"context":"button","string":"完成"},"toDL5R":{"context":"order status","string":"草稿"},"YMBn8d":{"context":"draft orders section name","string":"Draft Orders"},"2atspc":{"string":"稿單"},"Ja7gHc":{"context":"button","string":"編輯"},"hJZwTS":{"string":"Email address"},"T4GOiX":{"string":"結束日期"},"juBV+h":{"string":"End Hour"},"KN7zKn":{"string":"錯誤"},"j0ugM4":{"context":"Manage and Update your warehouse information","string":"Exchange Rates"},"Q6wcZ5":{"string":"名字"},"pkjXPD":{"context":"order status","string":"已發貨"},"pkUbrL":{"string":"General Information"},"HSmg1/":{"context":"gift cards section name","string":"Gift Cards"},"mbj1J5":{"context":"bulk issue gift cards success alert description","string":"Requested {cardsAmount} were successfully issued"},"3bQz2o":{"context":"bulk issue gift cards success alert title","string":"Gift Cards Issued"},"7dhhzL":{"context":"bulk issue gift cards dialog title","string":"Bulk Issue Gift Cards"},"YBqLHs":{"context":"expiry date label","string":"Exact date"},"fzl482":{"context":"expires on label","string":"Will expire on:"},"rl1t+o":{"context":"expires in label","string":"Expires in"},"rzhcpD":{"context":"set expiry date selected label","string":"Set gift card expiry date"},"n9JOI3":{"context":"money amount input label","string":"Enter amount"},"vDnheO":{"context":"gift card bulk create success dialog accept button","string":"Ok"},"NZtcLb":{"context":"gift card bulk create success dialog content","string":"We have issued all of your requested gift cards. You can download the list of new gift cards using the button below."},"IVOjqW":{"context":"gift card bulk create success dialog export button","string":"Export To Email"},"WyPitj":{"context":"gift card bulk create success dialog title","string":"Bulk Issue Gift Cards"},"hnBvH7":{"context":"copied to clipboard alert title","string":"Copied to clipboard"},"RXbkle":{"context":"copy code button label","string":"Copy code"},"zjZuhM":{"context":"created gift card code label","string":"This is the code of a created gift card:"},"WzHfj8":{"context":"successfully created gift card alert title","string":"Successfully created gift card"},"MgdgpT":{"context":"customer input label","string":"客戶"},"uilt7q":{"context":"issued cards amount label","string":"Cards Issued"},"PilTI6":{"context":"issue gift card button label","string":"Issue"},"UKgP89":{"context":"note input label","string":"Note"},"ZuqkSp":{"context":"note input subtitle","string":"Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history"},"ArctEg":{"context":"requires activation checkbox caption","string":"All issued cards require activation by staff before use."},"vCw7BP":{"context":"requires activation checkbox label","string":"Requires activation"},"JftRtx":{"context":"issue gift card dialog title","string":"Issue gift card"},"uQk8gB":{"context":"export all items to csv file","string":"All gift cards ({number})"},"n97Ii0":{"context":"export selected items to csv file","string":"Selected giftCards ({number})"},"CRAfpd":{"context":"gift card export dialog confirm button label","string":"Export codes"},"dsJ+Wv":{"context":"note on export gift cards","string":"Note: Only active and not used gift cards will be expored"},"3kwdxJ":{"context":"gift card export type label","string":"gift cards"},"bDHiYK":{"context":"gift card export success alert description","string":"We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address"},"YEpYMB":{"context":"gift card export csv success alert title","string":"匯出 CSV"},"DQJnB4":{"context":"gift card export dialog title","string":"Export Gift Card Codes"},"KqbfFa":{"context":"expiry date selection info message","string":"You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law."},"1J/bhZ":{"context":"expiry date section header","string":"Expiry date"},"xHj9Qe":{"context":"gift card settings header","string":"Gift Cards Settings"},"fExm0/":{"context":"gift card history message","string":"Gift card was activated by {activatedBy}"},"pCy5EP":{"context":"gift card history message","string":"Gift card was activated"},"aEc9Ar":{"context":"gift card history message","string":"Gift card balance was reset by {resetBy}"},"PcQRxi":{"context":"gift card history message","string":"Gift card was bought in order {orderNumber}"},"gAqkrG":{"context":"gift card history message","string":"Gift card was deactivated by {deactivatedBy}"},"NvwS/N":{"context":"gift card history message","string":"Gift card was deactivated"},"vQunFc":{"context":"gift card history message","string":"Gift card expiry date was updated by {expiryUpdatedBy}"},"fLhj3a":{"context":"gift card history message","string":"Gift card expiry date was updated"},"4Z0O2B":{"context":"section header title","string":"Gift Card Timeline"},"30X9S8":{"context":"gift card history message","string":"Gift card was issued by {issuedBy}"},"jDovoJ":{"context":"gift card history message","string":"Gift card was issued"},"JgNb8X":{"context":"notifier message","string":"There was an error adding a note"},"WS4ov0":{"context":"notifier message","string":"Note was added sucessfully"},"gj3MUg":{"context":"gift card history message","string":"Gift card was resent"},"tsL3IW":{"context":"gift card history message","string":"Gift card was sent to customer"},"vkAWwY":{"context":"gift card history message","string":"Gift card tags were updated"},"Uu2B2G":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink} by"},"408KSO":{"context":"gift card history message","string":"Gift card was used as a payment method on order {orderLink}"},"v01/tY":{"context":"consent to send gift card to different address checkbox label","string":"Yes, I want to send gift card to different address"},"ttk0w7":{"context":"resend code to customer description","string":"Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:"},"AqHafs":{"context":"provided email input placeholder","string":"Provided email address"},"NLNonj":{"context":"send to channel select label","string":"Send to channel"},"s1IQuN":{"context":"resend button label","string":"Resend"},"JQH+Iy":{"context":"resent code success message","string":"Successfully resent code to customer!"},"mslSpp":{"context":"resend code to customer title","string":"Resend code to customer"},"STJx8N":{"context":"change button label","string":"Change"},"kFkMoG":{"context":"set balance dialog subtitle","string":"What would you like to set cards balance to. When you change the balance both values will be changed"},"tKxCld":{"context":"set balance dialog title label","string":"Set balance"},"XAPFHP":{"context":"card update success alert title","string":"Successfully updated card balance"},"Z/7hyu":{"context":"card balance label","string":"Card Balance"},"PJDcQs":{"context":"set balance button label","string":"Set Balance"},"a+kgkq":{"context":"tag label","string":"Card Tag"},"Zj/7QZ":{"context":"details title","string":"詳情"},"//k1GX":{"context":"expired on label","string":"Expired on {date}"},"JKbpH9":{"context":"expiry date checkbox label","string":"Gift card expires"},"nFTvQW":{"context":"expiration date label","string":"Expiration date"},"Jo01VZ":{"context":"bought by label","string":"Bought by"},"/AbHy4":{"context":"creation label","string":"Creation"},"+pLi+M":{"context":"issued by app label","string":"Issued by app"},"V+h02n":{"context":"issued by label","string":"Issued by"},"9TbDQD":{"context":"order number label","string":"Order number"},"kc4c4d":{"context":"product label","string":"Product bought to get gift card"},"Eh6KYS":{"context":"info card title","string":"Card information"},"kS5Qgk":{"context":"used by label","string":"Used by"},"EA7rjI":{"context":"disabled status label","string":"Disabled"},"aPYFO1":{"context":"expired status label","string":"Expired"},"lCPxtT":{"context":"resend code label","string":"Resend code"},"GibKGn":{"context":"success gift card disable message","string":"Successfully disabled gift card"},"bDO9DN":{"context":"success gift card enable message","string":"Successfully enabled gift card"},"29L5Yq":{"context":"gift card not found message","string":"Couldn't find gift card"},"xPnZ0R":{"context":"title","string":"詳情"},"kcMVsB":{"context":"balance amound missing error message","string":"Balance amount is missing"},"bVbEZ/":{"context":"amount filter label","string":"金額"},"tXIgmR":{"context":"balance curreny missing error message","string":"Balance currency is missing"},"osPBn1":{"context":"currency filter label","string":"貨幣"},"e/61NZ":{"context":"current balance filter label","string":"Current balance"},"tTuCYj":{"context":"all gift cards label","string":"All Gift Cards"},"+WTmpr":{"context":"disabled status option label","string":"Disabled"},"vC8vyb":{"context":"enabled status option label","string":"Enabled"},"VceXrc":{"context":"initial balance filter label","string":"Initial balance"},"Sjd7wm":{"context":"product filter label","string":"商品"},"labkPK":{"context":"search gift card placeholder","string":"Search Gift Cards, e.g {exampleGiftCardCode}"},"D4CsYK":{"context":"status filter label","string":"狀態"},"mE+fru":{"context":"tag filter label","string":"Tags"},"WMGoqz":{"context":"used by filter label","string":"Used by"},"31hYP2":{"context":"alert card message","string":"Gift cards will appear after their order is fullfilled. View Orders with Gift Cards"},"qkt/Km":{"context":"bulk delete label","string":"刪除"},"IzEVek":{"context":"bulk disable label","string":"Deactivate"},"hz+9ES":{"context":"bulk activate label","string":"Activate"},"KcsJKm":{"context":"error with activatation alert message","string":"Error activating gift {count,plural,one{card} other{cards}}"},"C90nKP":{"context":"error with deactivatation alert message","string":"Errors deactivating gift {count,plural,one{card} other{cards}}"},"IwEQvz":{"context":"success activate alert message","string":"Successfully activated gift {count,plural,one{card} other{cards}}"},"SO56cv":{"context":"success deactivate alert message","string":"Successfully deactivated gift {count,plural,one{card} other{cards}}"},"9hab/1":{"context":"bulk issue menu item","string":"Bulk Issue"},"38dS1A":{"context":"code ending with label","string":"Code ending with {last4CodeChars}"},"HqeqEV":{"context":"create gift card product alert message","string":"Create a gift card product"},"8Hq18g":{"context":"create gift card product type alert message","string":"Create a gift card product type"},"exvX+Z":{"context":"export card codes menu item","string":"Export card codes"},"rCy3Fe":{"context":"invalid date in expirydate field content","string":"Gift Card with past expiration date cannot be created"},"l1/Hwb":{"context":"invalid date in expirydate field header","string":"Incorrect date entered"},"AJgl5u":{"context":"gift card product message","string":"gift card product"},"MbZHXE":{"context":"column title balance","string":"Balance"},"MJBAqv":{"context":"column title used by/customer","string":"Used by"},"eLJQSh":{"context":"column title gift card","string":"Gift Card"},"bwJc6V":{"context":"column title product","string":"商品"},"FEWgh/":{"context":"column title tag","string":"Tag"},"RfPJ1E":{"context":"issue card button label","string":"Issue card"},"E22x4H":{"context":"no card defuned alert message","string":"You haven’t defined a gift card product!"},"Rd0s80":{"context":"no cards found title message","string":"No gift cards found"},"VI+X8H":{"context":"no gift card product types alert message","string":"{createGiftCardProductType} to start selling gift cards in your store."},"jmh0rV":{"context":"no gift card products alert message","string":"{createGiftCardProduct} to start selling gift cards in your store."},"U9o2bV":{"context":"no gift card products and types alert message","string":"{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."},"F69lwk":{"context":"settings menu item","string":"設定"},"vWTM6Y":{"context":"customer gift cards card no cards subtitle","string":"There are no gift cards assigned to this customer"},"Utq1fE":{"context":"customer gift cards card title","string":"Gift Cards"},"mbOuGl":{"context":"customer gift cards card issue button","string":"Issue new card"},"vzce9B":{"context":"customer gift cards card subtitle","string":"Only five newest gift cards are shown here"},"FQc5z6":{"context":"customer gift cards card view all button","string":"View All"},"Yxihwg":{"context":"consent removal of gift cards with balance button label","string":"{selectedItemsCount,plural,one {I am aware that I am removing a gift card with balance} other {I am aware that I am removing gift cards with balance}}"},"S52JMl":{"context":"default gift card delete description","string":"{selectedItemsCount,plural,one {Are you sure you want to delete this gift card?} other {Are you sure you want to delete {selectedItemsCount} giftCards?}}"},"zLtb4N":{"context":"gift card removed success alert message","string":"{selectedItemsCount,plural,one {Successfully deleted gift card} other {Successfully deleted gift cards}}"},"a+iRI1":{"context":"single gift card title","string":"{selectedItemsCount,plural,one {Delete Gift Card} other {Delete Gift Cards}}"},"RLZ1jd":{"context":"delete gift cards with balance description","string":"{selectedItemsCount,plural,one {The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other {You are about to delete gift cards with available balance. Are you sure you want to do that?}}"},"LA13a5":{"context":"channel select label","string":"Channel"},"0sd4ez":{"context":"selected customer channel subtitle","string":"Customer will be sent the gift card code via this channels email address"},"FRJRmi":{"context":"selected customer gift card is sent to subtitle","string":"Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code."},"Um3g00":{"context":"send to customer selected label","string":"Send gift card to customer"},"ps+h1G":{"context":"checkbox label description","string":"Expiration date will be automatically set, once gift card is issued"},"j2l6cL":{"context":"checkbox label","string":"Set gift card expiration period"},"XFtKV5":{"context":"input placeholder tag","string":"Tag"},"mzASqs":{"context":"days after label","string":"days after issue"},"54KYgS":{"context":"months after label","string":"months after issue"},"15fg+o":{"context":"weeks after label","string":"weeks after issue"},"Qe4XHv":{"context":"years after label","string":"years after issue"},"4JW9iJ":{"context":"home section name","string":"首頁"},"sjRXXz":{"string":"Order #{orderId} was placed from draft by {userEmail}"},"BNTZLv":{"string":"Order #{orderId} was placed from draft"},"5SPHkk":{"string":"Order #{orderId} was fully paid"},"0dPP8O":{"string":"Order #{orderId} was placed"},"Nuq83+":{"string":"Create new channel"},"E9Jssl":{"string":"沒有可發貨的訂單"},"5dyOs0":{"string":"沒有款項等待入帳"},"bFhzRX":{"string":"No products are out of stock"},"c0H45L":{"string":"{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"},"md326v":{"string":"{amount, plural,one {One payment to capture} other {{amount} payments to capture}}"},"cdxwA8":{"string":"{amount, plural,one {One product out of stock} other {{amount} products out of stock}}"},"gSQ0Ge":{"string":"Variant {name} has been set as default."},"26+K4N":{"string":"There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file."},"Yo2kC+":{"string":"Couldn't process image"},"DOkfyZ":{"string":"Insufficient permissions"},"aheQdn":{"string":"姓氏"},"8oIbMI":{"string":"Reached limit for this plan"},"IbVKSH":{"context":"button","string":"Manage"},"9C7PZE":{"context":"navigation section name","string":"Navigation"},"wlQTfb":{"context":"go to next step, button","string":"Next"},"oUWADl":{"string":"No"},"s9sOcC":{"context":"button","string":"OK"},"lzdvwp":{"context":"field is optional","string":"可選"},"Ta9j04":{"context":"orders section name","string":"訂單"},"+svQBN":{"context":"alert","string":"Order limit reached"},"TPW2tP":{"string":"You have reached your order limit, you will be billed extra for orders above limit. If you would like to up your limit, contact your administration staff about raising your limits."},"aY0HAT":{"context":"section header","string":"銷售通路"},"NJbzcP":{"context":"dialog header","string":"取消訂單"},"i+JSEZ":{"string":"{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}"},"VSztEE":{"string":"Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?"},"NhQboB":{"context":"dialog header","string":"Saleor couldn’t cancel order"},"b+jcaN":{"string":"There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."},"FIZvTx":{"context":"dialog content","string":"Select method you want to use to change address"},"D4W/LE":{"context":"dialog header","string":"Change customer billing address"},"RzDYi8":{"context":"checkbox label","string":"Set the same for billing address"},"r4g/vD":{"context":"search modal billing title","string":"帳單地址"},"vf56In":{"context":"address type","string":"Use one of customer addresses"},"qov29K":{"context":"dialog content","string":"Select one of customer addresses or add a new address:"},"CG+awx":{"context":"dialog content","string":"Which address would you like to use as shipping address for selected customer:"},"PBd/e+":{"context":"dialog header","string":"Change address for order"},"9gb9b4":{"context":"address type","string":"新增地址"},"Qph0GE":{"context":"dialog content","string":"Add a new address:"},"xWEFrR":{"context":"dialog content","string":"This customer doesn't have any addresses in the address book. Provide address for order:"},"kQq6/o":{"context":"info when addresses search is unsuccessful","string":"No results found"},"zqarUF":{"context":"modal information under title","string":"Select an address you want to use from the list below"},"129wyQ":{"context":"dialog header","string":"Change customer shipping address"},"txOXvy":{"context":"checkbox label","string":"Set the same for shipping address"},"2OH46U":{"context":"search modal shipping title","string":"配送地址"},"s6lW8R":{"context":"option label","string":"Change address"},"Zg0dRo":{"context":"dialog description","string":"You have changed customer assigned to this order. What would you like to do with the shipping address?"},"iue6mV":{"context":"option label","string":"Keep address"},"uD93er":{"context":"dialog header","string":"Changed Customer"},"VrFy8e":{"string":"No notes from customer"},"puALFo":{"context":"notes about customer, header","string":"Notes"},"4Jp83O":{"context":"subheader","string":"Contact Information"},"hkSkNx":{"string":"搜尋客户"},"VCzrEZ":{"context":"link","string":"View Profile"},"DP5VOH":{"string":"配送地址"},"Y7M1YQ":{"context":"section header","string":"客戶"},"GLX9II":{"context":"billing address","string":"同配送地址相同"},"Qovenh":{"string":"Anonymous user"},"c7/79+":{"string":"支付地址"},"R98JLZ":{"context":"OrderCustomer Fulfillment from All Warehouses","string":"Fulfill from All Warehouses"},"/w919H":{"context":"OrderCustomer Fulfillment from Local Warehouse","string":"Fulfill from Local Stock"},"AqXzM2":{"string":"訂單 #{orderNumber}"},"9ZtJhn":{"context":"cancel button","string":"取消訂單"},"maxT+q":{"context":"save button","string":"Confirm order"},"+RjQjs":{"context":"return button","string":"Return / Replace order"},"QSnh4Y":{"context":"add button label","string":"新增"},"nvSJNR":{"context":"discount reason input lavel","string":"Reason"},"GAmGog":{"context":"value input label","string":"Discount value"},"fo7nfa":{"context":"fixed amount","string":"固定金額"},"IN5iJz":{"context":"value input helper text","string":"Invalid value"},"WTj17Z":{"context":"dialog title item discount","string":"Discount Item"},"YFDAaX":{"context":"dialog title order discount","string":"Discount this Order by:"},"WUf3Iu":{"context":"percentage option","string":"百分比"},"APcoSA":{"context":"dialog header","string":"Delete Daft Order"},"mxtAFx":{"string":"Are you sure you want to delete draft #{orderNumber}?"},"32dfzI":{"context":"price or ordered products","string":"價格"},"nEWp+k":{"context":"quantity of ordered products","string":"庫存"},"UD7/q8":{"string":"No Products added to Order"},"lVwmf5":{"context":"total price of ordered products","string":"總共"},"Myx1Qp":{"context":"add discount button","string":"Add Discount"},"BjxQ3u":{"context":"add shipping address first label","string":"add shipping address first"},"Jb1/3V":{"context":"add shipping carrier button","string":"Add shipping carrier"},"+8v1ny":{"context":"discount button","string":"折扣"},"M9LXb5":{"context":"no shipping carriers title","string":"No applicable shipping carriers"},"xUvWaP":{"context":"subtotal price","string":"小計"},"mQtoRO":{"context":"taxes title","string":"Taxes (VAT included)"},"S/yAtJ":{"context":"total price","string":"訂單總額"},"18wvf7":{"context":"section header","string":"訂單明細"},"C50ahv":{"context":"button","string":"加入商品"},"w2eTzO":{"context":"placed orders counter","string":"{count}/{max} orders"},"LshEVn":{"context":"button","string":"新建訂單"},"7a1S4K":{"context":"tab name","string":"All Drafts"},"NJEe12":{"string":"搜尋稿單"},"vwMO04":{"context":"draft order","string":"Created"},"iEeIhY":{"context":"draft order","string":"客戶"},"KIh25E":{"string":"No draft orders found"},"ps0WUQ":{"string":"訂單編號"},"hkENym":{"string":"客戶"},"mCP0UD":{"context":"order draft creation date","string":"日期"},"1Uj0Wd":{"context":"order draft total price","string":"總共"},"PAqicb":{"context":"button","string":"取消訂單"},"4Z14xW":{"context":"button","string":"Finalize"},"6u4K7e":{"context":"page header","string":"訂單"},"kPIZ65":{"context":"page header","string":"訂單 #{orderNumber}"},"CJpx4E":{"context":"page header","string":"訂單編號 {orderNumber} - 發貨"},"N5UuEK":{"context":"header","string":"品項準備配送"},"z9wQ/U":{"context":"no variant stock in warehouse","string":"No Stock"},"vW3tb6":{"context":"name","string":"產品名稱"},"Kg0Fiu":{"context":"quantity of fulfilled products","string":"發貨數量"},"0VDwAP":{"context":"checkbox label","string":"發送貨運明細給客戶"},"fw+VAN":{"context":"product's sku","string":"庫存單位"},"BLX9dz":{"context":"fulfill order, button","string":"Fulfill"},"Uh9R9m":{"context":"prepare order fulfillment, button","string":"Prepare fulfillment"},"bS7A8u":{"context":"add tracking button","string":"Add tracking"},"dTkmON":{"context":"edit tracking button","string":"Edit tracking"},"K//bUK":{"context":"refund button","string":"退款"},"4PlW0w":{"context":"tracking number","string":"Tracking Number: {trackingNumber}"},"EHsnZX":{"context":"dialog description","string":"Are you sure you want to approve this fullfillment?"},"SqhC7g":{"context":"checkbox label, fulfillment approval","string":"發送貨運明細給客戶"},"UQu75k":{"context":"dialog header","string":"Approve this fulfillment"},"xco5tZ":{"string":"Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse."},"aHc89n":{"context":"select warehouse to restock items","string":"選取倉庫"},"bb4nSp":{"context":"dialog header","string":"Cancel Fulfillment"},"2MKkgX":{"context":"checkbox label","string":"Allow fulfillment without payment"},"XwQQ1f":{"context":"checkbox label description","string":"All fulfillments will be automatically approved"},"05hqq6":{"context":"checkbox label","string":"Automatically approve all fulfillments"},"l9ETHu":{"context":"checkbox label description","string":"You will be able to fulfill products without capturing payment for the order."},"G3ay2p":{"context":"section header","string":"Fulfillment settings"},"yT/GAp":{"string":"Tracking number"},"/BJQIq":{"context":"dialog header","string":"Add Tracking Code"},"RLTaAR":{"context":"order history message","string":"Order address was updated"},"fkplbE":{"context":"order history message","string":"Order was marked as paid"},"nHmugP":{"context":"order history message","string":"{quantity} 個品項已發貨"},"GLy2UR":{"context":"order history message","string":"Fulfillment was cancelled"},"GJAX0z":{"context":"order history message","string":"訂單已訂立"},"OzHN0Z":{"context":"order history message","string":"Links to the order's digital goods were sent"},"OKGd/k":{"context":"order history message","string":"Order was created from draft"},"4Z6BtA":{"context":"order history message","string":"Payment confirmation was sent to customer"},"wOeIR4":{"context":"order history message","string":"{quantity} 個品項重新上架"},"6WRFp2":{"context":"order history message","string":"Note was added to the order"},"oQ27V4":{"context":"order history message","string":"Order placed information was sent to customer"},"cqZ5UH":{"context":"order history message","string":"Order confirmation was sent to customer"},"chvryR":{"context":"order history message","string":"Invoice was requested by {requestedBy}"},"8RnPGF":{"context":"order history message","string":"Payment was voided"},"fehqPs":{"context":"order history message","string":"Products were deleted from an order"},"P/EDn1":{"context":"order history message","string":"Order was fully paid"},"ubasgL":{"context":"order history message","string":"Order was confirmed"},"2yV+s8":{"context":"order history message","string":"付款已到賬"},"aq5ZiN":{"context":"order history message","string":"Fulfillment confirmation was sent to customer"},"hWO1SD":{"context":"order history message","string":"Draft order was created"},"GVM/fi":{"context":"order history message","string":"Payment was authorized"},"j3yE7I":{"context":"order history message","string":"Shipping tracking number was sent to customer"},"3fgyFh":{"context":"order history message","string":"Payment was refunded"},"D3WUc/":{"context":"order history message","string":"Order was refunded by {refundedBy}"},"U1eJIw":{"context":"order history message","string":"Products were added to an order"},"PcPMjC":{"context":"order history message","string":"Fulfillment awaits approval"},"6RQKxH":{"context":"order history message","string":"Invoice no. {invoiceNumber} was updated"},"XBfvKN":{"string":"訂單歷史記錄"},"Fl3ORD":{"context":"order history message","string":"{quantity} 個品項超賣"},"9piUVz":{"context":"order history message","string":"Order refund information was sent to customer"},"e92Uxp":{"context":"order history message","string":"Updated fulfillment group's tracking number"},"TCR639":{"context":"order history message","string":"付款失敗"},"06bR4Z":{"context":"order history message","string":"Order cancel information was sent to customer"},"BCPrmK":{"context":"order history message","string":"Shipping details was sent to customer"},"pTpx0p":{"context":"order history message","string":"Invoice no. {invoiceNumber} was generated by {generatedBy}"},"qddy2Z":{"context":"order history message","string":"Invoice was sent to customer by {sentBy}"},"zRrcOG":{"context":"order history message","string":"Order was cancelled"},"kVOslW":{"context":"reason for discount label","string":"Reason for discount"},"kvSYZh":{"context":"replacement created order history message description","string":"was created for replaced products"},"A0Wlg7":{"context":"product discount removed title","string":"{productName} discount was removed by"},"MPfyne":{"string":"Are you sure you want to send this invoice: {invoiceNumber} to the customer?"},"5JT4v2":{"context":"dialog header","string":"Send Invoice"},"Gzg8hy":{"context":"section header","string":"Invoices"},"F0AXNs":{"context":"invoice create date prefix","string":"新增時間"},"hPB89Y":{"string":"No invoices to be shown"},"m6IBe5":{"context":"invoice number prefix","string":"發票"},"e0RKe+":{"context":"generate invoice button","string":"Generate"},"zyceue":{"context":"placed order counter","string":"{count}/{max} orders"},"WbV1Xm":{"context":"button","string":"Order Settings"},"wTHjt3":{"string":"搜尋訂單…"},"WRkCFt":{"context":"tab name","string":"All Orders"},"lJP1iw":{"context":"order","string":"Channel"},"biAxKR":{"context":"click and collect","string":"Click&Collect"},"PzXIXh":{"context":"order","string":"客戶"},"JUQwne":{"context":"order","string":"Gift Card"},"s5v6m0":{"context":"order","string":"Gift Card ordered"},"Kgxlsf":{"context":"order","string":"Paid with Gift Card"},"a4qX2+":{"context":"order","string":"Created"},"JYvf8/":{"context":"is preorder","string":"Preorder"},"NWxomz":{"string":"Fulfillment status"},"p+UDec":{"context":"payment status","string":"付款狀態"},"5blVMu":{"context":"e-mail or full name","string":"客戶"},"PHUcrU":{"context":"date when order was placed","string":"日期"},"k9hf7F":{"context":"total order price","string":"總共"},"EbVf0Z":{"context":"transaction reference","string":"Transaction reference"},"rwOx2s":{"string":"Please provide a transaction reference using the input below:"},"sfEbeB":{"string":"You're going to mark this order as paid."},"+B25o/":{"context":"dialog header","string":"Mark Order as Paid"},"+PbHKD":{"context":"dialog header","string":"款項入賬"},"OhdPS1":{"context":"amount of refunded money","string":"金額"},"euRfu+":{"string":"Are you sure you want to void this payment?"},"KszPFx":{"context":"dialog header","string":"Void Payment"},"BZ7BkQ":{"context":"capture payment, button","string":"入賬"},"V+gwx7":{"context":"order payment","string":"已到賬金額"},"ghGLbJ":{"context":"OrderPayment click&collect shipping method","string":"click&collect"},"u0S2be":{"context":"order discount","string":"折扣"},"pr513b":{"context":"ordered products","string":"{quantity} 件"},"+5HkZN":{"context":"order, button","string":"Mark as paid"},"5te3Tp":{"context":"order payment","string":"未結餘額"},"vM9quW":{"context":"order payment","string":"Paid with Gift Card"},"SC/eNC":{"context":"Payment card title","string":"付款狀態"},"uUsZ7m":{"context":"order payment","string":"預繳金額"},"HaQ8cg":{"context":"button","string":"退款"},"q+gCyP":{"context":"order payment","string":"退款金額"},"+CeEe3":{"context":"order shipping method name","string":"運送"},"uzAPCt":{"context":"OrderPayment does not require shipping","string":"不適用"},"Rsknyh":{"context":"order does not require shipping","string":"不適用"},"QJG+d/":{"context":"staff added type order discount","string":"Staff added"},"T8rvXs":{"context":"order subtotal price","string":"小計"},"r+dgiv":{"string":"税項"},"zb4eBO":{"context":"order total price","string":"總共"},"dJVXIb":{"context":"vat included in order price","string":"VAT included"},"sEjRyz":{"context":"voucher type order discount","string":"Voucher"},"myyWNp":{"context":"dialog header","string":"加入商品"},"b810WJ":{"context":"product price","string":"價格"},"WE8IFE":{"context":"product name","string":"商品"},"tvpAXl":{"context":"ordered product quantity","string":"庫存"},"8J81ri":{"context":"ordered product sku","string":"庫存單位"},"qT6YYk":{"context":"order line total price","string":"總共"},"5aiFbL":{"context":"tabel column header","string":"價格"},"FNT4b+":{"context":"tabel column header","string":"商品"},"Tl+7X4":{"context":"tabel column header","string":"Refunded Qty"},"2W4EBM":{"context":"button","string":"Set maximal quantities"},"+PclgM":{"context":"tabel column header","string":"總共"},"xoyCZ/":{"context":"error message","string":"Improper value"},"MewrtN":{"context":"section header","string":"Fulfillment"},"H/f9KR":{"context":"section header returned","string":"Fulfillment returned"},"i/ZhxL":{"context":"section header returned","string":"Fulfillment waiting for approval"},"0krqBj":{"context":"page header","string":"訂單編號 {orderNumber} - 退款"},"rVIlBs":{"context":"page header with order number","string":"訂單 #{orderNumber}"},"0oo+BT":{"context":"section header","string":"退款額度"},"8F2D1H":{"context":"order refund amount, input button","string":"Refund {currency} {amount}"},"JEIN47":{"context":"label","string":"自動計算"},"FOehC/":{"context":"label","string":"手動計算"},"EP+jcU":{"context":"checkbox","string":"運費退款"},"zzfj8H":{"context":"label","string":"No refund"},"fbH51z":{"context":"Amount error message","string":"金額不可以大於退款上限"},"IKvOK+":{"context":"Amount error message","string":"Amount must be bigger than 0"},"L/O4LQ":{"context":"order refund amount","string":"已繳金額"},"lrq8O6":{"context":"order refund amount, input label","string":"金額"},"I7HyJZ":{"context":"order refund amount","string":"退款上限"},"Q55cTG":{"context":"order refund amount","string":"已退款額"},"wDUBLR":{"context":"order refund amount","string":"Proposed refund amount"},"QkFeOa":{"context":"order refund amount button","string":"退款"},"AKv2BI":{"context":"order refund subtitle","string":"Refunded items can't be fulfilled"},"C6bb6x":{"context":"order refund amount","string":"Refund total amount"},"i56GGQ":{"context":"order refund amount","string":"Replaced Products Value"},"bgO+7G":{"context":"order return amount button","string":"Return & Replace products"},"Uo5/Ov":{"context":"order return subtitle","string":"Returned items can't be fulfilled"},"kak5vT":{"context":"order refund amount","string":"Selected Products Value"},"WGp+Fw":{"context":"order refund amount","string":"Shipment Cost"},"B/y6LC":{"context":"section header","string":"未發貨產品"},"iUIn50":{"context":"section notice","string":"未發貨產品將重新上架"},"bqAJCT":{"context":"section header","string":"Refund Order"},"LKpQYh":{"context":"refund type","string":"其他退款"},"CLB1k9":{"context":"refund type","string":"商品退款"},"Y299ST":{"context":"table column header","string":"價格"},"0qg33z":{"context":"table column header","string":"Return"},"aAAxKp":{"context":"table column header","string":"商品"},"ikM00B":{"context":"table column header","string":"Replace"},"EtkIxE":{"context":"cancelled fulfillment, section header","string":"Cancelled ({quantity})"},"RlbhwF":{"context":"product no longer exists error description","string":"This product is no longer in database so it can’t be replaced, nor returned"},"iJrw63":{"context":"section header","string":"{quantity} 個已發貨"},"ZPOyI1":{"context":"fulfilled fulfillment, section header","string":"Fulfilled from {warehouseName}"},"oQhFlK":{"context":"refunded fulfillment, section header","string":"Refunded ({quantity})"},"jNSOSu":{"context":"cancelled fulfillment, section header","string":"Refunded and Returned ({quantity})"},"3stu21":{"context":"refunded fulfillment, section header","string":"Replaced ({quantity})"},"eCRaHe":{"context":"refunded fulfillment, section header","string":"Returned ({quantity})"},"p4zuQp":{"context":"product no longer exists error title","string":"Product no longer exists"},"NxRsHQ":{"context":"section header","string":"Fulfillment - #{fulfilmentId}"},"BkFke9":{"context":"section header","string":"Unfulfilled Items"},"/xXvjF":{"context":"section header","string":"未發貨"},"9ssWj+":{"context":"unapproved fulfillment, section header","string":"Waiting for approval ({quantity})"},"BBIQxQ":{"context":"page header","string":"Order no. {orderNumber} - Replace/Return"},"Vu9nol":{"context":"header","string":"訂單設定"},"yuiyES":{"string":"General Settings"},"CLYlsu":{"context":"section header","string":"設定"},"7UG1Lx":{"context":"checkbox gift cards label","string":"Automatically fulfill non shippable gift cards"},"Nfh9QM":{"context":"checkbox gift cards label description","string":"when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"},"wpAXKX":{"context":"checkbox label description","string":"All orders will be automatically confirmed and all payments will be captured."},"RLYfMF":{"context":"checkbox label","string":"Automatically confirm all orders"},"V/YxJa":{"context":"dialog header","string":"Edit Shipping Method"},"/Xwjww":{"context":"button","string":"Fulfill"},"ND5x+V":{"string":"We’re generating the invoice you requested. Please wait a couple of moments"},"9RCuN3":{"string":"款項已成功到賬"},"c4gbXr":{"string":"Draft order successfully finalized"},"9OtpHt":{"string":"Order line deleted"},"CZmloB":{"string":"Fulfillment successfully updated"},"Fn3bE0":{"string":"Order line updated"},"lL1HTg":{"string":"Order marked as paid"},"HlCkMT":{"string":"Order line added"},"W/Es0H":{"string":"訂單取消成功"},"KmPicj":{"string":"備註更新成功"},"L87bp7":{"string":"Order payment successfully voided"},"j2fPVo":{"string":"訂單更新成功"},"+sX7yS":{"string":"Fulfillment successfully approved"},"3u+4NZ":{"string":"Invoice email sent"},"PKJqcq":{"string":"Invoice is Generating"},"7U8GRy":{"string":"配送方式更新成功"},"uMpv1v":{"string":"Fulfillment successfully cancelled"},"TLNf6K":{"context":"window title","string":"Draft Order #{orderNumber}"},"GbBCmr":{"context":"window title","string":"訂單 #{orderNumber}"},"qbmeUI":{"context":"dialog header","string":"Delete Order Drafts"},"ra2O4j":{"string":"Deleted draft orders"},"6udlH+":{"string":"Order draft successfully created"},"Q6VRrE":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}"},"2MKBk2":{"context":"window title","string":"Fulfill Order #{orderNumber}"},"CYEnGq":{"context":"order fulfilled success message","string":"已發貨品項"},"NzifUg":{"context":"window title","string":"訂單發貨"},"XRf1Bi":{"context":"order refunded success message","string":"已退款品項"},"XQBVEJ":{"context":"order return error description when cannot refund","string":"We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again."},"l9Lwjh":{"context":"order return error title when cannot refund","string":"Couldn't refund products"},"/z9uo1":{"context":"order returned success message","string":"Successfully returned products!"},"a9S9Je":{"context":"page types section name","string":"Page Types"},"kTr2o8":{"string":"Attribute name"},"uxPpRx":{"context":"button","string":"Assign attribute"},"nf3XSt":{"context":"attribute internal name","string":"Slug"},"iQxjow":{"context":"section header","string":"Content Attributes"},"2Zyit2":{"context":"delete page types with its pages","string":"{counter,plural,one {Page Type you want to delete is used by some pages. Deleting this page type will also delete those pages. Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Page Types you want to delete are used by some pages. Deleting these page types will also delete those pages. Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"CcEwXH":{"context":"dialog header","string":"Delete Page Types"},"RZmdM3":{"context":"delete page types","string":"{counter,plural,one {Are you sure you want to delete this page type? After doing so you won’t be able to revert changes.} other {Are you sure you want to delete {displayQuantity} page types? After doing so you won’t be able to revert changes.}}"},"kZfIl/":{"string":"These are general information about this Content Type."},"OVOU1z":{"context":"section header","string":"詮釋資料"},"caqRmN":{"context":"header","string":"Create Page Type"},"lct0qd":{"string":"This list shows all attributes that will be assigned to pages that have this page type assigned."},"jWna9Q":{"string":"Content Type Name"},"umsU70":{"string":"Search Page Type"},"6JlXeD":{"context":"button","string":"Create page type"},"oVDZUb":{"context":"tab name","string":"All Page Types"},"BQ2NVl":{"context":"page type name","string":"Content Type Name"},"6fORLY":{"string":"No page types found"},"oHbgcK":{"context":"PageTypeDeleteWarningDialog title","string":"Delete page {selectedTypesCount,plural,one{type} other{types}}"},"I8mqqj":{"context":"PageTypeDeleteWarningDialog single assigned items button label","string":"View pages"},"Rpfa+t":{"context":"dialog header","string":"Unassign Attribute from Page Type"},"NGc9kE":{"string":"Page type deleted"},"WFG7Zk":{"context":"unassign attribute from page type, button","string":"Unassign"},"/L8wzi":{"context":"dialog header","string":"Unassign Attribute From Page Type"},"5bJ26s":{"string":"成功建立頁面類別"},"H6NsC1":{"context":"pages section name","string":"頁面"},"gr53VQ":{"context":"page header","string":"新建頁面"},"jZbT0O":{"string":"Add search engine title and description to make this page easier to find"},"GZgjK7":{"context":"page","string":"會在自 {date} 可見"},"X26jCC":{"context":"page label","string":"可見"},"/TK7QD":{"context":"page label","string":"隱藏"},"gMwpNC":{"context":"page content","string":"內容"},"gr+oXW":{"context":"page title","string":"標題"},"AHRDWt":{"context":"button","string":"新增頁面"},"Of19Pn":{"context":"Types","string":"Page Types"},"UW1fLs":{"context":"search pages placeholder","string":"Search Pages"},"V2+HTM":{"context":"dialog header","string":"標題"},"5GSYCR":{"context":"page status","string":"可見"},"iMJka8":{"string":"No pages found"},"I8dAAe":{"context":"page internal name","string":"Slug"},"G1KzEx":{"context":"page status","string":"已發佈"},"UN3qWD":{"context":"page status","string":"Not Published"},"ufD5Jr":{"string":"Content type"},"jU9GPX":{"context":"section header","string":"Organize Content"},"mX7zJJ":{"context":"header","string":"新建頁面"},"JMbFNo":{"string":"成功新建頁面"},"C1luwg":{"context":"dialog header","string":"Delete Page"},"4B32Ba":{"context":"delete page","string":"Are you sure you want to delete {title}?"},"41z2Qi":{"context":"notification","string":"Removed pages"},"yEmwxD":{"context":"publish page, button","string":"發佈"},"yHQQMQ":{"context":"dialog header","string":"Unpublish Pages"},"Wd8vG7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}"},"F8gsds":{"context":"unpublish page, button","string":"取消發佈"},"wyvzh9":{"context":"dialog header","string":"Publish Pages"},"WRPQMM":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}"},"UNwG+4":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}"},"AzshS2":{"context":"notification","string":"Published pages"},"3Sz1/t":{"context":"dialog header","string":"刪除頁面"},"2pw5dQ":{"context":"payment status","string":"已全數付款"},"PbqNhi":{"context":"order status","string":"部分發貨"},"INNPVX":{"context":"payment status","string":"已付費部分款項"},"OGemtu":{"context":"payment status","string":"已退還部分款項"},"26BKkX":{"context":"order status","string":"Partially returned"},"6D+yYX":{"string":"付款狀態"},"hLUYBt":{"context":"payment status","string":"Pending"},"DNTxWr":{"context":"permission groups section name","string":"權限組別"},"jUuHVn":{"context":"description","string":"No members found"},"UQ4Kuh":{"context":"input label","string":"Search Staff Members"},"6sjBvJ":{"context":"input placeholder","string":"Search by name, email, etc..."},"9Zlogd":{"context":"staff member status","string":"Active"},"7WzUxn":{"context":"staff member status","string":"Inactive"},"DPz5y6":{"context":"dialog header","string":"Assign Staff Members"},"lT5MYM":{"context":"dialog title","string":"Unassign users"},"H/o4Ex":{"context":"dialog content","string":"You are not able to modify this group members. Solve this problem to continue with request."},"mAabef":{"context":"checkbox label","string":"Group has full access to the store"},"CYZse9":{"context":"card description","string":"Expand or restrict group's permissions to access certain part of saleor system."},"sR0urA":{"context":"dialog content","string":"Are you sure you want to delete {name}?"},"L6+p8a":{"context":"dialog title","string":"刪除權限組別"},"O22NIZ":{"context":"deletion error message","string":"Cant's delete group which is out of your permission scope"},"rs815i":{"context":"text field label","string":"組別名稱"},"5ftg/B":{"context":"button","string":"新增權限組別"},"szXISP":{"context":"permission group name","string":"權限組別名稱"},"+a+2ug":{"string":"成員"},"wL7VAE":{"string":"Actions"},"CXn88q":{"string":"No permission groups found"},"gVD1os":{"context":"empty list message","string":"You haven’t assigned any member to this permission group yet."},"qrWOxx":{"string":"No members found"},"xxQxLE":{"string":"email地址"},"OhFGpX":{"context":"button","string":"Assign members"},"zD7/M6":{"context":"empty list message","string":"Please use Assign Members button to do so."},"lGlDEH":{"context":"header","string":"組別成員"},"W32xfN":{"context":"staff member full name","string":"名字"},"XGBsoK":{"context":"dialog content","string":"Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"},"eUjFjW":{"string":"Permission group created"},"15PiOX":{"context":"button title","string":"Unassign"},"DovGIa":{"string":"權限組別已刪除"},"WhvuCb":{"context":"plugins section name","string":"插件"},"6aBkJm":{"context":"section header","string":"Authorization"},"Aeq79M":{"context":"PluginDetailsChannelsCard no channels subtitle","string":"Plugin’s settings are set common across all channels"},"IUeGzv":{"context":"plugin name","string":"插件名稱"},"bL/Wrc":{"context":"plugin status","string":"狀態"},"w424P4":{"context":"section header","string":"Plugin Information and Status"},"FA+MRz":{"string":"Set plugin as active"},"qCH2eZ":{"context":"header","string":"Add Value to Authorization Field"},"Xy2T+y":{"context":"header","string":"Edit Authorization Field"},"Egyh2T":{"context":"section header","string":"插件設定"},"EtGDeK":{"context":"header","string":"{pluginName} Details"},"BtErCZ":{"string":"搜尋插件…"},"aOelhW":{"context":"tab name","string":"All Plugins"},"T/dYnE":{"context":"plugin filters error messages status","string":"Status is not selected"},"zQnYKn":{"context":"status section subtitle","string":"Channel status"},"TC/EOG":{"context":"status section title","string":"Status in channel"},"gZHmaV":{"context":"plugin filters error messages channels","string":"No channels selected"},"cwoN25":{"context":"config type section title","string":"Configuration Type"},"Co2U4u":{"string":"No plugins found"},"rQOS7K":{"context":"status label active","string":"Active"},"ycrTBX":{"context":"table header channel col label","string":"Channel"},"HedXnw":{"context":"plugin channel availability status title","string":"{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"},"AijtXU":{"context":"table header configuration col label","string":"配置"},"ho75Lr":{"context":"status label deactivated","string":"Deactivated"},"reP5Uf":{"context":"global config plugin status popup description","string":"Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins"},"xTIKA/":{"context":"PluginChannelConfigurationCell global title","string":"Global"},"QH74y5":{"context":"table header name col label","string":"名稱"},"8u7els":{"context":"channel config plugin status popup title","string":"Assigned to {activeChannelsCount} of {allChannelsCount} channels"},"N6lfS/":{"context":"header","string":"Authorization Field Delete"},"JRfJD9":{"string":"The plugin may stop working after this field is cleared. Are you sure you want to proceed?"},"6QjMei":{"string":"Preorder end time needs to be set in the future"},"YQ3EXR":{"context":"product types section name","string":"商品類型"},"9scTQ0":{"context":"section header","string":"Product Attributes"},"5pHBSU":{"context":"switch button","string":"Product type uses Variant Attributes"},"7nKXni":{"context":"option description","string":"This product will act as a payment method"},"kp2IYP":{"context":"option","string":"Gift card product type"},"xRbqcg":{"context":"option","string":"Regular product type"},"H5yp8O":{"context":"label","string":"Product Type Name"},"1KSqnn":{"context":"tab name","string":"All Product Types"},"rpFdD1":{"string":"Search Product Type"},"QY7FSs":{"context":"button","string":"create product type"},"X90t9n":{"context":"product type","string":"Configurable"},"dS8Adx":{"context":"product","string":"Digital"},"U5aVd8":{"context":"product","string":"Shippable"},"Jsh6+U":{"context":"product type is digital or physical","string":"Type"},"0nLsyM":{"string":"No product types found"},"yNb+dT":{"context":"product type","string":"Simple product"},"TalJlD":{"context":"tax rate for a product type","string":"税項"},"jyTwDR":{"context":"product type is either simple or configurable","string":"Type"},"hHOI7D":{"context":"product type name","string":"Type Name"},"asdvmK":{"context":"product type","string":"Digital"},"ADTNND":{"context":"product type","string":"Physical"},"/2OOMe":{"context":"product type shipping settings, section header","string":"運送"},"IBw72y":{"context":"switch button","string":"Is this product shippable?"},"VOiUXQ":{"string":"Used to calculate rates for shipping for products of this product type, when specific weight is not given"},"zCb8fX":{"string":"Weight"},"vlLyvk":{"string":"{inputType} attributes cannot be used as variant selection attributes."},"4k9rMQ":{"context":"variant attribute checkbox","string":"Variant Selection"},"skEK/i":{"context":"section header","string":"Variant Attributes"},"x3leH4":{"context":"ProductTypeDeleteWarningDialog title","string":"Delete product {selectedTypesCount,plural,one{type} other{types}}"},"GCPzKf":{"context":"ProductTypeDeleteWarningDialog single assigned items button label","string":"View products"},"paa4m0":{"string":"成功建立商品類別"},"F3Upht":{"string":"Product type deleted"},"UJnqdm":{"context":"dialog header","string":"Unassign Attribute From Product Type"},"r1aQ2f":{"context":"dialog header","string":"Unassign Attribute from Product Type"},"S7j+Wf":{"context":"unassign attribute from product type, button","string":"Unassign"},"K8xNLe":{"context":"products section name","string":"產品"},"ulh3kf":{"string":"系列"},"fyE8BN":{"context":"product organization, header","string":"Organization"},"LKoIB1":{"string":"Add search engine title and description to make this product easier to find"},"L7N+0y":{"context":"product rating","string":"產品評價"},"JGm7E5":{"context":"option","string":"Export stock for all warehouses"},"ZDJEat":{"context":"button","string":"Load More"},"ve/Sph":{"context":"there are more elements of list that are hidden","string":"and {number} more"},"64aYF0":{"context":"informations about product organization, header","string":"Product Organization"},"6xC/Ls":{"context":"informations about product seo, header","string":"SEO Information"},"qEZ463":{"context":"export selected items to csv file","string":"已選取 {number} 個商品"},"g6yuk2":{"context":"export items to csv file, choice field label","string":"Export information for:"},"xtUXnK":{"context":"export all items to csv file","string":"共 {number} 個商品"},"WQMTKI":{"context":"list of warehouses","string":"Warehouses A to Z"},"/68iG8":{"context":"product export to csv file, header","string":"Information exported"},"z1puMb":{"context":"export items as csv or spreadsheet file","string":"匯出至:"},"ki7Mr8":{"context":"product export to csv file, header","string":"匯出設定"},"lQRnYK":{"context":"selectt all options","string":"全選"},"9Tl/bT":{"context":"export items as spreadsheet","string":"Spreadsheet for Excel, Numbers etc."},"YicEbK":{"string":"Search Atrtibuttes"},"ZRz3hM":{"string":"匯出商品庫存到 CSV 檔案"},"xjpTLF":{"context":"informations about product stock, header","string":"Inventory Information"},"li1BBk":{"context":"export items as csv file","string":"Plain CSV file"},"Jwuu4X":{"context":"select product informations to be exported","string":"Information exported:"},"tIc2/h":{"context":"input helper text, search attributes","string":"Search by attribute name"},"SZt9kC":{"context":"export filtered items to csv file","string":"Current search ({number})"},"jj3Cb8":{"context":"informations about product prices etc, header","string":"Financial Information"},"oOFrUd":{"context":"export products to csv file, button","string":"匯出商品"},"dc5KWn":{"context":"products export type label","string":"products"},"xkjRu5":{"context":"export products to csv file, dialog header","string":"匯出資料"},"zDvDnG":{"context":"modal header","string":"Media from the URL you supply will be shown in the media gallery. You will be able to define the order of the gallery."},"4W/CKn":{"context":"modal button","string":"Upload URL"},"7FL+WZ":{"context":"export products to csv file, button","string":"匯出商品"},"FwHWUm":{"context":"alert","string":"SKU limit reached"},"Kw0jHS":{"context":"created products counter","string":"{count}/{max} SKUs used"},"kIvvax":{"string":"搜尋商品…"},"aFLtLk":{"context":"tab name","string":"所有商品"},"5Vwnu+":{"string":"You have reached your SKU limit, you will be no longer able to add SKUs to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"diOQm7":{"context":"product status","string":"Available"},"pbGIUg":{"context":"sales channel","string":"Channel"},"Bx367s":{"context":"product is hidden","string":"隱藏"},"pBTTtU":{"context":"product kind","string":"Product Kind"},"Sna+WK":{"context":"product status","string":"Out Of Stock"},"b1zuN9":{"string":"價格"},"3Z8972":{"context":"product","string":"Stock quantity"},"g+GAf4":{"context":"product visibility","string":"可見"},"6Y1nQd":{"context":"product is visible","string":"可見"},"Jz/Cb+":{"context":"product type","string":"Simple"},"+VEhV8":{"context":"product channels","string":"Availability"},"Sd0Ppm":{"context":"product publication date","string":"Published on {date}"},"qpQ0uB":{"context":"product publication date","string":"Unpublished"},"kVTWtR":{"context":"product updated at","string":"Last updated"},"r0hgpM":{"context":"product publication date","string":"Becomes published on {date}"},"XUU9sU":{"context":"section header","string":"All Media"},"Ihp4D3":{"context":"header","string":"Edit Media"},"9RvXNg":{"context":"section header","string":"Media Information"},"cW1RIo":{"context":"section header","string":"Media View"},"9CEu8k":{"context":"modal button images upload","string":"Upload Images"},"Q2UXlW":{"context":"modal button url upload","string":"Upload URL"},"/Mcvt4":{"context":"section header","string":"Media"},"mGiA6q":{"context":"modal button upload","string":"上傳"},"JjeZEG":{"context":"section header","string":"Organize Product"},"Be+J13":{"string":"Configurable"},"v+Pkm+":{"context":"field is optional","string":"*Optional. Adding product to collection helps users find it."},"anK7jD":{"string":"商品類型"},"3rIMq/":{"context":"product shipping","string":"運送"},"SUbxSK":{"context":"product weight","string":"Weight"},"eAFU/E":{"context":"product inventory, checkbox","string":"Variant currently in preorder"},"2qJc9y":{"string":"CANCEL END DATE"},"7wkGxW":{"context":"app has been installed","string":"{unitsLeft} units left"},"xB7BTp":{"string":"SKU (Stock Keeping Unit)"},"KTAg0f":{"context":"tabel column header","string":"倉庫名稱"},"7Ii5ZQ":{"string":"SETUP END DATE"},"bp/i0x":{"context":"header","string":"庫存"},"Gz+4CI":{"context":"info text","string":"Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone."},"NcY4ph":{"string":"Threshold that cannot be exceeded even if per channel thresholds are still available"},"JyQEHU":{"context":"tabel column header","string":"通路"},"TjGYna":{"context":"product inventory, checkbox","string":"Track Inventory"},"cBHRxx":{"context":"button","string":"Assign Warehouse"},"REVk27":{"context":"info text","string":"Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling"},"ekXood":{"string":"Unlimited"},"RJ5QxE":{"string":"Global threshold"},"jABdx1":{"string":"Active inventory tracking will automatically calculate changes of stock"},"TfY/Pi":{"context":"checkbox","string":"Charge taxes on this product"},"CdIHMu":{"context":"select tax ratte","string":"Tax Rate"},"iYH3Y7":{"context":"checkbox","string":"Override the product type's tax rate"},"8uo4v1":{"context":"title","string":"Checkout limits"},"n3+6w5":{"context":"input helper text","string":"Your customer won't be allowed to buy bigger quantity per checkout than shown here."},"C7I2lg":{"context":"input label","string":"Limit quantity per checkout (optional)"},"W3JbSQ":{"context":"create product variants","string":"How would you like to create variants:"},"vXA5xU":{"context":"option description","string":"Use variant creator to create matrix of selected attribute values to create variants"},"uxZZXx":{"context":"option","string":"Create multiple variant via variant creator"},"EzU7KV":{"context":"option description","string":"Create new variant using variant details view"},"9EMudJ":{"context":"option","string":"Create single variant"},"XDeh5D":{"context":"dialog header","string":"新增變體"},"f3B4tc":{"context":"attributes, section header","string":"Variant Attributes"},"o6260f":{"context":"attributes, section header","string":"Variant Selection Attributes"},"7hNjaI":{"context":"button","string":"刪除變體"},"sw8Wl2":{"context":"variant pricing section subtitle","string":"There is no channel to define prices for. You need to first add variant to channels to define prices."},"U9CIo7":{"context":"button","string":"Save variant"},"TPCRKr":{"context":"variant price, header","string":"價格"},"ClFzoD":{"string":"Selected values will be used to create variants for the configurable product."},"Xr5zxu":{"string":"You choices will add {variantsNumber} SKUs to your catalog which will exceed your limit by {aboveLimitVariantsNumber}. If you would like to up your limit, contact your administration staff about raising your limits."},"lVZ5n7":{"context":"variant attribute","string":"Attribute"},"TDXskW":{"context":"variant attribute","string":"Select Attribute"},"7WEC+G":{"context":"page title","string":"Price and SKUs"},"GQcp83":{"context":"variant stock, header","string":"Stock and Warehousing"},"NXpFlL":{"context":"product attribute values, page title","string":"Choose Values"},"CrbI/c":{"context":"variant channel price","string":"{channel} Price"},"rVaB7c":{"context":"attribute values, variant creation step","string":"Select Values"},"ucYPtV":{"context":"variant attribute","string":"Choose attribute"},"slKV5G":{"context":"variant creation step","string":"摘要"},"lra7Ej":{"string":"Apply single price to all SKUs"},"J0UdxG":{"string":"Skip pricing for now"},"L5rthO":{"string":"Apply unique stock by attribute to each SKU"},"EGG8f+":{"string":"Apply unique prices by attribute to each SKU"},"STp3Hl":{"string":"Apply single stock to all SKUs"},"+bFHzi":{"context":"button","string":"Next"},"rHXF43":{"string":"Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created."},"BIqhVQ":{"string":"Skip stock for now"},"Q3j++G":{"context":"create multiple variants, button","string":"創建"},"S5PVx1":{"context":"variant creator summary card header","string":"Created Variants"},"/Qb92c":{"string":"Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products"},"k4brJy":{"string":"庫存單位"},"Sx7QVu":{"context":"variant creation step","string":"Prices and SKU"},"iigydN":{"string":"Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products."},"esg2wu":{"context":"previous step, button","string":"Previous"},"V76IV7":{"context":"variant name","string":"變體"},"rbkmfG":{"context":"button","string":"刪除變體"},"WwNtFn":{"context":"delete product variant","string":"Are you sure you want to delete {name}?"},"GFJabu":{"context":"dialog header","string":"刪除變體"},"XMvH/d":{"context":"button label","string":"ACCEPT"},"dTCWqt":{"string":"You are about to end your products preorder. You have sold {variantGlobalSoldUnits} units of this variant. Sold units will be allocated at appropriate warehouses. Remember to add remaining threshold stock to warehouses."},"Y4cy0i":{"context":"dialog header","string":"Ending preorder"},"iPk640":{"context":"dialog header","string":"Media Selection"},"2J6EFz":{"context":"button","string":"Choose media"},"JfKvrV":{"context":"select variant media","string":"Select a specific variant media from product media"},"vZMs8f":{"context":"default product variant indicator","string":"Default"},"1kdQdO":{"context":"section header","string":"變體"},"3C3Nj5":{"context":"button","string":"新增產品變體"},"gF7hbK":{"context":"variant name","string":"New Variant"},"EsZH44":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle hidden","string":"隱藏"},"rJ3lkW":{"context":"VariantDetailsChannelsAvailabilityCard item subtitle published","string":"Published since {publicationDate}"},"jqJqdE":{"context":"VariantDetailsChannelsAvailabilityCard no items available","string":"This variant is not available at any of the channels"},"3+KwtP":{"context":"VariantDetailsChannelsAvailabilityCard subtitle","string":"Available in {publishedInChannelsCount} out of {availableChannelsCount}"},"sedoZ3":{"context":"VariantDetailsChannelsAvailabilityCard title","string":"Availability"},"Xm9qOu":{"context":"product pricing, section header","string":"Pricing"},"JFtFgc":{"context":"tabel column header","string":"Selling Price"},"KQSONM":{"context":"tabel column header","string":"Cost"},"VvA7ai":{"context":"info text","string":"Channels that don’t have assigned prices will use their parent channel to define the price. Price will be converted to channel’s currency"},"c8UT0c":{"context":"tabel column header","string":"通路名稱"},"2zCmiR":{"context":"tabel column header","string":"Cost price"},"SZH0fw":{"context":"set variant as default, button","string":"Set as default"},"6+sMz4":{"context":"product variant inventory","string":"Unavailable in all locations"},"7mK2vs":{"context":"product variant inventory","string":"Unavailable"},"n02c9W":{"context":"product variant price","string":"價格"},"uVssds":{"context":"product variant inventory","string":"{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}"},"FSinkL":{"context":"variant stock status","string":"Available inventory at:"},"HcjV6k":{"context":"button","string":"Create variants"},"qbqMpk":{"context":"product variant preorder threshold","string":"In preorder"},"wWYYBR":{"context":"product variant inventory","string":"{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}"},"rIJbNC":{"string":"Use variants for products that come in a variety of versions for example different sizes or colors"},"JtZ71e":{"context":"filtering option","string":"All Warehouses"},"kL3C+K":{"context":"product variant inventory status","string":"庫存"},"3VyHbJ":{"context":"button","string":"Create variant"},"9PmyrU":{"context":"product variant inventory","string":"Not stocked"},"80FeaT":{"context":"product variant preorder threshold","string":"{globalThreshold} Global threshold"},"OTek3r":{"context":"product variant name","string":"變體"},"uCn/rd":{"context":"dialog header","string":"Delete Image"},"BUKMzM":{"string":"Variant removed"},"T6dXGG":{"context":"header","string":"Create Variant"},"VEext+":{"string":"Are you sure you want to delete this image?"},"MyM2oR":{"context":"window title","string":"Create variant"},"PXx4Jk":{"context":"window title","string":"新增商品"},"NBP8uu":{"context":"page header","string":"新商品"},"DO8+uV":{"string":"Product created"},"yDkmX7":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}"},"5QKsu+":{"context":"waiting for export to end, header","string":"匯出 CSV"},"F4WdSO":{"context":"dialog header","string":"刪除產品"},"dPYqy0":{"string":"We are currently exporting your requested CSV. As soon as it is available it will be sent to your email address"},"YKyNm9":{"context":"label","string":"Gift Card"},"X/K4LI":{"context":"label","string":"Normal"},"vlVTmY":{"string":"Product removed"},"ZHF4Z9":{"context":"delete product dialog subtitle","string":"Are you sure you want to delete {name}?"},"TWVx7O":{"context":"delete product dialog title","string":"刪除商品"},"ukdRUv":{"context":"delete variant dialog subtitle","string":"{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}"},"6iw4VR":{"context":"delete variant dialog title","string":"Delete Product Variants"},"oChkS4":{"context":"success message","string":"成功建立變體"},"z+wMgQ":{"context":"window title","string":"新增變體"},"IeoGgH":{"context":"variant created success message","string":"Variant created"},"aI80kg":{"string":"Properties"},"kFYlu2":{"string":"Saleor 在只讀模式下運行。更改未保存。"},"rqtV5d":{"context":"order status","string":"Ready to capture"},"oLMXDv":{"context":"order status","string":"Ready to fulfill"},"XJSRDK":{"context":"payment status","string":"已全數退款"},"nwnwJ0":{"context":"payment status","string":"Refused"},"bu/fC1":{"context":"button","string":"刪除"},"TKmub+":{"string":"This field is required"},"4Dc2j0":{"context":"order status","string":"Returned"},"kJQczl":{"context":"sales section name","string":"促銷"},"RaycYK":{"context":"button","string":"儲存"},"rqiCWU":{"string":"Saved changes"},"a+x05s":{"context":"select option, button","string":"Select"},"rfvBAF":{"context":"select all options, button","string":"全選"},"byP6IC":{"string":"Selected"},"hqVMLQ":{"context":"button","string":"送出"},"8xsKUv":{"context":"service accounts section name","string":"Service Accounts"},"Fvvgoi":{"string":"Your session has expired. Please log in again to continue."},"D9ie4n":{"context":"shipping section name","string":"Shipping Methods"},"nNeWAx":{"context":"dialog header","string":"Delete Shipping Method"},"ER/yBq":{"context":"max price in channel","string":"Max. value"},"aZDHYr":{"context":"price rates info","string":"This rate will apply to all orders"},"kN6SLs":{"string":"Min Value"},"u5c/tR":{"context":"channels discount info","string":"Channels that don’t have assigned discounts will use their parent channel to define the price. Price will be converted to channel’s currency"},"yatGsm":{"context":"card title","string":"Order Value"},"Dgp38J":{"context":"checkbox label","string":"Restrict order value"},"vjsfyn":{"string":"Max Value"},"0FexL7":{"context":"min price in channel","string":"Min. value"},"7v8suW":{"context":"info text","string":"This rate will apply to all orders"},"r2dojI":{"context":"checkbox label","string":"Restrict order weight"},"vWapBZ":{"context":"card title","string":"Order Weight"},"w+5Djm":{"string":"Min. Order Weight"},"u0V06N":{"string":"Max. Order Weight"},"TnTi/a":{"context":"pricing card title","string":"Pricing"},"5ZvuVw":{"string":"No products matching given query"},"FzEew9":{"context":"assign products to shipping rate and save, button","string":"Assign and save"},"xZhxBJ":{"context":"dialog header","string":"Assign Products"},"Gg4+K7":{"string":"No Products"},"t3aiWF":{"context":"section header","string":"Excluded Products"},"ZIc5lM":{"string":"商品名稱"},"TLYeo5":{"context":"label","string":"Shipping Rate Description"},"v17Lly":{"context":"label","string":"Max Delivery Time"},"GD/bom":{"context":"label","string":"Min Delivery Time"},"FkDObY":{"context":"label","string":"Shipping rate name"},"4Kq3O6":{"string":"This unit will be used as default shipping weight"},"Rp/Okl":{"string":"Shipping Weight Unit"},"llBnr+":{"string":"倉庫名稱"},"yzYXW/":{"context":"header, dialog","string":"Create New Warehouse"},"LHPVg/":{"context":"assign countries to shipping zone and save, button","string":"Assign and save"},"AjInNW":{"context":"dialog description","string":"Choose countries you want to add to shipping zone from list below"},"f2F1NJ":{"context":"section title","string":"Quick Pick"},"K/ic0P":{"context":"checkbox label","string":"Rest of the World"},"G+9nOZ":{"context":"checkbox description","string":"If selected, this will add all of the countries not selected to other shipping zones"},"pGDYG5":{"context":"search label","string":"Search Countries"},"1rpzrM":{"context":"search placeholder","string":"Search by country name"},"55LMJv":{"context":"country list header","string":"國家"},"6fxdUO":{"context":"section header","string":"Create New Shipping Zone"},"y7mfbl":{"string":"Currently, there are no countries assigned to this shipping zone"},"G0+gAp":{"context":"shipping section header","string":"Shipping"},"FkRNk+":{"context":"field placeholder","string":"Description of a shipping zone."},"YpukUN":{"context":"label","string":"Shipping zone name"},"axFFaD":{"context":"range input label","string":"Postal codes (end)"},"DM/Ha1":{"context":"add postal code range, button","string":"新增"},"1T1fP8":{"context":"range input label","string":"Postal codes (start)"},"8InCjD":{"string":"Please provide range of postal codes you want to add to the include/exclude list."},"2Xt+sw":{"context":"dialog header","string":"Add postal codes"},"Pyjarj":{"string":"This shipping rate has no postal codes assigned"},"7qsOwa":{"context":"action","string":"Include postal codes"},"ju8zHP":{"string":"Added postal codes will be excluded from using this delivery methods. If none are added all postal codes will be able to use that shipping rate"},"1lk/oS":{"context":"button","string":"Add postal code range"},"ud0w8h":{"context":"number of postal code ranges","string":"{number} postal code ranges"},"/Zee1r":{"string":"Only added postal codes will be able to use this shipping rate"},"FcTTvh":{"context":"postal codes, header","string":"Postal codes"},"YpLVVc":{"context":"action","string":"Exclude postal codes"},"RXPGi/":{"context":"page title","string":"Price Rate Create"},"PRlD0A":{"string":"運送"},"NDm2Fe":{"context":"page title","string":"Weight Rate Create"},"EKoPNg":{"context":"shipping method price","string":"價格"},"WR8rir":{"context":"button","string":"Create rate"},"njUQPz":{"context":"shipping method price range","string":"Value Range"},"RUzdUH":{"string":"No shipping rates found"},"FjrExY":{"context":"price based shipping methods, section header","string":"Price Based Rates"},"aYhcie":{"context":"shipping method weight range","string":"Weight Range"},"foB6wx":{"context":"weight based shipping methods, section header","string":"Weight Based Rates"},"aPCrsp":{"context":"shipping method name","string":"名稱"},"n25d+d":{"context":"WarehousesSection select field add text","string":"Add New Warehouse"},"/cow4T":{"context":"WarehousesSection select field placeholder","string":"選取倉庫"},"wjKYSU":{"context":"WarehousesSection subtitle","string":"Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes."},"t/R8nK":{"context":"ShippingZoneSettingsCard title","string":"設定"},"uULcph":{"context":"header","string":"運送"},"h5r9+x":{"context":"sort shipping methods by zone, section header","string":"Shipping By Zone"},"mIUNgR":{"context":"button","string":"Create shipping zone"},"aMwxYb":{"string":"國家"},"gRa/TS":{"context":"shipping zone","string":"名稱"},"IhK1F3":{"string":"No shipping zones found"},"Gfbp36":{"context":"dialog header","string":"Unassign Products From Shipping"},"p/Fd7s":{"context":"unassign products from shipping rate and save, button","string":"Unassign and save"},"57IYpr":{"context":"error message","string":"無效數值"},"pwqwcy":{"context":"error message","string":"Maximum price cannot be lower than minimum"},"qf/m5l":{"string":"Are you sure you want to delete {shippingZoneName} shipping zone?"},"k3EI/U":{"context":"dialog header","string":"Delete Shipping Zone"},"cpZLRH":{"context":"dialog header","string":"Delete Shipping Zones"},"C9pcQx":{"context":"dialog content","string":"{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}"},"YdeHZX":{"context":"unassign products from shipping method, button","string":"Unassign"},"1zuQ2P":{"context":"unassign country","string":"Are you sure you want to remove {countryName} from this shipping zone?"},"M6s/9e":{"context":"unassign country, dialog header","string":"Remove from Shipping Zone"},"MXZuVP":{"context":"remove country from shipping zone and save, button","string":"Remove and save"},"H27/Gy":{"context":"error message","string":"Maximum weight cannot be lower than minimum"},"/8/Ffn":{"context":"button","string":"Show"},"viFkCw":{"context":"site settings section name","string":"網站設定"},"+do3gl":{"context":"input helper text","string":"This number defines quantity of items in checkout line that can be bought. You can override this setting per variant. Leaving this setting empty mean that there is no limits."},"QclvqG":{"context":"input label","string":"Checkout line limit"},"X7fqfM":{"context":"title","string":"Reserved stock"},"C4aDMy":{"context":"description","string":"Set up time amount that stock in checkout is reserved for the customer. You can set separate values for authenticated and anonymous customers."},"+T0oJ7":{"context":"input label","string":"Stock reservation for anonymous user (in minutes)"},"OaKyz4":{"context":"input label","string":"Stock reservation for authenticated user (in minutes)"},"YEv+6G":{"context":"input helper text","string":"Leaving this setting empty will mean that stock won’t be reserved"},"+jCDvp":{"context":"section header","string":"商店資訊"},"Av74Fa":{"context":"section description","string":"You can set basic checkout rules that will be applied globally to all your channels"},"DASYUF":{"context":"section title","string":"Checkout Configuration"},"pRYGUR":{"context":"section description","string":"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers."},"rPX1f2":{"context":"section title","string":"公司資訊"},"LVa5ew":{"string":"Saleor 遇到未知問題"},"AQFMYU":{"context":"staff section name","string":"Staff Members"},"23g7PY":{"context":"dialog header","string":"Invite Staff Member"},"hw9Fah":{"context":"button","string":"發送邀請"},"P+kVxW":{"context":"card description","string":"User is assigned to:"},"XMrYaA":{"context":"checkbox label","string":"User is active"},"YJ4TXc":{"context":"tab name","string":"All Staff Members"},"OaA0f9":{"string":"You have reached your staff member limit, you will be no longer able to add staff members to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"pA8Mlv":{"context":"alert","string":"Staff Member limit reached"},"aDbrOK":{"string":"Search Staff Member"},"4JcNaA":{"context":"button","string":"Invite staff member"},"9xlPgt":{"context":"used staff users counter","string":"{count}/{max} members"},"HR9OTW":{"context":"staff member's account","string":"Active"},"Fc3O3r":{"context":"staff member's account","string":"Deactivated"},"utaSh3":{"context":"staff member's account","string":"狀態"},"xJQX5t":{"string":"No staff members found"},"cMFlOp":{"context":"input label","string":"新密碼"},"qEJT8e":{"string":"New password must be at least 8 characters long"},"+kb2lM":{"context":"dialog header","string":"修改密碼"},"GXdwyR":{"context":"input label","string":"Previous Password"},"mm0CXe":{"string":"You should change your password every month to avoid security issues."},"N3Zot1":{"context":"button","string":"Change your password"},"ZhDQel":{"context":"header","string":"密碼"},"JJgJwi":{"string":"Selecting this will change the language of your dashboard"},"e822us":{"string":"Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."},"mr9jbO":{"string":"偏好語言"},"CLeDae":{"context":"section header","string":"Preferences"},"+2VzH4":{"context":"avatar change button","string":"Change"},"VTITVe":{"context":"section header","string":"Staff Member Information"},"11lR5V":{"context":"avatar delete button","string":"刪除"},"K/gnGg":{"string":"If you want to disable this User please uncheck the box below."},"7yKZvp":{"context":"section header","string":"User Status"},"GhXwO/":{"context":"dialog header","string":"delete Staff User"},"fzpXvv":{"string":"Are you sure you want to remove {email} avatar?"},"VKWPBf":{"context":"dialog header","string":"Delete Staff User Avatar"},"gxPjIQ":{"string":"Are you sure you want to delete {email} from staff members?"},"QirE3M":{"string":"Start Date"},"tWbE34":{"string":"Start Hour"},"tzMNF3":{"string":"狀態"},"RrCui3":{"string":"摘要"},"5elC9k":{"context":"taxes section name","string":"税項"},"lnQAos":{"context":"header","string":"税項"},"3BTtL2":{"string":"No countries found"},"/JENWS":{"string":"Reduced Tax Rates"},"07KB2d":{"string":"Country Code"},"0GJfWd":{"string":"Country Name"},"la9cZ4":{"string":"Tax Rate"},"QHB48n":{"context":"header","string":"Tax Rates in {countryName}"},"Ubath+":{"string":"No reduced tax categories found"},"4EuJKs":{"string":"All products prices are entered with tax included"},"98isC5":{"string":"Show gross prices to customers in the storefront"},"FNKhkx":{"string":"Charge taxes on shipping rates"},"+OV+Gj":{"context":"button","string":"Fetch taxes"},"HtQGEH":{"string":"成功獲取稅率"},"u3sYPH":{"context":"independent of any particular day, eg. 11:35","string":"Time"},"+xTpT1":{"string":"屬性"},"5fCMUI":{"context":"translations section name","string":"翻譯"},"tUlsq+":{"string":"Translating"},"QUyUJy":{"string":"Main Product"},"bh+Keo":{"string":"{numberOfFields} Translations, {numberOfTranslatedFields} Completed"},"Xtd0AT":{"string":"原始字串"},"/vCXIP":{"string":"翻譯"},"vTN5DZ":{"context":"button","string":"撤銷"},"T/5OyA":{"string":"還沒有翻譯"},"DRMMDs":{"string":"Attribute Name"},"SPBLzT":{"context":"header","string":"Translation Attribute \"{attribute}\" - {languageCode}"},"UvD+xp":{"context":"attribute values","string":"Value {number}"},"JE0TAx":{"context":"section name","string":"屬性值"},"US3IPU":{"string":"搜尋引擎描述"},"XitW/z":{"string":"Translation Category \"{categoryName}\" - {languageCode}"},"HlEpii":{"string":"搜尋引擎標題"},"Bphmwe":{"context":"header","string":"Translation Collection \"{collectionName}\" - {languageCode}"},"GsBRWL":{"string":"語言"},"FemBUF":{"context":"header","string":"{language} 翻譯"},"7NFfmz":{"string":"產品"},"CxfKLC":{"string":"頁面"},"VKb1MS":{"string":"產品分類"},"RzsKm8":{"string":"配送方式"},"c8nvms":{"string":"促銷"},"etP0+D":{"string":"優惠券"},"ikRuLs":{"context":"translation progress","string":"{current} of {max}"},"vcwrgW":{"string":"No translatable entities found"},"LWmYSU":{"string":"已完成翻譯"},"X6PF8z":{"context":"entity (product, collection, shipping method) name","string":"名稱"},"ptPPVk":{"string":"No languages found"},"y1Z3or":{"string":"語言"},"oUWXLO":{"context":"header","string":"Translation Page \"{pageName}\" - {languageCode}"},"PajjqE":{"context":"attribute list","string":"Attribute {number}"},"gvOzOl":{"string":"頁面標題"},"98WMlR":{"context":"header","string":"Translation Product Variant \"{productName}\" - {languageCode}"},"T1f2Yl":{"string":"Variant Name"},"22x9tu":{"context":"header","string":"Translation Product \"{productName}\" - {languageCode}"},"zjkAMs":{"context":"header","string":"Translation Sale \"{saleName}\" - {languageCode}"},"s40PZt":{"string":"Sale Name"},"GpqEl5":{"context":"shipping method description","string":"描述"},"1UKx20":{"context":"header","string":"Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"},"1tXSSK":{"context":"header","string":"Translation Voucher \"{voucherName}\" - {languageCode}"},"sfErC+":{"string":"代金券名稱"},"MKtgZB":{"string":"Only staff users can access the dashboard"},"+x84Ji":{"context":"order status","string":"未確認"},"vN3qdA":{"context":"button","string":"復原"},"oB0y5Y":{"context":"order status","string":"未發貨"},"FBtqtl":{"context":"payment status","string":"未付款"},"Lx1ima":{"context":"button","string":"Upload image"},"m8cjcK":{"context":"add authorization key error","string":"Authorization key with this type already exists"},"+x4cZH":{"string":"Only staff members can be assigned"},"aggaJg":{"string":"This attribute has already been assigned to this product type"},"u24Ppd":{"string":"This attribute cannot be assigned to this product type"},"cd13nN":{"context":"product attribute error","string":"All attributes should have value"},"lLwtgs":{"string":"Variants are disabled in this product type"},"IFWHn0":{"context":"error message","string":"Billing address is not set"},"ij7olm":{"context":"error message","string":"This fulfillment cannot be cancelled"},"BM1JiJ":{"context":"error message","string":"This order cannot be cancelled"},"nOo0oL":{"context":"error message","string":"庫存不足以發貨"},"Xb6BJ9":{"context":"error message","string":"Manual payments can not be refunded"},"WzA5Ll":{"string":"Cannot remove user from last group"},"sZ27WU":{"context":"error message","string":"Only pre-authorized payments can be voided"},"gKdGxP":{"context":"error message","string":"只有預繳款項能夠到賬"},"DK+8PB":{"string":"This channel has already been created"},"V2BBQu":{"string":"Currency in both channels must be the same"},"QFCUEt":{"string":"Slug must be unique"},"AY7Tuz":{"string":"The same object cannot be in both lists"},"E8T3e+":{"string":"Cannot add and remove group the same time"},"abTH5q":{"context":"error message","string":"Email address is not set"},"c5pMZ8":{"string":"API 錯誤"},"d9UqaJ":{"context":"error message","string":"Cannot change the quantity because of insufficient stock"},"577R2r":{"string":"Invalid value"},"pC6/1z":{"string":"Invalid manifest format"},"eu98dw":{"string":"Invalid password"},"D2qihU":{"string":"Permission is invalid"},"g/BrOt":{"string":"Url has invalid format"},"AdmPca":{"context":"error message","string":"Max value cannot be less than min value"},"0AQH0Q":{"string":"Plugin is misconfigured and cannot be activated"},"FuAV5G":{"string":"This name is already taken. Please provide another."},"3AqOxp":{"context":"no category set error","string":"Product category not set"},"Wlc67M":{"context":"error message","string":"Cannot choose a shipping method for an order without the shipping address"},"r+8q4B":{"context":"error message","string":"Only draft orders can be edited"},"PCoO4D":{"context":"error message","string":"Page not found."},"Fz3kic":{"context":"error message","string":"Billing address is not set or invoice is not ready to be send"},"N43t3/":{"context":"error message","string":"Number not set for an invoice"},"C4hCsD":{"string":"App is out of your permissions scope"},"1n1tOR":{"string":"Group is out of your permission scope"},"4prRLv":{"string":"Permission is out of your scope"},"KRqgfo":{"string":"User is out of your permissions scope"},"cY42ht":{"string":"Password cannot be entirely numeric"},"Y1B0PN":{"context":"error message","string":"There's no payment associated with the order"},"vVviA2":{"string":"Those permissions are out of your scope"},"mYs3tb":{"string":"商品價格不能低於 0。"},"VEE4gD":{"context":"error message","string":"Shipping method is not valid for chosen shipping address"},"ychKsb":{"context":"error message","string":"Shipping method is required for this order"},"rZf1qL":{"context":"bulk variant create error","string":"SKUs must be unique"},"nKjLjT":{"context":"error message","string":"Slug must be unique for each warehouse"},"wn3di2":{"string":"This password is too commonly used"},"LR3HlT":{"string":"This password is too short"},"1wyZpQ":{"string":"These passwords are too similar"},"TDhHMi":{"string":"This needs to be unique"},"qDwvZ4":{"string":"未知錯誤"},"DILs4b":{"string":"Unsupported media provider or incorrect URL"},"vP7g2+":{"context":"error message","string":"URL not set for an invoice"},"Z6QAbw":{"string":"This variant does not have any digital content"},"i3Mvj8":{"context":"product attribute error","string":"This variant already exists"},"iUy2dx":{"context":"vouchers section name","string":"優惠券"},"ycMLN9":{"context":"warehouses section name","string":"倉庫"},"43Nlay":{"context":"warehouse","string":"Address Information"},"GhcypC":{"context":"header","string":"新增倉庫"},"DTL7sE":{"context":"dialog content","string":"Are you sure you want to delete {warehouseName}?"},"ny4zrH":{"context":"dialog title","string":"刪除倉庫"},"YkOzse":{"context":"used warehouses counter","string":"{count}/{max} warehouses used"},"caMMWN":{"string":"搜尋倉庫"},"2yU+q9":{"context":"tab name","string":"All Warehouses"},"5HwLx9":{"context":"alert","string":"Warehouse limit reached"},"kFQvXv":{"string":"You have reached your warehouse limit, you will be no longer able to add warehouses to your store. If you would like to up your limit, contact your administration staff about raising your limits."},"wmdHhD":{"context":"button","string":"新增倉庫"},"PFXGaR":{"string":"Shipping Zones"},"2gsiR1":{"string":"No warehouses found"},"aCJwVq":{"context":"warehouse","string":"名稱"},"16PGt9":{"context":"WarehouseSettings all warehouses label","string":"All warehouses"},"LEZZkK":{"context":"WarehouseSettings all warehouses description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products can be shipped here from a different warehouse"},"OBQ+th":{"context":"WarehouseSettings disabled warehouse label","string":"Disabled"},"M8z5WZ":{"context":"WarehouseSettings disabled warehouse description","string":"If selected customer won't be able to choose this warehouse as pickup point"},"tVybuM":{"context":"WarehouseSettings local warehouse label","string":"Local stock only"},"6G41zU":{"context":"WarehouseSettings local warehouse description","string":"If selected customer will be able to choose this warehouse as pickup point. Ordered products will be only fulfilled from this warehouse stock"},"cdiRSf":{"context":"WarehouseSettings no shipping zones assigned","string":"This warehouse has no shipping zones assigned."},"MIC9W7":{"context":"WarehouseSettings pickup title","string":"Pickup"},"wpli4O":{"context":"WarehouseSettings private stock label","string":"Private Stock"},"XlPKAR":{"context":"WarehouseSettings private stock description","string":"If enabled stock in this warehouse won't be shown"},"86pLaG":{"context":"WarehouseSettings public stock label","string":"Public Stock"},"Ff+Gsm":{"context":"WarehouseSettings public stock description","string":"If enabled stock in this warehouse will be shown"},"//iaFx":{"context":"WarehouseSettings title","string":"設定"},"6nSTuC":{"context":"webhooks section name","string":"Webhooks"},"hS+ZjH":{"context":"delete webhook","string":"Are you sure you want to delete this webhook?"},"o5KXAN":{"context":"delete webhook","string":"Are you sure you want to delete {name}?"},"X90ElB":{"context":"dialog header","string":"Delete Webhook"},"snUby7":{"context":"header","string":"Unnamed Webhook Details"},"Ryh3iR":{"context":"header","string":"Create Webhook"},"OPtrMg":{"context":"header","string":"{webhookName} Details"},"QEvH8Q":{"context":"section description","string":"Assign permissions to register asynchronous events for this webhook."},"fHopox":{"context":"section description","string":"Assign permissions to register synchronous events for this webhook."},"TjbB4Y":{"context":"section subheader","string":"Asynchronous events"},"GLewww":{"context":"section header","string":"Events"},"9Yhddc":{"context":"input label","string":"Registered events"},"dQdxLT":{"context":"section subheader","string":"Synchronous events"},"NPfmdK":{"context":"webhook input label","string":"Secret Key"},"tA5HJx":{"context":"webhook input help text","string":"secret key is used to create a hash signature with each payload. *optional field"},"u9/vj9":{"context":"webhook input label","string":"Target URL"},"0MetrR":{"context":"webhook input help text","string":"This URL will receive webhook POST requests"},"WDy0tF":{"context":"section header","string":"Webhook Information"},"D0KaT6":{"context":"webhook input label","string":"Webhook Name"},"W+x5ZI":{"context":"webhooks active label","string":"Webhook is active"},"IBCBi1":{"context":"webhook active description","string":"If you want to disable this webhook please uncheck the box below."},"1+M/52":{"context":"section header","string":"Webhook Status"},"wbjuR4":{"string":"No webhooks found"},"wlr0Si":{"context":"button","string":"Create Webhook"},"jqnwW9":{"context":"header","string":"Webhooks"},"a/QJBx":{"context":"user action bar","string":"Action"},"1eCau/":{"string":"Unnamed webhook"},"OTpV1t":{"context":"webhook name","string":"名稱"},"JVaz1C":{"context":"window title","string":"Create Webhook"},"a5msuh":{"string":"Yes"},"g/FRtd":{"context":"table column header, allocated product quantity","string":"已分配"},"MNZY28":{"context":"table column header","string":"Channel threshold"},"ge/xFX":{"context":"table column header","string":"庫存"},"HcQEUk":{"context":"table column header, sold units preorder quantity","string":"Sold units"},"XWGZLL":{"context":"transaction reference subtitle","string":"Transaction reference"},"Y9lv8z":{"context":"product unavailability","string":"Unavailable for purchase"},"CEavJt":{"context":"section header","string":"Unlimited"},"Gkip05":{"context":"button","string":"Unassign"},"KSp+8B":{"context":"product available for purchase date","string":"will become available on {date}"},"hAcUEl":{"context":"product publication date label","string":"will become published on {date}"}} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index c9d738a82..734afce70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -118,18 +118,18 @@ "dev": true }, "@babel/cli": { - "version": "7.13.14", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.13.14.tgz", - "integrity": "sha512-zmEFV8WBRsW+mPQumO1/4b34QNALBVReaiHJOkxhUsdo/AvYM62c+SKSuLi2aZ42t3ocK6OI0uwUXRvrIbREZw==", + "version": "7.17.6", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.17.6.tgz", + "integrity": "sha512-l4w608nsDNlxZhiJ5tE3DbNmr61fIKMZ6fTBo171VEFuFMIYuJ3mHRhTLEkKKyvx2Mizkkv/0a8OJOnZqkKYNA==", "dev": true, "requires": { - "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents", + "@jridgewell/trace-mapping": "^0.3.4", + "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", "chokidar": "^3.4.0", "commander": "^4.0.1", "convert-source-map": "^1.1.0", "fs-readdir-recursive": "^1.1.0", "glob": "^7.0.0", - "lodash": "^4.17.19", "make-dir": "^2.1.0", "slash": "^2.0.0", "source-map": "^0.5.0" @@ -347,6 +347,33 @@ } } }, + "@babel/helper-environment-visitor": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", + "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", + "dev": true, + "requires": { + "@babel/types": "^7.16.7" + }, + "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", + "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", + "dev": true + }, + "@babel/types": { + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz", + "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.16.7", + "to-fast-properties": "^2.0.0" + } + } + } + }, "@babel/helper-explode-assignable-expression": { "version": "7.13.0", "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.13.0.tgz", @@ -765,14 +792,190 @@ } }, "@babel/plugin-proposal-decorators": { - "version": "7.13.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.13.5.tgz", - "integrity": "sha512-i0GDfVNuoapwiheevUOuSW67mInqJ8qw7uWfpjNVeHMn143kXblEy/bmL9AdZ/0yf/4BMQeWXezK0tQIvNPqag==", + "version": "7.17.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.17.9.tgz", + "integrity": "sha512-EfH2LZ/vPa2wuPwJ26j+kYRkaubf89UlwxKXtxqEm57HrgSEYDB8t4swFP+p8LcI9yiP9ZRJJjo/58hS6BnaDA==", "dev": true, "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-decorators": "^7.12.13" + "@babel/helper-create-class-features-plugin": "^7.17.9", + "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-replace-supers": "^7.16.7", + "@babel/helper-split-export-declaration": "^7.16.7", + "@babel/plugin-syntax-decorators": "^7.17.0", + "charcodes": "^0.2.0" + }, + "dependencies": { + "@babel/code-frame": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", + "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", + "dev": true, + "requires": { + "@babel/highlight": "^7.16.7" + } + }, + "@babel/generator": { + "version": "7.17.9", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.9.tgz", + "integrity": "sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==", + "dev": true, + "requires": { + "@babel/types": "^7.17.0", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-annotate-as-pure": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz", + "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==", + "dev": true, + "requires": { + "@babel/types": "^7.16.7" + } + }, + "@babel/helper-create-class-features-plugin": { + "version": "7.17.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.9.tgz", + "integrity": "sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.16.7", + "@babel/helper-environment-visitor": "^7.16.7", + "@babel/helper-function-name": "^7.17.9", + "@babel/helper-member-expression-to-functions": "^7.17.7", + "@babel/helper-optimise-call-expression": "^7.16.7", + "@babel/helper-replace-supers": "^7.16.7", + "@babel/helper-split-export-declaration": "^7.16.7" + } + }, + "@babel/helper-function-name": { + "version": "7.17.9", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz", + "integrity": "sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==", + "dev": true, + "requires": { + "@babel/template": "^7.16.7", + "@babel/types": "^7.17.0" + } + }, + "@babel/helper-hoist-variables": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", + "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", + "dev": true, + "requires": { + "@babel/types": "^7.16.7" + } + }, + "@babel/helper-member-expression-to-functions": { + "version": "7.17.7", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz", + "integrity": "sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==", + "dev": true, + "requires": { + "@babel/types": "^7.17.0" + } + }, + "@babel/helper-optimise-call-expression": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz", + "integrity": "sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==", + "dev": true, + "requires": { + "@babel/types": "^7.16.7" + } + }, + "@babel/helper-plugin-utils": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz", + "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==", + "dev": true + }, + "@babel/helper-replace-supers": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz", + "integrity": "sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==", + "dev": true, + "requires": { + "@babel/helper-environment-visitor": "^7.16.7", + "@babel/helper-member-expression-to-functions": "^7.16.7", + "@babel/helper-optimise-call-expression": "^7.16.7", + "@babel/traverse": "^7.16.7", + "@babel/types": "^7.16.7" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", + "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", + "dev": true, + "requires": { + "@babel/types": "^7.16.7" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", + "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", + "dev": true + }, + "@babel/highlight": { + "version": "7.17.9", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.9.tgz", + "integrity": "sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.16.7", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.17.9", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.9.tgz", + "integrity": "sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==", + "dev": true + }, + "@babel/template": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", + "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.16.7", + "@babel/parser": "^7.16.7", + "@babel/types": "^7.16.7" + } + }, + "@babel/traverse": { + "version": "7.17.9", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.9.tgz", + "integrity": "sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.16.7", + "@babel/generator": "^7.17.9", + "@babel/helper-environment-visitor": "^7.16.7", + "@babel/helper-function-name": "^7.17.9", + "@babel/helper-hoist-variables": "^7.16.7", + "@babel/helper-split-export-declaration": "^7.16.7", + "@babel/parser": "^7.17.9", + "@babel/types": "^7.17.0", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz", + "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.16.7", + "to-fast-properties": "^2.0.0" + } + } } }, "@babel/plugin-proposal-dynamic-import": { @@ -908,12 +1111,20 @@ } }, "@babel/plugin-syntax-decorators": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.12.13.tgz", - "integrity": "sha512-Rw6aIXGuqDLr6/LoBBYE57nKOzQpz/aDkKlMqEwH+Vp0MXbG6H/TfRjaY343LKxzAKAMXIHsQ8JzaZKuDZ9MwA==", + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.17.0.tgz", + "integrity": "sha512-qWe85yCXsvDEluNP0OyeQjH63DlhAR3W7K9BxxU1MvbDb48tgBG+Ao6IJJ6smPDrrVzSQZrbF6donpkFBMcs3A==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.12.13" + "@babel/helper-plugin-utils": "^7.16.7" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz", + "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==", + "dev": true + } } }, "@babel/plugin-syntax-dynamic-import": { @@ -1996,121 +2207,378 @@ "integrity": "sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==", "dev": true }, + "@eslint/eslintrc": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz", + "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==", + "dev": true, + "requires": { + "ajv": "^6.12.4", + "debug": "^4.1.1", + "espree": "^7.3.0", + "globals": "^13.9.0", + "ignore": "^4.0.6", + "import-fresh": "^3.2.1", + "js-yaml": "^3.13.1", + "minimatch": "^3.0.4", + "strip-json-comments": "^3.1.1" + }, + "dependencies": { + "globals": { + "version": "13.13.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz", + "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==", + "dev": true, + "requires": { + "type-fest": "^0.20.2" + } + }, + "ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", + "dev": true + }, + "import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + } + }, + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true + }, + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true + } + } + }, + "@formatjs/cli": { + "version": "4.8.3", + "resolved": "https://registry.npmjs.org/@formatjs/cli/-/cli-4.8.3.tgz", + "integrity": "sha512-YmOTqKjmB4M/KJsE+e2k8IyViWwSrZwoW/lv2gLNGwucr+hc0+dWpP4oZzl07WSoVWW7NrbdvF8CEBopbfnmLQ==", + "dev": true, + "requires": { + "@formatjs/icu-messageformat-parser": "2.0.19", + "@formatjs/ts-transformer": "3.9.3", + "@types/estree": "^0.0.50", + "@types/fs-extra": "^9.0.1", + "@types/json-stable-stringify": "^1.0.32", + "@types/node": "14", + "@vue/compiler-core": "^3.2.23", + "chalk": "^4.0.0", + "commander": "8", + "fast-glob": "^3.2.7", + "fs-extra": "10", + "json-stable-stringify": "^1.0.1", + "loud-rejection": "^2.2.0", + "tslib": "^2.1.0", + "typescript": "^4.5", + "vue": "^3.2.23" + }, + "dependencies": { + "@types/estree": { + "version": "0.0.50", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.50.tgz", + "integrity": "sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==", + "dev": true + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "dev": true + }, + "fast-glob": { + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", + "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + } + }, + "fs-extra": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.1.tgz", + "integrity": "sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "requires": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + } + }, + "picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "tslib": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==", + "dev": true + }, + "typescript": { + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz", + "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==", + "dev": true + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true + } + } + }, "@formatjs/ecma402-abstract": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.6.4.tgz", - "integrity": "sha512-ukFjGD9dLsxcD9D5AEshJqQElPQeUAlTALT/lzIV6OcYojyuU81gw/uXDUOrs6XW79jtOJwQDkLqHbCJBJMOTw==", + "version": "1.11.4", + "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.11.4.tgz", + "integrity": "sha512-EBikYFp2JCdIfGEb5G9dyCkTGDmC57KSHhRQOC3aYxoPWVZvfWCDjZwkGYHN7Lis/fmuWl906bnNTJifDQ3sXw==", + "requires": { + "@formatjs/intl-localematcher": "0.2.25", + "tslib": "^2.1.0" + }, + "dependencies": { + "tslib": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + } + } + }, + "@formatjs/fast-memoize": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-1.2.1.tgz", + "integrity": "sha512-Rg0e76nomkz3vF9IPlKeV+Qynok0r7YZjL6syLz4/urSg0IbjPZCB/iYUMNsYA643gh4mgrX3T7KEIFIxJBQeg==", "requires": { "tslib": "^2.1.0" }, "dependencies": { "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" } } }, "@formatjs/icu-messageformat-parser": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-1.1.4.tgz", - "integrity": "sha512-MrlF7g9RFy3AYZkWk+YVlMtb1biwVzgYUp+84LQL226/9t5FxWS6iGmcSzz54F1kIl3VETeaTHNy8SP2o9SOYw==", + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.0.19.tgz", + "integrity": "sha512-8HsLm9YLyVVIDMyBJb7wmve2wGd461cUwJ470eUog5YH5ZsF4p5lgvaJ+oGKxz1mrSMNNdDHU9v/NDsS+z+ilg==", "requires": { - "@formatjs/ecma402-abstract": "1.6.4", - "@formatjs/icu-skeleton-parser": "1.1.1", + "@formatjs/ecma402-abstract": "1.11.4", + "@formatjs/icu-skeleton-parser": "1.3.6", "tslib": "^2.1.0" }, "dependencies": { "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" } } }, "@formatjs/icu-skeleton-parser": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.1.1.tgz", - "integrity": "sha512-hkRJhjr9G0IE730Kxwq65+rz/2fdCckSJTPrKmViMxLNtRmIt6Hx67tffElr9/QSlpzGlXw9XAMdFOa1ylRrJQ==", + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.3.6.tgz", + "integrity": "sha512-I96mOxvml/YLrwU2Txnd4klA7V8fRhb6JG/4hm3VMNmeJo1F03IpV2L3wWt7EweqNLES59SZ4d6hVOPCSf80Bg==", "requires": { - "@formatjs/ecma402-abstract": "1.6.4", + "@formatjs/ecma402-abstract": "1.11.4", "tslib": "^2.1.0" }, "dependencies": { "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" } } }, "@formatjs/intl": { - "version": "1.9.7", - "resolved": "https://registry.npmjs.org/@formatjs/intl/-/intl-1.9.7.tgz", - "integrity": "sha512-s0pYsMfte/MJgBQtz5DVLYUrzRjEGsXx62weugJ3+45mOqDukKYVh3caJCZa3EuImKn+iynx3eznADUCN7lozw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@formatjs/intl/-/intl-2.1.1.tgz", + "integrity": "sha512-iUjBnV2XE+mS3run+Rj/96rfxvwSiCsqMrSbIWoU4dOjIYil7boZK2mCamxoz8CqiiL4VD4ym5EEDbYPWirlFA==", "requires": { - "@formatjs/ecma402-abstract": "1.6.4", - "@formatjs/icu-messageformat-parser": "1.1.4", - "@formatjs/intl-displaynames": "4.0.12", - "@formatjs/intl-listformat": "5.0.13", - "fast-memoize": "^2.5.2", - "intl-messageformat": "9.6.6", + "@formatjs/ecma402-abstract": "1.11.4", + "@formatjs/fast-memoize": "1.2.1", + "@formatjs/icu-messageformat-parser": "2.0.19", + "@formatjs/intl-displaynames": "5.4.3", + "@formatjs/intl-listformat": "6.5.3", + "intl-messageformat": "9.12.0", "tslib": "^2.1.0" }, "dependencies": { "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" } } }, "@formatjs/intl-displaynames": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/@formatjs/intl-displaynames/-/intl-displaynames-4.0.12.tgz", - "integrity": "sha512-2f3nf5IcPYk2SCS83rJoV5y47OTL+YtHDa5G42KDgSA8ZgmgkN5OaYs3WF6a2RweMG9jp4LCTUmqS42LcAhJSw==", + "version": "5.4.3", + "resolved": "https://registry.npmjs.org/@formatjs/intl-displaynames/-/intl-displaynames-5.4.3.tgz", + "integrity": "sha512-4r12A3mS5dp5hnSaQCWBuBNfi9Amgx2dzhU4lTFfhSxgb5DOAiAbMpg6+7gpWZgl4ahsj3l2r/iHIjdmdXOE2Q==", "requires": { - "@formatjs/ecma402-abstract": "1.6.4", + "@formatjs/ecma402-abstract": "1.11.4", + "@formatjs/intl-localematcher": "0.2.25", "tslib": "^2.1.0" }, "dependencies": { "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" } } }, "@formatjs/intl-listformat": { - "version": "5.0.13", - "resolved": "https://registry.npmjs.org/@formatjs/intl-listformat/-/intl-listformat-5.0.13.tgz", - "integrity": "sha512-z4vZ5FX6dsL2fbO7NCmmJXKXH9p0gubzZVSsmCOUBIuy6rODLD8kE2LVnefd4wnXEJi5/fAnwGT2NMjirWa71g==", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/@formatjs/intl-listformat/-/intl-listformat-6.5.3.tgz", + "integrity": "sha512-ozpz515F/+3CU+HnLi5DYPsLa6JoCfBggBSSg/8nOB5LYSFW9+ZgNQJxJ8tdhKYeODT+4qVHX27EeJLoxLGLNg==", "requires": { - "@formatjs/ecma402-abstract": "1.6.4", + "@formatjs/ecma402-abstract": "1.11.4", + "@formatjs/intl-localematcher": "0.2.25", "tslib": "^2.1.0" }, "dependencies": { "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" } } }, - "@formatjs/intl-unified-numberformat": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/@formatjs/intl-unified-numberformat/-/intl-unified-numberformat-3.3.7.tgz", - "integrity": "sha512-KnWgLRHzCAgT9eyt3OS34RHoyD7dPDYhRcuKn+/6Kv2knDF8Im43J6vlSW6Hm1w63fNq3ZIT1cFk7RuVO3Psag==", - "dev": true, + "@formatjs/intl-localematcher": { + "version": "0.2.25", + "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.2.25.tgz", + "integrity": "sha512-YmLcX70BxoSopLFdLr1Ds99NdlTI2oWoLbaUW2M406lxOIPzE1KQhRz2fPUkq34xVZQaihCoU29h0KK7An3bhA==", "requires": { - "@formatjs/intl-utils": "^2.3.0" + "tslib": "^2.1.0" + }, + "dependencies": { + "tslib": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + } } }, - "@formatjs/intl-utils": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@formatjs/intl-utils/-/intl-utils-2.3.0.tgz", - "integrity": "sha512-KWk80UPIzPmUg+P0rKh6TqspRw0G6eux1PuJr+zz47ftMaZ9QDwbGzHZbtzWkl5hgayM/qrKRutllRC7D/vVXQ==", - "dev": true + "@formatjs/ts-transformer": { + "version": "3.9.3", + "resolved": "https://registry.npmjs.org/@formatjs/ts-transformer/-/ts-transformer-3.9.3.tgz", + "integrity": "sha512-TCxBcCaX+trBD964epl0jS0geugN1qw/7ZTRPmvJdu6JYK3WeVMK081CVWpI9yoXuuTa22Ec4UGyG/wp3dC5Cw==", + "dev": true, + "requires": { + "@formatjs/icu-messageformat-parser": "2.0.19", + "@types/node": "14 || 16 || 17", + "chalk": "^4.0.0", + "tslib": "^2.1.0", + "typescript": "^4.5" + }, + "dependencies": { + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "tslib": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==", + "dev": true + }, + "typescript": { + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz", + "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==", + "dev": true + } + } }, "@graphql-codegen/add": { "version": "3.1.1", @@ -3708,6 +4176,23 @@ "@hapi/hoek": "^9.0.0" } }, + "@humanwhocodes/config-array": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz", + "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==", + "dev": true, + "requires": { + "@humanwhocodes/object-schema": "^1.2.0", + "debug": "^4.1.1", + "minimatch": "^3.0.4" + } + }, + "@humanwhocodes/object-schema": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "dev": true + }, "@hypnosphi/create-react-context": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/@hypnosphi/create-react-context/-/create-react-context-0.3.1.tgz", @@ -4182,6 +4667,28 @@ "@types/yargs": "^13.0.0" } }, + "@jridgewell/resolve-uri": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", + "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==", + "dev": true + }, + "@jridgewell/sourcemap-codec": { + "version": "1.4.11", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", + "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==", + "dev": true + }, + "@jridgewell/trace-mapping": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz", + "integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==", + "dev": true, + "requires": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, "@material-ui/core": { "version": "4.11.4", "resolved": "https://registry.npmjs.org/@material-ui/core/-/core-4.11.4.tgz", @@ -4308,122 +4815,11 @@ "dev": true }, "@nicolo-ribaudo/chokidar-2": { - "version": "2.1.8-no-fsevents", - "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.tgz", - "integrity": "sha512-+nb9vWloHNNMFHjGofEam3wopE3m1yuambrrd/fnPc+lFOMB9ROTqQlche9ByFWNkdNqfSgR/kkQtQ8DzEWt2w==", + "version": "2.1.8-no-fsevents.3", + "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz", + "integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==", "dev": true, - "optional": true, - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - }, - "dependencies": { - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dev": true, - "optional": true, - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "optional": true, - "requires": { - "is-extendable": "^0.1.0" - } - }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dev": true, - "optional": true, - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - } - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "dev": true, - "optional": true, - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dev": true, - "optional": true, - "requires": { - "is-extglob": "^2.1.0" - } - } - } - }, - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dev": true, - "optional": true, - "requires": { - "kind-of": "^3.0.2" - } - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "optional": true, - "requires": { - "is-buffer": "^1.1.5" - } - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dev": true, - "optional": true, - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - } - } + "optional": true }, "@nodelib/fs.scandir": { "version": "2.1.4", @@ -5028,6 +5424,15 @@ "ts-dedent": "^1.1.0" }, "dependencies": { + "@types/jest": { + "version": "24.9.1", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.9.1.tgz", + "integrity": "sha512-Fb38HkXSVA4L8fGKEZ6le5bB8r6MRWlOCZbVuWZcmOMSCd2wCYOwN1ibj8daIoV9naq7aaOZjrLCoCMptKU/4Q==", + "dev": true, + "requires": { + "jest-diff": "^24.3.0" + } + }, "regenerator-runtime": { "version": "0.13.7", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz", @@ -5736,6 +6141,12 @@ "@svgr/plugin-jsx": "^4.3.3", "camelcase": "^5.3.1", "cosmiconfig": "^5.2.1" + }, + "dependencies": { + "uuid": { + "version": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + } } }, "@svgr/hast-util-to-babel-ast": { @@ -5825,9 +6236,9 @@ "dev": true }, "@types/babel__core": { - "version": "7.1.14", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.14.tgz", - "integrity": "sha512-zGZJzzBUVDo/eV6KgbE0f0ZI7dInEYvo12Rb70uNQDshC3SkRMb67ja0GgRHZgAX3Za6rhaWlvbDO8rrGyAb1g==", + "version": "7.1.19", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz", + "integrity": "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==", "dev": true, "requires": { "@babel/parser": "^7.1.0", @@ -5838,18 +6249,18 @@ } }, "@types/babel__generator": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.2.tgz", - "integrity": "sha512-MdSJnBjl+bdwkLskZ3NGFp9YcXGx5ggLpQQPqtgakVhsWK0hTtNYhjpZLlWQTviGTvF8at+Bvli3jV7faPdgeQ==", + "version": "7.6.4", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", + "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", "dev": true, "requires": { "@babel/types": "^7.0.0" } }, "@types/babel__template": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.0.tgz", - "integrity": "sha512-NTPErx4/FiPCGScH7foPyr+/1Dkzkni+rHiYHHoTjvwou7AQzJkNeD60A9CXRy+ZEN2B1bggmkTMCDb+Mv5k+A==", + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", + "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", "dev": true, "requires": { "@babel/parser": "^7.1.0", @@ -5857,9 +6268,9 @@ } }, "@types/babel__traverse": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.11.1.tgz", - "integrity": "sha512-Vs0hm0vPahPMYi9tDjtP66llufgO3ST16WXaSTtDGEl9cewAl3AibmxWw6TINOqHPT9z0uABKAYjT9jNSg4npw==", + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.14.2.tgz", + "integrity": "sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==", "dev": true, "requires": { "@babel/types": "^7.3.0" @@ -5917,6 +6328,16 @@ "@types/react": "*" } }, + "@types/eslint": { + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.1.tgz", + "integrity": "sha512-GE44+DNEyxxh2Kc6ro/VkIj+9ma0pO0bwv9+uHSyBrikYOHr8zYcdPvnBOp1aw8s+CjRvuSx7CyWqRrNFQ59mA==", + "dev": true, + "requires": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, "@types/estree": { "version": "0.0.39", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", @@ -5928,6 +6349,15 @@ "resolved": "https://registry.npmjs.org/@types/faker/-/faker-5.5.1.tgz", "integrity": "sha512-JXGjV76oEUZUOSAr3bP5txETYoq0XDOQA8BpOz8Wc3EuvfF7sUVquf/EvM3aphuVKuVaYDSDu523/mAHnqrcvg==" }, + "@types/fs-extra": { + "version": "9.0.13", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.13.tgz", + "integrity": "sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, "@types/fuzzaldrin": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/@types/fuzzaldrin/-/fuzzaldrin-2.1.3.tgz", @@ -6384,12 +6814,6 @@ "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.1.tgz", "integrity": "sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==" }, - "@types/schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@types/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-YesPanU1+WCigC/Aj1Mga8UCOjHIfMNHZ3zzDsUY7lI8GlKnh/Kv2QwJOQ+jNQ36Ru7IfzSedlG14hppYaN13A==", - "dev": true - }, "@types/semver-compare": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@types/semver-compare/-/semver-compare-1.0.1.tgz", @@ -6862,6 +7286,186 @@ } } }, + "@vue/compiler-core": { + "version": "3.2.31", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.31.tgz", + "integrity": "sha512-aKno00qoA4o+V/kR6i/pE+aP+esng5siNAVQ422TkBNM6qA4veXiZbSe8OTXHXquEi/f6Akc+nLfB4JGfe4/WQ==", + "dev": true, + "requires": { + "@babel/parser": "^7.16.4", + "@vue/shared": "3.2.31", + "estree-walker": "^2.0.2", + "source-map": "^0.6.1" + }, + "dependencies": { + "@babel/parser": { + "version": "7.17.8", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.8.tgz", + "integrity": "sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==", + "dev": true + }, + "estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "@vue/compiler-dom": { + "version": "3.2.31", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.31.tgz", + "integrity": "sha512-60zIlFfzIDf3u91cqfqy9KhCKIJgPeqxgveH2L+87RcGU/alT6BRrk5JtUso0OibH3O7NXuNOQ0cDc9beT0wrg==", + "dev": true, + "requires": { + "@vue/compiler-core": "3.2.31", + "@vue/shared": "3.2.31" + } + }, + "@vue/compiler-sfc": { + "version": "3.2.31", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.2.31.tgz", + "integrity": "sha512-748adc9msSPGzXgibHiO6T7RWgfnDcVQD+VVwYgSsyyY8Ans64tALHZANrKtOzvkwznV/F4H7OAod/jIlp/dkQ==", + "dev": true, + "requires": { + "@babel/parser": "^7.16.4", + "@vue/compiler-core": "3.2.31", + "@vue/compiler-dom": "3.2.31", + "@vue/compiler-ssr": "3.2.31", + "@vue/reactivity-transform": "3.2.31", + "@vue/shared": "3.2.31", + "estree-walker": "^2.0.2", + "magic-string": "^0.25.7", + "postcss": "^8.1.10", + "source-map": "^0.6.1" + }, + "dependencies": { + "@babel/parser": { + "version": "7.17.8", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.8.tgz", + "integrity": "sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==", + "dev": true + }, + "estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", + "dev": true + }, + "nanoid": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.2.tgz", + "integrity": "sha512-CuHBogktKwpm5g2sRgv83jEy2ijFzBwMoYA60orPDR7ynsLijJDqgsi4RDGj3OJpy3Ieb+LYwiRmIOGyytgITA==", + "dev": true + }, + "postcss": { + "version": "8.4.12", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.12.tgz", + "integrity": "sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==", + "dev": true, + "requires": { + "nanoid": "^3.3.1", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "@vue/compiler-ssr": { + "version": "3.2.31", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.2.31.tgz", + "integrity": "sha512-mjN0rqig+A8TVDnsGPYJM5dpbjlXeHUm2oZHZwGyMYiGT/F4fhJf/cXy8QpjnLQK4Y9Et4GWzHn9PS8AHUnSkw==", + "dev": true, + "requires": { + "@vue/compiler-dom": "3.2.31", + "@vue/shared": "3.2.31" + } + }, + "@vue/reactivity": { + "version": "3.2.31", + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.31.tgz", + "integrity": "sha512-HVr0l211gbhpEKYr2hYe7hRsV91uIVGFYNHj73njbARVGHQvIojkImKMaZNDdoDZOIkMsBc9a1sMqR+WZwfSCw==", + "dev": true, + "requires": { + "@vue/shared": "3.2.31" + } + }, + "@vue/reactivity-transform": { + "version": "3.2.31", + "resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.31.tgz", + "integrity": "sha512-uS4l4z/W7wXdI+Va5pgVxBJ345wyGFKvpPYtdSgvfJfX/x2Ymm6ophQlXXB6acqGHtXuBqNyyO3zVp9b1r0MOA==", + "dev": true, + "requires": { + "@babel/parser": "^7.16.4", + "@vue/compiler-core": "3.2.31", + "@vue/shared": "3.2.31", + "estree-walker": "^2.0.2", + "magic-string": "^0.25.7" + }, + "dependencies": { + "@babel/parser": { + "version": "7.17.8", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.8.tgz", + "integrity": "sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==", + "dev": true + }, + "estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", + "dev": true + } + } + }, + "@vue/runtime-core": { + "version": "3.2.31", + "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.2.31.tgz", + "integrity": "sha512-Kcog5XmSY7VHFEMuk4+Gap8gUssYMZ2+w+cmGI6OpZWYOEIcbE0TPzzPHi+8XTzAgx1w/ZxDFcXhZeXN5eKWsA==", + "dev": true, + "requires": { + "@vue/reactivity": "3.2.31", + "@vue/shared": "3.2.31" + } + }, + "@vue/runtime-dom": { + "version": "3.2.31", + "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.2.31.tgz", + "integrity": "sha512-N+o0sICVLScUjfLG7u9u5XCjvmsexAiPt17GNnaWHJUfsKed5e85/A3SWgKxzlxx2SW/Hw7RQxzxbXez9PtY3g==", + "dev": true, + "requires": { + "@vue/runtime-core": "3.2.31", + "@vue/shared": "3.2.31", + "csstype": "^2.6.8" + } + }, + "@vue/server-renderer": { + "version": "3.2.31", + "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.2.31.tgz", + "integrity": "sha512-8CN3Zj2HyR2LQQBHZ61HexF5NReqngLT3oahyiVRfSSvak+oAvVmu8iNLSu6XR77Ili2AOpnAt1y8ywjjqtmkg==", + "dev": true, + "requires": { + "@vue/compiler-ssr": "3.2.31", + "@vue/shared": "3.2.31" + } + }, + "@vue/shared": { + "version": "3.2.31", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.31.tgz", + "integrity": "sha512-ymN2pj6zEjiKJZbrf98UM2pfDd6F2H7ksKw7NDt/ZZ1fh5Ei39X5tABugtT03ZRlWd9imccoK0hE8hpjpU7irQ==", + "dev": true + }, "@webassemblyjs/ast": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz", @@ -7114,9 +7718,9 @@ } }, "acorn-jsx": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.1.tgz", - "integrity": "sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", "dev": true }, "acorn-walk": { @@ -7567,6 +8171,12 @@ "integrity": "sha1-uveeYubvTCpMC4MSMtr/7CUfnYM=", "dev": true }, + "array-find-index": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", + "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=", + "dev": true + }, "array-flatten": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", @@ -8141,19 +8751,6 @@ "is-buffer": "^1.1.5" } }, - "load-json-file": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", - "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "strip-bom": "^2.0.0" - } - }, "locate-path": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", @@ -8218,15 +8815,6 @@ "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", "dev": true }, - "parse-json": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", - "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", - "dev": true, - "requires": { - "error-ex": "^1.2.0" - } - }, "path-type": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", @@ -8298,15 +8886,6 @@ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true }, - "strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "dev": true, - "requires": { - "is-utf8": "^0.2.0" - } - }, "test-exclude": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-4.2.3.tgz", @@ -8323,17 +8902,28 @@ } }, "babel-loader": { - "version": "8.2.2", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.2.tgz", - "integrity": "sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==", + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.4.tgz", + "integrity": "sha512-8dytA3gcvPPPv4Grjhnt8b5IIiTcq/zeXOPk4iTYI0SVXcsmuGg7JtBRDp8S9X+gJfhQ8ektjXZlDu1Bb33U8A==", "dev": true, "requires": { "find-cache-dir": "^3.3.1", - "loader-utils": "^1.4.0", + "loader-utils": "^2.0.0", "make-dir": "^3.1.0", "schema-utils": "^2.6.5" }, "dependencies": { + "loader-utils": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", + "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, "make-dir": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", @@ -8639,46 +9229,6 @@ "react-docgen": "^5.0.0" } }, - "babel-plugin-react-intl": { - "version": "5.1.18", - "resolved": "https://registry.npmjs.org/babel-plugin-react-intl/-/babel-plugin-react-intl-5.1.18.tgz", - "integrity": "sha512-tzzZoGDNQOiHmGFh+NPQJDpC10RbKlfw1CBVfALulqRa6UGkAv5eMs9sirxjhD3HryHPbYZ4x5FNdbzOyG2GJw==", - "dev": true, - "requires": { - "@babel/core": "^7.7.2", - "@babel/helper-plugin-utils": "^7.0.0", - "@types/babel__core": "^7.1.3", - "@types/schema-utils": "^1.0.0", - "fs-extra": "^8.1.0", - "intl-messageformat-parser": "^3.6.4", - "schema-utils": "^2.2.0" - }, - "dependencies": { - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "babel-plugin-react-intl-auto": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/babel-plugin-react-intl-auto/-/babel-plugin-react-intl-auto-3.3.0.tgz", - "integrity": "sha512-08ZyGWtKrQY/rMNfdvrWPBsjqx+8CirqV4/JUM46FAS2aU98Mi/uWM60K6Wg6Zapdyqs3fCbQ8S4OfqMPsBiqQ==", - "dev": true, - "requires": { - "@babel/core": "^7.9.0", - "@babel/traverse": "^7.9.0", - "@babel/types": "^7.9.0", - "murmurhash3js": "^3.0.1" - } - }, "babel-plugin-require-context-hook": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/babel-plugin-require-context-hook/-/babel-plugin-require-context-hook-1.0.0.tgz", @@ -9879,6 +10429,12 @@ "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==" }, + "charcodes": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/charcodes/-/charcodes-0.2.0.tgz", + "integrity": "sha512-Y4kiDb+AM4Ecy58YkuZrrSRJBDQdQ2L+NyS1vHHFtNtUjgutcZfx3yp1dAONI/oPaPmyGfCLx5CxL+zauIMyKQ==", + "dev": true + }, "chardet": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", @@ -11314,6 +11870,15 @@ "nub": "~0.0.0" } }, + "currently-unhandled": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", + "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", + "dev": true, + "requires": { + "array-find-index": "^1.0.1" + } + }, "cyclist": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz", @@ -12004,9 +12569,9 @@ "dev": true }, "deep-is": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", - "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=", + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true }, "deep-object-diff": { @@ -13043,10 +13608,228 @@ "integrity": "sha512-EmTr31wppcaIAgblChZiuN/l9Y7DPyw8Xtbg7fIVngn6zMW+IEBJDJngeKC3x6wr0V/vcA2wqeFnaw1bFJbDdA==", "dev": true }, + "esbuild": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.14.34.tgz", + "integrity": "sha512-QIWdPT/gFF6hCaf4m7kP0cJ+JIuFkdHibI7vVFvu3eJS1HpVmYHWDulyN5WXwbRA0SX/7ZDaJ/1DH8SdY9xOJg==", + "dev": true, + "requires": { + "esbuild-android-64": "0.14.34", + "esbuild-android-arm64": "0.14.34", + "esbuild-darwin-64": "0.14.34", + "esbuild-darwin-arm64": "0.14.34", + "esbuild-freebsd-64": "0.14.34", + "esbuild-freebsd-arm64": "0.14.34", + "esbuild-linux-32": "0.14.34", + "esbuild-linux-64": "0.14.34", + "esbuild-linux-arm": "0.14.34", + "esbuild-linux-arm64": "0.14.34", + "esbuild-linux-mips64le": "0.14.34", + "esbuild-linux-ppc64le": "0.14.34", + "esbuild-linux-riscv64": "0.14.34", + "esbuild-linux-s390x": "0.14.34", + "esbuild-netbsd-64": "0.14.34", + "esbuild-openbsd-64": "0.14.34", + "esbuild-sunos-64": "0.14.34", + "esbuild-windows-32": "0.14.34", + "esbuild-windows-64": "0.14.34", + "esbuild-windows-arm64": "0.14.34" + } + }, + "esbuild-android-64": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.14.34.tgz", + "integrity": "sha512-XfxcfJqmMYsT/LXqrptzFxmaR3GWzXHDLdFNIhm6S00zPaQF1TBBWm+9t0RZ6LRR7iwH57DPjaOeW20vMqI4Yw==", + "dev": true, + "optional": true + }, + "esbuild-android-arm64": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.14.34.tgz", + "integrity": "sha512-T02+NXTmSRL1Mc6puz+R9CB54rSPICkXKq6+tw8B6vxZFnCPzbJxgwIX4kcluz9p8nYBjF3+lSilTGWb7+Xgew==", + "dev": true, + "optional": true + }, + "esbuild-darwin-64": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.14.34.tgz", + "integrity": "sha512-pLRip2Bh4Ng7Bf6AMgCrSp3pPe/qZyf11h5Qo2mOfJqLWzSVjxrXW+CFRJfrOVP7TCnh/gmZSM2AFdCPB72vtw==", + "dev": true, + "optional": true + }, + "esbuild-darwin-arm64": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.34.tgz", + "integrity": "sha512-vpidSJEBxx6lf1NWgXC+DCmGqesJuZ5Y8aQVVsaoO4i8tRXbXb0whChRvop/zd3nfNM4dIl5EXAky0knRX5I6w==", + "dev": true, + "optional": true + }, + "esbuild-freebsd-64": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.34.tgz", + "integrity": "sha512-m0HBjePhe0hAQJgtMRMNV9kMgIyV4/qSnzPx42kRMQBcPhgjAq1JRu4Il26czC+9FgpMbFkUktb07f/Lwnc6CA==", + "dev": true, + "optional": true + }, + "esbuild-freebsd-arm64": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.34.tgz", + "integrity": "sha512-cpRc2B94L1KvMPPYB4D6G39jLqpKlD3noAMY4/e86iXXXkhUYJJEtTuyNFTa9JRpWM0xCAp4mxjHjoIiLuoCLA==", + "dev": true, + "optional": true + }, + "esbuild-linux-32": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.14.34.tgz", + "integrity": "sha512-8nQaEaoW7MH/K/RlozJa+lE1ejHIr8fuPIHhc513UebRav7HtXgQvxHQ6VZRUkWtep23M6dd7UqhwO1tMOfzQQ==", + "dev": true, + "optional": true + }, + "esbuild-linux-64": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.14.34.tgz", + "integrity": "sha512-Y3of4qQoLLlAgf042MlrY1P+7PnN9zWj8nVtw9XQG5hcLOZLz7IKpU35oeu7n4wvyaZHwvQqDJ93gRLqdJekcQ==", + "dev": true, + "optional": true + }, + "esbuild-linux-arm": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.14.34.tgz", + "integrity": "sha512-9lpq1NcJqssAF7alCO6zL3gvBVVt/lKw4oetUM7OgNnRX0OWpB+ZIO9FwCrSj/dMdmgDhPLf+119zB8QxSMmAg==", + "dev": true, + "optional": true + }, + "esbuild-linux-arm64": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.34.tgz", + "integrity": "sha512-IlWaGtj9ir7+Nrume1DGcyzBDlK8GcnJq0ANKwcI9pVw8tqr+6GD0eqyF9SF1mR8UmAp+odrx1H5NdR2cHdFHA==", + "dev": true, + "optional": true + }, + "esbuild-linux-mips64le": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.34.tgz", + "integrity": "sha512-k3or+01Rska1AjUyNjA4buEwB51eyN/xPQAoOx1CjzAQC3l8rpjUDw55kXyL63O/1MUi4ISvtNtl8gLwdyEcxw==", + "dev": true, + "optional": true + }, + "esbuild-linux-ppc64le": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.34.tgz", + "integrity": "sha512-+qxb8M9FfM2CJaVU7GgYpJOHM1ngQOx+/VrtBjb4C8oVqaPcESCeg2anjl+HRZy8VpYc71q/iBYausPPbJ+Keg==", + "dev": true, + "optional": true + }, + "esbuild-linux-riscv64": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.34.tgz", + "integrity": "sha512-Y717ltBdQ5j5sZIHdy1DV9kieo0wMip0dCmVSTceowCPYSn1Cg33Kd6981+F/3b9FDMzNWldZFOBRILViENZSA==", + "dev": true, + "optional": true + }, + "esbuild-linux-s390x": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.34.tgz", + "integrity": "sha512-bDDgYO4LhL4+zPs+WcBkXph+AQoPcQRTv18FzZS0WhjfH8TZx2QqlVPGhmhZ6WidrY+jKthUqO6UhGyIb4MpmA==", + "dev": true, + "optional": true + }, + "esbuild-loader": { + "version": "2.18.0", + "resolved": "https://registry.npmjs.org/esbuild-loader/-/esbuild-loader-2.18.0.tgz", + "integrity": "sha512-AKqxM3bI+gvGPV8o6NAhR+cBxVO8+dh+O0OXBHIXXwuSGumckbPWHzZ17subjBGI2YEGyJ1STH7Haj8aCrwL/w==", + "dev": true, + "requires": { + "esbuild": "^0.14.6", + "joycon": "^3.0.1", + "json5": "^2.2.0", + "loader-utils": "^2.0.0", + "tapable": "^2.2.0", + "webpack-sources": "^2.2.0" + }, + "dependencies": { + "loader-utils": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", + "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "dev": true + }, + "webpack-sources": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz", + "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==", + "dev": true, + "requires": { + "source-list-map": "^2.0.1", + "source-map": "^0.6.1" + } + } + } + }, + "esbuild-netbsd-64": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.34.tgz", + "integrity": "sha512-cfaFGXdRt0+vHsjNPyF0POM4BVSHPSbhLPe8mppDc7GDDxjIl08mV1Zou14oDWMp/XZMjYN1kWYRSfftiD0vvQ==", + "dev": true, + "optional": true + }, + "esbuild-openbsd-64": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.34.tgz", + "integrity": "sha512-vmy9DxXVnRiI14s8GKuYBtess+EVcDALkbpTqd5jw4XITutIzyB7n4x0Tj5utAkKsgZJB22lLWGekr0ABnSLow==", + "dev": true, + "optional": true + }, + "esbuild-sunos-64": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.14.34.tgz", + "integrity": "sha512-eNPVatNET1F7tRMhii7goL/eptfxc0ALRjrj9SPFNqp0zmxrehBFD6BaP3R4LjMn6DbMO0jOAnTLFKr8NqcJAA==", + "dev": true, + "optional": true + }, + "esbuild-windows-32": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.14.34.tgz", + "integrity": "sha512-EFhpXyHEcnqWYe2rAHFd8dRw8wkrd9U+9oqcyoEL84GbanAYjiiIjBZsnR8kl0sCQ5w6bLpk7vCEIA2VS32Vcg==", + "dev": true, + "optional": true + }, + "esbuild-windows-64": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.14.34.tgz", + "integrity": "sha512-a8fbl8Ky7PxNEjf1aJmtxdDZj32/hC7S1OcA2ckEpCJRTjiKslI9vAdPpSjrKIWhws4Galpaawy0nB7fjHYf5Q==", + "dev": true, + "optional": true + }, + "esbuild-windows-arm64": { + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.34.tgz", + "integrity": "sha512-EYvmKbSa2B3sPnpC28UEu9jBK5atGV4BaVRE7CYGUci2Hlz4AvtV/LML+TcDMT6gBgibnN2gcltWclab3UutMg==", + "dev": true, + "optional": true + }, "escalade": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true }, "escape-goat": { "version": "2.1.1", @@ -13087,50 +13870,95 @@ } }, "eslint": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-6.8.0.tgz", - "integrity": "sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==", + "version": "7.32.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz", + "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==", "dev": true, "requires": { - "@babel/code-frame": "^7.0.0", + "@babel/code-frame": "7.12.11", + "@eslint/eslintrc": "^0.4.3", + "@humanwhocodes/config-array": "^0.5.0", "ajv": "^6.10.0", - "chalk": "^2.1.0", - "cross-spawn": "^6.0.5", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", "debug": "^4.0.1", "doctrine": "^3.0.0", - "eslint-scope": "^5.0.0", - "eslint-utils": "^1.4.3", - "eslint-visitor-keys": "^1.1.0", - "espree": "^6.1.2", - "esquery": "^1.0.1", + "enquirer": "^2.3.5", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^5.1.1", + "eslint-utils": "^2.1.0", + "eslint-visitor-keys": "^2.0.0", + "espree": "^7.3.1", + "esquery": "^1.4.0", "esutils": "^2.0.2", - "file-entry-cache": "^5.0.1", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", + "glob-parent": "^5.1.2", + "globals": "^13.6.0", "ignore": "^4.0.6", "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", - "inquirer": "^7.0.0", "is-glob": "^4.0.0", "js-yaml": "^3.13.1", "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.3.0", - "lodash": "^4.17.14", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", "minimatch": "^3.0.4", - "mkdirp": "^0.5.1", "natural-compare": "^1.4.0", - "optionator": "^0.8.3", + "optionator": "^0.9.1", "progress": "^2.0.0", - "regexpp": "^2.0.1", - "semver": "^6.1.2", - "strip-ansi": "^5.2.0", - "strip-json-comments": "^3.0.1", - "table": "^5.2.3", + "regexpp": "^3.1.0", + "semver": "^7.2.1", + "strip-ansi": "^6.0.0", + "strip-json-comments": "^3.1.0", + "table": "^6.0.9", "text-table": "^0.2.0", "v8-compile-cache": "^2.0.3" }, "dependencies": { + "@babel/code-frame": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", + "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", + "dev": true, + "requires": { + "@babel/highlight": "^7.10.4" + } + }, + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, + "escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true + }, "eslint-scope": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", @@ -13142,29 +13970,37 @@ } }, "eslint-utils": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.3.tgz", - "integrity": "sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", + "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", "dev": true, "requires": { "eslint-visitor-keys": "^1.1.0" + }, + "dependencies": { + "eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", + "dev": true + } } }, - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", - "dev": true - }, "globals": { - "version": "12.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz", - "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==", + "version": "13.13.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz", + "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==", "dev": true, "requires": { - "type-fest": "^0.8.1" + "type-fest": "^0.20.2" } }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, "ignore": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", @@ -13181,19 +14017,40 @@ "resolve-from": "^4.0.0" } }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", "dev": true, "requires": { - "minimist": "^1.2.5" + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" } }, - "regexpp": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-2.0.1.tgz", - "integrity": "sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==", + "optionator": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "dev": true, + "requires": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.3" + } + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true + }, + "prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", "dev": true }, "resolve-from": { @@ -13202,17 +14059,62 @@ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "requires": { + "prelude-ls": "^1.2.1" + } + }, "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } } } }, @@ -13243,32 +14145,6 @@ } } }, - "eslint-loader": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-3.0.4.tgz", - "integrity": "sha512-I496aBd+Hi23Y0Cx+sKvw+VwlJre4ScIRlkrvTO6Scq68X/UXbN6F3lAhN8b0Zv8atAyprkyrA42K5QBJtCyaw==", - "dev": true, - "requires": { - "fs-extra": "^8.1.0", - "loader-fs-cache": "^1.0.3", - "loader-utils": "^1.2.3", - "object-hash": "^2.0.3", - "schema-utils": "^2.6.5" - }, - "dependencies": { - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - } - } - } - }, "eslint-module-utils": { "version": "2.6.0", "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz", @@ -13363,6 +14239,229 @@ "globals": "^11.12.0" } }, + "eslint-plugin-formatjs": { + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-formatjs/-/eslint-plugin-formatjs-2.21.0.tgz", + "integrity": "sha512-YY69wKUSaVcrxxishknqWxLhd2orPFDBLzRN9fu6QGkfQ2dt7+DHMumm+7iBNxLdS5zozAjNVSgp8NnauZvxRQ==", + "dev": true, + "requires": { + "@formatjs/icu-messageformat-parser": "2.0.18", + "@formatjs/ts-transformer": "3.9.2", + "@types/eslint": "8", + "@typescript-eslint/typescript-estree": "^5.9.1", + "emoji-regex": "^10.0.0", + "tslib": "^2.1.0", + "typescript": "^4.5" + }, + "dependencies": { + "@formatjs/ecma402-abstract": { + "version": "1.11.3", + "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.11.3.tgz", + "integrity": "sha512-kP/Buv5vVFMAYLHNvvUzr0lwRTU0u2WTy44Tqwku1X3C3lJ5dKqDCYVqA8wL+Y19Bq+MwHgxqd5FZJRCIsLRyQ==", + "dev": true, + "requires": { + "@formatjs/intl-localematcher": "0.2.24", + "tslib": "^2.1.0" + } + }, + "@formatjs/icu-messageformat-parser": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.0.18.tgz", + "integrity": "sha512-vquIzsAJJmZ5jWVH8dEgUKcbG4yu3KqtyPet+q35SW5reLOvblkfeCXTRW2TpIwNXzdVqsJBwjbTiRiSU9JxwQ==", + "dev": true, + "requires": { + "@formatjs/ecma402-abstract": "1.11.3", + "@formatjs/icu-skeleton-parser": "1.3.5", + "tslib": "^2.1.0" + } + }, + "@formatjs/icu-skeleton-parser": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.3.5.tgz", + "integrity": "sha512-Nhyo2/6kG7ZfgeEfo02sxviOuBcvtzH6SYUharj3DLCDJH3A/4OxkKcmx/2PWGX4bc6iSieh+FA94CsKDxnZBQ==", + "dev": true, + "requires": { + "@formatjs/ecma402-abstract": "1.11.3", + "tslib": "^2.1.0" + } + }, + "@formatjs/intl-localematcher": { + "version": "0.2.24", + "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.2.24.tgz", + "integrity": "sha512-K/HRGo6EMnCbhpth/y3u4rW4aXkmQNqRe1L2G+Y5jNr3v0gYhvaucV8WixNju/INAMbPBlbsRBRo/nfjnoOnxQ==", + "dev": true, + "requires": { + "tslib": "^2.1.0" + } + }, + "@formatjs/ts-transformer": { + "version": "3.9.2", + "resolved": "https://registry.npmjs.org/@formatjs/ts-transformer/-/ts-transformer-3.9.2.tgz", + "integrity": "sha512-Iff+ca1ue3IOb/PDNANR6++EArwlyMpW+t6AL4MG5sordpgflsIh8BMz6nGs+/tUOjP0xioNAu/acYiQ+rW5Bw==", + "dev": true, + "requires": { + "@formatjs/icu-messageformat-parser": "2.0.18", + "@types/node": "14 || 16 || 17", + "chalk": "^4.0.0", + "tslib": "^2.1.0", + "typescript": "^4.5" + } + }, + "@typescript-eslint/types": { + "version": "5.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.18.0.tgz", + "integrity": "sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==", + "dev": true + }, + "@typescript-eslint/typescript-estree": { + "version": "5.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.18.0.tgz", + "integrity": "sha512-wa+2VAhOPpZs1bVij9e5gyVu60ReMi/KuOx4LKjGx2Y3XTNUDJgQ+5f77D49pHtqef/klglf+mibuHs9TrPxdQ==", + "dev": true, + "requires": { + "@typescript-eslint/types": "5.18.0", + "@typescript-eslint/visitor-keys": "5.18.0", + "debug": "^4.3.2", + "globby": "^11.0.4", + "is-glob": "^4.0.3", + "semver": "^7.3.5", + "tsutils": "^3.21.0" + } + }, + "@typescript-eslint/visitor-keys": { + "version": "5.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.18.0.tgz", + "integrity": "sha512-Hf+t+dJsjAKpKSkg3EHvbtEpFFb/1CiOHnvI8bjHgOD4/wAw3gKrA0i94LrbekypiZVanJu3McWJg7rWDMzRTg==", + "dev": true, + "requires": { + "@typescript-eslint/types": "5.18.0", + "eslint-visitor-keys": "^3.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + }, + "emoji-regex": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.1.0.tgz", + "integrity": "sha512-xAEnNCT3w2Tg6MA7ly6QqYJvEoY1tm9iIjJ3yMKK9JPlWuRHAMoe5iETwQnx3M9TVbFMfsrBgWKR+IsmswwNjg==", + "dev": true + }, + "eslint-visitor-keys": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", + "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", + "dev": true + }, + "fast-glob": { + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", + "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + } + }, + "globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "requires": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "ignore": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", + "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", + "dev": true + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "requires": { + "is-extglob": "^2.1.1" + } + }, + "merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true + }, + "micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "requires": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + } + }, + "picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "tslib": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==", + "dev": true + }, + "typescript": { + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz", + "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==", + "dev": true + } + } + }, "eslint-plugin-import": { "version": "2.22.1", "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz", @@ -13561,14 +14660,14 @@ "dev": true }, "espree": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-6.2.1.tgz", - "integrity": "sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz", + "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==", "dev": true, "requires": { - "acorn": "^7.1.1", - "acorn-jsx": "^5.2.0", - "eslint-visitor-keys": "^1.1.0" + "acorn": "^7.4.0", + "acorn-jsx": "^5.3.1", + "eslint-visitor-keys": "^1.3.0" }, "dependencies": { "acorn": { @@ -13600,9 +14699,9 @@ }, "dependencies": { "estraverse": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", - "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true } } @@ -14208,11 +15307,6 @@ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", "dev": true }, - "fast-memoize": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/fast-memoize/-/fast-memoize-2.5.2.tgz", - "integrity": "sha512-Ue0LwpDYErFbmNnZSF0UH6eImUwDmogUO1jyE+JbN2gsQz/jICm1Ve7t9QT0rNSsfJt+Hs4/S3GnsDVjL4HVrw==" - }, "fastq": { "version": "1.11.0", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.11.0.tgz", @@ -14303,12 +15397,12 @@ } }, "file-entry-cache": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-5.0.1.tgz", - "integrity": "sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", "dev": true, "requires": { - "flat-cache": "^2.0.1" + "flat-cache": "^3.0.4" } }, "file-loader": { @@ -14686,31 +15780,19 @@ "dev": true }, "flat-cache": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-2.0.1.tgz", - "integrity": "sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", "dev": true, "requires": { - "flatted": "^2.0.0", - "rimraf": "2.6.3", - "write": "1.0.3" - }, - "dependencies": { - "rimraf": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", - "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - } + "flatted": "^3.1.0", + "rimraf": "^3.0.2" } }, "flatted": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz", - "integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", + "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", "dev": true }, "flow-parser": { @@ -16774,31 +17856,23 @@ "dev": true }, "intl-messageformat": { - "version": "9.6.6", - "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-9.6.6.tgz", - "integrity": "sha512-BsQNcMMqQWF/4h6AC5dlmrzSt92Qa1YWYeIw6a1eik7QfljfRR1fego2x59cNRVjbg48d+cnXbmvVM63esUERg==", + "version": "9.12.0", + "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-9.12.0.tgz", + "integrity": "sha512-5Q9j21JreB1G27/CqMYsA+pvJ19JjHyhiTSeUuvZK9BCDJGHtOLgpUUcGM+GLHiUuoVMKVeeX1smamiVHQrSKQ==", "requires": { - "@formatjs/icu-messageformat-parser": "1.1.4", - "fast-memoize": "^2.5.2", + "@formatjs/ecma402-abstract": "1.11.4", + "@formatjs/fast-memoize": "1.2.1", + "@formatjs/icu-messageformat-parser": "2.0.19", "tslib": "^2.1.0" }, "dependencies": { "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" } } }, - "intl-messageformat-parser": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/intl-messageformat-parser/-/intl-messageformat-parser-3.6.4.tgz", - "integrity": "sha512-RgPGwue0mJtoX2Ax8EmMzJzttxjnva7gx0Q7mKJ4oALrTZvtmCeAw5Msz2PcjW4dtCh/h7vN/8GJCxZO1uv+OA==", - "dev": true, - "requires": { - "@formatjs/intl-unified-numberformat": "^3.2.0" - } - }, "invariant": { "version": "2.2.4", "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", @@ -18462,6 +19536,12 @@ "@sideway/pinpoint": "^2.0.0" } }, + "joycon": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz", + "integrity": "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==", + "dev": true + }, "js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -18966,9 +20046,9 @@ "dev": true }, "json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", + "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", "dev": true }, "json-schema-traverse": { @@ -19063,14 +20143,14 @@ } }, "jsprim": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", - "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", + "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", "dev": true, "requires": { "assert-plus": "1.0.0", "extsprintf": "1.3.0", - "json-schema": "0.2.3", + "json-schema": "0.4.0", "verror": "1.10.0" } }, @@ -20132,62 +21212,41 @@ } } }, - "loader-fs-cache": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/loader-fs-cache/-/loader-fs-cache-1.0.3.tgz", - "integrity": "sha512-ldcgZpjNJj71n+2Mf6yetz+c9bM4xpKtNds4LbqXzU/PTdeAX0g3ytnU1AJMEcTk2Lex4Smpe3Q/eCTsvUBxbA==", + "load-json-file": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", "dev": true, "requires": { - "find-cache-dir": "^0.1.1", - "mkdirp": "^0.5.1" + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" }, "dependencies": { - "find-cache-dir": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-0.1.1.tgz", - "integrity": "sha1-yN765XyKUqinhPnjHFfHQumToLk=", + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", "dev": true, "requires": { - "commondir": "^1.0.1", - "mkdirp": "^0.5.1", - "pkg-dir": "^1.0.0" + "error-ex": "^1.2.0" } }, - "find-up": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", - "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", - "dev": true, - "requires": { - "path-exists": "^2.0.0", - "pinkie-promise": "^2.0.0" - } + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "dev": true }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", "dev": true, "requires": { - "minimist": "^1.2.5" - } - }, - "path-exists": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", - "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", - "dev": true, - "requires": { - "pinkie-promise": "^2.0.0" - } - }, - "pkg-dir": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-1.0.0.tgz", - "integrity": "sha1-ektQio1bstYp1EcFb/TpyTFM89Q=", - "dev": true, - "requires": { - "find-up": "^1.0.0" + "is-utf8": "^0.2.0" } } } @@ -20335,6 +21394,12 @@ "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=", "dev": true }, + "lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, "lodash.once": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", @@ -20358,6 +21423,12 @@ "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", "integrity": "sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=" }, + "lodash.truncate": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", + "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=", + "dev": true + }, "log-symbols": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz", @@ -20489,6 +21560,16 @@ "js-tokens": "^3.0.0 || ^4.0.0" } }, + "loud-rejection": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-2.2.0.tgz", + "integrity": "sha512-S0FayMXku80toa5sZ6Ro4C+s+EtFDCsyJNG/AzFMfX3AxD5Si4dZsgzm/kKnbOxHl5Cv8jBlno8+3XYIh2pNjQ==", + "dev": true, + "requires": { + "currently-unhandled": "^0.4.1", + "signal-exit": "^3.0.2" + } + }, "lower-case": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", @@ -20821,53 +21902,6 @@ "dev": true, "requires": { "dom-walk": "^0.1.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "diff": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz", - "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==" - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "requires": { - "ansi-regex": "^5.0.1" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "requires": { - "has-flag": "^4.0.0" - } - }, - "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" - } } }, "min-indent": { @@ -20962,68 +21996,11 @@ "yallist": "^4.0.0" }, "dependencies": { - "jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", - "requires": { - "graceful-fs": "^4.1.6", - "universalify": "^2.0.0" - } - }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" - }, - "universalify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" - }, - "y18n": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" - }, "yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true - }, - "yargs": { - "version": "17.3.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.3.1.tgz", - "integrity": "sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==", - "requires": { - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" - } - }, - "yargs-parser": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.0.tgz", - "integrity": "sha512-z9kApYUOCwoeZ78rfRYYWdiU/iNL6mwwYlkkZfJoyMR1xps+NEBX5X7XmRpxkZHhXJ6+Ey00IwKxBBSW9FIjyA==" } } }, @@ -21532,11 +22509,6 @@ "universalify": "^2.0.0" } }, - "strict-uri-encode": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", - "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=" - }, "strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", @@ -21726,12 +22698,6 @@ "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=", "dev": true }, - "murmurhash3js": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/murmurhash3js/-/murmurhash3js-3.0.1.tgz", - "integrity": "sha1-Ppg+W0fCoG9DpxMXTn5DXKBEuZg=", - "dev": true - }, "mute-stream": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", @@ -22075,12 +23041,6 @@ } } }, - "object-hash": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.1.1.tgz", - "integrity": "sha512-VOJmgmS+7wvXf8CjbQmimtCnEx3IAoLxI3fp2fbWehxrWBcAQFbk+vcwb6vzR0VZv/eNCJ/27j151ZTwqW/JeQ==", - "dev": true - }, "object-inspect": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.9.0.tgz", @@ -23562,9 +24522,9 @@ } }, "prompts": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.1.tgz", - "integrity": "sha512-EQyfIuO2hPDsX1L/blblV+H7I0knhgAd82cVneCwcdND9B8AuCDuRcBH6yIcG4dFzlOUqbazQqwGjx5xmsNLuQ==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", "dev": true, "requires": { "kleur": "^3.0.3", @@ -24576,48 +25536,26 @@ } }, "react-intl": { - "version": "5.15.7", - "resolved": "https://registry.npmjs.org/react-intl/-/react-intl-5.15.7.tgz", - "integrity": "sha512-syELL6EujpoiShKjqjYuuk5QSlBmzTAzWYXNUXD07Cc0dNlCwG45XgVPfy7TTc6nH8B/gxglwf7u5eA3lwdoMQ==", + "version": "5.24.8", + "resolved": "https://registry.npmjs.org/react-intl/-/react-intl-5.24.8.tgz", + "integrity": "sha512-uFBA7Fvh3XsHVn6b+jgVTk8hMBpQFvkterWwq4KHrjn8nMmLJf6lGqPawAcmhXes0q29JruCQyKX0vj+G7iokA==", "requires": { - "@formatjs/ecma402-abstract": "1.6.4", - "@formatjs/icu-messageformat-parser": "1.1.4", - "@formatjs/intl": "1.9.7", - "@formatjs/intl-displaynames": "4.0.12", - "@formatjs/intl-listformat": "5.0.13", + "@formatjs/ecma402-abstract": "1.11.4", + "@formatjs/icu-messageformat-parser": "2.0.19", + "@formatjs/intl": "2.1.1", + "@formatjs/intl-displaynames": "5.4.3", + "@formatjs/intl-listformat": "6.5.3", "@types/hoist-non-react-statics": "^3.3.1", + "@types/react": "16 || 17", "hoist-non-react-statics": "^3.3.2", - "intl-messageformat": "9.6.6", + "intl-messageformat": "9.12.0", "tslib": "^2.1.0" }, "dependencies": { "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==" - } - } - }, - "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" - }, - "dependencies": { - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", - "dev": true, - "requires": { - "minimist": "^1.2.5" - } + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" } } }, @@ -26128,21 +27066,10 @@ "uuid": "^3.3.2" }, "dependencies": { - "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", - "dev": true, - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - } - }, "qs": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", - "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", + "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", "dev": true } } @@ -26190,6 +27117,12 @@ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" }, + "require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true + }, "require-main-filename": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", @@ -27441,6 +28374,12 @@ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", "dev": true }, + "source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "dev": true + }, "source-map-resolve": { "version": "0.5.3", "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", @@ -27908,9 +28847,9 @@ }, "dependencies": { "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", + "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", "dev": true }, "strip-ansi": { @@ -28438,73 +29377,77 @@ } }, "table": { - "version": "5.4.6", - "resolved": "https://registry.npmjs.org/table/-/table-5.4.6.tgz", - "integrity": "sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==", + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/table/-/table-6.8.0.tgz", + "integrity": "sha512-s/fitrbVeEyHKFa7mFdkuQMWlH1Wgw/yEXMt5xACT4ZpzWFluehAxRtUUQKPuWhaLAWhFcVx6w3oC8VKaUfPGA==", "dev": true, "requires": { - "ajv": "^6.10.2", - "lodash": "^4.17.14", - "slice-ansi": "^2.1.0", - "string-width": "^3.0.0" + "ajv": "^8.0.1", + "lodash.truncate": "^4.4.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1" }, "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "ajv": { + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", + "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", "dev": true, "requires": { - "color-convert": "^1.9.0" + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" } }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true }, - "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", - "dev": true - }, - "is-fullwidth-code-point": { + "astral-regex": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "dev": true + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "dev": true }, "slice-ansi": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz", - "integrity": "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", + "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", "dev": true, "requires": { - "ansi-styles": "^3.2.0", - "astral-regex": "^1.0.0", - "is-fullwidth-code-point": "^2.0.0" + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" } }, "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" } } } @@ -29074,52 +30017,114 @@ } }, "ts-jest": { - "version": "24.3.0", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-24.3.0.tgz", - "integrity": "sha512-Hb94C/+QRIgjVZlJyiWwouYUF+siNJHJHknyspaOcZ+OQAIdFG/UrdQVXw/0B8Z3No34xkUXZJpOTy9alOWdVQ==", + "version": "27.1.4", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.4.tgz", + "integrity": "sha512-qjkZlVPWVctAezwsOD1OPzbZ+k7zA5z3oxII4dGdZo5ggX/PL7kvwTM0pXTr10fAtbiVpJaL3bWd502zAhpgSQ==", "dev": true, "requires": { "bs-logger": "0.x", - "buffer-from": "1.x", "fast-json-stable-stringify": "2.x", + "jest-util": "^27.0.0", "json5": "2.x", "lodash.memoize": "4.x", "make-error": "1.x", - "mkdirp": "0.x", - "resolve": "1.x", - "semver": "^5.5", - "yargs-parser": "10.x" + "semver": "7.x", + "yargs-parser": "20.x" }, "dependencies": { - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", - "dev": true - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "@jest/types": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", + "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", "dev": true, "requires": { - "minimist": "^1.2.5" + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^16.0.0", + "chalk": "^4.0.0" } }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "@types/istanbul-reports": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz", + "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==", + "dev": true, + "requires": { + "@types/istanbul-lib-report": "*" + } + }, + "@types/yargs": { + "version": "16.0.4", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz", + "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==", + "dev": true, + "requires": { + "@types/yargs-parser": "*" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "ci-info": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", + "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==", "dev": true }, + "graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-util": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", + "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", + "dev": true, + "requires": { + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, "yargs-parser": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz", - "integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==", - "dev": true, - "requires": { - "camelcase": "^4.1.0" - } + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true } } }, @@ -30016,6 +31021,19 @@ "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==", "dev": true }, + "vue": { + "version": "3.2.31", + "resolved": "https://registry.npmjs.org/vue/-/vue-3.2.31.tgz", + "integrity": "sha512-odT3W2tcffTiQCy57nOT93INw1auq5lYLLYtWpPYQQYQOOdHiqFct9Xhna6GJ+pJQaF67yZABraH47oywkJgFw==", + "dev": true, + "requires": { + "@vue/compiler-dom": "3.2.31", + "@vue/compiler-sfc": "3.2.31", + "@vue/runtime-dom": "3.2.31", + "@vue/server-renderer": "3.2.31", + "@vue/shared": "3.2.31" + } + }, "w3c-hr-time": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", @@ -31463,26 +32481,6 @@ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, - "write": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/write/-/write-1.0.3.tgz", - "integrity": "sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==", - "dev": true, - "requires": { - "mkdirp": "^0.5.1" - }, - "dependencies": { - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", - "dev": true, - "requires": { - "minimist": "^1.2.5" - } - } - } - }, "write-file-atomic": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.1.tgz", diff --git a/package.json b/package.json index ff009249f..393bd1c6b 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "react-helmet": "^6.1.0", "react-infinite-scroll-component": "^6.1.0", "react-inlinesvg": "^2.1.1", - "react-intl": "^5.10.2", + "react-intl": "^5.21.2", "react-jss": "^10.0.0", "react-markdown": "^4.3.1", "react-moment": "^1.0.0", @@ -93,6 +93,7 @@ "@babel/preset-typescript": "^7.13.0", "@babel/runtime": "^7.7.6", "@editorjs/embed": "^2.4.6", + "@formatjs/cli": "^4.5.0", "@graphql-codegen/add": "^3.1.1", "@graphql-codegen/cli": "^2.1.1", "@graphql-codegen/fragment-matcher": "^3.1.0", @@ -140,8 +141,6 @@ "babel-core": "^7.0.0-bridge.0", "babel-jest": "^23.6.0", "babel-loader": "^8.0.6", - "babel-plugin-react-intl": "^5.1.11", - "babel-plugin-react-intl-auto": "^3.1.0", "codecov": "^3.7.1", "core-js": "^3.7.0", "cross-env": "^6.0.3", @@ -153,10 +152,11 @@ "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", "enzyme-to-json": "^3.6.1", - "eslint": "^6.8.0", - "eslint-loader": "^3.0.2", + "esbuild-loader": "^2.18.0", + "eslint": "^7.4.0", "eslint-plugin-chai-friendly": "^0.6.0", "eslint-plugin-cypress": "^2.11.2", + "eslint-plugin-formatjs": "^2.18.0", "eslint-plugin-import": "^2.19.1", "eslint-plugin-local-rules": "^0.1.1", "eslint-plugin-prefer-arrow": "^1.1.6", @@ -177,7 +177,6 @@ "mochawesome-report-generator": "^6.0.1", "mock-apollo-client": "^0.4.0", "prettier": "^1.19.1", - "react-intl-translations-manager": "^5.0.3", "react-test-renderer": "^16.12.0", "regenerator-runtime": "^0.11.1", "register-service-worker": "^1.7.2", @@ -187,7 +186,7 @@ "setup-polly-jest": "^0.9.1", "speed-measure-webpack-plugin": "^1.5.0", "start-server-and-test": "^1.11.0", - "ts-jest": "^24.2.0", + "ts-jest": "^27.0.7", "tsconfig-paths-webpack-plugin": "^3.2.0", "typescript": "^4.3.5", "webpack": "^4.35.3", @@ -258,8 +257,8 @@ "build": "npm run build-types && webpack -p", "check-strict-null-errors": "tsc --noEmit --strictNullChecks | node scripts/count-strict-null-check-errors.js", "check-types": "tsc --noEmit", - "extract-json-messages": "rimraf build/locale && cross-env NODE_ENV=extract babel src 'src/**/*.{ts,tsx}' -o build/dashboard.bundle.js", - "extract-messages": "npm run extract-json-messages && npm run transpile-messages", + "extract-json-messages": "formatjs extract 'src/**/*.{ts,tsx}' --out-file locale/defaultMessages.json --format scripts/formatter.js", + "extract-messages": "npm run extract-json-messages", "fetch-schema": "graphql-codegen --config ./fetch-schema.yml && node scripts/build-schema.js", "heroku-postbuild": "npm run build", "serve:lhci": "NODE_ENV=production npm run server", @@ -279,7 +278,6 @@ "test:e2e:run:record": "start-server-and-test start http://localhost:9000 cy:run:record", "test:e2e:dev": "start-server-and-test start http://localhost:9000 cy:open", "test": "TZ=UTC jest src/", - "transpile-messages": "node scripts/transpile-tx.js", "lint": "npx eslint \"src/**/*.@(tsx|ts|jsx|js)\" --fix ; npx prettier --check \"src/**/*.@(tsx|ts|jsx|js)\" --write", "postbuild": "rimraf ./build/**/*.js.map", "release": "release-it" diff --git a/scripts/formatter.js b/scripts/formatter.js new file mode 100644 index 000000000..b9ce05eb8 --- /dev/null +++ b/scripts/formatter.js @@ -0,0 +1,10 @@ +exports.format = function(msgs) { + const results = {}; + for (const [id, msg] of Object.entries(msgs)) { + results[id] = { + context: msg.description, + string: msg.defaultMessage + }; + } + return results; +}; diff --git a/scripts/transpile-tx.js b/scripts/transpile-tx.js deleted file mode 100644 index 3acf92997..000000000 --- a/scripts/transpile-tx.js +++ /dev/null @@ -1,43 +0,0 @@ -/* eslint-disable @typescript-eslint/no-var-requires */ -const { - createSingleMessagesFile, - default: manageTranslations -} = require("react-intl-translations-manager"); - -const dotSeparator = "_dot_"; -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, dotSeparator); - 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 -}); diff --git a/src/apps/components/AppActivateDialog/AppActivateDialog.tsx b/src/apps/components/AppActivateDialog/AppActivateDialog.tsx index 334912d07..c65189e70 100644 --- a/src/apps/components/AppActivateDialog/AppActivateDialog.tsx +++ b/src/apps/components/AppActivateDialog/AppActivateDialog.tsx @@ -25,6 +25,7 @@ const AppActivateDialog: React.FC = ({ return ( = ({ onClose={onClose} onConfirm={onConfirm} title={intl.formatMessage({ + id: "YHNozE", defaultMessage: "Activate App", description: "dialog header" })} @@ -41,11 +43,13 @@ const AppActivateDialog: React.FC = ({ {["", null].includes(name) ? ( ) : ( = ({ return ( = ({ onClose={onClose} onConfirm={onConfirm} title={intl.formatMessage({ + id: "yMi8I8", defaultMessage: "Dectivate App", description: "dialog header" })} diff --git a/src/apps/components/AppDeactivateDialog/messages.ts b/src/apps/components/AppDeactivateDialog/messages.ts index 03de921f7..bf229e083 100644 --- a/src/apps/components/AppDeactivateDialog/messages.ts +++ b/src/apps/components/AppDeactivateDialog/messages.ts @@ -2,21 +2,25 @@ import { defineMessages } from "react-intl"; export default defineMessages({ deactivateApp: { + id: "73RU3R", defaultMessage: "Are you sure you want to disable this app? Your data will be kept until you reactivate the app. You will be still billed for the app.", description: "deactivate app" }, deactivateNamedApp: { + id: "w6Gau0", defaultMessage: "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app. You will be still billed for the app.", description: "deactivate named app" }, deactivateLocalApp: { + id: "7O2EsY", defaultMessage: "Are you sure you want to disable this app? Your data will be kept until you reactivate the app.", description: "deactivate local app" }, deactivateLocalNamedApp: { + id: "Np7J92", defaultMessage: "Are you sure you want to disable {name}? Your data will be kept until you reactivate the app.", description: "deactivate local named app" diff --git a/src/apps/components/AppDeleteDialog/AppDeleteDialog.tsx b/src/apps/components/AppDeleteDialog/AppDeleteDialog.tsx index 717f9f34d..04b3d3c67 100644 --- a/src/apps/components/AppDeleteDialog/AppDeleteDialog.tsx +++ b/src/apps/components/AppDeleteDialog/AppDeleteDialog.tsx @@ -31,6 +31,7 @@ const AppDeleteDialog: React.FC = ({ onClose={onClose} onConfirm={onConfirm} title={intl.formatMessage({ + id: "zQX6xO", defaultMessage: "Delete App", description: "dialog header" })} @@ -39,11 +40,13 @@ const AppDeleteDialog: React.FC = ({ {["", null].includes(name) ? ( ) : type === "EXTERNAL" ? ( = ({ /> ) : ( = ({ } >
@@ -67,6 +71,7 @@ export const AppDetailsPage: React.FC = ({ > @@ -79,6 +84,7 @@ export const AppDetailsPage: React.FC = ({ > @@ -92,11 +98,13 @@ export const AppDetailsPage: React.FC = ({ {data?.isActive ? ( ) : ( @@ -112,6 +120,7 @@ export const AppDetailsPage: React.FC = ({ = ({ = ({ <> @@ -155,6 +166,7 @@ export const AppDetailsPage: React.FC = ({ = ({ target="_blank" > diff --git a/src/apps/components/AppFrame/useAppActions.ts b/src/apps/components/AppFrame/useAppActions.ts index 3e564cf63..12761bfdd 100644 --- a/src/apps/components/AppFrame/useAppActions.ts +++ b/src/apps/components/AppFrame/useAppActions.ts @@ -46,6 +46,7 @@ export const useAppActions = ( if (isExternalDomain) { success = window.confirm( intl.formatMessage({ + id: "MSItJD", defaultMessage: "You are about to leave the Dashboard. Do you want to continue?" }) diff --git a/src/apps/components/AppInProgressDeleteDialog/AppInProgressDeleteDialog.tsx b/src/apps/components/AppInProgressDeleteDialog/AppInProgressDeleteDialog.tsx index 91a0ca4dc..cea329ac8 100644 --- a/src/apps/components/AppInProgressDeleteDialog/AppInProgressDeleteDialog.tsx +++ b/src/apps/components/AppInProgressDeleteDialog/AppInProgressDeleteDialog.tsx @@ -29,6 +29,7 @@ const AppInProgressDeleteDialog: React.FC = ({ onClose={onClose} onConfirm={onConfirm} title={intl.formatMessage({ + id: "zQX6xO", defaultMessage: "Delete App", description: "dialog header" })} @@ -37,11 +38,13 @@ const AppInProgressDeleteDialog: React.FC = ({ {["", null].includes(name) ? ( ) : ( = ({
{externalAuthentications.length > 0 && ( @@ -137,6 +144,7 @@ const LoginCard: React.FC = props => { diff --git a/src/auth/components/LoginPage/form.tsx b/src/auth/components/LoginPage/form.tsx index 9252427d9..8bc438e03 100644 --- a/src/auth/components/LoginPage/form.tsx +++ b/src/auth/components/LoginPage/form.tsx @@ -11,7 +11,6 @@ export interface LoginFormData { export interface UseLoginFormResult { change: FormChange; data: LoginFormData; - hasChanged: boolean; submit: () => SubmitPromise; } @@ -35,16 +34,15 @@ function useLoginForm( ): UseLoginFormResult { const form = useForm(getLoginFormData()); - const { change, hasChanged, data, setChanged } = form; + const { change, data } = form; - const handleFormSubmit = useHandleFormSubmit({ onSubmit, setChanged }); + const handleFormSubmit = useHandleFormSubmit({ onSubmit }); const submit = async () => handleFormSubmit(data); return { change, data, - hasChanged, submit }; } diff --git a/src/auth/components/LoginPage/messages.ts b/src/auth/components/LoginPage/messages.ts index f4cabf77a..1f3bdf60c 100644 --- a/src/auth/components/LoginPage/messages.ts +++ b/src/auth/components/LoginPage/messages.ts @@ -3,15 +3,18 @@ import { defineMessages, IntlShape } from "react-intl"; export const errorMessages = defineMessages({ loginError: { + id: "tTtoKd", defaultMessage: "Sorry, your username and/or password are incorrect. Please try again.", description: "error message" }, externalLoginError: { + id: "M4q0Ye", defaultMessage: "Sorry, login went wrong. Please try again.", description: "error message" }, serverError: { + id: "ChGI4V", defaultMessage: "Saleor is unavailable, please check your network connection and try again.", description: "error message" diff --git a/src/auth/components/NewPasswordPage/NewPasswordPage.tsx b/src/auth/components/NewPasswordPage/NewPasswordPage.tsx index 717918ce1..55f49f398 100644 --- a/src/auth/components/NewPasswordPage/NewPasswordPage.tsx +++ b/src/auth/components/NewPasswordPage/NewPasswordPage.tsx @@ -45,13 +45,17 @@ const NewPasswordPage: React.FC = props => { <> {!!error &&
{error}
} - + = props => { autoComplete="none" disabled={disabled} label={intl.formatMessage({ + id: "Ev6SEF", defaultMessage: "New Password" })} name="password" @@ -77,6 +82,7 @@ const NewPasswordPage: React.FC = props => { autoComplete="none" disabled={disabled} label={intl.formatMessage({ + id: "vfG+nh", defaultMessage: "Confirm Password" })} name="confirmPassword" @@ -86,6 +92,7 @@ const NewPasswordPage: React.FC = props => { helperText={ passwordError && intl.formatMessage({ + id: "7Chrsf", defaultMessage: "Passwords do not match" }) } @@ -103,6 +110,7 @@ const NewPasswordPage: React.FC = props => { type="submit" > diff --git a/src/auth/components/ResetPasswordPage/ResetPasswordPage.tsx b/src/auth/components/ResetPasswordPage/ResetPasswordPage.tsx index df9bf1126..04451434c 100644 --- a/src/auth/components/ResetPasswordPage/ResetPasswordPage.tsx +++ b/src/auth/components/ResetPasswordPage/ResetPasswordPage.tsx @@ -38,11 +38,14 @@ const ResetPasswordPage: React.FC = props => { - + {!!error &&
{error}
} - + = props => { type="submit" > diff --git a/src/auth/components/ResetPasswordSuccessPage/ResetPasswordSuccessPage.tsx b/src/auth/components/ResetPasswordSuccessPage/ResetPasswordSuccessPage.tsx index fa0923358..54aec8a50 100644 --- a/src/auth/components/ResetPasswordSuccessPage/ResetPasswordSuccessPage.tsx +++ b/src/auth/components/ResetPasswordSuccessPage/ResetPasswordSuccessPage.tsx @@ -21,10 +21,13 @@ const ResetPasswordSuccessPage: React.FC = props return ( <> - + - + ); diff --git a/src/auth/views/ResetPassword.tsx b/src/auth/views/ResetPassword.tsx index dc7cd4f9f..eb5a8a7a9 100644 --- a/src/auth/views/ResetPassword.tsx +++ b/src/auth/views/ResetPassword.tsx @@ -30,6 +30,7 @@ const ResetPasswordView: React.FC = () => { ) { setError( intl.formatMessage({ + id: "C0JLNW", defaultMessage: "Provided email address does not exist in our database." }) diff --git a/src/categories/components/CategoryBackground/CategoryBackground.tsx b/src/categories/components/CategoryBackground/CategoryBackground.tsx index f4f44b417..8db318d87 100644 --- a/src/categories/components/CategoryBackground/CategoryBackground.tsx +++ b/src/categories/components/CategoryBackground/CategoryBackground.tsx @@ -59,6 +59,7 @@ const CategoryBackground: React.FC = props => { = props => { name="backgroundImageAlt" label={intl.formatMessage(commonMessages.description)} helperText={intl.formatMessage({ + id: "0iMYc+", defaultMessage: "(Optional)", description: "field is optional" })} diff --git a/src/categories/components/CategoryCreatePage/CategoryCreatePage.tsx b/src/categories/components/CategoryCreatePage/CategoryCreatePage.tsx index f7f88f23d..ebaea57d6 100644 --- a/src/categories/components/CategoryCreatePage/CategoryCreatePage.tsx +++ b/src/categories/components/CategoryCreatePage/CategoryCreatePage.tsx @@ -39,6 +39,7 @@ export const CategoryCreatePage: React.FC = ({ = ({ setExitDialogSubmitRef(submit), [submit]); - const isSaveDisabled = disabled || !hasChanged; - setIsSubmitDisabled(isSaveDisabled); + setIsSubmitDisabled(disabled); return { change: handleChange, @@ -100,9 +96,8 @@ function useCategoryCreateForm( changeDescription, changeMetadata }, - hasChanged, submit, - isSaveDisabled + isSaveDisabled: disabled }; } diff --git a/src/categories/components/CategoryDeleteDialog/CategoryDeleteDialog.tsx b/src/categories/components/CategoryDeleteDialog/CategoryDeleteDialog.tsx index f04376423..f50d4a6a5 100644 --- a/src/categories/components/CategoryDeleteDialog/CategoryDeleteDialog.tsx +++ b/src/categories/components/CategoryDeleteDialog/CategoryDeleteDialog.tsx @@ -42,6 +42,7 @@ const CategoryDeleteDialog: React.FC = props => { @@ -49,6 +50,7 @@ const CategoryDeleteDialog: React.FC = props => { = ({
= ({ error={!!formErrors.description} helperText={getProductErrorMessage(formErrors.description, intl)} label={intl.formatMessage({ + id: "8HRy+U", defaultMessage: "Category Description" })} name="description" diff --git a/src/categories/components/CategoryList/CategoryList.tsx b/src/categories/components/CategoryList/CategoryList.tsx index 4e656079c..e50f19f54 100644 --- a/src/categories/components/CategoryList/CategoryList.tsx +++ b/src/categories/components/CategoryList/CategoryList.tsx @@ -96,7 +96,7 @@ const CategoryList: React.FC = props => { disabled={!isRoot} onClick={() => isRoot && onSort(CategoryListUrlSortField.name)} > - + = props => { } > @@ -128,6 +129,7 @@ const CategoryList: React.FC = props => { } > @@ -199,9 +201,15 @@ const CategoryList: React.FC = props => { {isRoot ? ( - + ) : ( - + )} diff --git a/src/categories/components/CategoryListPage/CategoryListPage.tsx b/src/categories/components/CategoryListPage/CategoryListPage.tsx index 6cafbdc89..7a0fb8406 100644 --- a/src/categories/components/CategoryListPage/CategoryListPage.tsx +++ b/src/categories/components/CategoryListPage/CategoryListPage.tsx @@ -63,6 +63,7 @@ export const CategoryListPage: React.FC = ({ data-test-id="create-category" > @@ -71,12 +72,14 @@ export const CategoryListPage: React.FC = ({ = props => > - + @@ -141,7 +145,10 @@ export const CategoryProductList: React.FC = props => () => ( - + ) diff --git a/src/categories/components/CategoryProducts/CategoryProducts.tsx b/src/categories/components/CategoryProducts/CategoryProducts.tsx index 5ecaca823..5f2ea410f 100644 --- a/src/categories/components/CategoryProducts/CategoryProducts.tsx +++ b/src/categories/components/CategoryProducts/CategoryProducts.tsx @@ -42,6 +42,7 @@ export const CategoryProducts: React.FC = ({ = ({ >
diff --git a/src/components/ChannelsAvailabilityDialogWrapper/ChannelsAvailabilityDialogWrapper.tsx b/src/components/ChannelsAvailabilityDialogWrapper/ChannelsAvailabilityDialogWrapper.tsx index 858d5f480..c72effe4f 100644 --- a/src/components/ChannelsAvailabilityDialogWrapper/ChannelsAvailabilityDialogWrapper.tsx +++ b/src/components/ChannelsAvailabilityDialogWrapper/ChannelsAvailabilityDialogWrapper.tsx @@ -53,19 +53,23 @@ export const useStyles = makeStyles( const messages = defineMessages({ selectTitle: { + id: "7scATx", defaultMessage: "Select channels you want for {contentType} to be available on", description: "select title" }, selectAllChannelsLabel: { + id: "zR9Ozi", defaultMessage: "Select All Channels", description: "select all channels label" }, channelsAlphabeticallyTitle: { + id: "/lBLBI", defaultMessage: "Channels from A to Z", description: "channels alphabetically title" }, notFoundTitle: { + id: "PctLol", defaultMessage: "No Channels Found", description: "no channels found title" } @@ -95,6 +99,7 @@ export const ChannelsAvailabilityContentWrapper: React.FC = props => { error={!!formErrors.companyName} helperText={getErrorMessage(formErrors.companyName, intl)} label={intl.formatMessage({ + id: "9YazHG", defaultMessage: "Company" })} name={"companyName" as keyof AddressTypeInput} @@ -102,6 +103,7 @@ const CompanyAddressForm: React.FC = props => { error={!!formErrors.streetAddress1} helperText={getErrorMessage(formErrors.streetAddress1, intl)} label={intl.formatMessage({ + id: "B52Em/", defaultMessage: "Address line 1" })} name={"streetAddress1" as keyof AddressTypeInput} @@ -118,6 +120,7 @@ const CompanyAddressForm: React.FC = props => { error={!!formErrors.streetAddress2} helperText={getErrorMessage(formErrors.streetAddress2, intl)} label={intl.formatMessage({ + id: "oQY0a2", defaultMessage: "Address line 2" })} name={"streetAddress2" as keyof AddressTypeInput} @@ -135,6 +138,7 @@ const CompanyAddressForm: React.FC = props => { error={!!formErrors.city} helperText={getErrorMessage(formErrors.city, intl)} label={intl.formatMessage({ + id: "TE4fIS", defaultMessage: "City" })} name={"city" as keyof AddressTypeInput} @@ -150,6 +154,7 @@ const CompanyAddressForm: React.FC = props => { error={!!formErrors.postalCode} helperText={getErrorMessage(formErrors.postalCode, intl)} label={intl.formatMessage({ + id: "oYGfnY", defaultMessage: "ZIP / Postal code" })} name={"postalCode" as keyof AddressTypeInput} @@ -170,6 +175,7 @@ const CompanyAddressForm: React.FC = props => { error={!!formErrors.country} helperText={getErrorMessage(formErrors.country, intl)} label={intl.formatMessage({ + id: "vONi+O", defaultMessage: "Country" })} name={"country" as keyof AddressTypeInput} @@ -182,6 +188,7 @@ const CompanyAddressForm: React.FC = props => { error={!!formErrors.countryArea} helperText={getErrorMessage(formErrors.countryArea, intl)} label={intl.formatMessage({ + id: "AuwpCm", defaultMessage: "Country area" })} name={"countryArea" as keyof AddressTypeInput} @@ -200,6 +207,7 @@ const CompanyAddressForm: React.FC = props => { fullWidth helperText={getErrorMessage(formErrors.phone, intl)} label={intl.formatMessage({ + id: "O95R3Z", defaultMessage: "Phone" })} name={"phone" as keyof AddressTypeInput} diff --git a/src/components/CountryList/CountryList.tsx b/src/components/CountryList/CountryList.tsx index f5c359271..21a7a5ff3 100644 --- a/src/components/CountryList/CountryList.tsx +++ b/src/components/CountryList/CountryList.tsx @@ -97,6 +97,7 @@ const CountryList: React.FC = props => { data-test-id="assign-country" > @@ -110,6 +111,7 @@ const CountryList: React.FC = props => { className={classNames(classes.wideColumn, classes.toLeft)} > = ({ onClose={onClose} onConfirm={onSubmit} title={intl.formatMessage({ + id: "7NfoiJ", defaultMessage: "Delete Search", description: "custom search delete, dialog header" })} @@ -36,6 +37,7 @@ const DeleteFilterTabDialog: React.FC = ({ > {tabName} diff --git a/src/components/DemoBanner/DemoBanner.tsx b/src/components/DemoBanner/DemoBanner.tsx index 69ffd6a2f..422c8a469 100644 --- a/src/components/DemoBanner/DemoBanner.tsx +++ b/src/components/DemoBanner/DemoBanner.tsx @@ -20,6 +20,7 @@ export const DemoBanner: React.FC = () => { {isMdUp ? ( ( @@ -29,7 +30,7 @@ export const DemoBanner: React.FC = () => { /> ) : (
- +
)}
@@ -37,6 +38,7 @@ export const DemoBanner: React.FC = () => { {isMdUp ? ( ( @@ -46,7 +48,7 @@ export const DemoBanner: React.FC = () => { /> ) : (
- +
)}
diff --git a/src/components/ErrorMessageCard/ErrorMessageCard.tsx b/src/components/ErrorMessageCard/ErrorMessageCard.tsx index 17040fcd2..8c5e73a53 100644 --- a/src/components/ErrorMessageCard/ErrorMessageCard.tsx +++ b/src/components/ErrorMessageCard/ErrorMessageCard.tsx @@ -9,7 +9,11 @@ const ErrorMessageCard: React.FC = ({ message }) => ( - + {message} diff --git a/src/components/ErrorPage/messages.ts b/src/components/ErrorPage/messages.ts index 07db51225..33e8005d9 100644 --- a/src/components/ErrorPage/messages.ts +++ b/src/components/ErrorPage/messages.ts @@ -2,21 +2,26 @@ import { defineMessages } from "react-intl"; const messages = defineMessages({ header: { + id: "AQ+9Ez", defaultMessage: "We’ve encountered an unexpected error" }, content: { + id: "p0SUJj", defaultMessage: "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." }, btnDashboard: { + id: "9mGA/Q", defaultMessage: "Dashboard", description: "button linking to dashboard" }, btnRefresh: { + id: "ypW4Mi", defaultMessage: "Refresh page", description: "button refreshing page" }, or: { + id: "OA+fw+", defaultMessage: "or", description: "conjunction, choice between going to dashboard or refreshing page" diff --git a/src/components/Filter/Filter.tsx b/src/components/Filter/Filter.tsx index f039df8c8..babdd0fb3 100644 --- a/src/components/Filter/Filter.tsx +++ b/src/components/Filter/Filter.tsx @@ -150,7 +150,11 @@ const Filter: React.FC = props => { data-test-id="show-filters-button" > - + {isFilterActive && ( <> diff --git a/src/components/Filter/FilterAutocompleteField.tsx b/src/components/Filter/FilterAutocompleteField.tsx index 5b7d45c3a..8cb07ea53 100644 --- a/src/components/Filter/FilterAutocompleteField.tsx +++ b/src/components/Filter/FilterAutocompleteField.tsx @@ -155,7 +155,11 @@ const FilterAutocompleteField: React.FC = ({ className={classes.noResults} color="textSecondary" > - +
)} {filteredValuesUnchecked.map(option => ( @@ -187,6 +191,7 @@ const FilterAutocompleteField: React.FC = ({ onClick={filter.onFetchMore} > diff --git a/src/components/Filter/FilterContent/FilterContentHeader.tsx b/src/components/Filter/FilterContent/FilterContentHeader.tsx index b3fc91628..3a143e4b8 100644 --- a/src/components/Filter/FilterContent/FilterContentHeader.tsx +++ b/src/components/Filter/FilterContent/FilterContentHeader.tsx @@ -34,7 +34,7 @@ const FilterContentHeader: React.FC = ({ return (
- +
= ({ filterStructure={structure} initialSearch={initialSearch} searchPlaceholder={intl.formatMessage({ + id: "MSD3A/", defaultMessage: "Search Sale" })} tabs={tabs} diff --git a/src/discounts/components/SaleListPage/filters.ts b/src/discounts/components/SaleListPage/filters.ts index bbeae290a..42a0a3c50 100644 --- a/src/discounts/components/SaleListPage/filters.ts +++ b/src/discounts/components/SaleListPage/filters.ts @@ -24,38 +24,47 @@ export interface SaleListFilterOpts { const messages = defineMessages({ active: { + id: "AnqH4p", defaultMessage: "Active", description: "sale status" }, channel: { + id: "1BNKCZ", defaultMessage: "Channel", description: "sale channel" }, expired: { + id: "RBxYJf", defaultMessage: "Expired", description: "sale status" }, fixed: { + id: "XDBeA+", defaultMessage: "Fixed amount", description: "discount type" }, percentage: { + id: "s17U7u", defaultMessage: "Percentage", description: "discount type" }, scheduled: { + id: "BanAhF", defaultMessage: "Scheduled", description: "sale status" }, started: { + id: "zjHH6b", defaultMessage: "Started", description: "sale start date" }, status: { + id: "SpngiS", defaultMessage: "Status", description: "sale status" }, type: { + id: "KHZlmi", defaultMessage: "Discount Type" } }); diff --git a/src/discounts/components/SaleSummary/SaleSummary.tsx b/src/discounts/components/SaleSummary/SaleSummary.tsx index 8648a8390..d3f0f2974 100644 --- a/src/discounts/components/SaleSummary/SaleSummary.tsx +++ b/src/discounts/components/SaleSummary/SaleSummary.tsx @@ -35,7 +35,11 @@ const SaleSummary: React.FC = ({ - + {maybe(() => sale.name, )} @@ -43,7 +47,11 @@ const SaleSummary: React.FC = ({ - + {sale ? ( diff --git a/src/discounts/components/SaleType/SaleType.tsx b/src/discounts/components/SaleType/SaleType.tsx index fcc899f6a..34d5e143b 100644 --- a/src/discounts/components/SaleType/SaleType.tsx +++ b/src/discounts/components/SaleType/SaleType.tsx @@ -34,6 +34,7 @@ function createChoices(intl: IntlShape): RadioGroupFieldChoice[] { return [ { label: intl.formatMessage({ + id: "s17U7u", defaultMessage: "Percentage", description: "discount type" }), @@ -41,6 +42,7 @@ function createChoices(intl: IntlShape): RadioGroupFieldChoice[] { }, { label: intl.formatMessage({ + id: "JnzDrI", defaultMessage: "Fixed Amount", description: "discount type" }), @@ -61,6 +63,7 @@ const SaleType: React.FC = props => { = ({ = ({ @@ -67,6 +69,7 @@ const SaleValue: React.FC = ({ @@ -75,6 +78,7 @@ const SaleValue: React.FC = ({ @@ -119,7 +123,10 @@ const SaleValue: React.FC = ({ () => ( - + ) diff --git a/src/discounts/components/SaleValue/SaleValueTextField.tsx b/src/discounts/components/SaleValue/SaleValueTextField.tsx index 8877dc010..dca883b5e 100644 --- a/src/discounts/components/SaleValue/SaleValueTextField.tsx +++ b/src/discounts/components/SaleValue/SaleValueTextField.tsx @@ -37,6 +37,7 @@ const SaleValueTextField: React.FC = ({ onChange(id, e.target.value); }} label={intl.formatMessage({ + id: "x3g4Ry", defaultMessage: "Discount Value", description: "sale discount" })} diff --git a/src/discounts/components/VoucherCreatePage/VoucherCreatePage.tsx b/src/discounts/components/VoucherCreatePage/VoucherCreatePage.tsx index f6951af7f..57640891f 100644 --- a/src/discounts/components/VoucherCreatePage/VoucherCreatePage.tsx +++ b/src/discounts/components/VoucherCreatePage/VoucherCreatePage.tsx @@ -2,7 +2,7 @@ import { ChannelVoucherData } from "@saleor/channels/utils"; import CardSpacer from "@saleor/components/CardSpacer"; import ChannelsAvailabilityCard from "@saleor/components/ChannelsAvailabilityCard"; import Container from "@saleor/components/Container"; -import Form, { FormDataWithOpts } from "@saleor/components/Form"; +import Form from "@saleor/components/Form"; import Grid from "@saleor/components/Grid"; import Metadata from "@saleor/components/Metadata"; import PageHeader from "@saleor/components/PageHeader"; @@ -41,7 +41,6 @@ export interface FormData extends VoucherDetailsPageFormData { export interface VoucherCreatePageProps { allChannelsCount: number; channelListings: ChannelVoucherData[]; - hasChannelChanged: boolean; disabled: boolean; errors: DiscountErrorFragment[]; saveButtonBarState: ConfirmButtonTransitionState; @@ -60,7 +59,6 @@ const VoucherCreatePage: React.FC = ({ onBack, onChannelsChange, onSubmit, - hasChannelChanged, openChannelsModal }) => { const intl = useIntl(); @@ -91,7 +89,7 @@ const VoucherCreatePage: React.FC = ({ privateMetadata: [] }; - const checkIfSaveIsDisabled = (data: FormDataWithOpts) => + const checkIfSaveIsDisabled = (data: FormData) => (data.discountType.toString() !== "SHIPPING" && data.channelListings?.some( channel => @@ -99,8 +97,7 @@ const VoucherCreatePage: React.FC = ({ (data.requirementsPicker === RequirementsPicker.ORDER && validatePrice(channel.minSpent)) )) || - disabled || - (!data.hasChanged && hasChannelChanged); + disabled; return ( = ({ void; onCategoryAssign: () => void; onCategoryUnassign: (id: string) => void; @@ -130,7 +129,6 @@ const VoucherDetailsPage: React.FC = ({ onProductClick, onProductUnassign, onTabClick, - hasChannelChanged, openChannelsModal, onRemove, onSubmit, @@ -191,7 +189,7 @@ const VoucherDetailsPage: React.FC = ({ return ( - {({ change, data, hasChanged, submit, triggerChange, set }) => { + {({ change, data, submit, triggerChange, set }) => { const handleDiscountTypeChange = createDiscountTypeChangeHandler( change ); @@ -257,6 +255,7 @@ const VoucherDetailsPage: React.FC = ({ > {intl.formatMessage( { + id: "ppLwx3", defaultMessage: "Categories ({quantity})", description: "number of categories" }, @@ -276,6 +275,7 @@ const VoucherDetailsPage: React.FC = ({ > {intl.formatMessage( { + id: "QdGzUf", defaultMessage: "Collections ({quantity})", description: "number of collections" }, @@ -293,6 +293,7 @@ const VoucherDetailsPage: React.FC = ({ > {intl.formatMessage( { + id: "bNw8PM", defaultMessage: "Products ({quantity})", description: "number of products" }, @@ -363,16 +364,21 @@ const VoucherDetailsPage: React.FC = ({ countries={maybe(() => voucher.countries)} disabled={disabled} emptyText={intl.formatMessage({ + id: "jd/LWa", defaultMessage: "Voucher applies to all countries" })} title={ <> {intl.formatMessage({ + id: "ibnmEd", defaultMessage: "Countries", description: "voucher country range" })} - + } @@ -427,9 +433,7 @@ const VoucherDetailsPage: React.FC = ({ @@ -61,6 +62,7 @@ const VoucherInfo = ({ helperText={getDiscountErrorMessage(formErrors.code, intl)} name={"code" as keyof VoucherDetailsPageFormData} label={intl.formatMessage({ + id: "jvKNMP", defaultMessage: "Discount Code" })} value={data.code} diff --git a/src/discounts/components/VoucherLimits/messages.ts b/src/discounts/components/VoucherLimits/messages.ts index b904bd138..ae11019f2 100644 --- a/src/discounts/components/VoucherLimits/messages.ts +++ b/src/discounts/components/VoucherLimits/messages.ts @@ -2,26 +2,32 @@ import { defineMessages } from "react-intl"; export default defineMessages({ usageLimitsTitle: { + id: "pzSF+b", defaultMessage: "Usage Limit", description: "voucher usage limit, header" }, hasUsageLimit: { + id: "Qj/3sH", defaultMessage: "Limit number of times this discount can be used in total", description: "limit voucher" }, usageLimit: { + id: "s51tHd", defaultMessage: "Limit of Uses", description: "limit voucher" }, usesLeftCaption: { + id: "o8S0Ac", defaultMessage: "Uses left", description: "usage limit uses left caption" }, applyOncePerCustomer: { + id: "vTgRTZ", defaultMessage: "Limit to one use per customer", description: "limit voucher" }, onlyForStaff: { + id: "+jHXT3", defaultMessage: "Limit to staff only", description: "limit voucher" } diff --git a/src/discounts/components/VoucherList/VoucherList.tsx b/src/discounts/components/VoucherList/VoucherList.tsx index ec72cf1f3..5d87b6251 100644 --- a/src/discounts/components/VoucherList/VoucherList.tsx +++ b/src/discounts/components/VoucherList/VoucherList.tsx @@ -127,7 +127,11 @@ const VoucherList: React.FC = props => { onClick={() => onSort(VoucherListUrlSortField.code)} className={classes.colName} > - + = props => { })} > @@ -161,6 +166,7 @@ const VoucherList: React.FC = props => { className={classes.colStart} > @@ -176,6 +182,7 @@ const VoucherList: React.FC = props => { className={classes.colEnd} > @@ -197,6 +204,7 @@ const VoucherList: React.FC = props => { })} > @@ -211,7 +219,11 @@ const VoucherList: React.FC = props => { onClick={() => onSort(VoucherListUrlSortField.limit)} className={classes.colUses} > - + @@ -326,7 +338,10 @@ const VoucherList: React.FC = props => { () => ( - + ) diff --git a/src/discounts/components/VoucherListPage/VoucherListPage.tsx b/src/discounts/components/VoucherListPage/VoucherListPage.tsx index f4f97410c..70d40d0e8 100644 --- a/src/discounts/components/VoucherListPage/VoucherListPage.tsx +++ b/src/discounts/components/VoucherListPage/VoucherListPage.tsx @@ -58,6 +58,7 @@ const VoucherListPage: React.FC = ({ } @@ -386,9 +376,9 @@ export const VoucherDetails: React.FC = ({ } > } @@ -401,9 +391,9 @@ export const VoucherDetails: React.FC = ({ } > } @@ -504,6 +494,7 @@ export const VoucherDetails: React.FC = ({ = ({ onClose={closeModal} onConfirm={() => handleCategoriesUnassign(params.ids)} confirmButtonLabel={intl.formatMessage({ + id: "cNSLLO", defaultMessage: "Unassign and save", description: "button" })} @@ -518,6 +510,7 @@ export const VoucherDetails: React.FC = ({ {canOpenBulkActionDialog && ( = ({ params.action === "unassign-collection" && canOpenBulkActionDialog } title={intl.formatMessage({ + id: "MmGlkp", defaultMessage: "Unassign Collections From Voucher", description: "dialog header" })} @@ -540,6 +534,7 @@ export const VoucherDetails: React.FC = ({ onClose={closeModal} onConfirm={() => handleCollectionsUnassign(params.ids)} confirmButtonLabel={intl.formatMessage({ + id: "cNSLLO", defaultMessage: "Unassign and save", description: "button" })} @@ -547,6 +542,7 @@ export const VoucherDetails: React.FC = ({ {canOpenBulkActionDialog && ( = ({ = ({ onClose={closeModal} onConfirm={() => handleProductsUnassign(params.ids)} confirmButtonLabel={intl.formatMessage({ + id: "cNSLLO", defaultMessage: "Unassign and save", description: "button" })} @@ -574,6 +572,7 @@ export const VoucherDetails: React.FC = ({ {canOpenBulkActionDialog && ( = ({ = ({ > = ({ params }) => { onConfirm={onVoucherBulkDelete} open={params.action === "remove" && canOpenBulkActionDialog} title={intl.formatMessage({ + id: "Q0JJ4F", defaultMessage: "Delete Vouchers", description: "dialog header" })} @@ -237,6 +238,7 @@ export const VoucherList: React.FC = ({ params }) => { {canOpenBulkActionDialog && ( findValueInEnum(status, DiscountStatusEnum)), timesUsed: getGteLteVariables({ - gte: parseInt(params.timesUsedFrom, 0), - lte: parseInt(params.timesUsedTo, 0) + gte: parseInt(params.timesUsedFrom, 10), + lte: parseInt(params.timesUsedTo, 10) }) }; } diff --git a/src/giftCards/GiftCardBulkCreateDialog/messages.ts b/src/giftCards/GiftCardBulkCreateDialog/messages.ts index 436e03e83..15cbc0391 100644 --- a/src/giftCards/GiftCardBulkCreateDialog/messages.ts +++ b/src/giftCards/GiftCardBulkCreateDialog/messages.ts @@ -2,14 +2,17 @@ import { defineMessages } from "react-intl"; export const giftCardBulkCreateDialogMessages = defineMessages({ title: { + id: "7dhhzL", defaultMessage: "Bulk Issue Gift Cards", description: "bulk issue gift cards dialog title" }, createdSuccessAlertTitle: { + id: "3bQz2o", defaultMessage: "Gift Cards Issued", description: "bulk issue gift cards success alert title" }, createdSuccessAlertDescription: { + id: "mbj1J5", defaultMessage: "Requested {cardsAmount} were successfully issued", description: "bulk issue gift cards success alert description" } diff --git a/src/giftCards/GiftCardCreateDialog/GiftCardCreateExpirySelect/messages.ts b/src/giftCards/GiftCardCreateDialog/GiftCardCreateExpirySelect/messages.ts index 95a27ede6..b4d329414 100644 --- a/src/giftCards/GiftCardCreateDialog/GiftCardCreateExpirySelect/messages.ts +++ b/src/giftCards/GiftCardCreateDialog/GiftCardCreateExpirySelect/messages.ts @@ -2,18 +2,22 @@ import { defineMessages } from "react-intl"; export const giftCardCreateExpirySelectMessages = defineMessages({ expirySelectedLabel: { + id: "rzhcpD", defaultMessage: "Set gift card expiry date", description: "set expiry date selected label" }, expiryPeriodLabel: { + id: "rl1t+o", defaultMessage: "Expires in", description: "expires in label" }, expiryDateLabel: { + id: "YBqLHs", defaultMessage: "Exact date", description: "expiry date label" }, expiryOnLabel: { + id: "fzl482", defaultMessage: "Will expire on:", description: "expires on label" } diff --git a/src/giftCards/GiftCardCreateDialog/messages.ts b/src/giftCards/GiftCardCreateDialog/messages.ts index 29d3d0799..9fdceebe5 100644 --- a/src/giftCards/GiftCardCreateDialog/messages.ts +++ b/src/giftCards/GiftCardCreateDialog/messages.ts @@ -2,77 +2,95 @@ import { defineMessages } from "react-intl"; export const giftCardCreateMessages = defineMessages({ title: { + id: "JftRtx", defaultMessage: "Issue gift card", description: "issue gift card dialog title" }, amountLabel: { + id: "n9JOI3", defaultMessage: "Enter amount", description: "money amount input label" }, issueButtonLabel: { + id: "PilTI6", defaultMessage: "Issue", description: "issue gift card button label" }, customerLabel: { + id: "MgdgpT", defaultMessage: "Customer", description: "customer input label" }, noteLabel: { + id: "UKgP89", defaultMessage: "Note", description: "note input label" }, noteSubtitle: { + id: "ZuqkSp", defaultMessage: "Why was this gift card issued. This note will not be shown to the customer. Note will be stored in gift card history", description: "note input subtitle" }, createdGiftCardLabel: { + id: "zjZuhM", defaultMessage: "This is the code of a created gift card:", description: "created gift card code label" }, copyCodeLabel: { + id: "RXbkle", defaultMessage: "Copy code", description: "copy code button label" }, copiedToClipboardTitle: { + id: "hnBvH7", defaultMessage: "Copied to clipboard", description: "copied to clipboard alert title" }, createdSuccessAlertTitle: { + id: "WzHfj8", defaultMessage: "Successfully created gift card", description: "successfully created gift card alert title" }, requiresActivationLabel: { + id: "vCw7BP", defaultMessage: "Requires activation", description: "requires activation checkbox label" }, requiresActivationCaption: { + id: "ArctEg", defaultMessage: "All issued cards require activation by staff before use.", description: "requires activation checkbox caption" }, giftCardsAmountLabel: { + id: "uilt7q", defaultMessage: "Cards Issued", description: "issued cards amount label" }, bulkCreateExplanation: { + id: "45aV8u", defaultMessage: "After creation Saleor will create a list of gift card codes that you will be able to download. ", description: "gift card bulk create modal bottom explanation" }, bulkCreateIssuedTitle: { + id: "WyPitj", defaultMessage: "Bulk Issue Gift Cards", description: "gift card bulk create success dialog title" }, bulkCreateIssuedExplanation: { + id: "NZtcLb", defaultMessage: "We have issued all of your requested gift cards. You can download the list of new gift cards using the button below.", description: "gift card bulk create success dialog content" }, bulkCreateIssuedAccept: { + id: "vDnheO", defaultMessage: "Ok", description: "gift card bulk create success dialog accept button" }, bulkCreateIssuedExportToEmail: { + id: "IVOjqW", defaultMessage: "Export To Email", description: "gift card bulk create success dialog export button" } diff --git a/src/giftCards/GiftCardExportDialogContent/GiftCardExportDialogContent.tsx b/src/giftCards/GiftCardExportDialogContent/GiftCardExportDialogContent.tsx index d9525eb89..4195562b4 100644 --- a/src/giftCards/GiftCardExportDialogContent/GiftCardExportDialogContent.tsx +++ b/src/giftCards/GiftCardExportDialogContent/GiftCardExportDialogContent.tsx @@ -95,6 +95,7 @@ const GiftCardExportDialog: React.FC & { const exportScopeLabels = { allItems: intl.formatMessage( { + id: "uQk8gB", defaultMessage: "All gift cards ({number})", description: "export all items to csv file" }, @@ -104,6 +105,7 @@ const GiftCardExportDialog: React.FC & { ), selectedItems: intl.formatMessage( { + id: "n97Ii0", defaultMessage: "Selected giftCards ({number})", description: "export selected items to csv file" }, diff --git a/src/giftCards/GiftCardExportDialogContent/messages.ts b/src/giftCards/GiftCardExportDialogContent/messages.ts index e1c5ce1ad..3de5a322d 100644 --- a/src/giftCards/GiftCardExportDialogContent/messages.ts +++ b/src/giftCards/GiftCardExportDialogContent/messages.ts @@ -2,27 +2,33 @@ import { defineMessages } from "react-intl"; export const giftCardExportDialogMessages = defineMessages({ title: { + id: "DQJnB4", defaultMessage: "Export Gift Card Codes", description: "gift card export dialog title" }, exportTypeLabel: { + id: "3kwdxJ", defaultMessage: "gift cards", description: "gift card export type label" }, confirmButtonLabel: { + id: "CRAfpd", defaultMessage: "Export codes", description: "gift card export dialog confirm button label" }, successAlertDescription: { + id: "bDHiYK", defaultMessage: "We are currently exporting your gift card codes. As soon as your file is available it will be sent to your email address", description: "gift card export success alert description" }, successAlertTitle: { + id: "YEpYMB", defaultMessage: "Exporting CSV", description: "gift card export csv success alert title" }, exportNote: { + id: "dsJ+Wv", defaultMessage: "Note: Only active and not used gift cards will be expored", description: "note on export gift cards" } diff --git a/src/giftCards/GiftCardSettings/GiftCardExpirySettingsCard/messages.ts b/src/giftCards/GiftCardSettings/GiftCardExpirySettingsCard/messages.ts index 55ac2da09..9bfa052cf 100644 --- a/src/giftCards/GiftCardSettings/GiftCardExpirySettingsCard/messages.ts +++ b/src/giftCards/GiftCardSettings/GiftCardExpirySettingsCard/messages.ts @@ -2,11 +2,13 @@ import { defineMessages } from "react-intl"; export const giftCardExpirySettingsCard = defineMessages({ expiryDateSectionDescription: { + id: "KqbfFa", defaultMessage: "You can set gift cards to expire after a certain time after their purchase. Remember that in some countries, gift cards expiry is prohibited by law.", description: "expiry date selection info message" }, expiryDateTitle: { + id: "1J/bhZ", defaultMessage: "Expiry date", description: "expiry date section header" } diff --git a/src/giftCards/GiftCardSettings/GiftCardSettingsPage.tsx b/src/giftCards/GiftCardSettings/GiftCardSettingsPage.tsx index 7578c4531..ddfd28068 100644 --- a/src/giftCards/GiftCardSettings/GiftCardSettingsPage.tsx +++ b/src/giftCards/GiftCardSettings/GiftCardSettingsPage.tsx @@ -74,7 +74,7 @@ const GiftCardSettingsPage: React.FC = () => { underline={true} /> - {({ data: formData, submit, hasChanged, change }) => ( + {({ data: formData, submit, change }) => (
@@ -92,7 +92,7 @@ const GiftCardSettingsPage: React.FC = () => { diff --git a/src/giftCards/GiftCardSettings/messages.ts b/src/giftCards/GiftCardSettings/messages.ts index 7603db390..d693075b8 100644 --- a/src/giftCards/GiftCardSettings/messages.ts +++ b/src/giftCards/GiftCardSettings/messages.ts @@ -4,6 +4,7 @@ import { defineMessages, IntlShape } from "react-intl"; export const giftCardSettingsPageMessages = defineMessages({ title: { + id: "xHj9Qe", defaultMessage: "Gift Cards Settings", description: "gift card settings header" } diff --git a/src/giftCards/GiftCardUpdate/GiftCardHistory/messages.ts b/src/giftCards/GiftCardUpdate/GiftCardHistory/messages.ts index a2fe453ac..4bee19590 100644 --- a/src/giftCards/GiftCardUpdate/GiftCardHistory/messages.ts +++ b/src/giftCards/GiftCardUpdate/GiftCardHistory/messages.ts @@ -2,14 +2,17 @@ import { defineMessages } from "react-intl"; const giftCardHistoryMessages = defineMessages({ noteAddedSuccessfully: { + id: "WS4ov0", defaultMessage: "Note was added sucessfully", description: "notifier message" }, noteAddError: { + id: "JgNb8X", defaultMessage: "There was an error adding a note", description: "notifier message" }, historyHeaderTitle: { + id: "4Z0O2B", defaultMessage: "Gift Card Timeline", description: "section header title" } @@ -17,67 +20,83 @@ const giftCardHistoryMessages = defineMessages({ const giftCardHistoryTimelineMessages = defineMessages({ activated: { + id: "fExm0/", defaultMessage: "Gift card was activated by {activatedBy}", description: "gift card history message" }, activatedAnonymous: { + id: "pCy5EP", defaultMessage: "Gift card was activated", description: "gift card history message" }, balanceReset: { + id: "aEc9Ar", defaultMessage: "Gift card balance was reset by {resetBy}", description: "gift card history message" }, balanceResetAnonymous: { + id: "aEc9Ar", defaultMessage: "Gift card balance was reset by {resetBy}", description: "gift card history message" }, bought: { + id: "PcQRxi", defaultMessage: "Gift card was bought in order {orderNumber}", description: "gift card history message" }, deactivated: { + id: "gAqkrG", defaultMessage: "Gift card was deactivated by {deactivatedBy}", description: "gift card history message" }, deactivatedAnonymous: { + id: "NvwS/N", defaultMessage: "Gift card was deactivated", description: "gift card history message" }, expiryDateUpdate: { + id: "vQunFc", defaultMessage: "Gift card expiry date was updated by {expiryUpdatedBy}", description: "gift card history message" }, expiryDateUpdateAnonymous: { + id: "fLhj3a", defaultMessage: "Gift card expiry date was updated", description: "gift card history message" }, issued: { + id: "30X9S8", defaultMessage: "Gift card was issued by {issuedBy}", description: "gift card history message" }, issuedAnonymous: { + id: "jDovoJ", defaultMessage: "Gift card was issued", description: "gift card history message" }, resent: { + id: "gj3MUg", defaultMessage: "Gift card was resent", description: "gift card history message" }, sentToCustomer: { + id: "tsL3IW", defaultMessage: "Gift card was sent to customer", description: "gift card history message" }, tagsUpdated: { + id: "vkAWwY", defaultMessage: "Gift card tags were updated", description: "gift card history message" }, usedInOrder: { + id: "Uu2B2G", defaultMessage: "Gift card was used as a payment method on order {orderLink} by", description: "gift card history message" }, usedInOrderAnonymous: { + id: "408KSO", defaultMessage: "Gift card was used as a payment method on order {orderLink}", description: "gift card history message" diff --git a/src/giftCards/GiftCardUpdate/GiftCardResendCodeDialog/messages.ts b/src/giftCards/GiftCardUpdate/GiftCardResendCodeDialog/messages.ts index a4515f542..5d03b9533 100644 --- a/src/giftCards/GiftCardUpdate/GiftCardResendCodeDialog/messages.ts +++ b/src/giftCards/GiftCardUpdate/GiftCardResendCodeDialog/messages.ts @@ -2,31 +2,38 @@ import { defineMessages } from "react-intl"; export const giftCardResendCodeDialogMessages = defineMessages({ title: { + id: "mslSpp", defaultMessage: "Resend code to customer", description: "resend code to customer title" }, description: { + id: "ttk0w7", defaultMessage: "Gift Card Code will be resent to email provided during checkout. You can provide a different email address if you want to:", description: "resend code to customer description" }, consentCheckboxLabel: { + id: "v01/tY", defaultMessage: "Yes, I want to send gift card to different address", description: "consent to send gift card to different address checkbox label" }, submitButtonLabel: { + id: "s1IQuN", defaultMessage: "Resend", description: "resend button label" }, emailInputPlaceholder: { + id: "AqHafs", defaultMessage: "Provided email address", description: "provided email input placeholder" }, successResendAlertText: { + id: "JQH+Iy", defaultMessage: "Successfully resent code to customer!", description: "resent code success message" }, sendToChannelSelectLabel: { + id: "NLNonj", defaultMessage: "Send to channel", description: "send to channel select label" } diff --git a/src/giftCards/GiftCardUpdate/GiftCardUpdateBalanceDialog/GiftCardUpdateBalanceDialog.tsx b/src/giftCards/GiftCardUpdate/GiftCardUpdateBalanceDialog/GiftCardUpdateBalanceDialog.tsx index e95c01f39..e9050082e 100644 --- a/src/giftCards/GiftCardUpdate/GiftCardUpdateBalanceDialog/GiftCardUpdateBalanceDialog.tsx +++ b/src/giftCards/GiftCardUpdate/GiftCardUpdateBalanceDialog/GiftCardUpdateBalanceDialog.tsx @@ -80,7 +80,7 @@ const GiftCardUpdateBalanceDialog: React.FC = ({ return result?.data?.giftCardUpdate?.errors; }; - const { data, change, submit, reset, hasChanged } = useForm( + const { data, change, submit, reset } = useForm( initialFormData, handleSubmit ); @@ -103,7 +103,7 @@ const GiftCardUpdateBalanceDialog: React.FC = ({ onClose={onClose} title={intl.formatMessage(messages.title)} confirmButtonState={status} - disabled={loading || !hasChanged} + disabled={loading} > {intl.formatMessage(messages.subtitle)} diff --git a/src/giftCards/GiftCardUpdate/GiftCardUpdateBalanceDialog/messages.ts b/src/giftCards/GiftCardUpdate/GiftCardUpdateBalanceDialog/messages.ts index d208372cb..d1994fe32 100644 --- a/src/giftCards/GiftCardUpdate/GiftCardUpdateBalanceDialog/messages.ts +++ b/src/giftCards/GiftCardUpdate/GiftCardUpdateBalanceDialog/messages.ts @@ -2,19 +2,23 @@ import { defineMessages } from "react-intl"; export const giftCardUpdateBalanceDialogMessages = defineMessages({ title: { + id: "tKxCld", defaultMessage: "Set balance", description: "set balance dialog title label" }, subtitle: { + id: "kFkMoG", defaultMessage: "What would you like to set cards balance to. When you change the balance both values will be changed", description: "set balance dialog subtitle" }, updatedSuccessAlertTitle: { + id: "XAPFHP", defaultMessage: "Successfully updated card balance", description: "card update success alert title" }, changeButtonLabel: { + id: "STJx8N", defaultMessage: "Change", description: "change button label" } diff --git a/src/giftCards/GiftCardUpdate/GiftCardUpdateDetailsCard/messages.ts b/src/giftCards/GiftCardUpdate/GiftCardUpdateDetailsCard/messages.ts index 7a85ec0db..a2569141b 100644 --- a/src/giftCards/GiftCardUpdate/GiftCardUpdateDetailsCard/messages.ts +++ b/src/giftCards/GiftCardUpdate/GiftCardUpdateDetailsCard/messages.ts @@ -2,18 +2,22 @@ import { defineMessages } from "react-intl"; export const giftCardUpdateDetailsCardMessages = defineMessages({ title: { + id: "Zj/7QZ", defaultMessage: "Details", description: "details title" }, setBalanceButtonLabel: { + id: "PJDcQs", defaultMessage: "Set Balance", description: "set balance button label" }, cardBalanceLabel: { + id: "Z/7hyu", defaultMessage: "Card Balance", description: "card balance label" }, tagInputLabel: { + id: "a+kgkq", defaultMessage: "Card Tag", description: "tag label" } diff --git a/src/giftCards/GiftCardUpdate/GiftCardUpdateExpirySelect/messages.ts b/src/giftCards/GiftCardUpdate/GiftCardUpdateExpirySelect/messages.ts index ff16a83ed..c76423158 100644 --- a/src/giftCards/GiftCardUpdate/GiftCardUpdateExpirySelect/messages.ts +++ b/src/giftCards/GiftCardUpdate/GiftCardUpdateExpirySelect/messages.ts @@ -2,14 +2,17 @@ import { defineMessages } from "react-intl"; export const giftCardExpirySelectMessages = defineMessages({ expiryDateCheckboxLabel: { + id: "JKbpH9", defaultMessage: "Gift card expires", description: "expiry date checkbox label" }, expiryDateLabel: { + id: "nFTvQW", defaultMessage: "Expiration date", description: "expiration date label" }, expiredOnLabel: { + id: "//k1GX", defaultMessage: "Expired on {date}", description: "expired on label" } diff --git a/src/giftCards/GiftCardUpdate/GiftCardUpdateInfoCard/messages.ts b/src/giftCards/GiftCardUpdate/GiftCardUpdateInfoCard/messages.ts index 4bd317c63..f850c37f7 100644 --- a/src/giftCards/GiftCardUpdate/GiftCardUpdateInfoCard/messages.ts +++ b/src/giftCards/GiftCardUpdate/GiftCardUpdateInfoCard/messages.ts @@ -2,34 +2,42 @@ import { defineMessages } from "react-intl"; export const giftCardUpdateInfoCardMessages = defineMessages({ title: { + id: "Eh6KYS", defaultMessage: "Card information", description: "info card title" }, creationLabel: { + id: "/AbHy4", defaultMessage: "Creation", description: "creation label" }, orderNumberLabel: { + id: "9TbDQD", defaultMessage: "Order number", description: "order number label" }, productLabel: { + id: "kc4c4d", defaultMessage: "Product bought to get gift card", description: "product label" }, issuedByLabel: { + id: "V+h02n", defaultMessage: "Issued by", description: "issued by label" }, issuedByAppLabel: { + id: "+pLi+M", defaultMessage: "Issued by app", description: "issued by app label" }, boughtByLabel: { + id: "Jo01VZ", defaultMessage: "Bought by", description: "bought by label" }, usedByLabel: { + id: "kS5Qgk", defaultMessage: "Used by", description: "used by label" } diff --git a/src/giftCards/GiftCardUpdate/GiftCardUpdatePage.tsx b/src/giftCards/GiftCardUpdate/GiftCardUpdatePage.tsx index 8176ef883..e10607b21 100644 --- a/src/giftCards/GiftCardUpdate/GiftCardUpdatePage.tsx +++ b/src/giftCards/GiftCardUpdate/GiftCardUpdatePage.tsx @@ -17,7 +17,6 @@ const GiftCardUpdatePage: React.FC = () => { const { navigateBack, openDeleteDialog } = useGiftCardUpdateDialogs(); const { - hasChanged, submit, data, handlers: { changeMetadata } @@ -43,7 +42,7 @@ const GiftCardUpdatePage: React.FC = () => { = ({ const formProps = useForm(getInitialData()); - const { data, change, setChanged, hasChanged, formId } = formProps; + const { data, change, formId } = formProps; const handleSubmit = createMetadataUpdateHandler( giftCard, @@ -142,8 +142,7 @@ const GiftCardUpdateFormProvider: React.FC = ({ const handleFormSubmit = useHandleFormSubmit({ formId, - onSubmit: handleSubmit, - setChanged + onSubmit: handleSubmit }); const { @@ -169,7 +168,6 @@ const GiftCardUpdateFormProvider: React.FC = ({ const providerValues = { ...formProps, opts: updateGiftCardOpts, - hasChanged, formErrors, submit: formSubmit, handlers: { diff --git a/src/giftCards/GiftCardsList/GiftCardListSearchAndFilters/filters.ts b/src/giftCards/GiftCardsList/GiftCardListSearchAndFilters/filters.ts index 712463b76..2b9874269 100644 --- a/src/giftCards/GiftCardsList/GiftCardListSearchAndFilters/filters.ts +++ b/src/giftCards/GiftCardsList/GiftCardListSearchAndFilters/filters.ts @@ -169,42 +169,52 @@ export function getFilterQueryParam( export const messages = defineMessages({ balanceAmountLabel: { + id: "bVbEZ/", defaultMessage: "Amount", description: "amount filter label" }, tagLabel: { + id: "mE+fru", defaultMessage: "Tags", description: "tag filter label" }, currencyLabel: { + id: "osPBn1", defaultMessage: "Currency", description: "currency filter label" }, productLabel: { + id: "Sjd7wm", defaultMessage: "Product", description: "product filter label" }, usedByLabel: { + id: "WMGoqz", defaultMessage: "Used by", description: "used by filter label" }, statusLabel: { + id: "D4CsYK", defaultMessage: "Status", description: "status filter label" }, enabledOptionLabel: { + id: "vC8vyb", defaultMessage: "Enabled", description: "enabled status option label" }, disabledOptionLabel: { + id: "+WTmpr", defaultMessage: "Disabled", description: "disabled status option label" }, initialBalanceLabel: { + id: "VceXrc", defaultMessage: "Initial balance", description: "initial balance filter label" }, currentBalanceLabel: { + id: "e/61NZ", defaultMessage: "Current balance", description: "current balance filter label" } diff --git a/src/giftCards/GiftCardsList/GiftCardListSearchAndFilters/messages.ts b/src/giftCards/GiftCardsList/GiftCardListSearchAndFilters/messages.ts index 4e9207fe5..cdcb3198a 100644 --- a/src/giftCards/GiftCardsList/GiftCardListSearchAndFilters/messages.ts +++ b/src/giftCards/GiftCardsList/GiftCardListSearchAndFilters/messages.ts @@ -2,10 +2,12 @@ import { defineMessages } from "react-intl"; export const giftCardListFilterErrorMessages = defineMessages({ balanceAmount: { + id: "kcMVsB", defaultMessage: "Balance amount is missing", description: "balance amound missing error message" }, balanceCurrency: { + id: "tXIgmR", defaultMessage: "Balance currency is missing", description: "balance curreny missing error message" } @@ -13,10 +15,12 @@ export const giftCardListFilterErrorMessages = defineMessages({ export const giftCardListSearchAndFiltersMessages = defineMessages({ searchPlaceholder: { + id: "labkPK", defaultMessage: "Search Gift Cards, e.g {exampleGiftCardCode}", description: "search gift card placeholder" }, defaultTabLabel: { + id: "tTuCYj", defaultMessage: "All Gift Cards", description: "all gift cards label" } diff --git a/src/giftCards/GiftCardsList/GiftCardsListOrderInfoCard/messages.ts b/src/giftCards/GiftCardsList/GiftCardsListOrderInfoCard/messages.ts index 6c5e33ca8..6c308def4 100644 --- a/src/giftCards/GiftCardsList/GiftCardsListOrderInfoCard/messages.ts +++ b/src/giftCards/GiftCardsList/GiftCardsListOrderInfoCard/messages.ts @@ -2,6 +2,7 @@ import { defineMessages } from "react-intl"; export const giftCardListOrderCardMessages = defineMessages({ giftCardOrderInfoMessage: { + id: "31hYP2", defaultMessage: "Gift cards will appear after their order is fullfilled. View Orders with Gift Cards", description: "alert card message" diff --git a/src/giftCards/GiftCardsList/GiftCardsListTable/GiftCardsListTableHeader/messages.ts b/src/giftCards/GiftCardsList/GiftCardsListTable/GiftCardsListTableHeader/messages.ts index 86afefb10..392ce60c2 100644 --- a/src/giftCards/GiftCardsList/GiftCardsListTable/GiftCardsListTableHeader/messages.ts +++ b/src/giftCards/GiftCardsList/GiftCardsListTable/GiftCardsListTableHeader/messages.ts @@ -2,33 +2,40 @@ import { defineMessages } from "react-intl"; export const bulkEnableDisableSectionMessages = defineMessages({ enableLabel: { + id: "hz+9ES", defaultMessage: "Activate", description: "bulk activate label" }, disableLabel: { + id: "IzEVek", defaultMessage: "Deactivate", description: "bulk disable label" }, deleteLabel: { + id: "qkt/Km", defaultMessage: "Delete", description: "bulk delete label" }, successActivateAlertText: { + id: "IwEQvz", defaultMessage: "Successfully activated gift {count,plural,one{card} other{cards}}", description: "success activate alert message" }, successDeactivateAlertText: { + id: "SO56cv", defaultMessage: "Successfully deactivated gift {count,plural,one{card} other{cards}}", description: "success deactivate alert message" }, errorActivateAlertText: { + id: "KcsJKm", defaultMessage: "Error activating gift {count,plural,one{card} other{cards}}", description: "error with activatation alert message" }, errorDeactivateAlertText: { + id: "C90nKP", defaultMessage: "Errors deactivating gift {count,plural,one{card} other{cards}}", description: "error with deactivatation alert message" diff --git a/src/giftCards/GiftCardsList/messages.ts b/src/giftCards/GiftCardsList/messages.ts index 7fc49451e..af031fc73 100644 --- a/src/giftCards/GiftCardsList/messages.ts +++ b/src/giftCards/GiftCardsList/messages.ts @@ -2,49 +2,60 @@ import { defineMessages } from "react-intl"; export const giftCardsListHeaderMenuItemsMessages = defineMessages({ settings: { + id: "F69lwk", defaultMessage: "Settings", description: "settings menu item" }, bulkIssue: { + id: "9hab/1", defaultMessage: "Bulk Issue", description: "bulk issue menu item" }, exportCodes: { + id: "exvX+Z", defaultMessage: "Export card codes", description: "export card codes menu item" }, issueButtonLabel: { + id: "RfPJ1E", defaultMessage: "Issue card", description: "issue card button label" }, noGiftCardsAlertTitle: { + id: "E22x4H", defaultMessage: "You haven’t defined a gift card product!", description: "no card defuned alert message" }, noGiftCardsProductsAndProductTypes: { + id: "U9o2bV", defaultMessage: "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store.", description: "no gift card products and types alert message" }, noGiftCardsProductTypes: { + id: "VI+X8H", defaultMessage: "{createGiftCardProductType} to start selling gift cards in your store.", description: "no gift card product types alert message" }, noGiftCardsProducts: { + id: "jmh0rV", defaultMessage: "{createGiftCardProduct} to start selling gift cards in your store.", description: "no gift card products alert message" }, createGiftCardProductType: { + id: "8Hq18g", defaultMessage: "Create a gift card product type", description: "create gift card product type alert message" }, createGiftCardProduct: { + id: "HqeqEV", defaultMessage: "Create a gift card product", description: "create gift card product alert message" }, giftCardProduct: { + id: "AJgl5u", defaultMessage: "gift card product", description: "gift card product message" } @@ -52,30 +63,37 @@ export const giftCardsListHeaderMenuItemsMessages = defineMessages({ export const giftCardsListTableMessages = defineMessages({ giftCardsTableColumnGiftCardTitle: { + id: "eLJQSh", defaultMessage: "Gift Card", description: "column title gift card" }, giftCardsTableColumnTagTitle: { + id: "FEWgh/", defaultMessage: "Tag", description: "column title tag" }, giftCardsTableColumnProductTitle: { + id: "bwJc6V", defaultMessage: "Product", description: "column title product" }, giftCardsTableColumnCustomerTitle: { + id: "MJBAqv", defaultMessage: "Used by", description: "column title used by/customer" }, giftCardsTableColumnBalanceTitle: { + id: "MbZHXE", defaultMessage: "Balance", description: "column title balance" }, codeEndingWithLabel: { + id: "38dS1A", defaultMessage: "Code ending with {last4CodeChars}", description: "code ending with label" }, noGiftCardsFound: { + id: "Rd0s80", defaultMessage: "No gift cards found", description: "no cards found title message" } @@ -83,10 +101,12 @@ export const giftCardsListTableMessages = defineMessages({ export const giftCardUpdateFormMessages = defineMessages({ giftCardInvalidExpiryDateHeader: { + id: "l1/Hwb", defaultMessage: "Incorrect date entered", description: "invalid date in expirydate field header" }, giftCardInvalidExpiryDateContent: { + id: "rCy3Fe", defaultMessage: "Gift Card with past expiration date cannot be created", description: "invalid date in expirydate field content" } diff --git a/src/giftCards/components/GiftCardCustomerCard/messages.ts b/src/giftCards/components/GiftCardCustomerCard/messages.ts index 3f2a37125..cdeea6996 100644 --- a/src/giftCards/components/GiftCardCustomerCard/messages.ts +++ b/src/giftCards/components/GiftCardCustomerCard/messages.ts @@ -2,22 +2,27 @@ import { defineMessages } from "react-intl"; export const giftCardCustomerCardMessages = defineMessages({ customerGiftCardsPresentSubtitle: { + id: "vzce9B", defaultMessage: "Only five newest gift cards are shown here", description: "customer gift cards card subtitle" }, customerGiftCardsAbsentSubtitle: { + id: "vWTM6Y", defaultMessage: "There are no gift cards assigned to this customer", description: "customer gift cards card no cards subtitle" }, customerGiftCardsViewAllButton: { + id: "FQc5z6", defaultMessage: "View All", description: "customer gift cards card view all button" }, customerGiftCardsIssueNewCardButton: { + id: "mbOuGl", defaultMessage: "Issue new card", description: "customer gift cards card issue button" }, customerGiftCardsCardTitle: { + id: "Utq1fE", defaultMessage: "Gift Cards", description: "customer gift cards card title" } diff --git a/src/giftCards/components/GiftCardDeleteDialog/messages.ts b/src/giftCards/components/GiftCardDeleteDialog/messages.ts index 364955880..ca971bd8b 100644 --- a/src/giftCards/components/GiftCardDeleteDialog/messages.ts +++ b/src/giftCards/components/GiftCardDeleteDialog/messages.ts @@ -2,26 +2,31 @@ import { defineMessages } from "react-intl"; export const giftCardDeleteDialogMessages = defineMessages({ title: { + id: "a+iRI1", defaultMessage: "{selectedItemsCount,plural,one{Delete Gift Card} other{Delete Gift Cards}}", description: "single gift card title" }, defaultDescription: { + id: "S52JMl", defaultMessage: "{selectedItemsCount,plural,one{Are you sure you want to delete this gift card?} other{Are you sure you want to delete {selectedItemsCount} giftCards?}}", description: "default gift card delete description" }, withBalanceDescription: { + id: "RLZ1jd", defaultMessage: "{selectedItemsCount,plural,one{The gift card you are about to delete has available balance. By deleting this card you may remove balance available to your customer.} other{You are about to delete gift cards with available balance. Are you sure you want to do that?}}", description: "delete gift cards with balance description" }, consentLabel: { + id: "Yxihwg", defaultMessage: "{selectedItemsCount,plural,one{I am aware that I am removing a gift card with balance} other{I am aware that I am removing gift cards with balance}}", description: "consent removal of gift cards with balance button label" }, deleteSuccessAlertText: { + id: "zLtb4N", defaultMessage: "{selectedItemsCount,plural,one{Successfully deleted gift card} other{Successfully deleted gift cards}}", description: "gift card removed success alert message" diff --git a/src/giftCards/components/GiftCardSendToCustomer/messages.ts b/src/giftCards/components/GiftCardSendToCustomer/messages.ts index 338432444..465dc798e 100644 --- a/src/giftCards/components/GiftCardSendToCustomer/messages.ts +++ b/src/giftCards/components/GiftCardSendToCustomer/messages.ts @@ -2,20 +2,24 @@ import { defineMessages } from "react-intl"; export const giftCardSendToCustomerMessages = defineMessages({ sendToCustomerSelectedLabel: { + id: "Um3g00", defaultMessage: "Send gift card to customer", description: "send to customer selected label" }, customerSubtitle: { + id: "FRJRmi", defaultMessage: "Selected customer will be sent the generated gift card code. Someone else can redeem the gift card code. Gift card will be assigned to account which redeemed the code.", description: "selected customer gift card is sent to subtitle" }, customerChannelSubtitle: { + id: "0sd4ez", defaultMessage: "Customer will be sent the gift card code via this channels email address", description: "selected customer channel subtitle" }, channelSelectLabel: { + id: "LA13a5", defaultMessage: "Channel", description: "channel select label" } diff --git a/src/giftCards/components/GiftCardSettingsExpirySelect/messages.ts b/src/giftCards/components/GiftCardSettingsExpirySelect/messages.ts index bfdeb00f7..d10b935aa 100644 --- a/src/giftCards/components/GiftCardSettingsExpirySelect/messages.ts +++ b/src/giftCards/components/GiftCardSettingsExpirySelect/messages.ts @@ -2,10 +2,12 @@ import { defineMessages } from "react-intl"; export const giftCardSettingsExpirySelectMessages = defineMessages({ setExpirationPeriodTitle: { + id: "j2l6cL", defaultMessage: "Set gift card expiration period", description: "checkbox label" }, setExpirationPeriodDescription: { + id: "ps+h1G", defaultMessage: "Expiration date will be automatically set, once gift card is issued", description: "checkbox label description" diff --git a/src/giftCards/components/GiftCardTagInput/messages.ts b/src/giftCards/components/GiftCardTagInput/messages.ts index c533dff75..703c8d47a 100644 --- a/src/giftCards/components/GiftCardTagInput/messages.ts +++ b/src/giftCards/components/GiftCardTagInput/messages.ts @@ -2,6 +2,7 @@ import { defineMessages } from "react-intl"; export const giftCardTagInputMessages = defineMessages({ placeholder: { + id: "XFtKV5", defaultMessage: "Tag", description: "input placeholder tag" } diff --git a/src/giftCards/components/TimePeriodField/messages.ts b/src/giftCards/components/TimePeriodField/messages.ts index 370f599ce..6841cf7d4 100644 --- a/src/giftCards/components/TimePeriodField/messages.ts +++ b/src/giftCards/components/TimePeriodField/messages.ts @@ -2,18 +2,22 @@ import { defineMessages } from "react-intl"; export const timePeriodTextWithSelectFieldMessages = defineMessages({ yearLabel: { + id: "Qe4XHv", defaultMessage: "years after issue", description: "years after label" }, monthLabel: { + id: "54KYgS", defaultMessage: "months after issue", description: "months after label" }, weekLabel: { + id: "15fg+o", defaultMessage: "weeks after issue", description: "weeks after label" }, dayLabel: { + id: "mzASqs", defaultMessage: "days after issue", description: "days after label" } diff --git a/src/home/components/HomeActivityCard/HomeActivityCard.tsx b/src/home/components/HomeActivityCard/HomeActivityCard.tsx index e676c8b8d..7c2041d46 100644 --- a/src/home/components/HomeActivityCard/HomeActivityCard.tsx +++ b/src/home/components/HomeActivityCard/HomeActivityCard.tsx @@ -46,9 +46,9 @@ const HomeActivityCard: React.FC = props => { @@ -80,8 +80,8 @@ const HomeActivityCard: React.FC = props => { primary={ } diff --git a/src/home/components/HomeActivityCard/activityMessages.ts b/src/home/components/HomeActivityCard/activityMessages.ts index 5f127a824..da9752ef6 100644 --- a/src/home/components/HomeActivityCard/activityMessages.ts +++ b/src/home/components/HomeActivityCard/activityMessages.ts @@ -3,15 +3,19 @@ import { defineMessages, IntlShape } from "react-intl"; const messages = defineMessages({ draft: { + id: "sjRXXz", defaultMessage: "Order #{orderId} was placed from draft by {userEmail}" }, draft_no_email: { + id: "BNTZLv", defaultMessage: "Order #{orderId} was placed from draft" }, paid: { + id: "5SPHkk", defaultMessage: "Order #{orderId} was fully paid" }, placed: { + id: "0dPP8O", defaultMessage: "Order #{orderId} was placed" } }); diff --git a/src/home/components/HomeAnalyticsCard/HomeAnalyticsCard.tsx b/src/home/components/HomeAnalyticsCard/HomeAnalyticsCard.tsx index 1de38e8c0..04c344e80 100644 --- a/src/home/components/HomeAnalyticsCard/HomeAnalyticsCard.tsx +++ b/src/home/components/HomeAnalyticsCard/HomeAnalyticsCard.tsx @@ -74,10 +74,7 @@ const HomeAnalyticsCard: React.FC = props => { variant="caption" color="textSecondary" > - + = props => { > {userName ? ( = props => { {userName ? ( ) : ( diff --git a/src/home/components/HomeNotificationTable/messages.ts b/src/home/components/HomeNotificationTable/messages.ts index 42e8d3415..cb1dd269e 100644 --- a/src/home/components/HomeNotificationTable/messages.ts +++ b/src/home/components/HomeNotificationTable/messages.ts @@ -2,26 +2,33 @@ import { defineMessages } from "react-intl"; export const homeNotificationTableMessages = defineMessages({ createNewChannel: { + id: "Nuq83+", defaultMessage: "Create new channel" }, noOrders: { + id: "E9Jssl", defaultMessage: "No orders ready to fulfill" }, noPaymentWaiting: { + id: "5dyOs0", defaultMessage: "No payments waiting for capture" }, noProductsOut: { + id: "bFhzRX", defaultMessage: "No products are out of stock" }, orderReady: { + id: "c0H45L", defaultMessage: "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}" }, paymentCapture: { + id: "md326v", defaultMessage: "{amount, plural,one {One payment to capture}other {{amount} payments to capture}}" }, productOut: { + id: "cdxwA8", defaultMessage: "{amount, plural,one {One product out of stock}other {{amount} products out of stock}}" } diff --git a/src/home/components/HomeProductListCard/HomeProductListCard.tsx b/src/home/components/HomeProductListCard/HomeProductListCard.tsx index b28970a53..b2eeac3ff 100644 --- a/src/home/components/HomeProductListCard/HomeProductListCard.tsx +++ b/src/home/components/HomeProductListCard/HomeProductListCard.tsx @@ -64,9 +64,9 @@ export const HomeProductList: React.FC = props => { @@ -112,9 +112,9 @@ export const HomeProductList: React.FC = props => { = props => { diff --git a/src/home/components/HomeScreen.tsx b/src/home/components/HomeScreen.tsx index d37e8009f..164e93046 100644 --- a/src/home/components/HomeScreen.tsx +++ b/src/home/components/HomeScreen.tsx @@ -19,9 +19,9 @@ export const HomeScreen: React.FC = ({ user }) => { = ({ user }) => { diff --git a/src/hooks/useForm.ts b/src/hooks/useForm.ts index ac038b967..7202aaf3b 100644 --- a/src/hooks/useForm.ts +++ b/src/hooks/useForm.ts @@ -42,7 +42,6 @@ export interface UseFormResult reset: () => void; set: (data: Partial) => void; triggerChange: () => void; - setChanged: (value: boolean) => void; handleChange: FormChange; toggleValue: FormChange; errors: FormErrors; @@ -54,7 +53,6 @@ export interface UseFormResult export interface CommonUseFormResult { data: TData; change: FormChange; - hasChanged: boolean; submit: (dataOrEvent?: any) => SubmitPromise; isSaveDisabled?: boolean; } @@ -79,16 +77,6 @@ function merge(prevData: T, prevState: T, data: T): T { ); } -function handleRefresh( - data: T, - newData: T, - setChanged: (status: boolean) => void -) { - if (isEqual(data, newData)) { - setChanged(false); - } -} - function useForm( initialData: T, onSubmit?: (data: T) => SubmitPromise | void, @@ -100,28 +88,17 @@ function useForm( checkIfSaveIsDisabled, disabled } = opts; - const [hasChanged, setChanged] = useState(false); const [errors, setErrors] = useState>({}); const [data, setData] = useStateFromProps(initialData, { - mergeFunc: merge, - onRefresh: newData => handleRefresh(data, newData, handleSetChanged) + mergeFunc: merge }); - const basicFormDisableConditions = () => !hasChanged || disabled; - const isSaveDisabled = () => { if (checkIfSaveIsDisabled) { - return checkIfSaveIsDisabled({ - ...data, - hasChanged - }); + return checkIfSaveIsDisabled(data); } - if (disabled !== undefined) { - return basicFormDisableConditions(); - } - - return false; + return !!disabled; }; const { @@ -137,13 +114,10 @@ function useForm( const handleFormSubmit = useHandleFormSubmit({ formId, - onSubmit, - setChanged + onSubmit }); const handleSetChanged = (value: boolean = true) => { - setChanged(value); - if (confirmLeave) { setIsFormDirtyInExitDialog(value); } @@ -166,9 +140,7 @@ function useForm( const field = data[name as keyof T]; if (Array.isArray(field)) { - if (!hasChanged) { - handleSetChanged(true); - } + handleSetChanged(true); setData({ ...data, @@ -207,12 +179,11 @@ function useForm( setData(initialData); } - function set(newData: Partial, setHasChanged = true) { + function set(newData: Partial) { setData(data => ({ ...data, ...newData })); - handleSetChanged(setHasChanged); } async function submit() { @@ -243,14 +214,12 @@ function useForm( change, clearErrors, data, - hasChanged, reset, set, submit, toggleValue, handleChange, triggerChange: handleSetChanged, - setChanged: handleSetChanged, setIsSubmitDisabled, isSaveDisabled: isSaveDisabled() }; diff --git a/src/hooks/useHandleFormSubmit.ts b/src/hooks/useHandleFormSubmit.ts index 27e5ee7ca..1cc1cfd80 100644 --- a/src/hooks/useHandleFormSubmit.ts +++ b/src/hooks/useHandleFormSubmit.ts @@ -7,13 +7,11 @@ import { useContext } from "react"; interface UseHandleFormSubmitProps { formId?: FormId; onSubmit: (data: TData) => SubmitPromise | void; - setChanged: (changed: boolean) => void; } function useHandleFormSubmit({ formId, - onSubmit, - setChanged + onSubmit }: UseHandleFormSubmitProps) { const { setIsSubmitting } = useExitFormDialog({ formId @@ -38,8 +36,6 @@ function useHandleFormSubmit({ setIsSubmitting(false); if (errors?.length === 0) { - setChanged(false); - return []; } diff --git a/src/hooks/useOnSetDefaultVariant.ts b/src/hooks/useOnSetDefaultVariant.ts index 5fcd61bf6..50946f4f7 100644 --- a/src/hooks/useOnSetDefaultVariant.ts +++ b/src/hooks/useOnSetDefaultVariant.ts @@ -28,6 +28,7 @@ function useOnSetDefaultVariant(productId: string, variant: Node) { status: "success", text: intl.formatMessage( { + id: "gSQ0Ge", defaultMessage: "Variant {name} has been set as default." }, { name: defaultVariant.name } diff --git a/src/hooks/useStateFromProps.test.ts b/src/hooks/useStateFromProps.test.ts new file mode 100644 index 000000000..7069fbaa9 --- /dev/null +++ b/src/hooks/useStateFromProps.test.ts @@ -0,0 +1,47 @@ +import { act, renderHook } from "@testing-library/react-hooks"; + +import useStateFromProps from "./useStateFromProps"; + +function setupHook() { + return renderHook(useStateFromProps, { + initialProps: { + a: 0 + } + }); +} + +describe("useStateFromProps", () => { + it("updates itself if props changed", () => { + const hook = setupHook(); + + hook.rerender({ a: 1 }); + + expect(hook.result.current[0].a).toBe(1); + }); + + it("updates if called setState", () => { + const hook = setupHook(); + + act(() => hook.result.current[1]({ a: 1 })); + + expect(hook.result.current[0].a).toBe(1); + }); + + it("does not update if props stay the same", () => { + const hook = setupHook(); + + act(() => hook.result.current[1]({ a: 1 })); + hook.rerender({ a: 0 }); + + expect(hook.result.current[0].a).toBe(1); + }); + + it("update if called setState and then props changed", () => { + const hook = setupHook(); + + act(() => hook.result.current[1]({ a: 1 })); + hook.rerender({ a: 2 }); + + expect(hook.result.current[0].a).toBe(2); + }); +}); diff --git a/src/hooks/useStateFromProps.ts b/src/hooks/useStateFromProps.ts index afcc18cc0..9e8188849 100644 --- a/src/hooks/useStateFromProps.ts +++ b/src/hooks/useStateFromProps.ts @@ -1,33 +1,35 @@ import isEqual from "lodash/isEqual"; -import { Dispatch, SetStateAction, useState } from "react"; +import { Dispatch, SetStateAction, useEffect, useState } from "react"; export interface UseStateFromPropsOpts { mergeFunc?: (prevData: T, state: T, newData: T) => T; - onRefresh?: (data: T) => void; + onRefresh?: (prevData: T, data: T) => void; } function useStateFromProps( data: T, - opts?: UseStateFromPropsOpts + opts: UseStateFromPropsOpts = {} ): [T, Dispatch>] { const [state, setState] = useState(data); const [prevData, setPrevData] = useState(data); - if (!opts) { - opts = {}; - } const { mergeFunc, onRefresh } = opts; - const shouldUpdate = !isEqual(prevData, data); - if (shouldUpdate) { - const newData = - typeof mergeFunc === "function" ? mergeFunc(prevData, state, data) : data; - setState(newData); - setPrevData(data); - if (typeof onRefresh === "function") { - onRefresh(newData); + useEffect(() => { + const shouldUpdate = !isEqual(prevData, data); + if (shouldUpdate) { + const newData = + typeof mergeFunc === "function" + ? mergeFunc(prevData, state, data) + : data; + + setState(newData); + setPrevData(data); + if (typeof onRefresh === "function") { + onRefresh(data, newData); + } } - } + }, [data]); return [state, setState]; } diff --git a/src/intl.ts b/src/intl.ts index 7df9f3404..63dd0c352 100644 --- a/src/intl.ts +++ b/src/intl.ts @@ -2,136 +2,178 @@ import { defineMessages, IntlShape } from "react-intl"; export const commonMessages = defineMessages({ availability: { + id: "hOxIeP", defaultMessage: "Availability" }, catalog: { + id: "GOdq5V", defaultMessage: "Catalog" }, chooseFile: { + id: "eWcvOc", defaultMessage: "Choose file", description: "button" }, channel: { + id: "KeO51o", defaultMessage: "Channel" }, customApps: { + id: "w4R/SO", defaultMessage: "Local Apps" }, dashboard: { + id: "hzSNj4", defaultMessage: "Dashboard" }, demo: { + id: "i0AcKY", defaultMessage: "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes.", description: "notification message after log in" }, description: { + id: "Q8Qw5B", defaultMessage: "Description" }, descriptionOptional: { + id: "bZenNC", defaultMessage: "Description (optional)" }, discounts: { + id: "n+Gwbu", defaultMessage: "Discounts" }, drafts: { + id: "2atspc", defaultMessage: "Drafts" }, email: { + id: "hJZwTS", defaultMessage: "Email address" }, endDate: { + id: "T4GOiX", defaultMessage: "End Date" }, endHour: { + id: "juBV+h", defaultMessage: "End Hour" }, error: { + id: "KN7zKn", defaultMessage: "Error" }, firstName: { + id: "Q6wcZ5", defaultMessage: "First Name" }, generalInformations: { + id: "pkUbrL", defaultMessage: "General Information" }, insufficientPermissions: { + id: "DOkfyZ", defaultMessage: "Insufficient permissions" }, lastName: { + id: "aheQdn", defaultMessage: "Last Name" }, limitReached: { + id: "8oIbMI", defaultMessage: "Reached limit for this plan" }, no: { + id: "oUWADl", defaultMessage: "No" }, optionalField: { + id: "lzdvwp", defaultMessage: "Optional", description: "field is optional" }, properties: { + id: "aI80kg", defaultMessage: "Properties" }, readOnly: { + id: "kFYlu2", defaultMessage: "Saleor runs in read-only mode. Changes not saved." }, requiredField: { + id: "TKmub+", defaultMessage: "This field is required" }, savedChanges: { + id: "rqiCWU", defaultMessage: "Saved changes" }, selected: { + id: "byP6IC", defaultMessage: "Selected" }, sessionExpired: { + id: "Fvvgoi", defaultMessage: "Your session has expired. Please log in again to continue." }, somethingWentWrong: { + id: "LVa5ew", defaultMessage: "Saleor ran into an unexpected problem" }, defaultErrorTitle: { + id: "JqiqNj", defaultMessage: "Something went wrong" }, startDate: { + id: "QirE3M", defaultMessage: "Start Date" }, startHour: { + id: "tWbE34", defaultMessage: "Start Hour" }, status: { + id: "tzMNF3", defaultMessage: "Status" }, paymentStatus: { + id: "6D+yYX", defaultMessage: "Payment status" }, summary: { + id: "RrCui3", defaultMessage: "Summary" }, translationAttributes: { + id: "+xTpT1", defaultMessage: "Attributes" }, unauthorizedDashboardAccess: { + id: "MKtgZB", defaultMessage: "Only staff users can access the dashboard" }, uploadImage: { + id: "Lx1ima", defaultMessage: "Upload image", description: "button" }, yes: { + id: "a5msuh", defaultMessage: "Yes" }, date: { + id: "P7PLVj", defaultMessage: "Date" }, time: { + id: "u3sYPH", defaultMessage: "Time", description: "independent of any particular day, eg. 11:35" }, cannotFullfillUnpaidOrder: { + id: "o8f4Sg", defaultMessage: "Can’t fulfill until payment is captured", description: "disabled option description" } @@ -139,113 +181,141 @@ export const commonMessages = defineMessages({ export const errorMessages = defineMessages({ imgageUploadErrorTitle: { + id: "Yo2kC+", defaultMessage: "Couldn't process image" }, imageUploadErrorText: { + id: "26+K4N", defaultMessage: "There was a poblem with the file you uploaded as an image and it couldn't be used. Please try a different file." }, preorderEndDateInFutureErrorText: { + id: "6QjMei", defaultMessage: "Preorder end time needs to be set in the future" }, baseCodeErrorMessage: { + id: "7+GBlj", defaultMessage: "Error code {errorCode} {fieldError}" }, codeErrorFieldMessage: { + id: "Qox+kb", defaultMessage: "on field {fieldName}" } }); export const buttonMessages = defineMessages({ accept: { + id: "skPoVe", defaultMessage: "Accept", description: "button" }, approve: { + id: "59XppT", defaultMessage: "Approve", description: "button" }, assign: { + id: "oiuwOl", defaultMessage: "Assign", description: "button" }, back: { + id: "0OfZJA", defaultMessage: "Back", description: "button" }, cancel: { + id: "9uNz+T", defaultMessage: "Cancel", description: "button" }, clear: { + id: "2FQsYj", defaultMessage: "Clear", description: "button" }, confirm: { + id: "DJFPzq", defaultMessage: "Confirm", description: "button" }, continue: { + id: "Rjs1CD", defaultMessage: "Continue", description: "button" }, create: { + id: "H5NKfr", defaultMessage: "Create", description: "button" }, delete: { + id: "ufmuTp", defaultMessage: "Delete", description: "button" }, done: { + id: "eOrLzG", defaultMessage: "Done", description: "button" }, edit: { + id: "Ja7gHc", defaultMessage: "Edit", description: "button" }, manage: { + id: "IbVKSH", defaultMessage: "Manage", description: "button" }, nextStep: { + id: "wlQTfb", defaultMessage: "Next", description: "go to next step, button" }, ok: { + id: "s9sOcC", defaultMessage: "OK", description: "button" }, remove: { + id: "bu/fC1", defaultMessage: "Remove", description: "button" }, reset: { defaultMessage: "Reset", + id: "TOMgXz", description: "button" }, save: { + id: "RaycYK", defaultMessage: "Save", description: "button" }, select: { + id: "a+x05s", defaultMessage: "Select", description: "select option, button" }, selectAll: { + id: "rfvBAF", defaultMessage: "Select All", description: "select all options, button" }, send: { + id: "hqVMLQ", defaultMessage: "Send", description: "button" }, show: { + id: "/8/Ffn", defaultMessage: "Show", description: "button" }, undo: { + id: "vN3qdA", defaultMessage: "Undo", description: "button" } @@ -253,122 +323,152 @@ export const buttonMessages = defineMessages({ export const sectionNames = defineMessages({ apps: { + id: "9q562c", defaultMessage: "Apps", description: "apps section name" }, appExtensions: { + id: "Y7UlMR", defaultMessage: "Apps", description: "app extensions subsection" }, attributes: { + id: "l2oVCF", defaultMessage: "Attributes", description: "attributes section name" }, categories: { + id: "sK1FPw", defaultMessage: "Categories", description: "categories section name" }, channels: { + id: "NlSJMM", defaultMessage: "Channels", description: "channels section name" }, collections: { + id: "NNT3Lp", defaultMessage: "Collections", description: "collections section name" }, configuration: { + id: "xfGZsi", defaultMessage: "Configuration", description: "configuration section name" }, customers: { + id: "McN+wq", defaultMessage: "Customers", description: "customers section name" }, draftOrders: { + id: "YMBn8d", defaultMessage: "Draft Orders", description: "draft orders section name" }, exchangeRates: { + id: "j0ugM4", defaultMessage: "Exchange Rates", description: "Manage and Update your warehouse information" }, giftCards: { + id: "HSmg1/", defaultMessage: "Gift Cards", description: "gift cards section name" }, home: { + id: "4JW9iJ", defaultMessage: "Home", description: "home section name" }, navigation: { + id: "9C7PZE", defaultMessage: "Navigation", description: "navigation section name" }, orders: { + id: "Ta9j04", defaultMessage: "Orders", description: "orders section name" }, pageTypes: { + id: "a9S9Je", defaultMessage: "Page Types", description: "page types section name" }, pages: { + id: "H6NsC1", defaultMessage: "Pages", description: "pages section name" }, permissionGroups: { + id: "DNTxWr", defaultMessage: "Permission Groups", description: "permission groups section name" }, plugins: { + id: "WhvuCb", defaultMessage: "Plugins", description: "plugins section name" }, productTypes: { + id: "YQ3EXR", defaultMessage: "Product Types", description: "product types section name" }, products: { + id: "K8xNLe", defaultMessage: "Products", description: "products section name" }, sales: { + id: "kJQczl", defaultMessage: "Sales", description: "sales section name" }, serviceAccounts: { + id: "8xsKUv", defaultMessage: "Service Accounts", description: "service accounts section name" }, shipping: { + id: "D9ie4n", defaultMessage: "Shipping Methods", description: "shipping section name" }, siteSettings: { + id: "viFkCw", defaultMessage: "Site Settings", description: "site settings section name" }, staff: { + id: "AQFMYU", defaultMessage: "Staff Members", description: "staff section name" }, taxes: { + id: "5elC9k", defaultMessage: "Taxes", description: "taxes section name" }, translations: { + id: "5fCMUI", defaultMessage: "Translations", description: "translations section name" }, vouchers: { + id: "iUy2dx", defaultMessage: "Vouchers", description: "vouchers section name" }, warehouses: { + id: "ycMLN9", defaultMessage: "Warehouses", description: "warehouses section name" }, webhooks: { + id: "6nSTuC", defaultMessage: "Webhooks", description: "webhooks section name" } @@ -376,6 +476,7 @@ export const sectionNames = defineMessages({ export const commonStatusMessages = defineMessages({ cancelled: { + id: "dOQB9o", defaultMessage: "Cancelled", description: "payment status" } @@ -383,38 +484,47 @@ export const commonStatusMessages = defineMessages({ export const orderStatusMessages = defineMessages({ draft: { + id: "toDL5R", defaultMessage: "Draft", description: "order status" }, fulfilled: { + id: "pkjXPD", defaultMessage: "Fulfilled", description: "order status" }, partiallyFulfilled: { + id: "PbqNhi", defaultMessage: "Partially fulfilled", description: "order status" }, partiallyReturned: { + id: "26BKkX", defaultMessage: "Partially returned", description: "order status" }, readyToCapture: { + id: "rqtV5d", defaultMessage: "Ready to capture", description: "order status" }, readyToFulfill: { + id: "oLMXDv", defaultMessage: "Ready to fulfill", description: "order status" }, returned: { + id: "4Dc2j0", defaultMessage: "Returned", description: "order status" }, unconfirmed: { + id: "+x84Ji", defaultMessage: "Unconfirmed", description: "order status" }, unfulfilled: { + id: "oB0y5Y", defaultMessage: "Unfulfilled", description: "order status" } @@ -422,30 +532,37 @@ export const orderStatusMessages = defineMessages({ export const paymentStatusMessages = defineMessages({ paid: { + id: "2pw5dQ", defaultMessage: "Fully paid", description: "payment status" }, partiallyPaid: { + id: "INNPVX", defaultMessage: "Partially paid", description: "payment status" }, partiallyRefunded: { + id: "OGemtu", defaultMessage: "Partially refunded", description: "payment status" }, refunded: { + id: "XJSRDK", defaultMessage: "Fully refunded", description: "payment status" }, unpaid: { + id: "FBtqtl", defaultMessage: "Unpaid", description: "payment status" }, pending: { + id: "hLUYBt", defaultMessage: "Pending", description: "payment status" }, refused: { + id: "nwnwJ0", defaultMessage: "Refused", description: "payment status" } diff --git a/src/navigation/components/MenuCreateDialog/MenuCreateDialog.tsx b/src/navigation/components/MenuCreateDialog/MenuCreateDialog.tsx index ad3786d0c..13f8d89c3 100644 --- a/src/navigation/components/MenuCreateDialog/MenuCreateDialog.tsx +++ b/src/navigation/components/MenuCreateDialog/MenuCreateDialog.tsx @@ -49,9 +49,9 @@ const MenuCreateDialog: React.FC = ({ @@ -64,8 +64,8 @@ const MenuCreateDialog: React.FC = ({ fullWidth helperText={getMenuErrorMessage(formErrors.name, intl)} label={intl.formatMessage({ - defaultMessage: "Menu Title", - id: "menuCreateDialogMenuTitleLabel" + id: "jhh/D6", + defaultMessage: "Menu Title" })} name={"name" as keyof MenuCreateDialogFormData} value={data.name} diff --git a/src/navigation/components/MenuDetailsPage/MenuDetailsPage.tsx b/src/navigation/components/MenuDetailsPage/MenuDetailsPage.tsx index 040604b9a..58aa4d389 100644 --- a/src/navigation/components/MenuDetailsPage/MenuDetailsPage.tsx +++ b/src/navigation/components/MenuDetailsPage/MenuDetailsPage.tsx @@ -81,7 +81,7 @@ const MenuDetailsPage: React.FC = ({ return ( - {({ change, data, hasChanged, submit }) => ( + {({ change, data, submit }) => ( {intl.formatMessage(sectionNames.navigation)} @@ -93,8 +93,8 @@ const MenuDetailsPage: React.FC = ({
@@ -132,7 +132,7 @@ const MenuDetailsPage: React.FC = ({
= ({ data: {}, label: ( {url} }} @@ -230,23 +230,23 @@ const MenuItemDialog: React.FC = ({ {!!initial ? intl.formatMessage({ + id: "KKQUMK", defaultMessage: "Edit Item", - description: "edit menu item, header", - id: "menuItemDialogEditItem" + description: "edit menu item, header" }) : intl.formatMessage({ + id: "H3Uirw", defaultMessage: "Add Item", - description: "create new menu item, header", - id: "menuItemDialogAddItem" + description: "create new menu item, header" })} = ({ onChange={handleSelectChange} name="id" label={intl.formatMessage({ + id: "Urh2N3", defaultMessage: "Link", - description: "label", - id: "menuItemDialogLinkLabel" + description: "label" })} displayValue={displayValue} loading={loading} @@ -277,8 +277,8 @@ const MenuItemDialog: React.FC = ({ error={!!idError} helperText={getMenuErrorMessage(idError, intl)} placeholder={intl.formatMessage({ - defaultMessage: "Start typing to begin search...", - id: "menuItemDialogLinkPlaceholder" + id: "28GZnc", + defaultMessage: "Start typing to begin search..." })} onInputChange={handleQueryChange} /> diff --git a/src/navigation/components/MenuItems/MenuItems.tsx b/src/navigation/components/MenuItems/MenuItems.tsx index 9eb579ec4..744ec619a 100644 --- a/src/navigation/components/MenuItems/MenuItems.tsx +++ b/src/navigation/components/MenuItems/MenuItems.tsx @@ -123,8 +123,8 @@ const Placeholder: React.FC = props => { @@ -221,9 +221,9 @@ const MenuItems: React.FC = props => { @@ -278,9 +278,9 @@ const MenuItems: React.FC = props => { diff --git a/src/navigation/components/MenuList/MenuList.tsx b/src/navigation/components/MenuList/MenuList.tsx index 459553582..b2823453f 100644 --- a/src/navigation/components/MenuList/MenuList.tsx +++ b/src/navigation/components/MenuList/MenuList.tsx @@ -98,10 +98,7 @@ const MenuList: React.FC = props => { onClick={() => onSort(MenuListUrlSortField.name)} className={classes.colTitle} > - + = props => { className={classes.colItems} > @@ -181,8 +178,8 @@ const MenuList: React.FC = props => { diff --git a/src/navigation/components/MenuListPage/MenuListPage.tsx b/src/navigation/components/MenuListPage/MenuListPage.tsx index abb2905e6..68f2cbae7 100644 --- a/src/navigation/components/MenuListPage/MenuListPage.tsx +++ b/src/navigation/components/MenuListPage/MenuListPage.tsx @@ -33,9 +33,9 @@ const MenuListPage: React.FC = ({ diff --git a/src/navigation/components/MenuProperties/MenuProperties.tsx b/src/navigation/components/MenuProperties/MenuProperties.tsx index ce8f0f9b5..3ea89f4be 100644 --- a/src/navigation/components/MenuProperties/MenuProperties.tsx +++ b/src/navigation/components/MenuProperties/MenuProperties.tsx @@ -38,8 +38,8 @@ const MenuProperties: React.FC = ({ name={"name" as keyof MenuDetailsFormData} fullWidth label={intl.formatMessage({ - defaultMessage: "Menu Title", - id: "menuPropertiesMenuTitle" + id: "jhh/D6", + defaultMessage: "Menu Title" })} helperText={getMenuErrorMessage(formErrors.name, intl)} value={data.name} diff --git a/src/navigation/views/MenuDetails/index.tsx b/src/navigation/views/MenuDetails/index.tsx index 1b1f3a5bd..3c0f22c68 100644 --- a/src/navigation/views/MenuDetails/index.tsx +++ b/src/navigation/views/MenuDetails/index.tsx @@ -231,15 +231,15 @@ const MenuDetails: React.FC = ({ id, params }) => { } variant="delete" title={intl.formatMessage({ + id: "QzseV7", defaultMessage: "Delete Menu", - description: "dialog header", - id: "menuDetailsDeleteMenuHeader" + description: "dialog header" })} > {maybe(() => data.menu.name, "...")} }} diff --git a/src/navigation/views/MenuList/MenuList.tsx b/src/navigation/views/MenuList/MenuList.tsx index 5ba8b2f38..98956a927 100644 --- a/src/navigation/views/MenuList/MenuList.tsx +++ b/src/navigation/views/MenuList/MenuList.tsx @@ -85,8 +85,8 @@ const MenuList: React.FC = ({ params }) => { notify({ status: "success", text: intl.formatMessage({ - defaultMessage: "Created menu", - id: "menuListCreatedMenu" + id: "ugnggZ", + defaultMessage: "Created menu" }) }); navigate(menuUrl(data.menuCreate.menu.id)); @@ -100,8 +100,8 @@ const MenuList: React.FC = ({ params }) => { notify({ status: "success", text: intl.formatMessage({ - defaultMessage: "Deleted menu", - id: "menuListDeletedMenu" + id: "OwG/0z", + defaultMessage: "Deleted menu" }) }); closeModal(); @@ -202,15 +202,15 @@ const MenuList: React.FC = ({ params }) => { } variant="delete" title={intl.formatMessage({ + id: "QzseV7", defaultMessage: "Delete Menu", - description: "dialog header", - id: "menuListDeleteMenuHeader" + description: "dialog header" })} > = ({ params }) => { } variant="delete" title={intl.formatMessage({ + id: "1LBYpE", defaultMessage: "Delete Menus", - description: "dialog header", - id: "menuListDeleteMenusHeader" + description: "dialog header" })} > params.ids.length.toString(), "..."), displayQuantity: ( diff --git a/src/orders/components/DraftOrderChannelSectionCard/DraftOrderChannelSectionCard.tsx b/src/orders/components/DraftOrderChannelSectionCard/DraftOrderChannelSectionCard.tsx index 667869e41..ccbe7add6 100644 --- a/src/orders/components/DraftOrderChannelSectionCard/DraftOrderChannelSectionCard.tsx +++ b/src/orders/components/DraftOrderChannelSectionCard/DraftOrderChannelSectionCard.tsx @@ -17,6 +17,7 @@ export const DraftOrderChannelSectionCard: React.FC = ({ open={open} variant="delete" title={intl.formatMessage({ + id: "NJbzcP", defaultMessage: "Cancel Orders", description: "dialog header" })} @@ -35,6 +36,7 @@ const OrderBulkCancelDialog: React.FC = ({ > = props => { {chunks}, diff --git a/src/orders/components/OrderCannotCancelOrderDialog/OrderCannotCancelOrderDialog.tsx b/src/orders/components/OrderCannotCancelOrderDialog/OrderCannotCancelOrderDialog.tsx index a66aed282..42d2fc894 100644 --- a/src/orders/components/OrderCannotCancelOrderDialog/OrderCannotCancelOrderDialog.tsx +++ b/src/orders/components/OrderCannotCancelOrderDialog/OrderCannotCancelOrderDialog.tsx @@ -32,13 +32,17 @@ const OrderCannotCancelOrderDialog: React.FC = ({ - + diff --git a/src/orders/components/OrderCardTitle/OrderCardTitle.tsx b/src/orders/components/OrderCardTitle/OrderCardTitle.tsx index 14dec88ac..d9ff5d5c8 100644 --- a/src/orders/components/OrderCardTitle/OrderCardTitle.tsx +++ b/src/orders/components/OrderCardTitle/OrderCardTitle.tsx @@ -43,37 +43,46 @@ const useStyles = makeStyles( const messages = defineMessages({ canceled: { defaultMessage: "Canceled ({quantity})", + id: "mGcw06", description: "canceled fulfillment, section header" }, fulfilled: { + id: "iJrw63", defaultMessage: "Fulfilled ({quantity})", description: "section header" }, refunded: { + id: "oQhFlK", defaultMessage: "Refunded ({quantity})", description: "refunded fulfillment, section header" }, refundedAndReturned: { + id: "jNSOSu", defaultMessage: "Refunded and Returned ({quantity})", description: "cancelled fulfillment, section header" }, replaced: { + id: "3stu21", defaultMessage: "Replaced ({quantity})", description: "refunded fulfillment, section header" }, returned: { + id: "eCRaHe", defaultMessage: "Returned ({quantity})", description: "refunded fulfillment, section header" }, waitingForApproval: { + id: "9ssWj+", defaultMessage: "Waiting for approval ({quantity})", description: "unapproved fulfillment, section header" }, unfulfilled: { defaultMessage: "Unfulfilled ({quantity})", + id: "Kc2/e7", description: "section header" }, fulfilledFrom: { + id: "ZPOyI1", defaultMessage: "Fulfilled from {warehouseName}", description: "fulfilled fulfillment, section header" } diff --git a/src/orders/components/OrderChangeWarehouseDialog/messages.ts b/src/orders/components/OrderChangeWarehouseDialog/messages.ts index 05b1e1851..178e8d81a 100644 --- a/src/orders/components/OrderChangeWarehouseDialog/messages.ts +++ b/src/orders/components/OrderChangeWarehouseDialog/messages.ts @@ -3,30 +3,37 @@ import { defineMessages } from "react-intl"; export const changeWarehouseDialogMessages = defineMessages({ dialogTitle: { defaultMessage: "Change warehouse", + id: "g9Mb+U", description: "change warehouse dialog title" }, dialogDescription: { defaultMessage: "Choose warehouse you want to fulfill this order from", + id: "QWCh6/", description: "change warehouse dialog description" }, searchFieldPlaceholder: { defaultMessage: "Search warehouses", + id: "WCg2GZ", description: "change warehouse dialog search placeholder" }, warehouseListLabel: { defaultMessage: "Warehouses A to Z", + id: "Epm41J", description: "change warehouse dialog warehouse list label" }, productUnavailable: { defaultMessage: "{productName} is unavailable at this location", + id: "x4WAC7", description: "warehouse label when one product is unavailable" }, multipleProductsUnavailable: { defaultMessage: "{productCount} products are unavailable at this location", + id: "QfKQx3", description: "warehouse label when multiple products are unavailable" }, currentSelection: { defaultMessage: "currently selected", + id: "n0w2ZT", description: "label for currently selected warehouse" } }); diff --git a/src/orders/components/OrderChannelSectionCard/OrderChannelSectionCard.tsx b/src/orders/components/OrderChannelSectionCard/OrderChannelSectionCard.tsx index de3e3aafd..120461fd7 100644 --- a/src/orders/components/OrderChannelSectionCard/OrderChannelSectionCard.tsx +++ b/src/orders/components/OrderChannelSectionCard/OrderChannelSectionCard.tsx @@ -17,6 +17,7 @@ export const OrderChannelSectionCard: React.FC = ( = props => { = props => { hasMore={hasMoreUsers} loading={loading} placeholder={intl.formatMessage({ + id: "hkSkNx", defaultMessage: "Search Customers" })} onChange={handleUserChange} @@ -193,7 +195,7 @@ const OrderCustomer: React.FC = props => { ) : user === null ? ( userEmail === null ? ( - + ) : ( {userEmail} @@ -216,6 +218,7 @@ const OrderCustomer: React.FC = props => { onClick={onProfileView} > @@ -226,6 +229,7 @@ const OrderCustomer: React.FC = props => { orders by customer */} {/*
+ id="J4NBVR" @@ -241,6 +245,7 @@ const OrderCustomer: React.FC = props => {
@@ -252,9 +257,9 @@ const OrderCustomer: React.FC = props => { ) : order.userEmail === null ? ( ) : ( @@ -272,7 +277,7 @@ const OrderCustomer: React.FC = props => {
- + {canEditAddresses && (
@@ -292,9 +297,9 @@ const OrderCustomer: React.FC = props => { ) : shippingAddress === null ? ( ) : ( @@ -330,7 +335,7 @@ const OrderCustomer: React.FC = props => {
- + {canEditAddresses && (
@@ -350,14 +355,15 @@ const OrderCustomer: React.FC = props => { ) : billingAddress === null ? ( ) : maybe(() => shippingAddress.id) === billingAddress.id ? ( diff --git a/src/orders/components/OrderCustomer/messages.ts b/src/orders/components/OrderCustomer/messages.ts index 622653a6a..5c76a3275 100644 --- a/src/orders/components/OrderCustomer/messages.ts +++ b/src/orders/components/OrderCustomer/messages.ts @@ -2,10 +2,12 @@ import { defineMessages } from "react-intl"; const messages = defineMessages({ orderCustomerFulfillmentAll: { + id: "R98JLZ", defaultMessage: "Fulfill from All Warehouses", description: "OrderCustomer Fulfillment from All Warehouses" }, orderCustomerFulfillmentLocal: { + id: "/w919H", defaultMessage: "Fulfill from Local Stock", description: "OrderCustomer Fulfillment from Local Warehouse" } diff --git a/src/orders/components/OrderCustomerAddressesEditDialog/form.tsx b/src/orders/components/OrderCustomerAddressesEditDialog/form.tsx index 0e94d24a4..8fc736b49 100644 --- a/src/orders/components/OrderCustomerAddressesEditDialog/form.tsx +++ b/src/orders/components/OrderCustomerAddressesEditDialog/form.tsx @@ -99,15 +99,7 @@ function useOrderCustomerAddressesEditForm( ...providedInitialFormData }; - const { - handleChange, - hasChanged, - change, - data: formData, - setChanged - } = useForm({ - ...initialData - }); + const { handleChange, change, data: formData } = useForm(initialData); const { setExitDialogSubmitRef } = useExitFormDialog(); @@ -181,8 +173,7 @@ function useOrderCustomerAddressesEditForm( }; const handleFormSubmit = useHandleFormSubmit({ - onSubmit, - setChanged + onSubmit }); const handleSubmit = () => handleFormSubmit(data); @@ -198,7 +189,6 @@ function useOrderCustomerAddressesEditForm( return { change: handleChange, submit, - hasChanged, data, handlers: { changeCustomerAddress: handleCustomerAddressChange, diff --git a/src/orders/components/OrderCustomerAddressesEditDialog/messages.ts b/src/orders/components/OrderCustomerAddressesEditDialog/messages.ts index 862704653..8c47f1717 100644 --- a/src/orders/components/OrderCustomerAddressesEditDialog/messages.ts +++ b/src/orders/components/OrderCustomerAddressesEditDialog/messages.ts @@ -2,60 +2,74 @@ import { defineMessages } from "react-intl"; export const dialogMessages = defineMessages({ customerChangeTitle: { + id: "PBd/e+", defaultMessage: "Change address for order", description: "dialog header" }, shippingChangeTitle: { + id: "129wyQ", defaultMessage: "Change customer shipping address", description: "dialog header" }, billingChangeTitle: { + id: "D4W/LE", defaultMessage: "Change customer billing address", description: "dialog header" }, billingSameAsShipping: { + id: "RzDYi8", defaultMessage: "Set the same for billing address", description: "checkbox label" }, shippingSameAsBilling: { + id: "txOXvy", defaultMessage: "Set the same for shipping address", description: "checkbox label" }, addressChangeDescription: { + id: "FIZvTx", defaultMessage: "Select method you want to use to change address", description: "dialog content" }, noAddressDescription: { + id: "xWEFrR", defaultMessage: "This customer doesn't have any addresses in the address book. Provide address for order:", description: "dialog content" }, customerChangeDescription: { + id: "CG+awx", defaultMessage: "Which address would you like to use as shipping address for selected customer:", description: "dialog content" }, customerChangeBillingDescription: { + id: "qov29K", defaultMessage: "Select one of customer addresses or add a new address:", description: "dialog content" }, noAddressBillingDescription: { + id: "Qph0GE", defaultMessage: "Add a new address:", description: "dialog content" }, shippingTitle: { + id: "2OH46U", defaultMessage: "Shipping address", description: "search modal shipping title" }, billingTitle: { + id: "r4g/vD", defaultMessage: "Billing address", description: "search modal billing title" }, searchInfo: { + id: "zqarUF", defaultMessage: "Select an address you want to use from the list below", description: "modal information under title" }, noResultsFound: { + id: "kQq6/o", defaultMessage: "No results found", description: "info when addresses search is unsuccessful" } @@ -63,10 +77,12 @@ export const dialogMessages = defineMessages({ export const addressEditMessages = defineMessages({ customerAddress: { + id: "vf56In", defaultMessage: "Use one of customer addresses", description: "address type" }, newAddress: { + id: "9gb9b4", defaultMessage: "Add new address", description: "address type" } diff --git a/src/orders/components/OrderCustomerChangeDialog/form.tsx b/src/orders/components/OrderCustomerChangeDialog/form.tsx index d5683ae9b..d0fdf7e26 100644 --- a/src/orders/components/OrderCustomerChangeDialog/form.tsx +++ b/src/orders/components/OrderCustomerChangeDialog/form.tsx @@ -29,14 +29,13 @@ function useOrderCustomerChangeForm( initial: Partial = {}, onSubmit: (data: OrderCustomerChangeData) => void ): UseOrderCustomerChangeFormResult { - const { handleChange, hasChanged, data, setChanged } = useForm({ + const { handleChange, data } = useForm({ ...initial, ...defaultInitialFormData }); const handleFormSubmit = useHandleFormSubmit({ - onSubmit, - setChanged + onSubmit }); const handleSubmit = () => handleFormSubmit(data); @@ -50,7 +49,6 @@ function useOrderCustomerChangeForm( return { change: handleChange, submit, - hasChanged, data }; } diff --git a/src/orders/components/OrderCustomerChangeDialog/messages.ts b/src/orders/components/OrderCustomerChangeDialog/messages.ts index 6f96a8b21..3eb55611e 100644 --- a/src/orders/components/OrderCustomerChangeDialog/messages.ts +++ b/src/orders/components/OrderCustomerChangeDialog/messages.ts @@ -2,19 +2,23 @@ import { defineMessages } from "react-intl"; const messages = defineMessages({ title: { + id: "uD93er", defaultMessage: "Changed Customer", description: "dialog header" }, description: { + id: "Zg0dRo", defaultMessage: "You have changed customer assigned to this order. What would you like to do with the shipping address?", description: "dialog description" }, keepAddress: { + id: "iue6mV", defaultMessage: "Keep address", description: "option label" }, changeAddress: { + id: "s6lW8R", defaultMessage: "Change address", description: "option label" } diff --git a/src/orders/components/OrderCustomerNote/OrderCustomerNote.tsx b/src/orders/components/OrderCustomerNote/OrderCustomerNote.tsx index 23e4daa1f..340d940e7 100644 --- a/src/orders/components/OrderCustomerNote/OrderCustomerNote.tsx +++ b/src/orders/components/OrderCustomerNote/OrderCustomerNote.tsx @@ -17,6 +17,7 @@ export const OrderCustomerNote: React.FC = ({ = ({ ) : note === "" ? ( - + ) : ( {note} diff --git a/src/orders/components/OrderDetailsPage/OrderDetailsPage.tsx b/src/orders/components/OrderDetailsPage/OrderDetailsPage.tsx index 9761210b9..89a3df828 100644 --- a/src/orders/components/OrderDetailsPage/OrderDetailsPage.tsx +++ b/src/orders/components/OrderDetailsPage/OrderDetailsPage.tsx @@ -99,14 +99,17 @@ export interface OrderDetailsPageProps { const messages = defineMessages({ cancelOrder: { + id: "9ZtJhn", defaultMessage: "Cancel order", description: "cancel button" }, confirmOrder: { + id: "maxT+q", defaultMessage: "Confirm order", description: "save button" }, returnOrder: { + id: "+RjQjs", defaultMessage: "Return / Replace order", description: "return button" } @@ -189,9 +192,9 @@ const OrderDetailsPage: React.FC = props => { ? { confirm: intl.formatMessage(messages.confirmOrder) } : undefined; - const allowSave = (hasChanged: boolean) => { + const allowSave = () => { if (!isOrderUnconfirmed) { - return disabled || !hasChanged; + return disabled; } else if (!order?.lines?.length) { return true; } @@ -217,7 +220,7 @@ const OrderDetailsPage: React.FC = props => { return ( - {({ change, data, hasChanged, submit }) => { + {({ change, data, submit }) => { const changeMetadata = makeMetadataChangeHandler(change); return ( @@ -334,7 +337,7 @@ const OrderDetailsPage: React.FC = props => { onCancel={onBack} onSubmit={submit} state={saveButtonBarState} - disabled={allowSave(hasChanged)} + disabled={allowSave()} /> ); diff --git a/src/orders/components/OrderDetailsPage/Title.tsx b/src/orders/components/OrderDetailsPage/Title.tsx index ce6793e0d..a3b069490 100644 --- a/src/orders/components/OrderDetailsPage/Title.tsx +++ b/src/orders/components/OrderDetailsPage/Title.tsx @@ -35,7 +35,7 @@ const Title: React.FC = props => { return (
{intl.formatMessage( - { defaultMessage: "Order #{orderNumber}" }, + { id: "AqXzM2", defaultMessage: "Order #{orderNumber}" }, { orderNumber: order?.number } )}
diff --git a/src/orders/components/OrderDiscountCommonModal/OrderDiscountCommonModal.tsx b/src/orders/components/OrderDiscountCommonModal/OrderDiscountCommonModal.tsx index 548cf2b2e..ab3100094 100644 --- a/src/orders/components/OrderDiscountCommonModal/OrderDiscountCommonModal.tsx +++ b/src/orders/components/OrderDiscountCommonModal/OrderDiscountCommonModal.tsx @@ -69,34 +69,42 @@ const useStyles = makeStyles( const messages = defineMessages({ buttonLabel: { + id: "QSnh4Y", defaultMessage: "Add", description: "add button label" }, itemDiscountTitle: { + id: "WTj17Z", defaultMessage: "Discount Item", description: "dialog title item discount" }, orderDiscountTitle: { + id: "YFDAaX", defaultMessage: "Discount this Order by:", description: "dialog title order discount" }, percentageOption: { + id: "WUf3Iu", defaultMessage: "Percentage", description: "percentage option" }, fixedAmountOption: { + id: "fo7nfa", defaultMessage: "Fixed Amount", description: "fixed amount" }, invalidValue: { + id: "IN5iJz", defaultMessage: "Invalid value", description: "value input helper text" }, discountValueLabel: { + id: "GAmGog", defaultMessage: "Discount value", description: "value input label" }, discountReasonLabel: { + id: "nvSJNR", defaultMessage: "Reason", description: "discount reason input lavel" } diff --git a/src/orders/components/OrderDraftCancelDialog/OrderDraftCancelDialog.tsx b/src/orders/components/OrderDraftCancelDialog/OrderDraftCancelDialog.tsx index a55023b4f..b2f750f1e 100644 --- a/src/orders/components/OrderDraftCancelDialog/OrderDraftCancelDialog.tsx +++ b/src/orders/components/OrderDraftCancelDialog/OrderDraftCancelDialog.tsx @@ -35,6 +35,7 @@ const OrderDraftCancelDialog: React.FC = ({ onConfirm={onConfirm} open={open} title={intl.formatMessage({ + id: "APcoSA", defaultMessage: "Delete Daft Order", description: "dialog header" })} @@ -42,6 +43,7 @@ const OrderDraftCancelDialog: React.FC = ({ > {orderNumber} diff --git a/src/orders/components/OrderDraftDetails/OrderDraftDetails.tsx b/src/orders/components/OrderDraftDetails/OrderDraftDetails.tsx index 823122df5..a50eb0441 100644 --- a/src/orders/components/OrderDraftDetails/OrderDraftDetails.tsx +++ b/src/orders/components/OrderDraftDetails/OrderDraftDetails.tsx @@ -39,6 +39,7 @@ const OrderDraftDetails: React.FC = ({ = ({ data-test-id="add-products-button" > diff --git a/src/orders/components/OrderDraftDetailsProducts/OrderDraftDetailsProducts.tsx b/src/orders/components/OrderDraftDetailsProducts/OrderDraftDetailsProducts.tsx index e6701b3e5..8f89dd78d 100644 --- a/src/orders/components/OrderDraftDetailsProducts/OrderDraftDetailsProducts.tsx +++ b/src/orders/components/OrderDraftDetailsProducts/OrderDraftDetailsProducts.tsx @@ -75,23 +75,26 @@ const OrderDraftDetailsProducts: React.FC = prop - + @@ -119,7 +122,10 @@ const OrderDraftDetailsProducts: React.FC = prop ) : ( - + )} diff --git a/src/orders/components/OrderDraftDetailsProducts/TableLineForm.tsx b/src/orders/components/OrderDraftDetailsProducts/TableLineForm.tsx index cda415e0f..53e094e6f 100644 --- a/src/orders/components/OrderDraftDetailsProducts/TableLineForm.tsx +++ b/src/orders/components/OrderDraftDetailsProducts/TableLineForm.tsx @@ -37,7 +37,7 @@ const TableLineForm: React.FC = ({ return ( onOrderLineChange(id, data)}> - {({ change, data, hasChanged, submit }) => { + {({ change, data, submit }) => { const handleQuantityChange = createNonNegativeValueChangeHandler( change ); @@ -45,7 +45,7 @@ const TableLineForm: React.FC = ({ return ( {debounce => ( diff --git a/src/orders/components/OrderDraftDetailsSummary/messages.ts b/src/orders/components/OrderDraftDetailsSummary/messages.ts index 56face460..56dc16bca 100644 --- a/src/orders/components/OrderDraftDetailsSummary/messages.ts +++ b/src/orders/components/OrderDraftDetailsSummary/messages.ts @@ -2,34 +2,42 @@ import { defineMessages } from "react-intl"; export const messages = defineMessages({ addShippingAddressInfo: { + id: "BjxQ3u", defaultMessage: "add shipping address first", description: "add shipping address first label" }, subtotal: { + id: "xUvWaP", defaultMessage: "Subtotal", description: "subtotal price" }, addDiscount: { + id: "Myx1Qp", defaultMessage: "Add Discount", description: "add discount button" }, discount: { + id: "+8v1ny", defaultMessage: "Discount", description: "discount button" }, addShippingCarrier: { + id: "Jb1/3V", defaultMessage: "Add shipping carrier", description: "add shipping carrier button" }, noShippingCarriers: { + id: "M9LXb5", defaultMessage: "No applicable shipping carriers", description: "no shipping carriers title" }, total: { + id: "S/yAtJ", defaultMessage: "Total", description: "total price" }, taxes: { + id: "mQtoRO", defaultMessage: "Taxes (VAT included)", description: "taxes title" } diff --git a/src/orders/components/OrderDraftList/OrderDraftList.tsx b/src/orders/components/OrderDraftList/OrderDraftList.tsx index f4bc9247a..ab45e8d88 100644 --- a/src/orders/components/OrderDraftList/OrderDraftList.tsx +++ b/src/orders/components/OrderDraftList/OrderDraftList.tsx @@ -110,7 +110,7 @@ export const OrderDraftList: React.FC = props => { onClick={() => onSort(OrderDraftListUrlSortField.number)} className={classes.colNumber} > - + = props => { className={classes.colDate} > @@ -135,10 +136,11 @@ export const OrderDraftList: React.FC = props => { onClick={() => onSort(OrderDraftListUrlSortField.customer)} className={classes.colCustomer} > - + @@ -222,7 +224,10 @@ export const OrderDraftList: React.FC = props => { () => ( - + ) diff --git a/src/orders/components/OrderDraftListPage/OrderDraftListPage.tsx b/src/orders/components/OrderDraftListPage/OrderDraftListPage.tsx index 71ae7bf31..9009ccf21 100644 --- a/src/orders/components/OrderDraftListPage/OrderDraftListPage.tsx +++ b/src/orders/components/OrderDraftListPage/OrderDraftListPage.tsx @@ -64,6 +64,7 @@ const OrderDraftListPage: React.FC = ({ hasLimits(limits, "orders") && intl.formatMessage( { + id: "w2eTzO", defaultMessage: "{count}/{max} orders", description: "placed orders counter" }, @@ -80,6 +81,7 @@ const OrderDraftListPage: React.FC = ({ onClick={onAdd} > @@ -89,6 +91,7 @@ const OrderDraftListPage: React.FC = ({ = ({ filterStructure={structure} initialSearch={initialSearch} searchPlaceholder={intl.formatMessage({ + id: "NJEe12", defaultMessage: "Search Draft" })} tabs={tabs} diff --git a/src/orders/components/OrderDraftListPage/filters.ts b/src/orders/components/OrderDraftListPage/filters.ts index 6dcb557a9..2b97cc7c3 100644 --- a/src/orders/components/OrderDraftListPage/filters.ts +++ b/src/orders/components/OrderDraftListPage/filters.ts @@ -15,10 +15,12 @@ export interface OrderDraftListFilterOpts { const messages = defineMessages({ created: { + id: "vwMO04", defaultMessage: "Created", description: "draft order" }, customer: { + id: "iEeIhY", defaultMessage: "Customer", description: "draft order" } diff --git a/src/orders/components/OrderDraftPage/OrderDraftPage.tsx b/src/orders/components/OrderDraftPage/OrderDraftPage.tsx index 0215f0b83..606c54dd5 100644 --- a/src/orders/components/OrderDraftPage/OrderDraftPage.tsx +++ b/src/orders/components/OrderDraftPage/OrderDraftPage.tsx @@ -104,6 +104,7 @@ const OrderDraftPage: React.FC = props => { menuItems={[ { label: intl.formatMessage({ + id: "PAqicb", defaultMessage: "Cancel order", description: "button" }), @@ -162,6 +163,7 @@ const OrderDraftPage: React.FC = props => { onSubmit={onDraftFinalize} labels={{ confirm: intl.formatMessage({ + id: "4Z14xW", defaultMessage: "Finalize", description: "button" }) diff --git a/src/orders/components/OrderFulfillLine/messages.ts b/src/orders/components/OrderFulfillLine/messages.ts index 96683c4dc..bfee76eb9 100644 --- a/src/orders/components/OrderFulfillLine/messages.ts +++ b/src/orders/components/OrderFulfillLine/messages.ts @@ -4,10 +4,12 @@ export const messages = defineMessages({ preorderWarning: { defaultMessage: "This product is still in preorder. You will be able to fulfill it after it reaches it’s release date", + id: "k6sfZr", description: "tooltip content when product is in preorder" }, deletedVariantWarning: { defaultMessage: "This variant no longer exists. You can still fulfill it.", + id: "8vQGO0", description: "tooltip content when line's variant has been deleted" } }); diff --git a/src/orders/components/OrderFulfillPage/messages.ts b/src/orders/components/OrderFulfillPage/messages.ts index 5561bf540..91598eb7b 100644 --- a/src/orders/components/OrderFulfillPage/messages.ts +++ b/src/orders/components/OrderFulfillPage/messages.ts @@ -2,67 +2,83 @@ import { defineMessages } from "react-intl"; export const messages = defineMessages({ headerOrder: { + id: "6u4K7e", defaultMessage: "Order", description: "page header" }, headerOrderNumber: { + id: "kPIZ65", defaultMessage: "Order #{orderNumber}", description: "page header" }, headerOrderNumberAddFulfillment: { + id: "CJpx4E", defaultMessage: "Order no. {orderNumber} - Add Fulfillment", description: "page header" }, submitFulfillment: { + id: "BLX9dz", defaultMessage: "Fulfill", description: "fulfill order, button" }, submitPrepareFulfillment: { + id: "Uh9R9m", defaultMessage: "Prepare fulfillment", description: "prepare order fulfillment, button" }, itemsReadyToShip: { + id: "N5UuEK", defaultMessage: "Items ready to ship", description: "header" }, productName: { + id: "vW3tb6", defaultMessage: "Product name", description: "name" }, sku: { + id: "fw+VAN", defaultMessage: "SKU", description: "product's sku" }, quantityToFulfill: { + id: "Kg0Fiu", defaultMessage: "Quantity to fulfill", description: "quantity of fulfilled products" }, quantity: { defaultMessage: "Quantity", + id: "0mhR+F", description: "Header row quantity label" }, stock: { defaultMessage: "Stock", + id: "tZnV8L", description: "Header row stock label" }, noStock: { + id: "z9wQ/U", defaultMessage: "No Stock", description: "no variant stock in warehouse" }, sentShipmentDetails: { + id: "0VDwAP", defaultMessage: "Send shipment details to customer", description: "checkbox label" }, shipmentInformation: { defaultMessage: "Shipment information", + id: "lF+VJQ", description: "Shipment information card header" }, trackingNumber: { defaultMessage: "Tracking number", + id: "zbrHAw", description: "Tracking number input label" }, fulfillingFrom: { defaultMessage: "Fulfilling from {warehouseName}", + id: "oiaUni", description: "Support text under page header" } }); diff --git a/src/orders/components/OrderFulfillStockExceededDialog/messages.ts b/src/orders/components/OrderFulfillStockExceededDialog/messages.ts index bcbc33fcc..8fa4df9fc 100644 --- a/src/orders/components/OrderFulfillStockExceededDialog/messages.ts +++ b/src/orders/components/OrderFulfillStockExceededDialog/messages.ts @@ -3,39 +3,48 @@ import { defineMessages } from "react-intl"; export const stockExceededDialogMessages = defineMessages({ title: { defaultMessage: "Not enough stock", + id: "qZHHed", description: "stock exceeded dialog title" }, infoLabel: { defaultMessage: "Stock for items shown below are not enough to prepare fulfillment:", + id: "Z7Tf8e", description: "stock exceeded dialog description" }, questionLabel: { defaultMessage: "Are you sure you want to fulfill those products anyway?", + id: "S7Rwl0", description: "stock exceeded action question label" }, cancelButton: { defaultMessage: "Cancel", + id: "uT5L4h", description: "cancel button label" }, fulfillButton: { defaultMessage: "Fulfill anyway", + id: "VSj89H", description: "fulfill button label" }, productLabel: { defaultMessage: "Product", + id: "74Cxe8", description: "table header product label" }, requiredStockLabel: { defaultMessage: "Required", + id: "TZtvTG", description: "table header required stock label" }, availableStockLabel: { defaultMessage: "Available", + id: "JMBsrr", description: "table header available stock label" }, warehouseStockLabel: { defaultMessage: "Warehouse stock", + id: "Mmo9k2", description: "table header warehouse stock label" } }); diff --git a/src/orders/components/OrderFulfilledProductsCard/messages.ts b/src/orders/components/OrderFulfilledProductsCard/messages.ts index 20ef4b8e4..8f062cc36 100644 --- a/src/orders/components/OrderFulfilledProductsCard/messages.ts +++ b/src/orders/components/OrderFulfilledProductsCard/messages.ts @@ -2,14 +2,17 @@ import { defineMessages } from "react-intl"; export const actionButtonsMessages = defineMessages({ refund: { + id: "K//bUK", defaultMessage: "Refund", description: "refund button" }, editTracking: { + id: "dTkmON", defaultMessage: "Edit tracking", description: "edit tracking button" }, addTracking: { + id: "bS7A8u", defaultMessage: "Add tracking", description: "add tracking button" } @@ -17,14 +20,17 @@ export const actionButtonsMessages = defineMessages({ export const extraInfoMessages = defineMessages({ fulfilled: { + id: "lOMgms", defaultMessage: "Fulfilled from: ", description: "fulfillment group" }, restocked: { + id: "f/R1Ln", defaultMessage: "Restocked from: ", description: "restocked group" }, tracking: { + id: "4PlW0w", defaultMessage: "Tracking Number: {trackingNumber}", description: "tracking number" } diff --git a/src/orders/components/OrderFulfillmentApproveDialog/messages.ts b/src/orders/components/OrderFulfillmentApproveDialog/messages.ts index 9a4f6158c..f626876e5 100644 --- a/src/orders/components/OrderFulfillmentApproveDialog/messages.ts +++ b/src/orders/components/OrderFulfillmentApproveDialog/messages.ts @@ -2,14 +2,17 @@ import { defineMessages } from "react-intl"; export const messages = defineMessages({ title: { + id: "UQu75k", defaultMessage: "Approve this fulfillment", description: "dialog header" }, description: { + id: "EHsnZX", defaultMessage: "Are you sure you want to approve this fullfillment?", description: "dialog description" }, notifyCustomer: { + id: "SqhC7g", defaultMessage: "Send shipment details to customer", description: "checkbox label, fulfillment approval" } diff --git a/src/orders/components/OrderFulfillmentCancelDialog/OrderFulfillmentCancelDialog.tsx b/src/orders/components/OrderFulfillmentCancelDialog/OrderFulfillmentCancelDialog.tsx index 3321790e3..4ba2abe37 100644 --- a/src/orders/components/OrderFulfillmentCancelDialog/OrderFulfillmentCancelDialog.tsx +++ b/src/orders/components/OrderFulfillmentCancelDialog/OrderFulfillmentCancelDialog.tsx @@ -86,13 +86,17 @@ const OrderFulfillmentCancelDialog: React.FC <> - +
choices={choices} displayValue={displayValue} label={intl.formatMessage({ + id: "aHc89n", defaultMessage: "Select Warehouse", description: "select warehouse to restock items" })} diff --git a/src/orders/components/OrderFulfillmentSettings/OrderFulfillmentSettings.tsx b/src/orders/components/OrderFulfillmentSettings/OrderFulfillmentSettings.tsx index 9793500ef..7768121b9 100644 --- a/src/orders/components/OrderFulfillmentSettings/OrderFulfillmentSettings.tsx +++ b/src/orders/components/OrderFulfillmentSettings/OrderFulfillmentSettings.tsx @@ -24,6 +24,7 @@ const OrderFulfillmentSettings: React.FC = ({ = ({ label={ <> @@ -56,11 +59,13 @@ const OrderFulfillmentSettings: React.FC = ({ label={ <> diff --git a/src/orders/components/OrderFulfillmentTrackingDialog/OrderFulfillmentTrackingDialog.tsx b/src/orders/components/OrderFulfillmentTrackingDialog/OrderFulfillmentTrackingDialog.tsx index b45631d3a..49ef4d4e3 100644 --- a/src/orders/components/OrderFulfillmentTrackingDialog/OrderFulfillmentTrackingDialog.tsx +++ b/src/orders/components/OrderFulfillmentTrackingDialog/OrderFulfillmentTrackingDialog.tsx @@ -57,6 +57,7 @@ const OrderFulfillmentTrackingDialog: React.FC @@ -69,6 +70,7 @@ const OrderFulfillmentTrackingDialog: React.FC { switch (event.type) { case OrderEventsEnum.CANCELED: return intl.formatMessage({ + id: "zRrcOG", defaultMessage: "Order was cancelled", description: "order history message" }); case OrderEventsEnum.ADDED_PRODUCTS: return intl.formatMessage({ + id: "U1eJIw", defaultMessage: "Products were added to an order", description: "order history message" }); case OrderEventsEnum.DRAFT_CREATED: return intl.formatMessage({ + id: "hWO1SD", defaultMessage: "Draft order was created", description: "order history message" }); case OrderEventsEnum.REMOVED_PRODUCTS: return intl.formatMessage({ + id: "fehqPs", defaultMessage: "Products were deleted from an order", description: "order history message" }); @@ -58,58 +62,69 @@ export const getEventMessage = (event: OrderEventFragment, intl: IntlShape) => { switch (event.emailType) { case OrderEventsEmailsEnum.DIGITAL_LINKS: return intl.formatMessage({ + id: "OzHN0Z", defaultMessage: "Links to the order's digital goods were sent", description: "order history message" }); case OrderEventsEmailsEnum.FULFILLMENT_CONFIRMATION: return intl.formatMessage({ + id: "aq5ZiN", defaultMessage: "Fulfillment confirmation was sent to customer", description: "order history message" }); case OrderEventsEmailsEnum.CONFIRMED: return intl.formatMessage({ + id: "cqZ5UH", defaultMessage: "Order confirmation was sent to customer", description: "order history message" }); case OrderEventsEmailsEnum.PAYMENT_CONFIRMATION: return intl.formatMessage({ + id: "4Z6BtA", defaultMessage: "Payment confirmation was sent to customer", description: "order history message" }); case OrderEventsEmailsEnum.SHIPPING_CONFIRMATION: return intl.formatMessage({ + id: "BCPrmK", defaultMessage: "Shipping details was sent to customer", description: "order history message" }); case OrderEventsEmailsEnum.TRACKING_UPDATED: return intl.formatMessage({ + id: "j3yE7I", defaultMessage: "Shipping tracking number was sent to customer", description: "order history message" }); case OrderEventsEmailsEnum.ORDER_CANCEL: return intl.formatMessage({ + id: "06bR4Z", defaultMessage: "Order cancel information was sent to customer", description: "order history message" }); case OrderEventsEmailsEnum.ORDER_CONFIRMATION: return intl.formatMessage({ + id: "oQ27V4", defaultMessage: "Order placed information was sent to customer", description: "order history message" }); case OrderEventsEmailsEnum.ORDER_REFUND: return intl.formatMessage({ + id: "9piUVz", defaultMessage: "Order refund information was sent to customer", description: "order history message" }); } case OrderEventsEnum.FULFILLMENT_CANCELED: return intl.formatMessage({ + id: "GLy2UR", defaultMessage: "Fulfillment was cancelled", description: "order history message" }); case OrderEventsEnum.INVOICE_REQUESTED: return intl.formatMessage( { + id: "chvryR", defaultMessage: "Invoice was requested by {requestedBy}", description: "order history message" }, @@ -120,6 +135,7 @@ export const getEventMessage = (event: OrderEventFragment, intl: IntlShape) => { case OrderEventsEnum.INVOICE_GENERATED: return intl.formatMessage( { + id: "pTpx0p", defaultMessage: "Invoice no. {invoiceNumber} was generated by {generatedBy}", description: "order history message" @@ -132,6 +148,7 @@ export const getEventMessage = (event: OrderEventFragment, intl: IntlShape) => { case OrderEventsEnum.INVOICE_UPDATED: return intl.formatMessage( { + id: "6RQKxH", defaultMessage: "Invoice no. {invoiceNumber} was updated", description: "order history message" }, @@ -142,6 +159,7 @@ export const getEventMessage = (event: OrderEventFragment, intl: IntlShape) => { case OrderEventsEnum.INVOICE_SENT: return intl.formatMessage( { + id: "qddy2Z", defaultMessage: "Invoice was sent to customer by {sentBy}", description: "order history message" }, @@ -151,12 +169,14 @@ export const getEventMessage = (event: OrderEventFragment, intl: IntlShape) => { ); case OrderEventsEnum.FULFILLMENT_AWAITS_APPROVAL: return intl.formatMessage({ + id: "PcPMjC", defaultMessage: "Fulfillment awaits approval", description: "order history message" }); case OrderEventsEnum.FULFILLMENT_FULFILLED_ITEMS: return intl.formatMessage( { + id: "nHmugP", defaultMessage: "Fulfilled {quantity} items", description: "order history message" }, @@ -167,6 +187,7 @@ export const getEventMessage = (event: OrderEventFragment, intl: IntlShape) => { case OrderEventsEnum.FULFILLMENT_REFUNDED: return intl.formatMessage( { + id: "D3WUc/", defaultMessage: "Order was refunded by {refundedBy}", description: "order history message" }, @@ -177,6 +198,7 @@ export const getEventMessage = (event: OrderEventFragment, intl: IntlShape) => { case OrderEventsEnum.FULFILLMENT_RESTOCKED_ITEMS: return intl.formatMessage( { + id: "wOeIR4", defaultMessage: "Restocked {quantity} items", description: "order history message" }, @@ -186,16 +208,19 @@ export const getEventMessage = (event: OrderEventFragment, intl: IntlShape) => { ); case OrderEventsEnum.NOTE_ADDED: return intl.formatMessage({ + id: "6WRFp2", defaultMessage: "Note was added to the order", description: "order history message" }); case OrderEventsEnum.ORDER_FULLY_PAID: return intl.formatMessage({ + id: "P/EDn1", defaultMessage: "Order was fully paid", description: "order history message" }); case OrderEventsEnum.ORDER_MARKED_AS_PAID: return intl.formatMessage({ + id: "fkplbE", defaultMessage: "Order was marked as paid", description: "order history message" }); @@ -204,6 +229,7 @@ export const getEventMessage = (event: OrderEventFragment, intl: IntlShape) => { case OrderEventsEnum.OVERSOLD_ITEMS: return intl.formatMessage( { + id: "Fl3ORD", defaultMessage: "Oversold {quantity} items", description: "order history message" }, @@ -213,51 +239,61 @@ export const getEventMessage = (event: OrderEventFragment, intl: IntlShape) => { ); case OrderEventsEnum.PAYMENT_CAPTURED: return intl.formatMessage({ + id: "2yV+s8", defaultMessage: "Payment was captured", description: "order history message" }); case OrderEventsEnum.PAYMENT_FAILED: return intl.formatMessage({ + id: "TCR639", defaultMessage: "Payment failed", description: "order history message" }); case OrderEventsEnum.PAYMENT_REFUNDED: return intl.formatMessage({ + id: "3fgyFh", defaultMessage: "Payment was refunded", description: "order history message" }); case OrderEventsEnum.PAYMENT_VOIDED: return intl.formatMessage({ + id: "8RnPGF", defaultMessage: "Payment was voided", description: "order history message" }); case OrderEventsEnum.PLACED: return intl.formatMessage({ + id: "GJAX0z", defaultMessage: "Order was placed", description: "order history message" }); case OrderEventsEnum.PLACED_FROM_DRAFT: return intl.formatMessage({ + id: "OKGd/k", defaultMessage: "Order was created from draft", description: "order history message" }); case OrderEventsEnum.TRACKING_UPDATED: return intl.formatMessage({ + id: "e92Uxp", defaultMessage: "Updated fulfillment group's tracking number", description: "order history message" }); case OrderEventsEnum.UPDATED_ADDRESS: return intl.formatMessage({ + id: "RLTaAR", defaultMessage: "Order address was updated", description: "order history message" }); case OrderEventsEnum.PAYMENT_AUTHORIZED: return intl.formatMessage({ + id: "GVM/fi", defaultMessage: "Payment was authorized", description: "order history message" }); case OrderEventsEnum.CONFIRMED: return intl.formatMessage({ + id: "ubasgL", defaultMessage: "Order was confirmed", description: "order history message" }); @@ -324,7 +360,7 @@ const OrderHistory: React.FC = props => { return (
- +
{history ? ( diff --git a/src/orders/components/OrderInvoiceEmailSendDialog/OrderInvoiceEmailSendDialog.tsx b/src/orders/components/OrderInvoiceEmailSendDialog/OrderInvoiceEmailSendDialog.tsx index 23faa4ddf..cbee26734 100644 --- a/src/orders/components/OrderInvoiceEmailSendDialog/OrderInvoiceEmailSendDialog.tsx +++ b/src/orders/components/OrderInvoiceEmailSendDialog/OrderInvoiceEmailSendDialog.tsx @@ -37,6 +37,7 @@ const OrderInvoiceEmailSendDialog: React.FC = {intl.formatMessage({ + id: "5JT4v2", defaultMessage: "Send Invoice", description: "dialog header" })} @@ -44,6 +45,7 @@ const OrderInvoiceEmailSendDialog: React.FC = {invoice?.number} diff --git a/src/orders/components/OrderInvoiceList/OrderInvoiceList.tsx b/src/orders/components/OrderInvoiceList/OrderInvoiceList.tsx index 0d06b872a..a1b817ad0 100644 --- a/src/orders/components/OrderInvoiceList/OrderInvoiceList.tsx +++ b/src/orders/components/OrderInvoiceList/OrderInvoiceList.tsx @@ -72,6 +72,7 @@ const OrderInvoiceList: React.FC = props => { = props => { onInvoiceGenerate && ( {notAllowedToFulfillUnpaid && ( diff --git a/src/orders/views/OrderDetails/OrderDetailsMessages.tsx b/src/orders/views/OrderDetails/OrderDetailsMessages.tsx index 4903dd6ed..ac03ba238 100644 --- a/src/orders/views/OrderDetails/OrderDetailsMessages.tsx +++ b/src/orders/views/OrderDetails/OrderDetailsMessages.tsx @@ -83,6 +83,7 @@ export const OrderDetailsMessages: React.FC = ({ pushMessage({ status: "success", text: intl.formatMessage({ + id: "9RCuN3", defaultMessage: "Payment successfully captured" }) }); @@ -95,6 +96,7 @@ export const OrderDetailsMessages: React.FC = ({ pushMessage({ status: "success", text: intl.formatMessage({ + id: "lL1HTg", defaultMessage: "Order marked as paid" }) }); @@ -107,6 +109,7 @@ export const OrderDetailsMessages: React.FC = ({ pushMessage({ status: "success", text: intl.formatMessage({ + id: "W/Es0H", defaultMessage: "Order successfully cancelled" }) }); @@ -119,6 +122,7 @@ export const OrderDetailsMessages: React.FC = ({ pushMessage({ status: "success", text: intl.formatMessage({ + id: "W/Es0H", defaultMessage: "Order successfully cancelled" }) }); @@ -131,6 +135,7 @@ export const OrderDetailsMessages: React.FC = ({ pushMessage({ status: "success", text: intl.formatMessage({ + id: "L87bp7", defaultMessage: "Order payment successfully voided" }) }); @@ -143,6 +148,7 @@ export const OrderDetailsMessages: React.FC = ({ pushMessage({ status: "success", text: intl.formatMessage({ + id: "KmPicj", defaultMessage: "Note successfully added" }) }); @@ -154,6 +160,7 @@ export const OrderDetailsMessages: React.FC = ({ pushMessage({ status: "success", text: intl.formatMessage({ + id: "j2fPVo", defaultMessage: "Order successfully updated" }) }); @@ -166,6 +173,7 @@ export const OrderDetailsMessages: React.FC = ({ pushMessage({ status: "success", text: intl.formatMessage({ + id: "j2fPVo", defaultMessage: "Order successfully updated" }) }); @@ -180,6 +188,7 @@ export const OrderDetailsMessages: React.FC = ({ pushMessage({ status: "success", text: intl.formatMessage({ + id: "7U8GRy", defaultMessage: "Shipping method successfully updated" }) }); @@ -192,6 +201,7 @@ export const OrderDetailsMessages: React.FC = ({ pushMessage({ status: "success", text: intl.formatMessage({ + id: "9OtpHt", defaultMessage: "Order line deleted" }) }); @@ -203,6 +213,7 @@ export const OrderDetailsMessages: React.FC = ({ pushMessage({ status: "success", text: intl.formatMessage({ + id: "HlCkMT", defaultMessage: "Order line added" }) }); @@ -215,6 +226,7 @@ export const OrderDetailsMessages: React.FC = ({ pushMessage({ status: "success", text: intl.formatMessage({ + id: "Fn3bE0", defaultMessage: "Order line updated" }) }); @@ -235,6 +247,7 @@ export const OrderDetailsMessages: React.FC = ({ pushMessage({ status: "success", text: intl.formatMessage({ + id: "+sX7yS", defaultMessage: "Fulfillment successfully approved" }) }); @@ -249,6 +262,7 @@ export const OrderDetailsMessages: React.FC = ({ pushMessage({ status: "success", text: intl.formatMessage({ + id: "uMpv1v", defaultMessage: "Fulfillment successfully cancelled" }) }); @@ -263,6 +277,7 @@ export const OrderDetailsMessages: React.FC = ({ pushMessage({ status: "success", text: intl.formatMessage({ + id: "CZmloB", defaultMessage: "Fulfillment successfully updated" }) }); @@ -275,6 +290,7 @@ export const OrderDetailsMessages: React.FC = ({ pushMessage({ status: "success", text: intl.formatMessage({ + id: "c4gbXr", defaultMessage: "Draft order successfully finalized" }) }); @@ -285,10 +301,12 @@ export const OrderDetailsMessages: React.FC = ({ if (errs.length === 0) { pushMessage({ text: intl.formatMessage({ + id: "ND5x+V", defaultMessage: "We’re generating the invoice you requested. Please wait a couple of moments" }), title: intl.formatMessage({ + id: "PKJqcq", defaultMessage: "Invoice is Generating" }) }); @@ -311,6 +329,7 @@ export const OrderDetailsMessages: React.FC = ({ if (errs.length === 0) { pushMessage({ text: intl.formatMessage({ + id: "3u+4NZ", defaultMessage: "Invoice email sent" }) }); diff --git a/src/orders/views/OrderDetails/OrderDraftDetails/index.tsx b/src/orders/views/OrderDetails/OrderDraftDetails/index.tsx index 1745829dd..97b75246f 100644 --- a/src/orders/views/OrderDetails/OrderDraftDetails/index.tsx +++ b/src/orders/views/OrderDetails/OrderDraftDetails/index.tsx @@ -184,6 +184,7 @@ export const OrderDraftDetails: React.FC = ({ = ({ = ( = ({ params }) => { notify({ status: "success", text: intl.formatMessage({ + id: "ra2O4j", defaultMessage: "Deleted draft orders" }) }); @@ -93,6 +94,7 @@ export const OrderDraftList: React.FC = ({ params }) => { notify({ status: "success", text: intl.formatMessage({ + id: "6udlH+", defaultMessage: "Order draft successfully created" }) }); @@ -227,6 +229,7 @@ export const OrderDraftList: React.FC = ({ params }) => { onConfirm={onOrderDraftBulkDelete} open={params.action === "remove"} title={intl.formatMessage({ + id: "qbmeUI", defaultMessage: "Delete Order Drafts", description: "dialog header" })} @@ -234,6 +237,7 @@ export const OrderDraftList: React.FC = ({ params }) => { > = ({ orderId, params }) => { notify({ status: "success", text: intl.formatMessage({ + id: "CYEnGq", defaultMessage: "Fulfilled Items", description: "order fulfilled success message" }) @@ -68,6 +69,7 @@ const OrderFulfill: React.FC = ({ orderId, params }) => { data?.order?.number ? intl.formatMessage( { + id: "2MKBk2", defaultMessage: "Fulfill Order #{orderNumber}", description: "window title" }, @@ -76,6 +78,7 @@ const OrderFulfill: React.FC = ({ orderId, params }) => { } ) : intl.formatMessage({ + id: "NzifUg", defaultMessage: "Fulfill Order", description: "window title" }) diff --git a/src/orders/views/OrderList/OrderList.tsx b/src/orders/views/OrderList/OrderList.tsx index 657354eda..6a475b51a 100644 --- a/src/orders/views/OrderList/OrderList.tsx +++ b/src/orders/views/OrderList/OrderList.tsx @@ -67,6 +67,7 @@ export const OrderList: React.FC = ({ params }) => { notify({ status: "success", text: intl.formatMessage({ + id: "6udlH+", defaultMessage: "Order draft successfully created" }) }); diff --git a/src/orders/views/OrderRefund/OrderRefund.tsx b/src/orders/views/OrderRefund/OrderRefund.tsx index ed7328eab..eae7f3a22 100644 --- a/src/orders/views/OrderRefund/OrderRefund.tsx +++ b/src/orders/views/OrderRefund/OrderRefund.tsx @@ -74,6 +74,7 @@ const OrderRefund: React.FC = ({ orderId }) => { notify({ status: "success", text: intl.formatMessage({ + id: "XRf1Bi", defaultMessage: "Refunded Items", description: "order refunded success message" }) @@ -91,6 +92,7 @@ const OrderRefund: React.FC = ({ orderId }) => { notify({ status: "success", text: intl.formatMessage({ + id: "XRf1Bi", defaultMessage: "Refunded Items", description: "order refunded success message" }) diff --git a/src/orders/views/OrderReturn/OrderReturn.tsx b/src/orders/views/OrderReturn/OrderReturn.tsx index 20d06f45c..663153acf 100644 --- a/src/orders/views/OrderReturn/OrderReturn.tsx +++ b/src/orders/views/OrderReturn/OrderReturn.tsx @@ -17,15 +17,18 @@ import ReturnFormDataParser from "./utils"; export const messages = defineMessages({ cannotRefundDescription: { + id: "XQBVEJ", defaultMessage: "We’ve encountered a problem while refunding the products. Product’s were not refunded. Please try again.", description: "order return error description when cannot refund" }, cannotRefundTitle: { + id: "l9Lwjh", defaultMessage: "Couldn't refund products", description: "order return error title when cannot refund" }, successAlert: { + id: "/z9uo1", defaultMessage: "Successfully returned products!", description: "order returned success message" } diff --git a/src/pageTypes/components/PageTypeAttributes/PageTypeAttributes.tsx b/src/pageTypes/components/PageTypeAttributes/PageTypeAttributes.tsx index 7b92b10d5..d45625a23 100644 --- a/src/pageTypes/components/PageTypeAttributes/PageTypeAttributes.tsx +++ b/src/pageTypes/components/PageTypeAttributes/PageTypeAttributes.tsx @@ -75,6 +75,7 @@ const PageTypeAttributes: React.FC = props => { = props => { data-test-id="assign-attributes" > @@ -110,10 +112,11 @@ const PageTypeAttributes: React.FC = props => { toolbar={toolbar} > - + @@ -171,7 +174,10 @@ const PageTypeAttributes: React.FC = props => { () => ( - + ) diff --git a/src/pageTypes/components/PageTypeBulkDeleteDialog/PageTypeBulkDeleteDialog.tsx b/src/pageTypes/components/PageTypeBulkDeleteDialog/PageTypeBulkDeleteDialog.tsx index 39a3f6ebd..a77091eac 100644 --- a/src/pageTypes/components/PageTypeBulkDeleteDialog/PageTypeBulkDeleteDialog.tsx +++ b/src/pageTypes/components/PageTypeBulkDeleteDialog/PageTypeBulkDeleteDialog.tsx @@ -30,6 +30,7 @@ const PageTypeBulkDeleteDialog: React.FC = ({ onClose={onClose} onConfirm={onConfirm} title={intl.formatMessage({ + id: "CcEwXH", defaultMessage: "Delete Page Types", description: "dialog header" })} @@ -38,6 +39,7 @@ const PageTypeBulkDeleteDialog: React.FC = ({ {hasPages ? ( = ({ /> ) : ( = props => { = props => { {intl.formatMessage(commonMessages.generalInformations)} - +
= props => {
diff --git a/src/pageTypes/components/PageTypeDetails/PageTypeDetails.tsx b/src/pageTypes/components/PageTypeDetails/PageTypeDetails.tsx index 796ea00b5..6c8e620b6 100644 --- a/src/pageTypes/components/PageTypeDetails/PageTypeDetails.tsx +++ b/src/pageTypes/components/PageTypeDetails/PageTypeDetails.tsx @@ -34,6 +34,7 @@ const PageTypeDetails: React.FC = props => { error={!!formErrors.name} helperText={getPageErrorMessage(formErrors.name, intl)} label={intl.formatMessage({ + id: "jWna9Q", defaultMessage: "Content Type Name" })} name="name" diff --git a/src/pageTypes/components/PageTypeDetailsPage/PageTypeDetailsPage.tsx b/src/pageTypes/components/PageTypeDetailsPage/PageTypeDetailsPage.tsx index 86fc9bbb2..a72d2be89 100644 --- a/src/pageTypes/components/PageTypeDetailsPage/PageTypeDetailsPage.tsx +++ b/src/pageTypes/components/PageTypeDetailsPage/PageTypeDetailsPage.tsx @@ -131,7 +131,10 @@ const PageTypeDetailsPage: React.FC = props => { {intl.formatMessage(commonMessages.generalInformations)} - +
= props => {
- +
= props => {
diff --git a/src/pageTypes/components/PageTypeList/PageTypeList.tsx b/src/pageTypes/components/PageTypeList/PageTypeList.tsx index 0791a0234..b15be58eb 100644 --- a/src/pageTypes/components/PageTypeList/PageTypeList.tsx +++ b/src/pageTypes/components/PageTypeList/PageTypeList.tsx @@ -74,6 +74,7 @@ const PageTypeList: React.FC = props => { className={classes.colName} > @@ -127,7 +128,10 @@ const PageTypeList: React.FC = props => { () => ( - + ) diff --git a/src/pageTypes/components/PageTypeListPage/PageTypeListPage.tsx b/src/pageTypes/components/PageTypeListPage/PageTypeListPage.tsx index b2ce42f87..3f64cbd92 100644 --- a/src/pageTypes/components/PageTypeListPage/PageTypeListPage.tsx +++ b/src/pageTypes/components/PageTypeListPage/PageTypeListPage.tsx @@ -54,6 +54,7 @@ const PageTypeListPage: React.FC = ({ data-test-id="create-page-type" > @@ -62,12 +63,14 @@ const PageTypeListPage: React.FC = ({ {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{page} other{pages}}. Deleting this page type will also delete those pages. Are you sure you want to do this?", - description: - "PageTypeDeleteWarningDialog single assigned items description", - id: "PageTypeDeleteWarningDialog single assigned items description" + description: "PageTypeDeleteWarningDialog single assigned items description" }, consentLabel: { + id: "RZ32u5", defaultMessage: "Yes, I want to delete this page type and assigned pages", - description: "PageTypeDeleteWarningDialog single consent label", - id: "PageTypeDeleteWarningDialog single consent label" + description: "PageTypeDeleteWarningDialog single consent label" } }); export const multipleWithItemsMessages = defineMessages({ description: { + id: "TnyLrZ", defaultMessage: "You are about to delete multiple page types. Some of them are assigned to pages. Deleting those page types will also delete those pages", - description: "PageTypeDeleteWarningDialog with items multiple description", - id: "PageTypeDeleteWarningDialog with items multiple description" + description: "PageTypeDeleteWarningDialog with items multiple description" }, consentLabel: { + id: "qu8b3v", defaultMessage: "Yes, I want to delete those pages types and assigned pages", - description: "PageTypeDeleteWarningDialog multiple consent label", - id: "PageTypeDeleteWarningDialog multiple consent label" + description: "PageTypeDeleteWarningDialog multiple consent label" } }); export const singleWithoutItemsMessages = defineMessages({ description: { + id: "VvFJ/T", defaultMessage: "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created pages.", description: - "PageTypeDeleteWarningDialog single no assigned items description", - - id: "PageTypeDeleteWarningDialog single no assigned items description" + "PageTypeDeleteWarningDialog single no assigned items description" } }); export const multipleWithoutItemsMessages = defineMessages({ description: { + id: "ll2dE6", defaultMessage: "Are you sure you want to delete selected page types? If you remove them you won’t be able to assign them to created pages.", description: - "PageTypeDeleteWarningDialog multiple assigned items description", - - id: "PageTypeDeleteWarningDialog multiple assigned items description" + "PageTypeDeleteWarningDialog multiple assigned items description" } }); diff --git a/src/pageTypes/views/PageTypeCreate.tsx b/src/pageTypes/views/PageTypeCreate.tsx index 8ceb51df4..4b3ebc343 100644 --- a/src/pageTypes/views/PageTypeCreate.tsx +++ b/src/pageTypes/views/PageTypeCreate.tsx @@ -29,6 +29,7 @@ export const PageTypeCreate: React.FC = () => { notify({ status: "success", text: intl.formatMessage({ + id: "5bJ26s", defaultMessage: "Successfully created page type" }) }); @@ -62,9 +63,9 @@ export const PageTypeCreate: React.FC = () => { <> = ({ notify({ status: "success", text: intl.formatMessage({ + id: "NGc9kE", defaultMessage: "Page type deleted" }) }); @@ -248,6 +249,7 @@ export const PageTypeDetails: React.FC = ({ } > @@ -307,6 +309,7 @@ export const PageTypeDetails: React.FC = ({ )} = ({ /> = ({ title={ !pageExists ? intl.formatMessage({ + id: "gr53VQ", defaultMessage: "Create Page", description: "page header" }) @@ -174,6 +175,7 @@ const PageDetailsPage: React.FC = ({ title={data.seoTitle} titlePlaceholder={data.title} helperText={intl.formatMessage({ + id: "jZbT0O", defaultMessage: "Add search engine title and description to make this page easier to find" })} @@ -208,11 +210,13 @@ const PageDetailsPage: React.FC = ({ disabled={loading} messages={{ hiddenLabel: intl.formatMessage({ + id: "/TK7QD", defaultMessage: "Hidden", description: "page label" }), hiddenSecondLabel: intl.formatMessage( { + id: "GZgjK7", defaultMessage: "will be visible from {date}", description: "page" }, @@ -221,6 +225,7 @@ const PageDetailsPage: React.FC = ({ } ), visibleLabel: intl.formatMessage({ + id: "X26jCC", defaultMessage: "Visible", description: "page label" }) diff --git a/src/pages/components/PageDetailsPage/form.tsx b/src/pages/components/PageDetailsPage/form.tsx index 1be89ce6e..3852b1103 100644 --- a/src/pages/components/PageDetailsPage/form.tsx +++ b/src/pages/components/PageDetailsPage/form.tsx @@ -129,16 +129,13 @@ function usePageForm( ); const attributesWithNewFileValue = useFormset([]); - const { - handleChange, - triggerChange, - setChanged, - hasChanged, - data: formData, - formId - } = useForm(getInitialFormData(page), undefined, { - confirmLeave: true - }); + const { handleChange, triggerChange, data: formData, formId } = useForm( + getInitialFormData(page), + undefined, + { + confirmLeave: true + } + ); const { setExitDialogSubmitRef, setIsSubmitDisabled } = useExitFormDialog({ formId @@ -230,8 +227,7 @@ function usePageForm( const handleFormSubmit = useHandleFormSubmit({ formId, - onSubmit: handleSubmit, - setChanged + onSubmit: handleSubmit }); const submit = () => handleFormSubmit(getSubmitData()); @@ -240,7 +236,7 @@ function usePageForm( const valid = pageExists || !!opts.selectedPageType; - const isSaveDisabled = disabled || !hasChanged || !valid; + const isSaveDisabled = disabled || !valid; setIsSubmitDisabled(isSaveDisabled); return { @@ -259,7 +255,6 @@ function usePageForm( selectAttributeReference: handleAttributeReferenceChange, selectPageType: handlePageTypeSelect }, - hasChanged, submit, isSaveDisabled }; diff --git a/src/pages/components/PageInfo/PageInfo.tsx b/src/pages/components/PageInfo/PageInfo.tsx index 1bb2855fb..1393cc4b6 100644 --- a/src/pages/components/PageInfo/PageInfo.tsx +++ b/src/pages/components/PageInfo/PageInfo.tsx @@ -51,6 +51,7 @@ const PageInfo: React.FC = props => { fullWidth helperText={getPageErrorMessage(formErrors.title, intl)} label={intl.formatMessage({ + id: "gr+oXW", defaultMessage: "Title", description: "page title" })} @@ -65,6 +66,7 @@ const PageInfo: React.FC = props => { error={!!formErrors.content} helperText={getPageErrorMessage(formErrors.content, intl)} label={intl.formatMessage({ + id: "gMwpNC", defaultMessage: "Content", description: "page content" })} diff --git a/src/pages/components/PageList/PageList.tsx b/src/pages/components/PageList/PageList.tsx index 0691a5a15..d8f1b75e6 100644 --- a/src/pages/components/PageList/PageList.tsx +++ b/src/pages/components/PageList/PageList.tsx @@ -96,6 +96,7 @@ const PageList: React.FC = props => { className={classes.colTitle} > @@ -111,6 +112,7 @@ const PageList: React.FC = props => { className={classes.colSlug} > @@ -126,6 +128,7 @@ const PageList: React.FC = props => { className={classes.colVisibility} > @@ -181,10 +184,12 @@ const PageList: React.FC = props => { label={ page.isPublished ? intl.formatMessage({ + id: "G1KzEx", defaultMessage: "Published", description: "page status" }) : intl.formatMessage({ + id: "UN3qWD", defaultMessage: "Not Published", description: "page status" }) @@ -201,7 +206,10 @@ const PageList: React.FC = props => { () => ( - + ) diff --git a/src/pages/components/PageListPage/PageListPage.tsx b/src/pages/components/PageListPage/PageListPage.tsx index 06687c68a..6d044620d 100644 --- a/src/pages/components/PageListPage/PageListPage.tsx +++ b/src/pages/components/PageListPage/PageListPage.tsx @@ -41,7 +41,11 @@ const PageListPage: React.FC = ({ diff --git a/src/pages/components/PageListPage/filters.ts b/src/pages/components/PageListPage/filters.ts index 6e3d8b759..15baa5889 100644 --- a/src/pages/components/PageListPage/filters.ts +++ b/src/pages/components/PageListPage/filters.ts @@ -37,6 +37,7 @@ export interface PageListFilterOpts { const messages = defineMessages({ pageType: { + id: "Of19Pn", defaultMessage: "Page Types", description: "Types" } diff --git a/src/pages/components/PageListPage/messages.ts b/src/pages/components/PageListPage/messages.ts index dc300cacd..0a763287f 100644 --- a/src/pages/components/PageListPage/messages.ts +++ b/src/pages/components/PageListPage/messages.ts @@ -2,6 +2,7 @@ import { defineMessages } from "react-intl"; export const pagesListSearchAndFiltersMessages = defineMessages({ searchPlaceholder: { + id: "UW1fLs", defaultMessage: "Search Pages", description: "search pages placeholder" } diff --git a/src/pages/components/PageOrganizeContent/PageOrganizeContent.tsx b/src/pages/components/PageOrganizeContent/PageOrganizeContent.tsx index cdf108a6f..88afc300a 100644 --- a/src/pages/components/PageOrganizeContent/PageOrganizeContent.tsx +++ b/src/pages/components/PageOrganizeContent/PageOrganizeContent.tsx @@ -59,6 +59,7 @@ const PageOrganizeContent: React.FC = props => { = props => { disabled={disabled} displayValue={pageTypeInputDisplayValue} label={intl.formatMessage({ - defaultMessage: "Select content type", - id: "pageTypeInputLabel" + id: "W5SK5c", + defaultMessage: "Select content type" })} error={!!formErrors.pageType} helperText={getPageErrorMessage(formErrors.pageType, intl)} @@ -88,7 +89,7 @@ const PageOrganizeContent: React.FC = props => { ) : ( <> - + {pageType?.name} diff --git a/src/pages/views/PageCreate.tsx b/src/pages/views/PageCreate.tsx index 7ec7a5f54..d509fe1d8 100644 --- a/src/pages/views/PageCreate.tsx +++ b/src/pages/views/PageCreate.tsx @@ -99,6 +99,7 @@ export const PageCreate: React.FC = ({ params }) => { notify({ status: "success", text: intl.formatMessage({ + id: "JMbFNo", defaultMessage: "Successfully created new page" }) }); @@ -185,6 +186,7 @@ export const PageCreate: React.FC = ({ params }) => { <> = ({ id, params }) => { open={params.action === "remove"} confirmButtonState={pageRemoveOpts.status} title={intl.formatMessage({ + id: "C1luwg", defaultMessage: "Delete Page", description: "dialog header" })} @@ -254,6 +255,7 @@ export const PageDetails: React.FC = ({ id, params }) => { > = ({ params }) => { notify({ status: "success", text: intl.formatMessage({ + id: "41z2Qi", defaultMessage: "Removed pages", description: "notification" }) @@ -101,6 +102,7 @@ export const PageList: React.FC = ({ params }) => { notify({ status: "success", text: intl.formatMessage({ + id: "AzshS2", defaultMessage: "Published pages", description: "notification" }) @@ -141,6 +143,7 @@ export const PageList: React.FC = ({ params }) => { } > @@ -153,6 +156,7 @@ export const PageList: React.FC = ({ params }) => { } > @@ -189,12 +193,14 @@ export const PageList: React.FC = ({ params }) => { }) } title={intl.formatMessage({ + id: "wyvzh9", defaultMessage: "Publish Pages", description: "dialog header" })} > = ({ params }) => { }) } title={intl.formatMessage({ + id: "yHQQMQ", defaultMessage: "Unpublish Pages", description: "dialog header" })} > = ({ params }) => { } variant="delete" title={intl.formatMessage({ + id: "3Sz1/t", defaultMessage: "Delete Pages", description: "dialog header" })} > = ({ onClose={onClose} onConfirm={onConfirm} title={intl.formatMessage({ + id: "lT5MYM", defaultMessage: "Unassign users", description: "dialog title" })} @@ -33,6 +34,7 @@ const MembersErrorDialog: React.FC = ({ > diff --git a/src/permissionGroups/components/PermissionGroupCreatePage/PermissionGroupCreatePage.tsx b/src/permissionGroups/components/PermissionGroupCreatePage/PermissionGroupCreatePage.tsx index 8d6dd86fa..82f1d353c 100644 --- a/src/permissionGroups/components/PermissionGroupCreatePage/PermissionGroupCreatePage.tsx +++ b/src/permissionGroups/components/PermissionGroupCreatePage/PermissionGroupCreatePage.tsx @@ -84,10 +84,12 @@ const PermissionGroupCreatePage: React.FC = ({ permissions={permissions} onChange={change} fullAccessLabel={intl.formatMessage({ + id: "mAabef", defaultMessage: "Group has full access to the store", description: "checkbox label" })} description={intl.formatMessage({ + id: "CYZse9", defaultMessage: "Expand or restrict group's permissions to access certain part of saleor system.", description: "card description" diff --git a/src/permissionGroups/components/PermissionGroupDeleteDialog/PermissionGroupDeleteDialog.tsx b/src/permissionGroups/components/PermissionGroupDeleteDialog/PermissionGroupDeleteDialog.tsx index bf31c0422..1657a6c10 100644 --- a/src/permissionGroups/components/PermissionGroupDeleteDialog/PermissionGroupDeleteDialog.tsx +++ b/src/permissionGroups/components/PermissionGroupDeleteDialog/PermissionGroupDeleteDialog.tsx @@ -31,6 +31,7 @@ const PermissionGroupDeleteDialog: React.FC = ({ let errorMessage; if (error?.code === PermissionGroupErrorCode.OUT_OF_SCOPE_PERMISSION) { errorMessage = intl.formatMessage({ + id: "O22NIZ", defaultMessage: "Cant's delete group which is out of your permission scope", description: "deletion error message" @@ -46,6 +47,7 @@ const PermissionGroupDeleteDialog: React.FC = ({ onClose={onClose} onConfirm={onConfirm} title={intl.formatMessage({ + id: "L6+p8a", defaultMessage: "Delete permission group", description: "dialog title" })} @@ -53,6 +55,7 @@ const PermissionGroupDeleteDialog: React.FC = ({ > = ({ return ( - {({ data, change, submit, hasChanged }) => ( + {({ data, change, submit }) => ( {intl.formatMessage(sectionNames.permissionGroups)} @@ -121,10 +121,12 @@ const PermissionGroupDetailsPage: React.FC = ({ onChange={change} errorMessage={permissionsError} fullAccessLabel={intl.formatMessage({ + id: "mAabef", defaultMessage: "Group has full access to the store", description: "checkbox label" })} description={intl.formatMessage({ + id: "CYZse9", defaultMessage: "Expand or restrict group's permissions to access certain part of saleor system.", description: "card description" @@ -137,7 +139,7 @@ const PermissionGroupDetailsPage: React.FC = ({ onCancel={onBack} onSubmit={submit} state={saveButtonBarState} - disabled={disabled || !(hasChanged || membersModified)} + disabled={disabled || !membersModified} />
diff --git a/src/permissionGroups/components/PermissionGroupInfo/PermissionGroupInfo.tsx b/src/permissionGroups/components/PermissionGroupInfo/PermissionGroupInfo.tsx index 300a4b589..237466437 100644 --- a/src/permissionGroups/components/PermissionGroupInfo/PermissionGroupInfo.tsx +++ b/src/permissionGroups/components/PermissionGroupInfo/PermissionGroupInfo.tsx @@ -36,6 +36,7 @@ const PermissionGroupInfo: React.FC = ({ = props => { className={classes.colName} > - + - + @@ -167,7 +168,10 @@ const PermissionGroupList: React.FC = props => { () => ( - + ) diff --git a/src/permissionGroups/components/PermissionGroupListPage/PermissionGroupListPage.tsx b/src/permissionGroups/components/PermissionGroupListPage/PermissionGroupListPage.tsx index 641aabdc3..0615596fe 100644 --- a/src/permissionGroups/components/PermissionGroupListPage/PermissionGroupListPage.tsx +++ b/src/permissionGroups/components/PermissionGroupListPage/PermissionGroupListPage.tsx @@ -39,6 +39,7 @@ const PermissionGroupListPage: React.FC = ({ data-test-id="create-permission-group" > diff --git a/src/permissionGroups/components/PermissionGroupMemberList/PermissionGroupMemberList.tsx b/src/permissionGroups/components/PermissionGroupMemberList/PermissionGroupMemberList.tsx index e8a655c80..ea350efd5 100644 --- a/src/permissionGroups/components/PermissionGroupMemberList/PermissionGroupMemberList.tsx +++ b/src/permissionGroups/components/PermissionGroupMemberList/PermissionGroupMemberList.tsx @@ -115,6 +115,7 @@ const PermissionGroupMemberList: React.FC = props => { = props => { disabled={disabled} > @@ -136,12 +138,14 @@ const PermissionGroupMemberList: React.FC = props => { @@ -168,6 +172,7 @@ const PermissionGroupMemberList: React.FC = props => { } > @@ -182,10 +187,10 @@ const PermissionGroupMemberList: React.FC = props => { : undefined } > - + - + @@ -235,11 +240,13 @@ const PermissionGroupMemberList: React.FC = props => { ) : user.isActive ? ( intl.formatMessage({ + id: "9Zlogd", defaultMessage: "Active", description: "staff member status" }) ) : ( intl.formatMessage({ + id: "7WzUxn", defaultMessage: "Inactive", description: "staff member status" }) @@ -274,7 +281,10 @@ const PermissionGroupMemberList: React.FC = props => { () => ( - + ) diff --git a/src/permissionGroups/components/UnassignMembersDialog/UnassignMembersDialog.tsx b/src/permissionGroups/components/UnassignMembersDialog/UnassignMembersDialog.tsx index 5c3329805..301b05846 100644 --- a/src/permissionGroups/components/UnassignMembersDialog/UnassignMembersDialog.tsx +++ b/src/permissionGroups/components/UnassignMembersDialog/UnassignMembersDialog.tsx @@ -28,6 +28,7 @@ const UnassignMembersDialog: React.FC = ({ onClose={onClose} onConfirm={onConfirm} title={intl.formatMessage({ + id: "lT5MYM", defaultMessage: "Unassign users", description: "dialog title" })} @@ -35,6 +36,7 @@ const UnassignMembersDialog: React.FC = ({ > { notify({ status: "success", text: intl.formatMessage({ + id: "eUjFjW", defaultMessage: "Permission group created" }) }); @@ -74,6 +75,7 @@ const PermissionGroupCreateView: React.FC = () => { <> = ({ onClick={() => openModal("unassign", { ids: listElements })} > {intl.formatMessage({ + id: "15PiOX", defaultMessage: "Unassign", description: "button title" })} diff --git a/src/permissionGroups/views/PermissionGroupList/PermissionGroupList.tsx b/src/permissionGroups/views/PermissionGroupList/PermissionGroupList.tsx index ddd5c01de..a857385df 100644 --- a/src/permissionGroups/views/PermissionGroupList/PermissionGroupList.tsx +++ b/src/permissionGroups/views/PermissionGroupList/PermissionGroupList.tsx @@ -89,6 +89,7 @@ export const PermissionGroupList: React.FC = ({ notify({ status: "success", text: intl.formatMessage({ + id: "DovGIa", defaultMessage: "Permission Group Deleted" }) }); diff --git a/src/plugins/components/PluginAuthorization/PluginAuthorization.tsx b/src/plugins/components/PluginAuthorization/PluginAuthorization.tsx index 8572eaefe..230a9fbfb 100644 --- a/src/plugins/components/PluginAuthorization/PluginAuthorization.tsx +++ b/src/plugins/components/PluginAuthorization/PluginAuthorization.tsx @@ -50,6 +50,7 @@ const PluginAuthorization: React.FC = props => { = ({ = ({ {intl.formatMessage({ + id: "IUeGzv", defaultMessage: "Plugin Name", description: "plugin name" })} @@ -75,6 +77,7 @@ const PluginInfo: React.FC = ({
{intl.formatMessage({ + id: "bL/Wrc", defaultMessage: "Status", description: "plugin status" })} @@ -82,6 +85,7 @@ const PluginInfo: React.FC = ({ = ({ {field ? ( field.value === null ? ( intl.formatMessage({ + id: "qCH2eZ", defaultMessage: "Add Value to Authorization Field", description: "header" }) ) : ( intl.formatMessage({ + id: "Xy2T+y", defaultMessage: "Edit Authorization Field", description: "header" }) diff --git a/src/plugins/components/PluginSettings/PluginSettings.tsx b/src/plugins/components/PluginSettings/PluginSettings.tsx index 49a31bb65..c676dcbc4 100644 --- a/src/plugins/components/PluginSettings/PluginSettings.tsx +++ b/src/plugins/components/PluginSettings/PluginSettings.tsx @@ -67,6 +67,7 @@ const PluginSettings: React.FC = ({ = ({ = props => { {intl.formatMessage({ + id: "Co2U4u", defaultMessage: "No plugins found" })} diff --git a/src/plugins/components/PluginsList/messages.ts b/src/plugins/components/PluginsList/messages.ts index d6ea9cc70..3d3f77fd3 100644 --- a/src/plugins/components/PluginsList/messages.ts +++ b/src/plugins/components/PluginsList/messages.ts @@ -2,6 +2,7 @@ import { defineMessages } from "react-intl"; export const pluginAvailabilityStatusMessages = defineMessages({ channelTitle: { + id: "HedXnw", defaultMessage: "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}", description: "plugin channel availability status title" @@ -10,6 +11,7 @@ export const pluginAvailabilityStatusMessages = defineMessages({ export const channelConfigPluginMessages = defineMessages({ title: { + id: "8u7els", defaultMessage: "Assigned to {activeChannelsCount} of {allChannelsCount} channels", description: "channel config plugin status popup title" @@ -18,11 +20,12 @@ export const channelConfigPluginMessages = defineMessages({ export const globalConfigPluginMessages = defineMessages({ title: { + id: "T4wa2Y", defaultMessage: "Global Plugin", - description: "global config plugin status popup title", - id: "globalConfigPluginMessages title" + description: "global config plugin status popup title" }, description: { + id: "reP5Uf", defaultMessage: "Global plugins are set across all channels in your ecommerce. Only status is shown for those types of plugins", description: "global config plugin status popup description" @@ -31,14 +34,17 @@ export const globalConfigPluginMessages = defineMessages({ export const pluginsListTableHeadMessages = defineMessages({ nameLabel: { + id: "QH74y5", defaultMessage: "Name", description: "table header name col label" }, confLabel: { + id: "AijtXU", defaultMessage: "Configuration", description: "table header configuration col label" }, channelLabel: { + id: "ycrTBX", defaultMessage: "Channel", description: "table header channel col label" } @@ -46,22 +52,25 @@ export const pluginsListTableHeadMessages = defineMessages({ export const pluginChannelConfigurationCellMessages = defineMessages({ globalLabel: { + id: "xTIKA/", defaultMessage: "Global", description: "PluginChannelConfigurationCell global title" }, channelLabel: { + id: "gz9v22", defaultMessage: "Per channel", - description: "PluginChannelConfigurationCell channel title", - id: "pluginChannelConfigurationCellMessages per channel" + description: "PluginChannelConfigurationCell channel title" } }); export const pluginStatusMessages = defineMessages({ active: { + id: "rQOS7K", defaultMessage: "Active", description: "status label active" }, deactivated: { + id: "ho75Lr", defaultMessage: "Deactivated", description: "status label deactivated" } diff --git a/src/plugins/components/PluginsListPage/PluginsListPage.tsx b/src/plugins/components/PluginsListPage/PluginsListPage.tsx index 35a017ae3..65fab0964 100644 --- a/src/plugins/components/PluginsListPage/PluginsListPage.tsx +++ b/src/plugins/components/PluginsListPage/PluginsListPage.tsx @@ -70,11 +70,13 @@ const PluginsListPage: React.FC = ({ onTabSave={onTabSave} tabs={tabs} allTabLabel={intl.formatMessage({ + id: "aOelhW", defaultMessage: "All Plugins", description: "tab name" })} filterStructure={filterStructure} searchPlaceholder={intl.formatMessage({ + id: "BtErCZ", defaultMessage: "Search Plugins..." })} /> diff --git a/src/plugins/components/PluginsListPage/filters.ts b/src/plugins/components/PluginsListPage/filters.ts index f3329c8dd..50422e81b 100644 --- a/src/plugins/components/PluginsListPage/filters.ts +++ b/src/plugins/components/PluginsListPage/filters.ts @@ -30,14 +30,17 @@ export interface PluginListFilterOpts { const messages = defineMessages({ channelStatusSectionTitle: { + id: "TC/EOG", defaultMessage: "Status in channel", description: "status section title" }, channelStatusSectionSubtitle: { + id: "zQnYKn", defaultMessage: "Channel status", description: "status section subtitle" }, configTypeSectionTitle: { + id: "cwoN25", defaultMessage: "Configuration Type", description: "config type section title" } diff --git a/src/plugins/components/PluginsListPage/messages.ts b/src/plugins/components/PluginsListPage/messages.ts index 389a2b7be..ee3a397bf 100644 --- a/src/plugins/components/PluginsListPage/messages.ts +++ b/src/plugins/components/PluginsListPage/messages.ts @@ -2,10 +2,12 @@ import { defineMessages } from "react-intl"; export const pluginsFilterErrorMessages = defineMessages({ active: { + id: "T/dYnE", defaultMessage: "Status is not selected", description: "plugin filters error messages status" }, channels: { + id: "gZHmaV", defaultMessage: "No channels selected", description: "plugin filters error messages channels" } diff --git a/src/plugins/views/PluginsDetails.tsx b/src/plugins/views/PluginsDetails.tsx index 350aad0ed..16480d5d4 100644 --- a/src/plugins/views/PluginsDetails.tsx +++ b/src/plugins/views/PluginsDetails.tsx @@ -166,13 +166,17 @@ export const PluginsDetails: React.FC = ({ onClose={closeModal} open={params.action === "clear" && !!params.id} title={intl.formatMessage({ + id: "N6lfS/", defaultMessage: "Authorization Field Delete", description: "header" })} onConfirm={() => handleFieldUpdate(null)} > - + = props => { = props => { onClick={() => onAttributeAssign(ProductAttributeType[type])} > @@ -114,10 +116,11 @@ const ProductTypeAttributes: React.FC = props => { toolbar={toolbar} > - + @@ -185,7 +188,10 @@ const ProductTypeAttributes: React.FC = props => { () => ( - + ) diff --git a/src/productTypes/components/ProductTypeDetails/messages.ts b/src/productTypes/components/ProductTypeDetails/messages.ts index bbfdfeb56..f2550233a 100644 --- a/src/productTypes/components/ProductTypeDetails/messages.ts +++ b/src/productTypes/components/ProductTypeDetails/messages.ts @@ -2,18 +2,22 @@ import { defineMessages } from "react-intl"; export const messages = defineMessages({ productTypeName: { + id: "H5yp8O", defaultMessage: "Product Type Name", description: "label" }, optionNormalTitle: { + id: "xRbqcg", defaultMessage: "Regular product type", description: "option" }, optionGiftCardTitle: { + id: "kp2IYP", defaultMessage: "Gift card product type", description: "option" }, optionGiftCardDescription: { + id: "7nKXni", defaultMessage: "This product will act as a payment method", description: "option description" } diff --git a/src/productTypes/components/ProductTypeDetailsPage/ProductTypeDetailsPage.tsx b/src/productTypes/components/ProductTypeDetailsPage/ProductTypeDetailsPage.tsx index 2b6c1516b..3f37376a7 100644 --- a/src/productTypes/components/ProductTypeDetailsPage/ProductTypeDetailsPage.tsx +++ b/src/productTypes/components/ProductTypeDetailsPage/ProductTypeDetailsPage.tsx @@ -162,7 +162,7 @@ const ProductTypeDetailsPage: React.FC = ({ confirmLeave disabled={disabled} > - {({ change, data, isSaveDisabled, submit, setChanged }) => { + {({ change, data, isSaveDisabled, submit }) => { const changeMetadata = makeMetadataChangeHandler(change); return ( @@ -214,6 +214,7 @@ const ProductTypeDetailsPage: React.FC = ({ checked={data.hasVariants} disabled={disabled} label={intl.formatMessage({ + id: "5pHBSU", defaultMessage: "Product type uses Variant Attributes", description: "switch button" })} @@ -236,7 +237,6 @@ const ProductTypeDetailsPage: React.FC = ({ onAttributeReorder(event, ProductAttributeType.VARIANT) } onAttributeUnassign={onAttributeUnassign} - onAttributeVariantSelection={setChanged} setSelectedVariantAttributes={ setSelectedVariantAttributes } diff --git a/src/productTypes/components/ProductTypeList/ProductTypeList.tsx b/src/productTypes/components/ProductTypeList/ProductTypeList.tsx index 7a5a8ddf9..5e1419c61 100644 --- a/src/productTypes/components/ProductTypeList/ProductTypeList.tsx +++ b/src/productTypes/components/ProductTypeList/ProductTypeList.tsx @@ -94,6 +94,7 @@ const ProductTypeList: React.FC = props => { className={classes.colName} > @@ -108,12 +109,14 @@ const ProductTypeList: React.FC = props => { className={classes.colType} > @@ -161,10 +164,12 @@ const ProductTypeList: React.FC = props => { {maybe(() => productType.hasVariants) ? intl.formatMessage({ + id: "X90t9n", defaultMessage: "Configurable", description: "product type" }) : intl.formatMessage({ + id: "yNb+dT", defaultMessage: "Simple product", description: "product type" })} @@ -179,6 +184,7 @@ const ProductTypeList: React.FC = props => { productType.isShippingRequired ? ( <> @@ -186,6 +192,7 @@ const ProductTypeList: React.FC = props => { ) : ( <> @@ -208,7 +215,10 @@ const ProductTypeList: React.FC = props => { () => ( - + ) diff --git a/src/productTypes/components/ProductTypeListPage/ProductTypeListPage.tsx b/src/productTypes/components/ProductTypeListPage/ProductTypeListPage.tsx index bce11d498..9c4cfd2d2 100644 --- a/src/productTypes/components/ProductTypeListPage/ProductTypeListPage.tsx +++ b/src/productTypes/components/ProductTypeListPage/ProductTypeListPage.tsx @@ -64,6 +64,7 @@ const ProductTypeListPage: React.FC = ({ data-test-id="add-product-type" > @@ -72,6 +73,7 @@ const ProductTypeListPage: React.FC = ({ = ({ filterStructure={structure} initialSearch={initialSearch} searchPlaceholder={intl.formatMessage({ + id: "rpFdD1", defaultMessage: "Search Product Type" })} tabs={tabs} diff --git a/src/productTypes/components/ProductTypeListPage/filters.ts b/src/productTypes/components/ProductTypeListPage/filters.ts index 602b2e1bc..365b29596 100644 --- a/src/productTypes/components/ProductTypeListPage/filters.ts +++ b/src/productTypes/components/ProductTypeListPage/filters.ts @@ -17,18 +17,22 @@ export interface ProductTypeListFilterOpts { const messages = defineMessages({ configurable: { + id: "X90t9n", defaultMessage: "Configurable", description: "product type" }, digital: { + id: "dS8Adx", defaultMessage: "Digital", description: "product" }, shippable: { + id: "U5aVd8", defaultMessage: "Shippable", description: "product" }, type: { + id: "Jsh6+U", defaultMessage: "Type", description: "product type is digital or physical" } diff --git a/src/productTypes/components/ProductTypeShipping/ProductTypeShipping.tsx b/src/productTypes/components/ProductTypeShipping/ProductTypeShipping.tsx index 732ee1963..fc45e463a 100644 --- a/src/productTypes/components/ProductTypeShipping/ProductTypeShipping.tsx +++ b/src/productTypes/components/ProductTypeShipping/ProductTypeShipping.tsx @@ -26,6 +26,7 @@ const ProductTypeShipping: React.FC = ({ = ({ checked={data.isShippingRequired} disabled={disabled} label={intl.formatMessage({ + id: "IBw72y", defaultMessage: "Is this product shippable?", description: "switch button" })} @@ -46,10 +48,12 @@ const ProductTypeShipping: React.FC = ({ disabled={disabled} InputProps={{ endAdornment: weightUnit }} label={intl.formatMessage({ + id: "zCb8fX", defaultMessage: "Weight" })} name="weight" helperText={intl.formatMessage({ + id: "VOiUXQ", defaultMessage: "Used to calculate rates for shipping for products of this product type, when specific weight is not given" })} diff --git a/src/productTypes/components/ProductTypeTaxes/ProductTypeTaxes.tsx b/src/productTypes/components/ProductTypeTaxes/ProductTypeTaxes.tsx index d2d9f692e..df654a96c 100644 --- a/src/productTypes/components/ProductTypeTaxes/ProductTypeTaxes.tsx +++ b/src/productTypes/components/ProductTypeTaxes/ProductTypeTaxes.tsx @@ -38,9 +38,9 @@ const ProductTypeTaxes: React.FC = props => { @@ -48,8 +48,8 @@ const ProductTypeTaxes: React.FC = props => { disabled={disabled} displayValue={taxTypeDisplayName} label={intl.formatMessage({ - defaultMessage: "Tax group", - id: "productTypeTaxesInputLabel" + id: "9xUIAh", + defaultMessage: "Tax group" })} name={"taxType" as keyof ProductTypeForm} onChange={onChange} diff --git a/src/productTypes/components/ProductTypeVariantAttributes/ProductTypeVariantAttributes.tsx b/src/productTypes/components/ProductTypeVariantAttributes/ProductTypeVariantAttributes.tsx index a87dd4812..15d246c01 100644 --- a/src/productTypes/components/ProductTypeVariantAttributes/ProductTypeVariantAttributes.tsx +++ b/src/productTypes/components/ProductTypeVariantAttributes/ProductTypeVariantAttributes.tsx @@ -68,8 +68,7 @@ interface ProductTypeVariantAttributesProps extends ListActions { onAttributeClick: (id: string) => void; onAttributeReorder: ReorderAction; onAttributeUnassign: (id: string) => void; - onAttributeVariantSelection?: (isActive: boolean) => void; - setSelectedVariantAttributes?: (data: string[]) => void; + setSelectedVariantAttributes: (data: string[]) => void; } function handleContainerAssign( @@ -106,7 +105,6 @@ const ProductTypeVariantAttributes: React.FC onAttributeClick, onAttributeReorder, onAttributeUnassign, - onAttributeVariantSelection, setSelectedVariantAttributes, selectedVariantAttributes } = props; @@ -127,6 +125,7 @@ const ProductTypeVariantAttributes: React.FC onClick={() => onAttributeAssign(ProductAttributeType[type])} > @@ -165,16 +165,18 @@ const ProductTypeVariantAttributes: React.FC toolbar={toolbar} > - + @@ -245,23 +247,21 @@ const ProductTypeVariantAttributes: React.FC checked={isSelected} disabled={disabled || variantSelectionDisabled} disableClickPropagation - onChange={() => { - onAttributeVariantSelection(true); + onChange={() => handleContainerAssign( attribute.id, isSelected, selectedVariantAttributes, setSelectedVariantAttributes - ); - }} + ) + } /> {!!variantSelectionDisabled && ( } @@ -287,7 +287,10 @@ const ProductTypeVariantAttributes: React.FC () => ( - + ) diff --git a/src/productTypes/hooks/useProductTypeDelete/messages.ts b/src/productTypes/hooks/useProductTypeDelete/messages.ts index 095e787ef..3f614e7d8 100644 --- a/src/productTypes/hooks/useProductTypeDelete/messages.ts +++ b/src/productTypes/hooks/useProductTypeDelete/messages.ts @@ -2,11 +2,13 @@ import { defineMessages } from "react-intl"; export const baseMessages = defineMessages({ title: { + id: "x3leH4", defaultMessage: "Delete product {selectedTypesCount,plural,one{type} other{types}}", description: "ProductTypeDeleteWarningDialog title" }, viewAssignedItemsButtonLabel: { + id: "GCPzKf", defaultMessage: "View products", description: "ProductTypeDeleteWarningDialog single assigned items button label" @@ -15,52 +17,52 @@ export const baseMessages = defineMessages({ export const singleWithItemsMessages = defineMessages({ description: { + id: "ZFfG4L", defaultMessage: "You are about to delete product type {typeName}. It is assigned to {assignedItemsCount} {assignedItemsCount,plural,one{product} other{products}}. Deleting this product type will also delete those products. Are you sure you want to do this?", description: - "ProductTypeDeleteWarningDialog single assigned items description", - id: "ProductTypeDeleteWarningDialog single assigned items description" + "ProductTypeDeleteWarningDialog single assigned items description" }, consentLabel: { + id: "bk9KUX", defaultMessage: "Yes, I want to delete this product type and assigned products", - description: "ProductTypeDeleteWarningDialog single consent label", - id: "ProductTypeDeleteWarningDialog single consent label" + description: "ProductTypeDeleteWarningDialog single consent label" } }); export const multipleWithItemsMessages = defineMessages({ description: { + id: "3dVKNR", defaultMessage: "You are about to delete multiple product types. Some of them are assigned to products. Deleting those product types will also delete those products", description: - "ProductTypeDeleteWarningDialog with items multiple description", - id: "ProductTypeDeleteWarningDialog with items multiple description" + "ProductTypeDeleteWarningDialog with items multiple description" }, consentLabel: { + id: "0em8tI", defaultMessage: "Yes, I want to delete those products types and assigned products", - description: "ProductTypeDeleteWarningDialog multiple consent label", - id: "ProductTypeDeleteWarningDialog multiple consent label" + description: "ProductTypeDeleteWarningDialog multiple consent label" } }); export const singleWithoutItemsMessages = defineMessages({ description: { + id: "HivFnX", defaultMessage: "Are you sure you want to delete {typeName}? If you remove it you won’t be able to assign it to created products.", description: - "ProductTypeDeleteWarningDialog single no assigned items description", - id: "ProductTypeDeleteWarningDialog single no assigned items description" + "ProductTypeDeleteWarningDialog single no assigned items description" } }); export const multipleWithoutItemsMessages = defineMessages({ description: { + id: "aPqizA", defaultMessage: "Are you sure you want to delete selected product types? If you remove them you won’t be able to assign them to created products.", description: - "ProductTypeDeleteWarningDialog multiple assigned items description", - id: "ProductTypeDeleteWarningDialog multiple assigned items description" + "ProductTypeDeleteWarningDialog multiple assigned items description" } }); diff --git a/src/productTypes/views/ProductTypeCreate.tsx b/src/productTypes/views/ProductTypeCreate.tsx index ace2eb7f0..1e3892d09 100644 --- a/src/productTypes/views/ProductTypeCreate.tsx +++ b/src/productTypes/views/ProductTypeCreate.tsx @@ -57,6 +57,7 @@ export const ProductTypeCreate: React.FC = ({ notify({ status: "success", text: intl.formatMessage({ + id: "paa4m0", defaultMessage: "Successfully created product type" }) }); @@ -95,9 +96,9 @@ export const ProductTypeCreate: React.FC = ({ <> = ({ disabled={loading} errors={createProductTypeOpts.data?.productTypeCreate.errors || []} pageTitle={intl.formatMessage({ + id: "bq1eEx", defaultMessage: "Create Product Type", - description: "header", - id: "productTypeCreatePageHeader" + description: "header" })} saveButtonBarState={createProductTypeOpts.status} taxTypes={data?.taxTypes || []} diff --git a/src/productTypes/views/ProductTypeUpdate/index.tsx b/src/productTypes/views/ProductTypeUpdate/index.tsx index b005f7dd2..667f644be 100644 --- a/src/productTypes/views/ProductTypeUpdate/index.tsx +++ b/src/productTypes/views/ProductTypeUpdate/index.tsx @@ -213,6 +213,7 @@ export const ProductTypeUpdate: React.FC = ({ notify({ status: "success", text: intl.formatMessage({ + id: "F3Upht", defaultMessage: "Product type deleted" }) }); @@ -370,6 +371,7 @@ export const ProductTypeUpdate: React.FC = ({ } > @@ -393,6 +395,7 @@ export const ProductTypeUpdate: React.FC = ({ } > @@ -463,6 +466,7 @@ export const ProductTypeUpdate: React.FC = ({ = ({ /> = ({ = ({ managePermissions={[PermissionEnum.MANAGE_PRODUCTS]} messages={{ hiddenLabel: intl.formatMessage({ + id: "saKXY3", defaultMessage: "Not published", description: "product label" }), visibleLabel: intl.formatMessage({ + id: "qJedl0", defaultMessage: "Published", description: "product label" }) diff --git a/src/products/components/ProductCreatePage/form.tsx b/src/products/components/ProductCreatePage/form.tsx index cdd091bf7..4abb35e17 100644 --- a/src/products/components/ProductCreatePage/form.tsx +++ b/src/products/components/ProductCreatePage/form.tsx @@ -215,9 +215,7 @@ function useProductCreateForm( triggerChange, toggleValue, handleChange, - hasChanged, data: formData, - setChanged, formId } = form; @@ -349,8 +347,7 @@ function useProductCreateForm( const handleFormSubmit = useHandleFormSubmit({ formId, - onSubmit, - setChanged + onSubmit }); const submit = () => handleFormSubmit(data); @@ -361,7 +358,7 @@ function useProductCreateForm( useEffect(() => setExitDialogSubmitRef(submit), [submit]); - const shouldEnableSave = () => { + const isValid = () => { if (!data.name || !data.productType) { return false; } @@ -389,15 +386,13 @@ function useProductCreateForm( return true; }; - const isSaveEnabled = !shouldEnableSave(); - - const isSaveDisabled = loading || !onSubmit || isSaveEnabled || !hasChanged; + const isSaveDisabled = loading || !onSubmit || !isValid(); setIsSubmitDisabled(isSaveDisabled); return { change: handleChange, data, - disabled: isSaveEnabled, + disabled: isSaveDisabled, formErrors: form.errors, handlers: { addStock: handleStockAdd, @@ -420,7 +415,6 @@ function useProductCreateForm( selectProductType: handleProductTypeSelect, selectTaxRate: handleTaxTypeSelect }, - hasChanged, submit, isSaveDisabled }; diff --git a/src/products/components/ProductDetailsForm/ProductDetailsForm.tsx b/src/products/components/ProductDetailsForm/ProductDetailsForm.tsx index e6439d855..98c4c2883 100644 --- a/src/products/components/ProductDetailsForm/ProductDetailsForm.tsx +++ b/src/products/components/ProductDetailsForm/ProductDetailsForm.tsx @@ -49,6 +49,7 @@ export const ProductDetailsForm: React.FC = ({ disabled={disabled} fullWidth label={intl.formatMessage({ + id: "6AMFki", defaultMessage: "Name", description: "product name" })} @@ -76,6 +77,7 @@ export const ProductDetailsForm: React.FC = ({ helperText={getProductErrorMessage(formErrors.rating, intl)} disabled={disabled} label={intl.formatMessage({ + id: "L7N+0y", defaultMessage: "Product Rating", description: "product rating" })} diff --git a/src/products/components/ProductExportDialog/ExportDialogSettings.tsx b/src/products/components/ProductExportDialog/ExportDialogSettings.tsx index b77fa9d00..212428fb8 100644 --- a/src/products/components/ProductExportDialog/ExportDialogSettings.tsx +++ b/src/products/components/ProductExportDialog/ExportDialogSettings.tsx @@ -67,6 +67,7 @@ const ExportDialogSettings: React.FC = ({ >> = [ { label: intl.formatMessage({ + id: "9Tl/bT", defaultMessage: "Spreadsheet for Excel, Numbers etc.", description: "export items as spreadsheet" }), @@ -74,6 +75,7 @@ const ExportDialogSettings: React.FC = ({ }, { label: intl.formatMessage({ + id: "li1BBk", defaultMessage: "Plain CSV file", description: "export items as csv file" }), @@ -94,6 +96,7 @@ const ExportDialogSettings: React.FC = ({ { label: intl.formatMessage( { + id: "SZt9kC", defaultMessage: "Current search ({number})", description: "export filtered items to csv file" }, @@ -114,6 +117,7 @@ const ExportDialogSettings: React.FC = ({ error={!!formErrors.scope} hint={getExportErrorMessage(formErrors.scope, intl)} label={intl.formatMessage({ + id: "g6yuk2", defaultMessage: "Export information for:", description: "export items to csv file, choice field label" })} @@ -129,6 +133,7 @@ const ExportDialogSettings: React.FC = ({ error={!!formErrors.fileType} hint={getExportErrorMessage(formErrors.fileType, intl)} label={intl.formatMessage({ + id: "z1puMb", defaultMessage: "Export as:", description: "export items as csv or spreadsheet file" })} diff --git a/src/products/components/ProductExportDialog/ProductExportDialog.tsx b/src/products/components/ProductExportDialog/ProductExportDialog.tsx index a58c13ba1..544271a90 100644 --- a/src/products/components/ProductExportDialog/ProductExportDialog.tsx +++ b/src/products/components/ProductExportDialog/ProductExportDialog.tsx @@ -49,6 +49,7 @@ function useSteps(): Array> { return [ { label: intl.formatMessage({ + id: "/68iG8", defaultMessage: "Information exported", description: "product export to csv file, header" }), @@ -56,6 +57,7 @@ function useSteps(): Array> { }, { label: intl.formatMessage({ + id: "ki7Mr8", defaultMessage: "Export Settings", description: "product export to csv file, header" }), @@ -216,6 +218,7 @@ const ProductExportDialog: React.FC = ({ const exportScopeLabels = { allItems: intl.formatMessage( { + id: "xtUXnK", defaultMessage: "All products ({number})", description: "export all items to csv file" }, @@ -225,6 +228,7 @@ const ProductExportDialog: React.FC = ({ ), selectedItems: intl.formatMessage( { + id: "qEZ463", defaultMessage: "Selected products ({number})", description: "export selected items to csv file" }, diff --git a/src/products/components/ProductExportDialog/ProductExportDialogInfo.tsx b/src/products/components/ProductExportDialog/ProductExportDialogInfo.tsx index 379ca6e45..383c41a62 100644 --- a/src/products/components/ProductExportDialog/ProductExportDialogInfo.tsx +++ b/src/products/components/ProductExportDialog/ProductExportDialogInfo.tsx @@ -181,6 +181,7 @@ const FieldAccordion: React.FC maxChips && ( onToggleAll(fields, !selectedAll)} > @@ -308,6 +310,7 @@ const ProductExportDialogInfo: React.FC = ({ <> @@ -330,6 +333,7 @@ const ProductExportDialogInfo: React.FC = ({ {selectedChannels.length > maxChips && ( = ({ = ({ {selectedAttributes.length > maxChips && ( = ({ value={query} onChange={onQueryChange} label={intl.formatMessage({ + id: "YicEbK", defaultMessage: "Search Atrtibuttes" })} placeholder={intl.formatMessage({ + id: "tIc2/h", defaultMessage: "Search by attribute name", description: "input helper text, search attributes" })} @@ -445,6 +453,7 @@ const ProductExportDialogInfo: React.FC = ({ {hasMore && !loading && (

- +
= props => { = props => { name="productType" disabled={disabled} label={intl.formatMessage({ + id: "anK7jD", defaultMessage: "Product Type" })} choices={productTypes} @@ -131,7 +133,7 @@ const ProductOrganization: React.FC = props => { ) : ( <> - + = props => { - + {maybe( @@ -165,6 +167,7 @@ const ProductOrganization: React.FC = props => { helperText={getProductErrorMessage(formErrors.category, intl)} disabled={disabled} label={intl.formatMessage({ + id: "ccXLVi", defaultMessage: "Category" })} choices={disabled ? [] : categories} @@ -182,6 +185,7 @@ const ProductOrganization: React.FC = props => { displayValues={collectionsInputDisplayValue} error={!!formErrors.collections} label={intl.formatMessage({ + id: "ulh3kf", defaultMessage: "Collections" })} choices={disabled ? [] : collections} @@ -190,6 +194,7 @@ const ProductOrganization: React.FC = props => { helperText={ getProductErrorMessage(formErrors.collections, intl) || intl.formatMessage({ + id: "v+Pkm+", defaultMessage: "*Optional. Adding product to collection helps users find it.", description: "field is optional" diff --git a/src/products/components/ProductShipping/ProductShipping.tsx b/src/products/components/ProductShipping/ProductShipping.tsx index 8bbd719e6..493664081 100644 --- a/src/products/components/ProductShipping/ProductShipping.tsx +++ b/src/products/components/ProductShipping/ProductShipping.tsx @@ -34,6 +34,7 @@ const ProductShipping: React.FC = props => { = props => { = ({ @@ -233,6 +233,7 @@ const ProductStocks: React.FC = ({ fullWidth helperText={getProductErrorMessage(formErrors.sku, intl)} label={intl.formatMessage({ + id: "xB7BTp", defaultMessage: "SKU (Stock Keeping Unit)" })} name="sku" @@ -252,6 +253,7 @@ const ProductStocks: React.FC = ({ label={ <> @@ -271,11 +273,15 @@ const ProductStocks: React.FC = ({ label={ <> - + } @@ -290,6 +296,7 @@ const ProductStocks: React.FC = ({
@@ -305,9 +312,9 @@ const ProductStocks: React.FC = ({ {hasVariants ? ( <> ( {chunks} @@ -318,9 +325,9 @@ const ProductStocks: React.FC = ({ ) : ( <> ( {chunks} @@ -344,22 +351,23 @@ const ProductStocks: React.FC = ({ @@ -410,6 +418,7 @@ const ProductStocks: React.FC = ({ @@ -469,6 +478,7 @@ const ProductStocks: React.FC = ({ {intl.formatMessage({ + id: "REVk27", defaultMessage: "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling", description: "info text" @@ -509,11 +519,18 @@ const ProductStocks: React.FC = ({ } > {data.hasPreorderEndDate - ? intl.formatMessage({ defaultMessage: "CANCEL END DATE" }) - : intl.formatMessage({ defaultMessage: "SETUP END DATE" })} + ? intl.formatMessage({ + id: "2qJc9y", + defaultMessage: "CANCEL END DATE" + }) + : intl.formatMessage({ + id: "7Ii5ZQ", + defaultMessage: "SETUP END DATE" + })} {intl.formatMessage({ + id: "Gz+4CI", defaultMessage: "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone.", description: "info text" @@ -527,10 +544,12 @@ const ProductStocks: React.FC = ({ disabled={disabled} fullWidth helperText={intl.formatMessage({ + id: "NcY4ph", defaultMessage: "Threshold that cannot be exceeded even if per channel thresholds are still available" })} label={intl.formatMessage({ + id: "RJ5QxE", defaultMessage: "Global threshold" })} name="globalThreshold" @@ -546,14 +565,15 @@ const ProductStocks: React.FC = ({ {data.globalThreshold ? intl.formatMessage( { + id: "7wkGxW", defaultMessage: "{unitsLeft} units left", description: "app has been installed" }, { unitsLeft } ) : intl.formatMessage({ + id: "CEavJt", defaultMessage: "Unlimited", - id: "unlimitedUnitsLeft", description: "section header" })} @@ -573,22 +593,23 @@ const ProductStocks: React.FC = ({ @@ -618,6 +639,7 @@ const ProductStocks: React.FC = ({ type: "number" }} placeholder={intl.formatMessage({ + id: "ekXood", defaultMessage: "Unlimited" })} onChange={e => { diff --git a/src/products/components/ProductTaxes/ProductTaxes.tsx b/src/products/components/ProductTaxes/ProductTaxes.tsx index 6a49bdc28..ae5b1b19f 100644 --- a/src/products/components/ProductTaxes/ProductTaxes.tsx +++ b/src/products/components/ProductTaxes/ProductTaxes.tsx @@ -60,6 +60,7 @@ const ProductTaxes: React.FC = ({ disabled={disabled} data-test-id="override-tax-type" label={intl.formatMessage({ + id: "iYH3Y7", defaultMessage: "Override the product type's tax rate", description: "checkbox" })} @@ -72,6 +73,7 @@ const ProductTaxes: React.FC = ({ disabled={disabled} data-test-id="charge-taxes" label={intl.formatMessage({ + id: "TfY/Pi", defaultMessage: "Charge taxes on this product", description: "checkbox" })} @@ -85,6 +87,7 @@ const ProductTaxes: React.FC = ({ displayValue={selectedTaxTypeDisplayName} data-test-id="select-tax-type" label={intl.formatMessage({ + id: "CdIHMu", defaultMessage: "Tax Rate", description: "select tax ratte" })} diff --git a/src/products/components/ProductUpdatePage/ProductUpdatePage.test.tsx b/src/products/components/ProductUpdatePage/ProductUpdatePage.test.tsx index 63affdb77..142671aec 100644 --- a/src/products/components/ProductUpdatePage/ProductUpdatePage.test.tsx +++ b/src/products/components/ProductUpdatePage/ProductUpdatePage.test.tsx @@ -56,7 +56,6 @@ const props: ProductUpdatePageProps = { fetchMoreCategories: fetchMoreProps, fetchMoreCollections: fetchMoreProps, fetchMoreAttributeValues: fetchMoreProps, - hasChannelChanged: false, header: product.name, media: product.media, limits, diff --git a/src/products/components/ProductUpdatePage/ProductUpdatePage.tsx b/src/products/components/ProductUpdatePage/ProductUpdatePage.tsx index 473ca2891..f8c8d5a64 100644 --- a/src/products/components/ProductUpdatePage/ProductUpdatePage.tsx +++ b/src/products/components/ProductUpdatePage/ProductUpdatePage.tsx @@ -91,7 +91,6 @@ export interface ProductUpdatePageProps extends ListActions, ChannelProps { limits: RefreshLimitsQuery["shop"]["limits"]; variants: ProductDetailsVariantFragment[]; media: ProductFragment["media"]; - hasChannelChanged: boolean; product: ProductFragment; header: string; saveButtonBarState: ConfirmButtonTransitionState; @@ -155,7 +154,6 @@ export const ProductUpdatePage: React.FC = ({ fetchMoreCategories, fetchMoreCollections, media, - hasChannelChanged, header, limits, placeholderImage, @@ -285,7 +283,6 @@ export const ProductUpdatePage: React.FC = ({ fetchMoreReferenceProducts={fetchMoreReferenceProducts} assignReferencesAttributeId={assignReferencesAttributeId} disabled={disabled} - hasChannelChanged={hasChannelChanged} > {({ change, data, formErrors, handlers, submit, isSaveDisabled }) => ( <> @@ -415,6 +412,7 @@ export const ProductUpdatePage: React.FC = ({ onClick={onSeoClick} onChange={change} helperText={intl.formatMessage({ + id: "LKoIB1", defaultMessage: "Add search engine title and description to make this product easier to find" })} @@ -446,11 +444,13 @@ export const ProductUpdatePage: React.FC = ({ managePermissions={[PermissionEnum.MANAGE_PRODUCTS]} messages={{ hiddenLabel: intl.formatMessage({ + id: "saKXY3", defaultMessage: "Not published", description: "product label" }), visibleLabel: intl.formatMessage({ + id: "qJedl0", defaultMessage: "Published", description: "product label" }) @@ -467,15 +467,15 @@ export const ProductUpdatePage: React.FC = ({ SubmitPromise; disabled: boolean; - hasChannelChanged: boolean; } const getStocksData = ( @@ -224,30 +223,36 @@ function useProductUpdateForm( product: ProductFragment, onSubmit: (data: ProductUpdateSubmitData) => SubmitPromise, disabled: boolean, - hasChannelChanged: boolean, opts: UseProductUpdateFormOpts ): UseProductUpdateFormResult { const intl = useIntl(); - - const form = useForm( - getProductUpdatePageFormData( + const initial = useMemo( + () => + getProductUpdatePageFormData( + product, + product?.variants, + opts.currentChannels, + opts.channelsData, + opts.channelsWithVariants + ), + [ product, - product?.variants, opts.currentChannels, opts.channelsData, opts.channelsWithVariants - ), - undefined, - { confirmLeave: true, formId: PRODUCT_UPDATE_FORM_ID } + ] ); + const form = useForm(initial, undefined, { + confirmLeave: true, + formId: PRODUCT_UPDATE_FORM_ID + }); + const { handleChange, triggerChange, toggleValue, data: formData, - setChanged, - hasChanged, setIsSubmitDisabled } = form; @@ -403,15 +408,14 @@ function useProductUpdateForm( const handleFormSubmit = useHandleFormSubmit({ formId: form.formId, - onSubmit: handleSubmit, - setChanged + onSubmit: handleSubmit }); const submit = async () => handleFormSubmit(getSubmitData()); useEffect(() => setExitDialogSubmitRef(submit), [submit]); - const shouldEnableSave = () => { + const isValid = () => { if (!data.name) { return false; } @@ -439,11 +443,11 @@ function useProductUpdateForm( return true; }; - const isSaveEnabled = !shouldEnableSave(); + const isSaveDisabled = disabled || !isValid(); - const isSaveDisabled = - disabled || isSaveEnabled || (!hasChanged && !hasChannelChanged); - setIsSubmitDisabled(isSaveDisabled); + useEffect(() => { + setIsSubmitDisabled(isSaveDisabled); + }, [isSaveDisabled]); return { change: handleChange, @@ -470,7 +474,6 @@ function useProductUpdateForm( selectCollection: handleCollectionSelect, selectTaxRate: handleTaxTypeSelect }, - hasChanged, submit, isSaveDisabled }; @@ -481,16 +484,9 @@ const ProductUpdateForm: React.FC = ({ product, onSubmit, disabled, - hasChannelChanged, ...rest }) => { - const props = useProductUpdateForm( - product, - onSubmit, - disabled, - hasChannelChanged, - rest - ); + const props = useProductUpdateForm(product, onSubmit, disabled, rest); return {children(props)}; }; diff --git a/src/products/components/ProductVariantCheckoutSettings/messages.ts b/src/products/components/ProductVariantCheckoutSettings/messages.ts index 914ab32db..7ff6ff46d 100644 --- a/src/products/components/ProductVariantCheckoutSettings/messages.ts +++ b/src/products/components/ProductVariantCheckoutSettings/messages.ts @@ -2,14 +2,17 @@ import { defineMessages } from "react-intl"; export const messages = defineMessages({ checkoutLimits: { + id: "8uo4v1", defaultMessage: "Checkout limits", description: "title" }, checkoutLineLimit: { + id: "C7I2lg", defaultMessage: "Limit quantity per checkout (optional)", description: "input label" }, checkoutLimitsDescription: { + id: "n3+6w5", defaultMessage: "Your customer won't be allowed to buy bigger quantity per checkout than shown here.", description: "input helper text" diff --git a/src/products/components/ProductVariantCreateDialog/messages.ts b/src/products/components/ProductVariantCreateDialog/messages.ts index 44a5cea2d..734645e97 100644 --- a/src/products/components/ProductVariantCreateDialog/messages.ts +++ b/src/products/components/ProductVariantCreateDialog/messages.ts @@ -2,27 +2,33 @@ import { defineMessages } from "react-intl"; export const messages = defineMessages({ title: { + id: "XDeh5D", defaultMessage: "Create Variants", description: "dialog header" }, description: { + id: "W3JbSQ", defaultMessage: "How would you like to create variants:", description: "create product variants" }, optionMultipleTitle: { + id: "uxZZXx", defaultMessage: "Create multiple variant via variant creator", description: "option" }, optionMultipleDescription: { + id: "vXA5xU", defaultMessage: "Use variant creator to create matrix of selected attribute values to create variants", description: "option description" }, optionSingleTitle: { + id: "9EMudJ", defaultMessage: "Create single variant", description: "option" }, optionSingleDescription: { + id: "EzU7KV", defaultMessage: "Create new variant using variant details view", description: "option description" } diff --git a/src/products/components/ProductVariantCreatePage/ProductVariantCreatePage.tsx b/src/products/components/ProductVariantCreatePage/ProductVariantCreatePage.tsx index fc66a720d..74d34cfb6 100644 --- a/src/products/components/ProductVariantCreatePage/ProductVariantCreatePage.tsx +++ b/src/products/components/ProductVariantCreatePage/ProductVariantCreatePage.tsx @@ -38,22 +38,27 @@ import ProductVariantCreateForm, { const messages = defineMessages({ attributesHeader: { + id: "f3B4tc", defaultMessage: "Variant Attributes", description: "attributes, section header" }, attributesSelectionHeader: { + id: "o6260f", defaultMessage: "Variant Selection Attributes", description: "attributes, section header" }, deleteVariant: { + id: "7hNjaI", defaultMessage: "Delete Variant", description: "button" }, saveVariant: { + id: "U9CIo7", defaultMessage: "Save variant", description: "button" }, pricingCardSubtitle: { + id: "sw8Wl2", defaultMessage: "There is no channel to define prices for. You need to first add variant to channels to define prices.", description: "variant pricing section subtitle" diff --git a/src/products/components/ProductVariantCreatePage/form.tsx b/src/products/components/ProductVariantCreatePage/form.tsx index a7309c324..1c2d63d99 100644 --- a/src/products/components/ProductVariantCreatePage/form.tsx +++ b/src/products/components/ProductVariantCreatePage/form.tsx @@ -123,10 +123,8 @@ function useProductVariantCreateForm( const form = useForm(initial, undefined, { confirmLeave: true }); const { - setChanged, triggerChange, handleChange, - hasChanged, data: formData, formId, setIsSubmitDisabled @@ -222,8 +220,7 @@ function useProductVariantCreateForm( const handleFormSubmit = useHandleFormSubmit({ formId, - onSubmit, - setChanged + onSubmit }); const submit = () => handleFormSubmit(data); @@ -257,7 +254,6 @@ function useProductVariantCreateForm( selectAttributeMultiple: handleAttributeMultiChange, selectAttributeReference: handleAttributeReferenceChange }, - hasChanged, submit, isSaveDisabled }; diff --git a/src/products/components/ProductVariantCreatorPage/ProductVariantCreatorPage.tsx b/src/products/components/ProductVariantCreatorPage/ProductVariantCreatorPage.tsx index cd4485e0a..d7acc1ec7 100644 --- a/src/products/components/ProductVariantCreatorPage/ProductVariantCreatorPage.tsx +++ b/src/products/components/ProductVariantCreatorPage/ProductVariantCreatorPage.tsx @@ -101,16 +101,19 @@ function getTitle(step: ProductVariantCreatorStep, intl: IntlShape): string { switch (step) { case ProductVariantCreatorStep.values: return intl.formatMessage({ + id: "NXpFlL", defaultMessage: "Choose Values", description: "product attribute values, page title" }); case ProductVariantCreatorStep.prices: return intl.formatMessage({ + id: "7WEC+G", defaultMessage: "Price and SKUs", description: "page title" }); case ProductVariantCreatorStep.summary: return intl.formatMessage({ + id: "g1WQlC", defaultMessage: "Summary", description: "page title" }); @@ -124,16 +127,19 @@ function getDescription( switch (step) { case ProductVariantCreatorStep.values: return intl.formatMessage({ + id: "ClFzoD", defaultMessage: "Selected values will be used to create variants for the configurable product." }); case ProductVariantCreatorStep.prices: return intl.formatMessage({ + id: "iigydN", defaultMessage: "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." }); case ProductVariantCreatorStep.summary: return intl.formatMessage({ + id: "rHXF43", defaultMessage: "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." }); @@ -205,6 +211,7 @@ const ProductVariantCreatePage: React.FC = props {step !== ProductVariantCreatorStep.values && ( ) : ( diff --git a/src/taxes/views/CountryList.tsx b/src/taxes/views/CountryList.tsx index 94a6c7924..0b2e8c730 100644 --- a/src/taxes/views/CountryList.tsx +++ b/src/taxes/views/CountryList.tsx @@ -31,6 +31,7 @@ export const CountryList: React.FC = () => { notify({ status: "success", text: intl.formatMessage({ + id: "HtQGEH", defaultMessage: "Successfully fetched tax rates" }) }); diff --git a/src/translations/components/ProductContextSwitcher/ProductContextSwitcher.tsx b/src/translations/components/ProductContextSwitcher/ProductContextSwitcher.tsx index 18cfabc0e..9c011530f 100644 --- a/src/translations/components/ProductContextSwitcher/ProductContextSwitcher.tsx +++ b/src/translations/components/ProductContextSwitcher/ProductContextSwitcher.tsx @@ -83,7 +83,10 @@ const ProductContextSwitcher: React.FC = ({ const items = [ { - label: intl.formatMessage({ defaultMessage: "Main Product" }), + label: intl.formatMessage({ + id: "QUyUJy", + defaultMessage: "Main Product" + }), value: productId, onClick: () => navigate( @@ -104,7 +107,7 @@ const ProductContextSwitcher: React.FC = ({ return (
- : + :
= props => { - + @@ -280,6 +281,7 @@ const TranslationFields: React.FC = props => { = ({ fullWidth multiline label={intl.formatMessage({ + id: "/vCXIP", defaultMessage: "Translation" })} name="translation" @@ -56,7 +57,7 @@ const TranslationFieldsLong: React.FC = ({ ) : initial === null ? ( - + ) : ( {initial} diff --git a/src/translations/components/TranslationFields/TranslationFieldsRich.tsx b/src/translations/components/TranslationFields/TranslationFieldsRich.tsx index 1a1ac933a..3e7d765e7 100644 --- a/src/translations/components/TranslationFields/TranslationFieldsRich.tsx +++ b/src/translations/components/TranslationFields/TranslationFieldsRich.tsx @@ -51,6 +51,7 @@ const TranslationFieldsRich: React.FC = ({ error={undefined} helperText={undefined} label={intl.formatMessage({ + id: "/vCXIP", defaultMessage: "Translation" })} name="translation" @@ -65,7 +66,7 @@ const TranslationFieldsRich: React.FC = ({ ) : initial === null ? ( - + ) : ( diff --git a/src/translations/components/TranslationFields/TranslationFieldsSave.tsx b/src/translations/components/TranslationFields/TranslationFieldsSave.tsx index ff73a8561..22283688a 100644 --- a/src/translations/components/TranslationFields/TranslationFieldsSave.tsx +++ b/src/translations/components/TranslationFields/TranslationFieldsSave.tsx @@ -46,7 +46,11 @@ const TranslationFieldsSave: React.FC = props => {
); diff --git a/src/translations/components/TranslationFields/TranslationFieldsShort.tsx b/src/translations/components/TranslationFields/TranslationFieldsShort.tsx index 5c6c0b0a5..49548965e 100644 --- a/src/translations/components/TranslationFields/TranslationFieldsShort.tsx +++ b/src/translations/components/TranslationFields/TranslationFieldsShort.tsx @@ -38,6 +38,7 @@ const TranslationFieldsShort: React.FC = ({ disabled={disabled} fullWidth label={intl.formatMessage({ + id: "/vCXIP", defaultMessage: "Translation" })} name="translation" @@ -55,7 +56,7 @@ const TranslationFieldsShort: React.FC = ({ ) : initial === null ? ( - + ) : ( {initial} diff --git a/src/translations/components/TranslationsAttributesPage/TranslationsAttributesPage.tsx b/src/translations/components/TranslationsAttributesPage/TranslationsAttributesPage.tsx index 76f0c2922..99070d938 100644 --- a/src/translations/components/TranslationsAttributesPage/TranslationsAttributesPage.tsx +++ b/src/translations/components/TranslationsAttributesPage/TranslationsAttributesPage.tsx @@ -68,6 +68,7 @@ const TranslationsAttributesPage: React.FC = ({ = ({ fields={[ { displayName: intl.formatMessage({ + id: "DRMMDs", defaultMessage: "Attribute Name" }), name: fieldNames.attribute + ":" + data?.attribute.id, diff --git a/src/translations/components/TranslationsAttributesPage/messages.ts b/src/translations/components/TranslationsAttributesPage/messages.ts index d3f490cba..adc5b7faf 100644 --- a/src/translations/components/TranslationsAttributesPage/messages.ts +++ b/src/translations/components/TranslationsAttributesPage/messages.ts @@ -2,11 +2,13 @@ import { defineMessages } from "react-intl"; export const transtionsAttributesPageFieldsMessages = defineMessages({ values: { + id: "JE0TAx", defaultMessage: "Values", description: "section name" }, valueNumber: { + id: "UvD+xp", defaultMessage: "Value {number}", description: "attribute values" } diff --git a/src/translations/components/TranslationsCategoriesPage/TranslationsCategoriesPage.tsx b/src/translations/components/TranslationsCategoriesPage/TranslationsCategoriesPage.tsx index 231fa74d9..afe9d2e50 100644 --- a/src/translations/components/TranslationsCategoriesPage/TranslationsCategoriesPage.tsx +++ b/src/translations/components/TranslationsCategoriesPage/TranslationsCategoriesPage.tsx @@ -43,6 +43,7 @@ const TranslationsCategoriesPage: React.FC = ({ = ({ fields={[ { displayName: intl.formatMessage({ + id: "vEYtiq", defaultMessage: "Category Name" }), name: TranslationInputFieldName.name, @@ -93,11 +95,13 @@ const TranslationsCategoriesPage: React.FC = ({ disabled={disabled} initialState={true} title={intl.formatMessage({ + id: "TGX4T1", defaultMessage: "Search Engine Preview" })} fields={[ { displayName: intl.formatMessage({ + id: "HlEpii", defaultMessage: "Search Engine Title" }), name: TranslationInputFieldName.seoTitle, @@ -107,6 +111,7 @@ const TranslationsCategoriesPage: React.FC = ({ }, { displayName: intl.formatMessage({ + id: "US3IPU", defaultMessage: "Search Engine Description" }), name: TranslationInputFieldName.seoDescription, diff --git a/src/translations/components/TranslationsCollectionsPage/TranslationsCollectionsPage.tsx b/src/translations/components/TranslationsCollectionsPage/TranslationsCollectionsPage.tsx index b4fc2b478..022eb408e 100644 --- a/src/translations/components/TranslationsCollectionsPage/TranslationsCollectionsPage.tsx +++ b/src/translations/components/TranslationsCollectionsPage/TranslationsCollectionsPage.tsx @@ -46,6 +46,7 @@ const TranslationsCollectionsPage: React.FC = = fields={[ { displayName: intl.formatMessage({ + id: "VZsE96", defaultMessage: "Collection Name" }), name: TranslationInputFieldName.name, @@ -97,11 +99,13 @@ const TranslationsCollectionsPage: React.FC = disabled={disabled} initialState={true} title={intl.formatMessage({ + id: "TGX4T1", defaultMessage: "Search Engine Preview" })} fields={[ { displayName: intl.formatMessage({ + id: "HlEpii", defaultMessage: "Search Engine Title" }), name: TranslationInputFieldName.seoTitle, @@ -111,6 +115,7 @@ const TranslationsCollectionsPage: React.FC = }, { displayName: intl.formatMessage({ + id: "US3IPU", defaultMessage: "Search Engine Description" }), name: TranslationInputFieldName.seoDescription, diff --git a/src/translations/components/TranslationsEntitiesList/TranslationsEntitiesList.tsx b/src/translations/components/TranslationsEntitiesList/TranslationsEntitiesList.tsx index 68c28f686..51f8c3cac 100644 --- a/src/translations/components/TranslationsEntitiesList/TranslationsEntitiesList.tsx +++ b/src/translations/components/TranslationsEntitiesList/TranslationsEntitiesList.tsx @@ -64,12 +64,16 @@ const TranslationsEntitiesList: React.FC = props - + @@ -107,6 +111,7 @@ const TranslationsEntitiesList: React.FC = props () => intl.formatMessage( { + id: "ikRuLs", defaultMessage: "{current} of {max}", description: "translation progress" }, @@ -120,7 +125,10 @@ const TranslationsEntitiesList: React.FC = props () => ( - + ) diff --git a/src/translations/components/TranslationsEntitiesListPage/TranslationsEntitiesListPage.tsx b/src/translations/components/TranslationsEntitiesListPage/TranslationsEntitiesListPage.tsx index 7bb990d26..b54a2d160 100644 --- a/src/translations/components/TranslationsEntitiesListPage/TranslationsEntitiesListPage.tsx +++ b/src/translations/components/TranslationsEntitiesListPage/TranslationsEntitiesListPage.tsx @@ -53,12 +53,14 @@ const TranslationsEntitiesListPage: React.FC {intl.formatMessage({ + id: "GsBRWL", defaultMessage: "Languages" })} = props - + @@ -68,7 +68,10 @@ const TranslationsLanguageList: React.FC = props () => ( - + ) diff --git a/src/translations/components/TranslationsLanguageListPage/TranslationsLanguageListPage.tsx b/src/translations/components/TranslationsLanguageListPage/TranslationsLanguageListPage.tsx index 5b84440e9..cb34d253a 100644 --- a/src/translations/components/TranslationsLanguageListPage/TranslationsLanguageListPage.tsx +++ b/src/translations/components/TranslationsLanguageListPage/TranslationsLanguageListPage.tsx @@ -23,11 +23,13 @@ const TranslationsLanguageListPage: React.FC {/*
= ({ return ( - {({ data, hasChanged, submit, change }) => { + {({ data, submit, change }) => { const syncEventsChoices = disabled ? [] : mapSyncEventsToChoices(Object.values(WebhookEventTypeSyncEnum)); @@ -119,7 +119,7 @@ const WebhookDetailsPage: React.FC = ({
= ({ = ({ data-test-id="create-webhook" > @@ -63,6 +65,7 @@ const WebhooksList: React.FC = ({ {intl.formatMessage({ + id: "OTpV1t", defaultMessage: "Name", description: "webhook name" })} @@ -71,6 +74,7 @@ const WebhooksList: React.FC = ({ className={classNames(classes.colAction, classes.colRight)} > {intl.formatMessage({ + id: "a/QJBx", defaultMessage: "Action", description: "user action bar" })} @@ -93,7 +97,10 @@ const WebhooksList: React.FC = ({ })} > {isUnnamed(webhook) ? ( - + ) : ( webhook?.name || )} @@ -119,6 +126,7 @@ const WebhooksList: React.FC = ({ {intl.formatMessage({ + id: "wbjuR4", defaultMessage: "No webhooks found" })} diff --git a/src/webhooks/views/WebhooksCreate.tsx b/src/webhooks/views/WebhooksCreate.tsx index 8ea37732f..114644e4f 100644 --- a/src/webhooks/views/WebhooksCreate.tsx +++ b/src/webhooks/views/WebhooksCreate.tsx @@ -65,6 +65,7 @@ export const WebhooksCreate: React.FC = ({ id }) => { <> = { +export const config: IntlConfig = { defaultLocale: "en", locale: "en" }; diff --git a/webpack.config.js b/webpack.config.js index 3e0a36dc9..fc5d7387a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -118,12 +118,16 @@ module.exports = speedMeasureWrapper((env, argv) => { module: { rules: [ { - exclude: /node_modules/, - loader: "babel-loader", - options: { - configFile: resolve("./babel.config.js") - }, - test: /\.(jsx?|tsx?)$/ + test: /\.(jsx?|tsx?)$/, + use: [ + { + loader: "esbuild-loader", + options: { + loader: "tsx", + target: "es2015" + } + } + ] }, { include: [